search for: hint_reg

Displaying 1 result from an estimated 1 matches for "hint_reg".

2007 Aug 08
1
Buddy watch and the hint priority - brain teaser
...BUT, what I need to do is dynamically decide where the hint checks for buddy status, because I am using patterns in this context. In other words, I need to find out the values of ${some_sip_reg} before the using the hint priority. Ideally, something sort of like this: exten => _XXX,hint,Set(hint_reg=${EXTEN}-reg} exten => _XXX,hint,SIP/${hint_reg} exten => _XXX,SIP/${EXTEN}-reg} Or, even easier (if it can even be done) is write a function: exten => _XXX,hint,SIP/ReturnCorrectRegistration() What's the best way to approach my problem? Mike -------------- next part ------...