[Asterisk-Users] Arrgh, Broadvoice, SIP.conf

Richard Cook richard at aspworld.com
Mon Sep 13 13:59:13 MST 2004


Hello Duncan,

Check your config against this one:
	http://www.aspworld.com/telco/bv_sip.htm

 
--
Richard Cook
richard at aspworld.com
Tel: 705-497-9320 - ext 2010
 
 

-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of
buffalo at icarus.yml.com
Sent: Monday, September 13, 2004 4:11 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [Asterisk-Users] Arrgh, Broadvoice, SIP.conf


Greetings,

A few days ago, I set up asterisk-1.0-RC2 on a Redhat 9 box. 

I also signed up for broadvoice and am now trying to get asterisk to talk to
broadvoice and so on.

I've tried setting up my sip.conf in two ways:


------------------------------------------------------
register => [240xxxxxxx]:[my_password]@sip.broadvoice.com


[Broadvoice]
type=peer
username=[240xxxxxxx]
fromuser=[240xxxxxxx]
secret=[my_password]
host=sip.broadvoice.com
context=incoming
fromdomain=sip.broadvoice.com
nat=no
canreinvite=no
dtmfmode=inband
--------------------------------------------------

This results in complaints from asterisk in the logs:

Sep 13 15:14:16 NOTICE[1087249200]: Registration for
'[240xxxxxxx]@sip.broadvoice.com' timed out, trying again

And at the CLI:

-- parse_srv: SRV mapped to host proxy.lax.broadvoice.com, port 5060
    -- Got SIP response 404 "Not found" back from 147.135.8.128

Sep 13 16:07:40 NOTICE[1087249200]: chan_sip.c:3922 sip_reg_timeout: 
Registration for '[240xxxxxxx]@sip.broadvoice.com' timed out, trying again
    -- parse_srv: SRV mapped to host proxy.dca.broadvoice.com, port 5060
    -- Got SIP response 404 "Not found" back from 147.135.0.128

and a busy message when I attempt to dial into the box.

If I move the "register" line down into the "[Broadvoice]" section of the
sip.conf file, the complaints in the logs and at the CLI stop, but I still
get the busy message when I try to dial into the box:

------------------------------------------------------

[Broadvoice]   
register => [240xxxxxxx]:[my_password]@sip.broadvoice.com
type=peer
username=[240xxxxxxx]
fromuser=[240xxxxxxx]
secret=[my_password]
host=sip.broadvoice.com
context=incoming
fromdomain=sip.broadvoice.com
nat=no
canreinvite=no
dtmfmode=inband
--------------------------------------------------

TIA for any assistance/hints/pointers/clues...

--Duncan

_______________________________________________
Asterisk-Users mailing list
Asterisk-Users at 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





More information about the asterisk-users mailing list