Marco Mouta
2006-Aug-18 10:50 UTC
[asterisk-users] MaxRetries:1 - Problems Dialout Call files
Hi all, I'm working with dialout call files and i've noticed that with MaxRetries: 1 ,many times the call is already established successfully and asterisk dials a second call. I mean Asterisk dials party A then party B then Bridges the call and after a while starts trying to do the same... MaxRetries: <number> Number of retries before failing This way i get two GSM calls to the same mobile while the first one is sucessfully running... I only figured out to use now MaxRetries:0 Any guess why does this happens? -- Com os melhores cumprimentos, Marco Mouta -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060818/423ad184/attachment.htm
Doug Lytle
2006-Aug-18 11:17 UTC
[asterisk-users] MaxRetries:1 - Problems Dialout Call files
Marco Mouta wrote:> Hi all, > > I'm working with dialout call files and i've noticed that with > MaxRetries: 1 ,many times the call is already established successfully > and asterisk dials a second call.I was having the same issue until I schedule the dialout a few minutes after the .call file creation. I use the following: cat vm-callout.sh #!/bin/sh cd /usr/local/bin /bin/touch /usr/local/bin/$1.call /bin/touch -r /usr/local/bin/$1.call -m -F 150 /usr/local/bin/$1.call cp --preserve=timestamps /usr/local/bin/$1.call /var/spool/asterisk/outgoing/ Doug -- Ben Franklin quote: "Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety."