[Asterisk-Users] Anybody using X-Lite Softphone ? tryedtoforwarda
call to X-Lite....
Time Bandit
timebandit001 at gmail.com
Mon Feb 28 10:13:21 MST 2005
> 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
More information about the asterisk-users
mailing list