[Asterisk-Users] broadvoice config problem.

Rich Adamson radamson at routers.com
Mon Apr 11 19:32:36 MST 2005


> On Apr 11, 2005 3:58 PM, Craig Simon <linux at craigsimon.net> wrote:
> > This is the pieces of my extensions.conf.  All this has been sent to me
> > from broadvoice, so I can't tell you if it's correct or not.  I do have
> > an extension 100 created, and that is what I am logging on with my
> > softphone as.  And testing my outgoing calling.
> > 
> > Thanks for the help!
> > Craig
> > 
> > [from-broadvoice]
> > exten => s,1,Answer
> > exten => s,2,Wait(1)
> > exten => s,3,Dial(LOCAL/100 at default,25)
> > ;exten => s,3,Goto(ivr,1,1)
> > exten => s,4,VoiceMail(u${EXTEN}@default)
> > exten => s,5,Hangup
> 
> This is wrong.  's' is only used if * doesn't detect what number was
> called, which in this case it has (100).  So the end result is that
> nothing in your dialplan matches which results in the 404 not found.
> 
> Replace 's' with '100' and I think it will work.

If that doesn't fix the problem, then do another sip debug and post
the results.

It would be much easier to help if you posted:
 1. the register statement in sip.conf (change any passwords in it)
 2. the context that you're using to receive calls from broadvoice
    in sip.conf (you probably have a context like [broadvoice].)
 3. the extension.conf entries for sending calls to broadvoice, and
    the entries for receiving calls (after you make the above changes).

>From your previous debug posting, it looked like you might also have
an issue with exactly which codec is to be used. If the above doesn't
fix all the problems, then consider adding the following towards the
top of your sip.conf file (in the [general] section):
 disallow=all
 allow=ulaw





More information about the asterisk-users mailing list