Re: [asterisk-users] Queue - how to jump to next member after NO ANSWER?

2013-07-24 Thread Ishfaq Malik
On 23 July 2013 23:18, Shishir Pokharel shishir.pokha...@on24.com wrote: Read queue configuration esp. QEUUESTRATEGY and agent TIMEOUT. *From:* asterisk-users-boun...@lists.digium.com [mailto: asterisk-users-boun...@lists.digium.com] *On Behalf Of *Jarek Jarzebowski *Sent:* Tuesday,

Re: [asterisk-users] Meetme and maxusers option

2013-07-24 Thread Johan Wilfer
On Fri, Jul 19, 2013 at 2:52 PM, Johan Wilfer li...@jttech.se wrote: 2013-07-19 15:35, Thiago Coutinho skrev: Hi all. I'm trying to limit the number of participants in a conference room with the realtime option maxusers, but it doesn't work. Someone have this option working properly? Try

[asterisk-users] Mysql Support int Asterik-11

2013-07-24 Thread Prashant Abhang
Hi, I was having question about mysql driver support ( not odbc). Do we still need the asterisk-add-on to be installed for mysql support.  If yes, Which version should be used and from where I should get it? Thanks in adavance. Thanks Regards, PrashantAbhang--

Re: [asterisk-users] Mysql Support int Asterik-11

2013-07-24 Thread Thorsten Göllner
Why not use ODBC? Am 24.07.2013 13:41, schrieb Prashant Abhang: Hi, I was having question about mysql driver support ( not odbc). Do we still need the asterisk-add-on to be installed for mysql support. If yes, Which version should be used and from where I should get it? Thanks in

Re: [asterisk-users] Mysql Support int Asterik-11

2013-07-24 Thread Prashant Abhang
I have done using odbc.. but I was curious to know ..whether it directly possible using mysql so I can avoid installation of unixodbc pkg.   Thanks Regards, PrashantAbhang From: Thorsten Göllner t...@ovm-group.com To: Prashant Abhang

Re: [asterisk-users] Mysql Support int Asterik-11

2013-07-24 Thread Carlos Rojas
Hi Asterisk 1.6 and old versions, were using asterisk-addons, since asterisk 1.8 asterisk addon, is included in the asterisk code, you must select it in menu select. Kind Regards Carlos On Wed, Jul 24, 2013 at 8:36 AM, Prashant Abhang abhang_prash...@yahoo.co.in wrote: I have done using

[asterisk-users] What is my syntax error here?

2013-07-24 Thread James B. Byrne
I have thsi code in a dial plan. The purpose of which is to set distinctive ring tones for internal and transferred calls. exten = _.,1,Noop(CALLERID_ALL=${CALLERID(all)}) exten = _.,n,Set(CallerIDNum=${CALLERID(num)}) ; This just shows a list of interesting variables and their values ;

Re: [asterisk-users] What is my syntax error here?

2013-07-24 Thread Tony Mountifield
In article e31f701f427b0d2f49c266511b01abca.squir...@webmail.harte-lyne.ca, James B. Byrne byrn...@harte-lyne.ca wrote: I have thsi code in a dial plan. The purpose of which is to set distinctive ring tones for internal and transferred calls. exten =

Re: [asterisk-users] What is my syntax error here?

2013-07-24 Thread James B. Byrne
Additional data: Arch = x86_64 OS = CentOS-6.4 (freepbx) Asterisk = 11.4 FreePBX = 2.11.0.4 -- Original Message -- Subject: What is my syntax error here? From:James B. Byrne byrn...@harte-lyne.ca Date:Wed, July 24, 2013 10:08 To:

Re: [asterisk-users] What is my syntax error here?

2013-07-24 Thread A J Stiles
On Wednesday 24 July 2013, James B. Byrne wrote: Additional data: Arch = x86_64 OS = CentOS-6.4 (freepbx) Asterisk = 11.4 FreePBX = 2.11.0.4 -- Original Message -- Subject: What is my syntax error here? From:James B. Byrne

Re: [asterisk-users] What is my syntax error here?

2013-07-24 Thread James B. Byrne
On Wed, July 24, 2013 10:33, James B. Byrne wrote: Additional data: Arch = x86_64 OS = CentOS-6.4 (freepbx) Asterisk = 11.4 FreePBX = 2.11.0.4 . . . So my question is simple. What error in syntax have I committed here? I expect that CallerIDNum == 41712 in the check: exten =