I have an xtraphone number connected to my FWD account which is in turn connected to asterisk. When someone dials that number they are successfully connected to asterisk and hear the message asking them to enter an extension number, when they enter the number it is ignored and just times out. The context is the same as for my main VOIP inbound line and dialing the extension there works fine. Also if I dial direct using a FWD client (pulver communicator) I can dial the extension and get through.

Has anyone got this working?

Here is my config:

sip.conf

[general]
;----------- general setup
port = 5060
bindaddr = 192.168.1.2
tos=reliability
externip = <SNIP>
localnet = 192.168.1.0/255.255.255.0

;----------- codecs setup
disallow=all
allow=gsm
allow=ulaw
allow=alaw

;----------- other options
srvlookup = yes
context = default
maxexpirey=180
defaultexpirey=160

;----------- register to peers
register => <use>r:<pass>@fwd.pulver.com

[fwd.pulver.com]
type=friend
username=<user>
secret=<pass>
host=fwd.pulver.com
insecure=very
nat=yes
canreinvite=no
context=default
dtmfmode=rfc2833


_______________________________________________
Asterisk-Users mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to