Hi, I'm hoping someone can help me. I am trying to place an outgoing call by placing a file in /var/spool/asterisk/outgoing. When I place the file on a server with Asterisk version 1.0.7 it works. When I place the identical file on a server running version 1.2.9.1, the call is placed. But once the person picks up, and it tries to send them to g_local, extensions 9999, priority 1, this is what shows on the console: == Starting IAX2/4109999345-2 at g_local,9999,1 failed so falling back to exten 's' == Starting IAX2/4109999345-2 at g_local,s,1 still failed so falling back to context 'default' This is what the file looks like: Channel: IAX2/username:password@ip/19999999999 MaxRetries: 1 RetryTime: 60 WaitTime: 30 Context: g_local Extension:9999 Priority: 1 Here is the relevant entry from extensions.conf: [g_local] exten => 9999,1,Wait(2) exten => 9999,2,Answer exten => s,1,Wait(2) exten => s,2,Answer Thanks in advance for your help. Rivy Strauss
Hi, I'm hoping someone can help me. I am trying to place an outgoing call by placing a file in /var/spool/asterisk/outgoing. When I place the file on a server with Asterisk version 1.0.7 it works. When I place the identical file on a server running version 1.2.9.1, the call is placed. But once the person picks up, and it tries to send them to g_local, extensions 9999, priority 1, this is what shows on the console: == Starting IAX2/4109999345-2 at goldberg_local,9999,1 failed so falling back to exten 's' == Starting IAX2/4109999345-2 at goldberg_local,s,1 still failed so falling back to context 'default' This is what the file looks like: Channel: IAX2/username:password@ip/19999999999 MaxRetries: 1 RetryTime: 60 WaitTime: 30 Context: g_local Extension:9999 Priority: 1 Here is the relevant entry from extensions.conf: [g_local] exten => 9999,1,Wait(2) exten => 9999,2,Answer exten => s,1,Wait(2) exten => s,2,Answer Thanks in advance for your help. Rivy Strauss