Hello there all, <br>i am using an agi python script. <br>It is kinda from an example in the ATOF book ( O'Reilly)<br>it simply answers the phone, receives 5 DTMF digits, <br>and writes those digits to a text file.<br><br>
however, it isn't working.<br>The script is in python, and i have stderr writing out some debug lines,<br>but i do not know where to read them.<br><br>here is what i am getting in the /var/log/asterisk/messages<br><br>Jul 29 06:02:05 WARNING[2863]: unable to spawn mp3player
<br>Jul 29 06:02:05 NOTICE[2863]: registered database handle 'mysql1' dsn-&gt;[MySQL-asterisk]<br>Jul 29 06:02:05 NOTICE[2863]: registered database handle 'mysql2' dsn-&gt;[MySQL-asterisk]<br>Jul 29 06:02:05 NOTICE[2863]: res_odbc loaded.
<br>Jul 29 06:02:05 NOTICE[2863]: Registered Config Engine odbc<br>Jul 29 06:02:05 NOTICE[2863]: res_config_odbc loaded.<br>Jul 29 06:02:05 WARNING[2863]: Firmware file '/var/lib/asterisk/firmware/iax/iaxy.bin' fails checksum
<br>Jul 29 06:02:05 WARNING[2863]: Unable to get our IP address, Skinny disabled<br>Jul 29 06:02:44 WARNING[2863]: Timeout, but no rule 't' in context 'incoming'<br><br>any tips would be appreciated greatly.<br>thanks!<br>