Displaying 2 results from an estimated 2 matches for "212xxxxxxx".
2004 Apr 02
1
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...
2004 Apr 03
0
Question receiving calls via SIP
...Now, in IAX via Voicepulse or others I know that I can simply have one
registration statement along with an inbound context, then in
extension.conf map the outbound context.
from iax.conf:
register => in-xxxxxxxx:xxxxxxxx@gw5.voicepulse.com
from extensions.conf
[voicepulse-in]
exten => 212xxxxxxx,1,Dial(${PHONES1}&${PHONES2},30)
exten => 212xxxxxxx,2,Voicemail2(u${PHONES1VM})
exten => 212xxxxxxx,3,Hangup
I know this way I only have to register once, but can receive calls on
several inbound DID numbers without any problem, provided they are all
mapped similar to what I have abov...