[Asterisk-Users] BroadVoice Inbound Not working ..

Johnathan Corgan jcorgan at aeinet.com
Tue Apr 12 18:42:02 MST 2005


Brian Watters wrote:

> Ok .. It appears we have outbound calls working well via our SIP trunk and
> BroadVoice .. However inbound just plain does not work, What happens is when
> you call our BroadVoice number it tells you the person you are calling is
> not available .. Never makes it to our Asterisk? .. Any ideas where to look
> and or what to tweak?

If the incoming SIP connection really isn't making it to your Asterisk 
(verify with 'sip debug' command on console), it is likely because BV 
doesn't know where to connect to.

* accomplishes this by a process called "registration."  In your 
sip.conf, near the top in the [general] section, you should have a line 
that starts out:

register =>

If this is there, can you send it (and change the password to something 
innocuous?)

If this line is there, you can see whether it succeeded by typing 'sip 
show registry' at the console.

If that shows the state of registered, and your sip debug output shows 
an in coming connection request from BV, then there are further steps 
for debugging, but start with the above.

-Johnathan



More information about the asterisk-users mailing list