Re: [asterisk-users] limitation on number of contexts in extensions.conf

2013-07-26 Thread Kamlesh Kumar
Thank you Carlos, you were right, there was one empty file among all included files which were causing this problem. Couple of more queries: Will system performance be affected if there are 20k dialplan entries(including all external files and contexts) in extensions.conf? Can we define

Re: [asterisk-users] Random dead calls

2013-07-26 Thread Mikhail Lischuk
Gopalakrishnan N писал 26.07.2013 08:55: I have a confusion, or how to find out are these numbers are from any auto dialer or from real customers. At least you need to check debug log, it will show you in which context or which app was the call originated and how -- With Best Regards

Re: [asterisk-users] limitation on number of contexts in extensions.conf

2013-07-26 Thread A J Stiles
On Friday 26 July 2013, Kamlesh Kumar wrote: Thank you Carlos, you were right, there was one empty file among all included files which were causing this problem. Couple of more queries: Will system performance be affected if there are 20k dialplan entries(including all external files

Re: [asterisk-users] asterisk and IVR

2013-07-26 Thread Salaheddine Elharit
hi in the CLI i have : 1) for CONGESTION i get the status is 'CONGESTION' Accepting call from '06' to '534' on channel 0/12, span 1 -- Executing [534@default:1] Dial(Zap/12-1, SIP/228| 10) in new stack -- Called 228 -- SIP/228-08361358 is ringing -- Got SIP response

Re: [asterisk-users] asterisk and IVR

2013-07-26 Thread A J Stiles
* THIS IS NOT WHERE YOUR RESPONSE GOES * On Friday 26 July 2013, Salaheddine Elharit wrote: in the CLI i have : 1) for CONGESTION i get the status is 'CONGESTION' Accepting call from '06' to '534' on channel 0/12, span 1 -- Executing [534@default:1] Dial(Zap/12-1,

Re: [asterisk-users] asterisk and IVR

2013-07-26 Thread Salaheddine Elharit
thanks for your response but i get the same result i can't execut the next (go to home,s,1) with the code below exten = 534,1,Dial(SIP/228, 10) exten = 534,n,NoOp(Dial status is ${DIALSTATUS}) exten = 534,n,GotoIf($[${DIALSTATUS} = ANSWER]?answered) exten = 534,n,Goto(home,s,1) exten =

Re: [asterisk-users] asterisk and IVR

2013-07-26 Thread A J Stiles
* THIS IS NOT WHERE YOUR RESPONSE GOES * On Friday 26 July 2013, Salaheddine Elharit wrote: thanks for your response but i get the same result i can't execut the next (go to home,s,1) with the code below exten = 534,1,Dial(SIP/228, 10) exten = 534,n,NoOp(Dial status is ${DIALSTATUS})

[asterisk-users] Dial plan flow control

2013-07-26 Thread James B. Byrne
Arch = x86_64 OS = CentOS-6.4 (freepbx) Asterisk = 11.4 FreePBX = 2.11.0.4 I am trying to understand flow control in Asterisk dial plans and not having very much luck. I have read the Asterisk book from O'Rielly, or at least those parts I believe might apply, but that has not helped me much on

[asterisk-users] RTP from pcap file

2013-07-26 Thread James Bensley
Howdy all, Does anyone know of a niffty CLI tool for Linux that can take a PCAP file that was created on a SIP PBX for example, and then dump the payload of the various RTP streams in there into seperate files so I can listen to them? I can go this graphically with Wireshark, but I'd like to

[asterisk-users] asterisk ip authentication

2013-07-26 Thread jin jan
Hi all, I've tried to sen calls to asterisk from different soft switch. I want to define ip authentication(not register) to an extension for make call through asterisk. Is there any way to make call from asterisk without register. Only ip authentication. I tried too many different configurations

Re: [asterisk-users] asterisk ip authentication

2013-07-26 Thread Thorsten Göllner
You should take a look at this options: type=friend context=my_context host=ip_address Am 26.07.2013 16:52, schrieb jin jan: Hi all, I've tried to sen calls to asterisk from different soft switch. I want to define ip authentication(not register) to an extension for make call through asterisk.

Re: [asterisk-users] asterisk ip authentication

2013-07-26 Thread Thorsten Göllner
Additionally you shoudl take a look at sip set debug on (in cli) and then place a call. Am 26.07.2013 17:14, schrieb Thorsten Göllner: You should take a look at this options: type=friend context=my_context host=ip_address Am 26.07.2013 16:52, schrieb jin jan: Hi all, I've tried to sen calls

Re: [asterisk-users] RTP from pcap file

2013-07-26 Thread Steve Edwards
On Fri, 26 Jul 2013, James Bensley wrote: Does anyone know of a niffty CLI tool for Linux that can take a PCAP file that was created on a SIP PBX for example, and then dump the payload of the various RTP streams in there into seperate files so I can listen to them?

[asterisk-users] Sending 603 Declined message

2013-07-26 Thread Leandro Dardini
In my dialplan I'd like to send a 603 Declined message to the user placing the call. I see the commands for the Busy and Congestion, but not the one for the Declined. Any help? Leandro -- _ -- Bandwidth and Colocation Provided by

Re: [asterisk-users] DAHDI - Tickless Kernel?

2013-07-26 Thread Shaun Ruffell
On Thu, Jul 25, 2013 at 03:52:49PM -0500, Tim Nelson wrote: Greetings- I'm running some USB DAHDI hardware on a system with a tickless kernel. The audio quality is quite poor. Could the tickless kernel be to blame? If so, when recompiling a kernel that is *not* tickless, is there a

Re: [asterisk-users] Sending 603 Declined message

2013-07-26 Thread Gareth Blades
On 26/07/13 16:32, Leandro Dardini wrote: In my dialplan I'd like to send a 603 Declined message to the user placing the call. I see the commands for the Busy and Congestion, but not the one for the Declined. Any help? Leandro I dont think you can. Normally you would use the Hangup()

Re: [asterisk-users] RTP from pcap file

2013-07-26 Thread Gianluca Merlo
Hello James, Il giorno 26/lug/2013 15:50, James Bensley jwbens...@gmail.com ha scritto: Howdy all, Does anyone know of a niffty CLI tool for Linux that can take a PCAP file that was created on a SIP PBX for example, and then dump the payload of the various RTP streams in there into seperate