Displaying 1 result from an estimated 1 matches for "07b7b42e".
2010 Mar 10
1
BLF and realtime SIP buddies
Hello list,
Can I do something like this for BLF functionality :
[test-blf]
exten => _XX,hint,Macro(GetSIPaccount,${EXTEN})
exten => _XX,hint,SIP/${SIPACCOUNT}
GetSIPaccount is a macro that looks at a MySQL-database for the realtime
table sip_buddies where the SIPusername is taken from.
It works great for internal calls... but how about BLF-functionality ??
Feedback is appreciated !