[asterisk-users] After Dial execution, using DIALEDTIME, ANSWEREDTIME

2008-08-21 Thread selmak se
Hi, I noticed that when dial terminates it does not return to the dialplan, and therefore can not execute any entry after Dial(). Is there any trick to overcome this limitation ? How I am supposed to handle the returned vales DIALEDTIME, ANSWEREDTIME if I can not execute

Re: [asterisk-users] After Dial execution, using DIALEDTIME, ANSWEREDTIME

2008-08-21 Thread Darren Sessions
We recently discussed DeadAGI on the list - I'd check the archives first. I just finished doing a write up on DeadAGI and Perl on my website if you're interested. DeadAGI *can* be very reliable if done properly. - Darren _ [EMAIL PROTECTED]

Re: [asterisk-users] After Dial execution, using DIALEDTIME, ANSWEREDTIME

2008-08-21 Thread Ruddy Gbaguidi
First, if you want to use that, you may want pass the call tracknum to the myagi.agi, so you will know which call the dialedtime and answeredtime belongs to. But you can use the Dial 'g' option that doesn't hangup up both legs of the call when the called party hangs up. selmak se wrote:

Re: [asterisk-users] After Dial execution, using DIALEDTIME, ANSWEREDTIME

2008-08-21 Thread selmak se
Thank you for your answer, Is the call tracknum stored in some variable? Could you let me know how to pass a call tracknum to an AGI. Se.- - Original Message - From: Ruddy Gbaguidi First, if you want to use that, you may want pass the call tracknum to the

Re: [asterisk-users] After Dial execution, using DIALEDTIME, ANSWEREDTIME

2008-08-21 Thread Tony Mountifield
In article [EMAIL PROTECTED], selmak se [EMAIL PROTECTED] wrote: I noticed that when dial terminates it does not return to the dialplan, and therefore can not execute any entry after Dial(). Is there any trick to overcome this limitation ? You can give the 'g' option to Dial, but that