THAT WAS IT!  THANKS A MILLION!  I've been banging my head
for 3 hours on this trying to see what I did wrong from thier
example.&nbsp; <br><br><div><span class="gmail_quote">On 9/29/05, <b class="gmail_sendername">Klaus Sonnenleiter</b> &lt;<a href="mailto:klaus@sonnenleiter.com">klaus@sonnenleiter.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I've had the same problem. But it was due to a silly mistake: I followed the instructions on<br>their web site literally (should have known better ;)). For asterisk as your BYOD device, they<br>tell you all the steps except for one - you need to include an instruction in your dialplan
<br>for the incoming number. So if your number is 123-4567 in the 890 area code, you'd need<br>something like<br><br>exten =&gt; 8901234567,1,Answer<br>exten =&gt; 8901234567,2,Dial(Zap/g1,20,20)<br>exten =&gt; 8901234567,3,Hangup
<br><br>in your dialplan. (example for forwarding the call to an analog phone, but works the same for<br>a SIP extension). It's missing from the docs, but after inserting this section, everything<br>started working for me.
<br><br>HTH<br><br>Klaus<br><br>--- Rene Nelson &lt;<a href="mailto:neririn@gmail.com">neririn@gmail.com</a>&gt; wrote:<br><br>&gt; My SIP seems to be configured correctly as I can dial out and my minutes<br>&gt; show up on my broadvoice bill, but whenever anyone calls my broadvoice #
<br>&gt; inbound they just get a busy signal. I dont get anything in the logs saying<br>&gt; anything came in from broadvoice at all.<br>&gt;<br>&gt; Has anyone had this/simmilar problem with inbound from Broadvoice? Any<br>
&gt; suggestions?<br>&gt;<br>&gt; Thanks<br>&gt;<br>&gt; Neri<br>&gt; &gt; _______________________________________________<br>&gt; --Bandwidth and Colocation sponsored by <a href="http://Easynews.com">Easynews.com</a> --<br>
&gt;<br>&gt; Asterisk-Users mailing list<br>&gt; <a href="mailto:Asterisk-Users@lists.digium.com">Asterisk-Users@lists.digium.com</a><br>&gt; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br>&gt; To UNSUBSCRIBE or update options visit:<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br><br></blockquote></div><br>