Colin Anderson
2005-Dec-16 13:06 UTC
[Asterisk-Users] .call files on PRI not waiting for answer in de sired context <--ResponseTimeout the best answer?
Hmmm seems like every dialplan snippet I've seen so far relies on ResponseTimeout and looping back to s,1. Is this the only way I can get this to work kind-of the way I want? Any ideas welcome. -----Original Message----- From: Colin Anderson [mailto:ColinA@landmarkmasterbuilder.com] Sent: Friday, December 16, 2005 12:35 PM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: [Asterisk-Users] .call files on PRI not waiting for answer in de sired context If I generate a .call file to an external callee through my PRI, Asterisk will not wait to execute the priority in the target context, and instead will continue on as soon as the channel is dialled. I want it to wait for an answer, THEN continue. It detects the answer correctly. I have callprogress=yes in Zapata.conf. I have read the wiki with respect to this issue. Weird thing is, I swear this worked the way I wanted it to when I was running 1.0.9, now it's not under 1.2 beta 1. Am I crazy? _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Philipp von Klitzing
2005-Dec-17 05:34 UTC
[Asterisk-Users] .call files on PRI not waiting for answer in de sired context <--ResponseTimeout the best answer?
Hi! Upgarde to 1.2.1 and try again - 1.2.0 (and maybe the beta) had a bug concerning .call files and the non-passing on of variables that might affect you as well. Cheers, Philipp> Hmmm seems like every dialplan snippet I've seen so far relies on > ResponseTimeout and looping back to s,1. Is this the only way I can get this > to work kind-of the way I want? Any ideas welcome. > > Weird thing is, I swear this worked the way I wanted it to when I was > running 1.0.9, now it's not under 1.2 beta 1. Am I crazy?