Re: [asterisk-users] WaitExten() always times out

2010-08-24 Thread Kathryn Jones
As far as I can tell Asterisk recives media perfectly. For outgoing calls it looks something like this: -- Executing [...@proxy:5] WaitExten(SIP/voiptrunk-0083, 7) in new stack DEBUG[28557]: rtp.c:1032 process_rfc2833: - RTP 2833 Event: 0001 (len = 4) DEBUG[28557]: rtp.c:880

Re: [asterisk-users] WaitExten() always times out

2010-08-23 Thread Miguel Molina
El 20/08/10 16:14, Kathryn Jones escribió: Thanks for all the help, but I still can't find what's wrong. I enabled console = notice,warning,error,debug,dtmf like Miguel suggested. The output is attached. I noticed that the rtp.c session never starts, which as I understand is what catches

Re: [asterisk-users] WaitExten() always times out

2010-08-20 Thread Kathryn Jones
-users-boun...@lists.digium.com] *On Behalf Of *Miguel Molina *Subject:* Re: [asterisk-users] WaitExten() always times out snip Til gave you the answer; When you call out the other end controls timing. Put a waitexten(5,m) in front of background(welcome) and see if that helps

Re: [asterisk-users] WaitExten() always times out

2010-08-19 Thread Tilghman Lesher
On Wednesday 18 August 2010 16:52:38 Kathryn Jones wrote: I must not be receiving them properly, since I can't make it work. I just can't see why :P. My asterisk version is 1.6.2.6. Like I said before, for outgoing .call files WaitExten works fine, it's on incoming calls that I cannot receive

Re: [asterisk-users] WaitExten() always times out

2010-08-19 Thread Kathryn Jones
Thanks for your reply :) I added Answer to my dialplan: exten = xxx,1,Answer() exten = xxx,n,Background(welcome) exten = xxx,n,WaitExten(7) exten = _X,1,AGI(agi.php) exten = _X,n,PlayBack(vm-tocallnumber) exten = _X,n,Dial(SIP/voiptrunk/${NUM}) exten = t,1,Noop(*timeout*) exten =

Re: [asterisk-users] WaitExten() always times out

2010-08-19 Thread Miguel Molina
El 19/08/10 15:07, Kathryn Jones escribió: Thanks for your reply :) I added Answer to my dialplan: exten = xxx,1,Answer() exten = xxx,n,Background(welcome) exten = xxx,n,WaitExten(7) exten = _X,1,AGI(agi.php) exten = _X,n,PlayBack(vm-tocallnumber) exten = _X,n,Dial(SIP/voiptrunk/${NUM})

Re: [asterisk-users] WaitExten() always times out

2010-08-19 Thread Danny Nicholas
From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Miguel Molina Subject: Re: [asterisk-users] WaitExten() always times out snip Til gave you the answer; When you call out the other end controls timing. Put a waitexten(5,m) in front

[asterisk-users] WaitExten() always times out

2010-08-18 Thread Kathryn Jones
Hi, My WaitExten() is not working as I expect it to. This is the relevant part of my context. It is meant to receive incoming calls. [incoming] exten = xxx,1,Background(hello-world) exten = xxx,2,WaitExten(7) exten = _X,1,AGI(myAGI.php) When I send the call from a .call, it works perfect, but

[asterisk-users] WaitExten() always times out

2010-08-18 Thread Kathryn Jones
Hi, My WaitExten() is not working as I expect it to. This is the relevant part of my context. It is meant to receive incoming calls. [incoming] exten = xxx,1,Background(hello-world) exten = xxx,2,WaitExten(7) exten = _X,1,AGI(myAGI.php) When I send the call from a .call, it works perfect, but

Re: [asterisk-users] WaitExten() always times out

2010-08-18 Thread Danny Nicholas
From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Kathryn Jones Subject: [asterisk-users] WaitExten() always times out Hi, My WaitExten() is not working as I expect it to. This is the relevant part of my context. It is meant to receive

Re: [asterisk-users] WaitExten() always times out

2010-08-18 Thread Kathryn Jones
...@lists.digium.com [mailto: asterisk-users-boun...@lists.digium.com] *On Behalf Of *Kathryn Jones *Subject:* [asterisk-users] WaitExten() always times out Hi, My WaitExten() is not working as I expect it to. This is the relevant part of my context. It is meant to receive incoming calls. [incoming] exten

Re: [asterisk-users] WaitExten() always times out

2010-08-18 Thread Danny Nicholas
From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Kathryn Jones Subject: Re: [asterisk-users] WaitExten() always times out Thanks for you reply :). I thought of that and tried replacing _X with a numbers it should match (9

Re: [asterisk-users] WaitExten() always times out

2010-08-18 Thread Kathryn Jones
] *On Behalf Of *Kathryn Jones *Subject:* Re: [asterisk-users] WaitExten() always times out Thanks for you reply :). I thought of that and tried replacing _X with a numbers it should match (9), and it didn't work. It still times out as if no number was entered. When you do the .call

Re: [asterisk-users] WaitExten() always times out

2010-08-18 Thread Miguel Molina
mailto:asterisk-users-boun...@lists.digium.com] *On Behalf Of *Kathryn Jones *Subject:* [asterisk-users] WaitExten() always times out Hi, My WaitExten() is not working as I expect it to. This is the relevant part of my context. It is meant to receive incoming calls. [incoming

Re: [asterisk-users] WaitExten() always times out

2010-08-18 Thread Danny Nicholas
From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Kathryn Jones Subject: Re: [asterisk-users] WaitExten() always times out My .call file goes out to a pstn number. That work around would be perfect :D, but I need the number given

Re: [asterisk-users] WaitExten() always times out

2010-08-18 Thread Kathryn Jones
18, 2010 at 2:11 PM, Danny Nicholas da...@debsinc.com wrote: *From:* asterisk-users-boun...@lists.digium.com [mailto: asterisk-users-boun...@lists.digium.com] *On Behalf Of *Kathryn Jones *Subject:* [asterisk-users] WaitExten() always times out Hi, My WaitExten() is not working as I