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. _______________________________________________ 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
