[Asterisk-Users] broadvoice config problem.
snacktime
snacktime at gmail.com
Mon Apr 11 17:03:29 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.
More information about the asterisk-users
mailing list