> Change [mateo01] to [1000] in your sip and you will be saying that ext.
> 1000 is registered with the specifics you are using.
>
> Update the settings in your softphone to register the name and number as
> 1000
>
> Then any attempt to dial 1000 should come to that phone.
>
> Wiley
After doing thoses changes, you can also simplify your dialplan with
something like this:
exten => _1XXX,1,Dial(SIP/${EXTEN},20,tr)
exten => _1XXX,2,Voicemail(u${EXTEN})
exten => _1XXX,3,Hangup
exten => _1XXX,102,Voicemail(b${EXTEN})
exten => _1XXX,103,Hangup
This will match any extension dialed in the 1000-1999 range so you
don't have to write new rules each time you add a phone
hth
_______________________________________________
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