My SIP seems to be configured correctly as I can dial out and my minutes show up on my broadvoice bill, but whenever anyone calls my broadvoice # inbound they just get a busy signal. I dont get anything in the logs saying anything came in from broadvoice at all. Has anyone had this/simmilar problem with inbound from Broadvoice? Any suggestions? Thanks Neri -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050929/d11c9f26/attachment.htm
I've had the same problem. But it was due to a silly mistake: I followed the instructions on their web site literally (should have known better ;)). For asterisk as your BYOD device, they tell you all the steps except for one - you need to include an instruction in your dialplan for the incoming number. So if your number is 123-4567 in the 890 area code, you'd need something like exten => 8901234567,1,Answer exten => 8901234567,2,Dial(Zap/g1,20,20) exten => 8901234567,3,Hangup in your dialplan. (example for forwarding the call to an analog phone, but works the same for a SIP extension). It's missing from the docs, but after inserting this section, everything started working for me. HTH Klaus --- Rene Nelson <neririn@gmail.com> wrote:> My SIP seems to be configured correctly as I can dial out and my minutes > show up on my broadvoice bill, but whenever anyone calls my broadvoice # > inbound they just get a busy signal. I dont get anything in the logs saying > anything came in from broadvoice at all. > > Has anyone had this/simmilar problem with inbound from Broadvoice? Any > suggestions? > > Thanks > > Neri > > _______________________________________________ > --Bandwidth and Colocation sponsored by Easynews.com -- > > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
Rene, Try this registration string 1234567890:mypassword@sip.broadvoice.com/200 Where: 1234567890 = Your BroadVoice number mypassword = Your BroadVoice password 200 = Your internal extension that will recieve the incoming calls __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com
<html><div style='background-color:'><DIV class=RTE> <P>I had the same problem, because the context I used for my FWD service did not contain the DID extensions.</P> <P>For example, I added the following to my extensions.conf</P> <P>[fromiaxfwd]<BR>include => ext-did<BR><BR>where "fromiaxfwd" is the context of the the FWD trunk</P> <P>Also don't forget to setup a DID number<BR><BR>michel</P></DIV> <DIV></DIV> <BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #a0c6e5 2px solid; MARGIN-RIGHT: 0px"><FONT style="FONT-SIZE: 11px; FONT-FAMILY: tahoma,sans-serif"> <HR color=#a0c6e5 SIZE=1> <DIV></DIV>From: <I>Rene Nelson <neririn@gmail.com></I><BR>Reply-To: <I>Rene Nelson <neririn@gmail.com>,Asterisk Users Mailing List - Non-Commercial Discussion<asterisk-users@lists.digium.com></I><BR>To: <I>Asterisk Users Mailing List - Non-Commercial Discussion<asterisk-users@lists.digium.com></I><BR>Subject: <I>[Asterisk-Users] Broadvoice inbound issues</I><BR>Date: <I>Thu, 29 Sep 2005 14:28:30 -0600</I><BR>MIME-Version: <I>1.0</I><BR>Received: <I>from lists.digium.com ([69.16.138.164]) by mc1-f1.hotmail.com with Microsoft SMTPSVC(6.0.3790.211); Thu, 29 Sep 2005 13:32:16 -0700</I><BR>Received: <I>from [69.16.138.164] (localhost [127.0.0.1])by lists.digium.com (Postfix) with ESMTP id 29D6B2FC8DC;Thu, 29 Sep 2005 15:28:38 -0500 (CDT)</I><BR>Received: <I>from psmtp.com (exprod5mx143.postini.com [64.18.0.98])by lists.digium.com (Postfix) with SMTP id 6C5892FC8CDfor <asterisk-users@lists.digium.com>;Thu, 29 Sep 2005 15:28:22 -0500 (CDT)</I><BR>Received: <I>from source ([64.233.184.196]) by exprod5mx143.postini.com([64.18.4.10]) with SMTP; Thu, 29 Sep 2005 13:28:30 PDT</I><BR>Received: <I>by wproxy.gmail.com with SMTP id 70so41064wrafor <asterisk-users@lists.digium.com>;Thu, 29 Sep 2005 13:28:30 -0700 (PDT)</I><BR>Received: <I>by 10.54.13.26 with SMTP id 26mr658398wrm;Thu, 29 Sep 2005 13:28:30 -0700 (PDT)</I><BR>Received: <I>by 10.54.123.16 with HTTP; Thu, 29 Sep 2005 13:28:30 -0700 (PDT)</I><BR> <DIV></DIV><BR>My SIP seems to be configured correctly as I can dial out and my <DIV></DIV>minutes show up on my broadvoice bill, but whenever anyone calls my <DIV></DIV>broadvoice # inbound they just get a busy signal. I dont get <DIV></DIV>anything in the logs saying anything came in from broadvoice at all.<BR> <DIV></DIV><BR> <DIV></DIV>Has anyone had this/simmilar problem with inbound from Broadvoice? Any suggestions?<BR> <DIV></DIV><BR> <DIV></DIV>Thanks<BR> <DIV></DIV><BR> <DIV></DIV>Neri<BR> <DIV></DIV> <DIV></DIV><BR> <P>_______________________________________________<BR>--Bandwidth and Colocation sponsored by Easynews.com --<BR><BR>Asterisk-Users mailing list<BR>Asterisk-Users@lists.digium.com<BR>http://lists.digium.com/mailman/listinfo/asterisk-users<BR>To UNSUBSCRIBE or update options visit:<BR> http://lists.digium.com/mailman/listinfo/asterisk-users<BR> <P></FONT></P></BLOCKQUOTE></div></html>