[Asterisk-Users] Arrgh, Broadvoice, SIP.conf
buffalo at icarus.yml.com
buffalo at icarus.yml.com
Mon Sep 13 13:10:34 MST 2004
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
More information about the asterisk-users
mailing list