<html><body>
<FONT size=2>
<P>I have it working fine....here are my configs:</P>
<P>On my NAT Firewall I have port 5060 UDP and 10000-20000 UDP open to my * box.</P>
<P>In SIP.conf I have the following:</P>
<P>[general]<BR>context=incoming<BR>port=5060<BR>bindaddr=192.168.234.111<BR>maxexpirey=180<BR>defaultexpirey=160<BR>tos=0x08<BR>nat=no<BR>srvlookup=yes<BR>videosupport=no<BR>dtmfmode=inband<BR>disallow=all ; Disallow all codecs<BR>allow=ulaw<BR>language=en<BR>externip=&lt;no-ip.com_hostname&gt;<BR>localnet=192.168.234.0/255.255.255.0</P>
<P>register=&lt;phone_number&gt;:&lt;password&gt;@sip.broadvoice.com/broadvoice</P>
<P>[broadvoice]<BR>type=friend<BR>username=&lt;phonenumber&gt;<BR>fromuser=&lt;phonenumber&gt;<BR>secret=&lt;password&gt;<BR>host=sip.broadvoice.com<BR>maxexpirey=15<BR>fromdomain=sip.broadvoice.com<BR>nat=yes<BR>canreinvite=no<BR>insecure=very<BR>qualify=yes<BR>dtmfmode=inband<BR>disallow=all ; Disallow all codecs<BR>allow=ulaw</P>
<P>In the EXTENSIONS.conf I have an extension defined to forward the "broadvoice" extension to my Sipura SPA-2000 Line 1 extension.</P>
<P>It works fine for me thru NAT.</P>
<P>Hope this helps.</P>
<P>-Jeff<BR><BR></P>
<P>&nbsp;</P>
<P>-------------------------------------------------------------------------------------------------------------------------</P>
<P>I'm having the same issue too. Just signed up, never had a problem before with a sipura box at a friends house configured as an extension off my Asterisk box. I'm behind NAT, and my firewall has the asterisk box configured as a DMZ, also I forwarded the sip and RTP ports just to be sure. </P>
<P>Anyone solve this one yet? I sent an email off to broadvoice but they were less than helpful.</P>
<P>&nbsp;</P>
<P>Tim Jackson &lt;tim@angelinacounty.net&gt; [2004-10-24 00:29:02 -0500]:</P>
<P>&gt; I'm having the same issue, and I'm not behind NAT.</P>
<P>&gt; </P>
<P>&gt; Maybe this is a BV issue?</P>
<P>&gt; </P>
<P>&gt; -Tim</P>
<P>&gt; </P>
<P>&gt; -----Original Message-----</P>
<P>&gt; From: asterisk-users-bounces@lists.digium.com</P>
<P>&gt; [</FONT><A href="mailto:asterisk-users-bounces@lists.digium.com"><U><FONT color=#0000ff size=2>mailto:asterisk-users-bounces@lists.digium.com</U></FONT></A><FONT size=2>] On Behalf Of Terry </P>
<P>&gt; Evans</P>
<P>&gt; Sent: Saturday, October 23, 2004 4:33 PM</P>
<P>&gt; To: asterisk-users@lists.digium.com</P>
<P>&gt; Subject: [Asterisk-Users] Asterisk and Broadvoice, no incoming voice</P>
<P>&gt; </P>
<P>&gt; I just signed up for the BroadVoice service a few hours ago, but for </P>
<P>&gt; the life of me I can't get any incoming voice. The incoming </P>
<P>&gt; connection is fine as it rings my extension from outside, but I can't</P>
<P>&gt; hear anyone talking. Outgoing voice is working fine though.</P>
<P>&gt; </P>
<P>&gt; I've been looking through the archives, but I haven't found a solution </P>
<P>&gt; to the problem yet. I even tried another router since someone had a </P>
<P>&gt; problem with that, but still no dice.</P>
<P>&gt; </P>
<P>&gt; I've had my Asterisk server running fine for a few months, but this is </P>
<P>&gt; the first time I've tried a VOIP service with it. I just downloaded </P>
<P>&gt; and installed the lastest CVS and the problem is still there also.</P>
<P>&gt; </P>
<P>&gt; Here's some of my configuration information:</P>
<P>&gt; </P>
<P>&gt; sip.conf (I've tried with nat=no and it didn't help)</P>
<P>&gt; </P>
<P>&gt; [general]</P>
<P>&gt; context=from-sip ; Default context for incoming calls</P>
<P>&gt; port=5060 ; UDP Port to bind to (SIP standard port is 5060)</P>
<P>&gt; bindaddr=0.0.0.0 ; IP address to bind to (0.0.0.0 binds to all)</P>
<P>&gt; maxexpirey=3600</P>
<P>&gt; defaultexpirey=120</P>
<P>&gt; callerid=No CallID</P>
<P>&gt; tos=lowdelay; 0x18 ; reliabile before</P>
<P>&gt; dtmfmode=inband</P>
<P>&gt; srvlookup=yes</P>
<P>&gt; ;progressinband=no</P>
<P>&gt; nat=yes</P>
<P>&gt; notifymimetype=text/plain</P>
<P>&gt; </P>
<P>&gt; [broadvoice]</P>
<P>&gt; type=friend</P>
<P>&gt; username=801527xxxx (hid real number)</P>
<P>&gt; fromuser=801527xxxx (hid real number) secret=xxxxxxxxxxxx (hid real </P>
<P>&gt; password) fromdomain=sip.broadvoice.com host=sip.broadvoice.com </P>
<P>&gt; canreinvite=no dtmfmode=inband context=broadvoice-inbound nat=yes </P>
<P>&gt; (tried nat=never also) disallow=all allow=ulaw insecure=very</P>
<P>&gt; </P>
<P>&gt; I have the following ports forwarded to my linux server (it's behind a </P>
<P>&gt; NAT router):</P>
<P>&gt; </P>
<P>&gt; 5060, 20000-21000 (from my rdp.conf file), 4445, and 4569. All of </P>
<P>&gt; those have both TCP and UDP forwarded for now.</P>
<P>&gt; </P>
<P>&gt; I've tried several different combinations from different posts, </P>
<P>&gt; including splitting the broadvoice section up into parts for incoming </P>
<P>&gt; and outgoing, but it still didn't work.</P>
<P>&gt; </P>
<P>&gt; Anyone have any ideas? Let me know if traces, etc. will help and I'll </P>
<P>&gt; capture and post some.</P>
<P>&gt; </P>
<P>&gt; Thanks,</P>
<P>&gt; Terry</P>
<P>&gt; _______________________________________________</P>
<P>&gt; Asterisk-Users mailing list</P>
<P>&gt; Asterisk-Users@lists.digium.com</P>
<P>&gt; </FONT><A href="http://lists.digium.com/mailman/listinfo/asterisk-users"><U><FONT color=#0000ff size=2>http://lists.digium.com/mailman/listinfo/asterisk-users</U></FONT></A></P><FONT size=2>
<P>&gt; To UNSUBSCRIBE or update options visit:</P>
<P>&gt; </FONT><A href="http://lists.digium.com/mailman/listinfo/asterisk-users"><U><FONT color=#0000ff size=2>http://lists.digium.com/mailman/listinfo/asterisk-users</U></FONT></A></P><FONT size=2>
<P>&gt; _______________________________________________</P>
<P>&gt; Asterisk-Users mailing list</P>
<P>&gt; Asterisk-Users@lists.digium.com</P>
<P>&gt; </FONT><A href="http://lists.digium.com/mailman/listinfo/asterisk-users"><U><FONT color=#0000ff size=2>http://lists.digium.com/mailman/listinfo/asterisk-users</U></FONT></A></P><FONT size=2>
<P>&gt; To UNSUBSCRIBE or update options visit:</P>
<P>&gt; </FONT><A href="http://lists.digium.com/mailman/listinfo/asterisk-users"><U><FONT color=#0000ff size=2>http://lists.digium.com/mailman/listinfo/asterisk-users</U></FONT></A></P><FONT size=2>
<P>_______________________________________________</P>
<P>Asterisk-Users mailing list</P>
<P>Asterisk-Users@lists.digium.com</P>
<P></FONT><A href="http://lists.digium.com/mailman/listinfo/asterisk-users"><U><FONT color=#0000ff size=2>http://lists.digium.com/mailman/listinfo/asterisk-users</U></FONT></A></P><FONT size=2>
<P>To UNSUBSCRIBE or update options visit:</P>
<P></FONT><A href="http://lists.digium.com/mailman/listinfo/asterisk-users"><U><FONT color=#0000ff size=2>http://lists.digium.com/mailman/listinfo/asterisk-users</U></FONT></A></P><FONT size=2>
<P>&nbsp;</P></FONT>
<DIV>&nbsp;</DIV></body></html>