Automated call generation

hi
i am doing automated call generation
in the begining i have made a call file with the name test.call and with the context
[
Channel: SIP/name
MaxRetries: 1
RetryTime: 60
WaitTime: 30
Context: outgoing
Extension: 100
Priority: 1
]

i have moved this file by writing the command on the terminal
mv /var/spool/asterisk/test.call /var/spool/asterisk/outgoing/

it was working it generated the call to my sip user with userid as name as i have mentioned
but the day after this thing is not working and i am recieving following errors on asterisk CLI prompt
the errors are mentioned below
[
Aug 23 05:57:39 WARNING[2934]: pbx_spool.c:220 apply_outgoing: Unknown keyword ’ Channel’ at line 2 of /var/spool/asterisk/outgoing/test.call
Aug 23 05:57:39 WARNING[2934]: pbx_spool.c:220 apply_outgoing: Unknown keyword ’ MaxRetries’ at line 3 of /var/spool/asterisk/outgoing/test.call
Aug 23 05:57:39 WARNING[2934]: pbx_spool.c:220 apply_outgoing: Unknown keyword ’ RetryTime’ at line 4 of /var/spool/asterisk/outgoing/test.call
Aug 23 05:57:39 WARNING[2934]: pbx_spool.c:220 apply_outgoing: Unknown keyword ’ WaitTime’ at line 5 of /var/spool/asterisk/outgoing/test.call
Aug 23 05:57:39 WARNING[2934]: pbx_spool.c:220 apply_outgoing: Unknown keyword ’ Context’ at line 6 of /var/spool/asterisk/outgoing/test.call
Aug 23 05:57:39 WARNING[2934]: pbx_spool.c:220 apply_outgoing: Unknown keyword ’ Extension’ at line 7 of /var/spool/asterisk/outgoing/test.call
Aug 23 05:57:39 WARNING[2934]: pbx_spool.c:220 apply_outgoing: Unknown keyword ’ Priority’ at line 8 of /var/spool/asterisk/outgoing/test.call
Aug 23 05:57:39 WARNING[2934]: pbx_spool.c:228 apply_outgoing: At least one of a pp or extension must be specified, along with tech and dest in file /var/spool/a sterisk/outgoing/test.call
Aug 23 05:57:39 WARNING[2934]: pbx_spool.c:340 scan_service: Invalid file conten ts in /var/spool/asterisk/outgoing/test.call, deleting
Aug 23 05:57:39 WARNING[2934]: pbx_spool.c:388 scan_thread: Failed to scan servi
]
please help me out in this regards
thank you very much