On 02/06/05, Mohamed A. Gombolaty <[EMAIL PROTECTED]> wrote: > here is my 777 conf in extensions.conf: > [Internal-sip] > > exten => 777,1,Dial(SIP/777,7,tr) > exten => 777,2,Dial(SIP/777&SIP/888,10,tr) > exten => 777,3,voicemail,u777 > exten => 777,104,voicemail,b777 > > As for the stdexten macro I really don't know what you mean by using it do > you mean > by doing include => , if this is the case I didn't but if you mean something > please > tell more.
There's your problem, then - you've got a macro to do the call forwarding but you're not using it in the dialplan. Instead of all that for 777, try this: exten => 777,1,macro(stdexten,777,SIP/777) Peter -- Peter Bowyer Email: [EMAIL PROTECTED] Tel: +44 1296 768003 VoIP: sip:[EMAIL PROTECTED] _______________________________________________ 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
