I was typing so quick I made some slips- (anyway you should get the idea...)
Change it to the following: exten =>_2,1,Playback(digits/2) ; exten =>_2,n,Goto(default,10,1) exten=>_3,1,Playback(pbx-invalid) exten=>_3,n,Goto(default,4,1) exten=>_4,1,Playback(vm-goodbye) exten=>_4,n,Hangup() > [internal] > exten => 10,1,Dial(SIP/10,10) > exten =>10,2,Background(vm-nobodyavail) > exten => 11,1,Dial(SIP/11,5) > exten =>11,2,Background(vm-nobodyavail) > > now when I dial 10, I got the following error : no such extension '10' in > context 'default' Change it to the following: exten => _10,1,Dial(SIP/10,10) exten =>_10,n,Background(vm-nobodyavail) exten => _11,1,Dial(SIP/11,5) exten =>_11,n,Background(vm-nobodyavail) The only time I am aware of that you can leave out the prefix underscore is for "exten => s" and "exten => i" Hope this helps, Michael _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
