[Asterisk-Users] Asterisk and Broadvoice, no incoming voice

Terry Evans codetrix at gmail.com
Sat Oct 23 14:32:41 MST 2004


I just signed up for the BroadVoice service a few hours ago, but for
the life of me I can't get any incoming voice.  The incoming
connection is fine as it rings my extension from outside, but I can't
hear anyone talking.   Outgoing voice is working fine though.

I've been looking through the archives, but I haven't found a solution
to the problem yet.  I even tried another router since someone had a
problem with that, but still no dice.

I've had my Asterisk server running fine for a few months, but this is
the first time I've tried a VOIP service with it.  I just downloaded
and installed the lastest CVS and the problem is still there also.

Here's some of my configuration information:

sip.conf (I've tried with nat=no and it didn't help)

[general]
context=from-sip       ; Default context for incoming calls
port=5060           ; UDP Port to bind to (SIP standard port is 5060)
bindaddr=0.0.0.0    ; IP address to bind to (0.0.0.0 binds to all)
maxexpirey=3600
defaultexpirey=120
callerid=No CallID
tos=lowdelay; 0x18 ; reliabile before
dtmfmode=inband
srvlookup=yes
;progressinband=no
nat=yes
notifymimetype=text/plain

[broadvoice]
type=friend
username=801527xxxx (hid real number)
fromuser=801527xxxx  (hid real number)
secret=xxxxxxxxxxxx (hid real password)
fromdomain=sip.broadvoice.com
host=sip.broadvoice.com
canreinvite=no
dtmfmode=inband
context=broadvoice-inbound
nat=yes (tried nat=never also)
disallow=all
allow=ulaw
insecure=very

I have the following ports forwarded to my linux server (it's behind a
NAT router):

5060, 20000-21000 (from my rdp.conf file), 4445, and 4569.  All of
those have both TCP and UDP forwarded for now.

I've tried several different combinations from different posts,
including splitting the broadvoice section up into parts for incoming
and outgoing, but it still didn't work.

Anyone have any ideas?  Let me know if traces, etc. will help and I'll
capture and post some.

Thanks,
Terry



More information about the asterisk-users mailing list