How can I configure asterisk to switch from my hardphone which is always up and online, as soon as I register with my notebook's softphone on the asterisk server? The target is to receive all calls destinated to my hardphone on my softphone when it's online. Any ideas?
James B. MacLean
2005-Dec-04 07:11 UTC
[Asterisk-Users] replace hard-phone if soft-phone is online
dima wrote:> How can I configure asterisk to switch from my hardphone which is > always up and online, as soon as I register with my notebook's > softphone on the asterisk server? > The target is to receive all calls destinated to my hardphone on my > softphone when it's online. > > Any ideas? >I'm just a newbie, but I've been doing something like this : [adialplan] exten => _XXXX,1,Set(calling=${EXTEN:0:4}) exten => _XXXX,2,ChanIsAvail(SIP/${calling}@${calling}) exten => _XXXX,3,Dial(SIP/${calling}@${calling},15,tTrwW) exten => _XXXX,4,Goto(_XXXX-${DIALSTATUS},1) exten => _XXXX,103,Dial(Zap/1/${calling},15,tTwWr) exten => _XXXX,104,Goto(_XXXX-${DIALSTATUS},1) The idea is to use ChanIsAvail to see if the SIP is online and if so use it, otherwise, call the POTS line. JES -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3684 bytes Desc: S/MIME Cryptographic Signature Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20051204/da928194/smime.bin