What is the proper way of adding hints to multiple extensions? In my case extensions are the same as the sip usernames, while as per http://www.voip-info.org/tiki-index.php?page=Asterisk%20presence exten => 1234,hint,SIP/1234 works, exten => _1XXXX,hint,SIP/${EXTEN} doesn't. Not sure if I can even use ${EXTEN} here... Any hints? Vahan -------------- next part -------------- A non-text attachment was scrubbed... Name: vahan.vcf Type: text/x-vcard Size: 287 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20050907/d97d24b6/vahan.vcf
Vahan Yerkanian wrote:> What is the proper way of adding hints to multiple extensions? > > > In my case extensions are the same as the sip usernames, while as per > http://www.voip-info.org/tiki-index.php?page=Asterisk%20presence > > exten => 1234,hint,SIP/1234 works, > > exten => _1XXXX,hint,SIP/${EXTEN} doesn't. Not sure if I can even use > ${EXTEN} here... > > Any hints?File a bug report if it does not work. I think it would be a good idea if it works, even though I usually don't recommend using the extension as the peer name. ;-) /O