I am trying to make asterisk dial out.
I created a file 1.call its contents are:-
Channel: SIP/310
MaxRetries: 2
RetryTime: 60
WaitTime: 30
Context: default
Extension: 310
Priority: 1
But when i move or copy this file to /var/spool/asterisk/outgoing/
then asterisk gives the following error:
WARNING[3651]: pbx_spool.c:220 apply_outgoing: Unknown keyword ’ Channel’ at line 1 of /var/spool/asterisk/outgoing/1.call
May 24 09:41:50 WARNING[3651]: pbx_spool.c:220 apply_outgoing: Unknown keyword ’ MaxRetries’ at line 2 of /var/spool/asterisk/outgoing/1.call
May 24 09:41:50 WARNING[3651]: pbx_spool.c:220 apply_outgoing: Unknown keyword ’ RetryTime’ at line 3 of /var/spool/asterisk/outgoing/1.call
May 24 09:41:50 WARNING[3651]: pbx_spool.c:220 apply_outgoing: Unknown keyword ’ WaitTime’ at line 4 of /var/spool/asterisk/outgoing/1.call
May 24 09:41:50 WARNING[3651]: pbx_spool.c:220 apply_outgoing: Unknown keyword ’ Context’ at line 5 of /var/spool/asterisk/outgoing/1.call
May 24 09:41:50 WARNING[3651]: pbx_spool.c:220 apply_outgoing: Unknown keyword ’ Extension’ at line 6 of /var/spool/asterisk/outgoing/1.call
May 24 09:41:50 WARNING[3651]: pbx_spool.c:220 apply_outgoing: Unknown keyword ’ Priority’ at line 7 of /var/spool/asterisk/outgoing/1.call
May 24 09:41:50 WARNING[3651]: pbx_spool.c:228 apply_outgoing: At least one of app or extension must be specified, along with tech and dest in file /var/spool/asterisk/outgoing/1.call
May 24 09:41:50 WARNING[3651]: pbx_spool.c:340 scan_service: Invalid file contents in /var/spool/asterisk/outgoing/1.call, deleting
May 24 09:41:50 WARNING[3651]: pbx_spool.c:388 scan_thread: Failed to scan service '/var/spool/asterisk/outgoing/1.call’
I am using asterisk version 1.2.6 on fedora core 3.