Re: [asterisk-users] Call abandoned from queue not showing in CDR (possible bug)

2013-01-29 Thread Ishfaq Malik
On Wed, 2013-01-16 at 08:06 -0600, Matthew Jordan wrote: On 01/16/2013 05:31 AM, Ishfaq Malik wrote: On Thu, 2012-01-12 at 11:51 +, Ishfaq Malik wrote: Hi Everyone This issue has reared it's ugly head again for us. If a call comes into a queue and the caller abandons the call,

[asterisk-users] round-robin in asterisk 1.4

2013-01-29 Thread Salaheddine Elharit
I am installing asterisk 1.4 with 2 ISP and i have one card Diguim TE210 with 2 port E1. now i bought another card Diguim TE410 and I want to add it the current configuration : connection (WIMAX) from the first ISP and connection (fiber optic) from the secend ISP. the desired configuration :

Re: [asterisk-users] round-robin in asterisk 1.4

2013-01-29 Thread Leandro Dardini
The simplest way is to use the Random function and to pickup one number from 1 to 3 and use that line. Leandro I am typing from my mobile phone... Il giorno 29/gen/2013 11:35, Salaheddine Elharit salah.elharit...@gmail.com ha scritto: I am installing asterisk 1.4 with 2 ISP and i have one

Re: [asterisk-users] round-robin in asterisk 1.4

2013-01-29 Thread Salaheddine Elharit
thanks leandro how can i use that line in extensions.conf ? 2013/1/29 Leandro Dardini ldard...@gmail.com The simplest way is to use the Random function and to pickup one number from 1 to 3 and use that line. Leandro I am typing from my mobile phone... Il giorno 29/gen/2013 11:35,

Re: [asterisk-users] Configuration Required for Remove Queue Member

2013-01-29 Thread Lenz Emilitri
Sounds like the autopause option? l. 2013/1/28 Ahmed Munir ahmedmunir...@gmail.com I would like to know, is there a method in which we can define the timeout value for a member who already login to the queue but after quite a while if he didn't answer the 3-4 calls (not going to member

[asterisk-users] Fast AGI library/support for C C++

2013-01-29 Thread Kashyap Darji
Dear All, Is there anyone who is having FastAGI support for C C++? We do have FastAGI working for the JAVA and rest of the language / script. But I am unable to find FastAGI for C/C++. Please let us know how to write FastAGI using C/C++. Thanks in Advance, Kashyap --

Re: [asterisk-users] Fast AGI library/support for C C++

2013-01-29 Thread A J Stiles
On Tuesday 29 January 2013, Kashyap Darji wrote: Dear All, Is there anyone who is having FastAGI support for C C++? We do have FastAGI working for the JAVA and rest of the language / script. But I am unable to find FastAGI for C/C++. Please let us know how to write FastAGI using

Re: [asterisk-users] Call abandoned from queue not showing in CDR (possible bug)

2013-01-29 Thread Matthew Jordan
On 01/29/2013 02:52 AM, Ishfaq Malik wrote: On Wed, 2013-01-16 at 08:06 -0600, Matthew Jordan wrote: On 01/16/2013 05:31 AM, Ishfaq Malik wrote: On Thu, 2012-01-12 at 11:51 +, Ishfaq Malik wrote: Hi Everyone This issue has reared it's ugly head again for us. If a call comes into a

[asterisk-users] Modify from header for anonymous call

2013-01-29 Thread Grant Bagdasarian
Hello, Our supplier requires the From header of a SIP INVITE to contain certain data so the call is placed with a private caller id. It needs to be like this: From: sip:anonymous@anonymous.invalid;user=phone;tag=123455667 How do I configure Asterisk to dial anonymously? Regards, Grant --

Re: [asterisk-users] Call abandoned from queue not showing in CDR (possible bug)

2013-01-29 Thread Ishfaq Malik
On Tue, 2013-01-29 at 08:32 -0600, Matthew Jordan wrote: On 01/29/2013 02:52 AM, Ishfaq Malik wrote: On Wed, 2013-01-16 at 08:06 -0600, Matthew Jordan wrote: On 01/16/2013 05:31 AM, Ishfaq Malik wrote: On Thu, 2012-01-12 at 11:51 +, Ishfaq Malik wrote: Hi Everyone This issue has

[asterisk-users] Auto Provisioning

2013-01-29 Thread Felix Vazquez
I would like to auto provision the SPA504G phones we have in the office. What is the best method for this task? Felix This electronic message contains information from BOSH Global Services which may be company sensitive, proprietary, privileged or otherwise

Re: [asterisk-users] Auto Provisioning

2013-01-29 Thread Chad Wallace
On Tue, 29 Jan 2013 19:44:04 + Felix Vazquez felix.vazq...@theboshgroup.com wrote: I would like to auto provision the SPA504G phones we have in the office. What is the best method for this task? The response to this form post looks like a good start:

Re: [asterisk-users] Fast AGI library/support for C C++

2013-01-29 Thread James Cloos
AJS == A J Stiles asterisk_l...@earthshod.co.uk writes: Please let us know how to write FastAGI using C/C++. AJS You don't need it! C, being a compiled language, doesn't suffer from AJS interpreter overheads and therefore doesn't require such bodgery. You can also use inetd(8) or xinetd(8)

Re: [asterisk-users] Fast AGI library/support for C C++

2013-01-29 Thread Kashyap Darji
Dear JimC, Thanks for your comment, but if possible then could you please give some reference link or example of the using the same what you have suggested. Thanks in Advance, Kashyap On Wed, Jan 30, 2013 at 4:12 AM, James Cloos cl...@jhcloos.com wrote: AJS == A J Stiles

[asterisk-users] #!/usr/bin/php -q unknown command

2013-01-29 Thread Muhammad
Hi, I used elastix with asterisk 1.8 when I run my AGI code, cli give me theses errors: SIP/147-0098AGI Tx agi_callingpres: 0 SIP/147-0098AGI Tx agi_callingani2: 0 SIP/147-0098AGI Tx agi_callington: 0 SIP/147-0098AGI Tx agi_callingtns: 0 SIP/147-0098AGI Tx agi_dnid:

Re: [asterisk-users] #!/usr/bin/php -q unknown command

2013-01-29 Thread Zyumbilev, Peter
from ssh(console) run which php it should give you path where it is installed. Peter On 30/01/2013 08:28, Muhammad wrote: Hi, I used elastix with asterisk 1.8 when I run my AGI code, cli give me theses errors: SIP/147-0098AGI Tx agi_callingpres: 0 SIP/147-0098AGI Tx

Re: [asterisk-users] #!/usr/bin/php -q unknown command

2013-01-29 Thread Muhammad
*which php* /usr/bin/php the path is ok, php -h gives me some parameter except -q On Wed, Jan 30, 2013 at 10:20 AM, Zyumbilev, Peter pe...@aboutsupport.comwrote: from ssh(console) run which php it should give you path where it is installed. Peter On 30/01/2013 08:28, Muhammad wrote: