Steven Kokinos
2004-Apr-02 16:12 UTC
[Asterisk-Users] problems getting inbound to work @ voicepulse
Hello- I'm obviously doing something wrong here in trying to get an inbound DID to work with voicepulse. I have an outbound context set-up for those calls in iax.conf, and the appropriate register in- statement. within extensions.conf I am doing something like this: exten => 212xxxxxxx,1,Dial(SIP/admin,t) (where admin is the phone i am looking to forward to from sip.conf). i'm getting the following errors from iax2 debug: Apr 2 16:00:54 NOTICE[1133718080]: chan_iax2.c:5087 socket_read: Rejected connect attempt from 66.xxx.xxx.xxx, request '212xxxxxxx@VPWS' does not exist Tx-Frame Retry[000] -- OSeqno: 001 ISeqno: 002 Type: IAX Subclass: REJECT Timestamp: 00034ms SCall: 00004 DCall: 00233 [66.234.228.132:4569] CAUSE : No such context/extension Tx-Frame Retry[001] -- OSeqno: 001 ISeqno: 002 Type: IAX Subclass: REJECT Timestamp: 00034ms SCall: 00004 DCall: 00233 [66.xxx.xxx.xxx:4569] CAUSE : No such context/extension Rx-Frame Retry[No] -- OSeqno: 000 ISeqno: 000 Type: IAX Subclass: INVAL Timestamp: 00000ms SCall: 00233 DCall: 00004 [66.xxx.xxx.xxx:4569] Any ideas would be greatly appreciated. I'm not sure if I need to put something specific in for the inbound number in sip.conf, or extensions.conf. The instructions in the howto and on voicepulse both seem somewhat vague. -Steve
Scott Laird
2004-Apr-02 16:21 UTC
[Asterisk-Users] problems getting inbound to work @ voicepulse
On Apr 2, 2004, at 3:12 PM, Steven Kokinos wrote:> Hello- > > I'm obviously doing something wrong here in trying to get an inbound > DID to work with voicepulse. > > I have an outbound context set-up for those calls in iax.conf, and the > appropriate register in- statement. > > within extensions.conf I am doing something like this: > > exten => 212xxxxxxx,1,Dial(SIP/admin,t)Which context is this in? You need to have a 'context=<something>' line in the VoicePulse block in iax.conf that points to the context in extension.conf that has this line. I'm using NuFone over IAX with an 866-xxxxxxx DID, and it works just fine. See http://www.voip-info.org/tiki-index.php?page=NuFone%20Settings for an example; it looks more readable then the VoicePulse example. Scott