> > On Apr 11, 2005 3:58 PM, Craig Simon <[EMAIL PROTECTED]> 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/[EMAIL PROTECTED],25) > > > ;exten => s,3,Goto(ivr,1,1) > > > exten => s,4,VoiceMail([EMAIL PROTECTED]) > > > 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
Ops, just noticed you _did_ post the sip.conf stuff in an earlier post. Sorry. Add the disallow=all and allow=ulaw to the [sip.broadvoice.com] context in sip.conf. _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
