[Asterisk-Users] Newbie :Call Forwarding problem

Peter Bowyer peeebeee at gmail.com
Thu Jun 2 02:07:26 MST 2005


On 02/06/05, Mohamed A. Gombolaty <mgombolaty at noorgroup.net> 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: peter at bowyer.org
Tel: +44 1296 768003
VoIP: sip:peter at bowyer.org



More information about the asterisk-users mailing list