<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.2.3">
</HEAD>
<BODY>
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.<BR>
<BR>
Has anyone got this working?<BR>
<BR>
Here is my config:<BR>
<BR>
sip.conf<BR>
<BR>
[general]<BR>
;----------- general setup<BR>
port = 5060<BR>
bindaddr = 192.168.1.2<BR>
tos=reliability<BR>
externip = &lt;SNIP&gt;<BR>
localnet = 192.168.1.0/255.255.255.0<BR>
<BR>
;----------- codecs setup<BR>
disallow=all<BR>
allow=gsm<BR>
allow=ulaw<BR>
allow=alaw<BR>
<BR>
;----------- other options<BR>
srvlookup = yes<BR>
context = default<BR>
maxexpirey=180<BR>
defaultexpirey=160<BR>
<BR>
;----------- register to peers<BR>
register =&gt; &lt;use&gt;r:<A HREF="mailto:pwd@fwd.pulver.com">&lt;pass&gt;@fwd.pulver.com</A><BR>
<BR>
[fwd.pulver.com]<BR>
type=friend<BR>
username=&lt;user&gt;<BR>
secret=&lt;pass&gt;<BR>
host=fwd.pulver.com<BR>
insecure=very<BR>
nat=yes<BR>
canreinvite=no<BR>
context=default<BR>
dtmfmode=rfc2833<BR>
<BR>
<BR>
</BODY>
</HTML>