[Asterisk-Users] call files
Matthew Simpson
matthew at txlink.net
Mon Nov 15 22:22:08 MST 2004
Hello, I am having trouble with call files. I want my call files to attempt
only 1 time, and never retry. I am trying to bridge two calls together, one
call to my office [9726172877] and the other call to my cell [2022463521] My
call file looks like this:
Channel: IAX2/outgoing/19726172877
SetVar: ringtime=30
Callerid: 8668954650
MaxRetries: 0
RetryTime: 0
WaitTime: 0
Context: outgoing
Extension: 12022463521
Priority: 1
Everything works properly, but I get these errors:
Nov 15 23:16:04 WARNING[180235]: pbx_spool.c:156 apply_outgoing: Invalid
retrytime at line 5 of
/var/spool/asterisk/outgoing/2d4f5de784381a423b13480003a39a6434d63f96.call
Nov 15 23:16:04 WARNING[180235]: pbx_spool.c:161 apply_outgoing: Invalid
retrytime at line 6 of
/var/spool/asterisk/outgoing/2d4f5de784381a423b13480003a39a6434d63f96.call
and sometimes Asterisk tries to call my office again while the call is
bridged.
What is the proper way to accomplish this?
More information about the asterisk-users
mailing list