News & Reviews
More How-To's & Tips More News
More Reviews Device Configuration Tools
No account yet? Create one
Forgot your Username or Password?





Closed Thread
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old March 25th, 2005, 09:48 PM
Junior Member
 
Join Date: Mar 2005
Posts: 10
Scagnetti
Default Aterisk/Broadvoice problem

Just switched from inphonex to Broadvoice. the inphonex service worked correctly but was missing some features I needed. I configured Asterisk with various settings and keep having the same problem. the server auths and registers fine to BV but when I make an outbound call it seems to be hit or miss on it completing. Either the call goes through fine or I get a busy on my end right after dialing the number. When it doesn't go through I notice a 400 error coming back from BV. the really odd part is even though I get the 400 and my side rings busy (congestion), the call does complete on the other side but when answered it's just dead air and hangs up right away. I've tried numerous changes in settings and can't seem to narrow it down to any one thing. Any suggestions would be helpful.

Good call:
== Spawn extension (from-internal, h, 1) exited non-zero on 'SIP/203-a256'
-- Executing Dial("SIP/203-af4c", "SIP/814720xxxx(at)sip.broadvoice.com|30") in new stack
-- Called 814720xxxx(at)sip.broadvoice.com
-- SIP/sip.broadvoice.com-a95a is ringing
-- SIP/sip.broadvoice.com-a95a answered SIP/203-af4c
-- Attempting native bridge of SIP/203-af4c and SIP/sip.broadvoice.com-a95a

Bad call:
== Spawn extension (from-internal, h, 1) exited non-zero on 'SIP/203-5c83'
-- Executing Dial("SIP/203-d068", "SIP/814720XXX(at)sip.broadvoice.com|30") in new stack
-- Called 814720xxxx(at)sip.broadvoice.com
-- Got SIP response 400 "Bad request" back from 147.135.0.128
-- Got SIP response 400 "Bad request" back from 147.135.0.128
-- SIP/sip.broadvoice.com-d048 is circuit-busy
== Everyone is busy/congested at this time


Obligatory Asterisk info:
Asterisk CVS-v1-0-02/18/05-15:28:42

asterisk1*CLI> sip show registry
Host Username Refresh State
sip.broadvoice.com:5060 724xxxxxxx(at)s 15 Registered

asterisk1*CLI> sip show peers
Name/username Host Dyn Nat ACL Mask Port Status
sip.broadvoice. 147.135.0.128 N 255.255.255.255 5060 OK (25 ms)


register=<phone#>(at)sip.broadvoice.com:<pass>:<ph one#>(at)sip.broadvoice.com/<phone#>


[sip.broadvoice.com]
username=<phone#>
user=phone
type=peer
secret=<pass>
qualify=yes
pedantic=no
nat=yes
host=sip.broadvoice.com
fromuser=<phone#>
fromdomain=sip.broadvoice.com
dtmfmode=inband
dtmf=inband
context=from-pstn
canreinvite=no
authname=<phone#>


[<phone#>]
username=<phone#>
user=<phone#>
type=user
secret=
nat=no
insecure=very
host=sip.broadvoice.com
fromdomain=sip.broadvoice.com
dtmfmode=inband
dtmf=inband
context=from-pstn


exten => _NXXNXXXXXX, 1, dial(SIP/${EXTEN}@sip.broadvoice.com,30)
exten => _NXXNXXXXXX, 2, congestion()
exten => _NXXNXXXXXX, 102, busy()
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2 (permalink)  
Old April 5th, 2005, 09:35 AM
Junior Member
 
Join Date: Apr 2005
Posts: 1
coolbarguy
Default Bvoice Asterisk

Did you already install the Broadvoice Asterisk patch?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3 (permalink)  
Old April 5th, 2005, 02:16 PM
Junior Member
 
Join Date: Mar 2005
Posts: 10
Scagnetti
Default RE: Bvoice Asterisk

No. The version I have installed includes it already. I have also upgraded since then and have the same problem.

Asterisk CVS-Nv1-0-7-04/01/05-11:57:20
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4 (permalink)  
Old April 5th, 2005, 05:40 PM
mberlant's Avatar
Senior Member
 
Join Date: Aug 2004
Location: USA or Japan
Posts: 5,013
mberlant is an unknown quantity at this point
Default RE: Bvoice Asterisk

Here is my stable configuration from my sip.conf:

[general]
register=3115552368:a7bcd48ef8@sip.broadvoice.com/0003115552368

[out-broadvoice-2368]
type=peer
host=sip.broadvoice.com
fromdomain=sip.broadvoice.com
fromuser=3115552368
secret=a7bcd48ef8
authuser=3115552368
username=3115552368
canreinvite=no
insecure=very
disallow=all
allow=ulaw
allow=alaw
auth=md5,plaintext
dtmfmode=inband
qualify=yes
nat=yes

I hope this helps.
__________________
Please do not send technical questions via PM.
Please post all questions to the forum.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5 (permalink)  
Old April 5th, 2005, 05:46 PM
Junior Member
 
Join Date: Mar 2005
Posts: 10
Scagnetti
Default RE: Bvoice Asterisk

Actually got this fixed now. I originally had the server behind a Hotbrick firewall using a static routable IP as a DMZ to its internal IP. Inbound always worked but it seems like it loses registration with BV after a bit even though it still shows registered in Asterisk. I added a 2nd nic and used that for the "live" IP and everything has been working solid. Not sure what the dilemma is with the firewall but I am opening a ticket with the manufacture. Thanks for all the help.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old April 5th, 2005, 05:46 PM
Closed Thread


Thread Tools
Display Modes Rate This Thread
Rate This Thread:


Similar Threads for: Aterisk/Broadvoice problem
Thread Thread Starter Forum Replies Last Post
Vbuzzer Aterisk@Home Help!! hauntmisery Asterisk Support Forum 0 June 9th, 2006 01:47 AM
asterisk or broadvoice problem? rdbeamer Asterisk Support Forum 1 May 25th, 2006 04:14 PM
Broadvoice problem athensoh BroadVoice Support Forum 5 December 14th, 2005 05:19 AM
Broadvoice and Asterisk connection problem (Please Help) blapoint Asterisk Support Forum 16 September 1st, 2005 04:45 PM
Broadvoice or Sipura problem cthetoy BroadVoice Support Forum 7 October 23rd, 2004 05:40 PM



All times are GMT. The time now is 10:37 PM.


vBulletin, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd. SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc. Logos and trademarks are the property of Voxilla or their respective owner. All other content © 2003-2009 by Voxilla, Inc.