search for: ext_studio

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

2007 Sep 03
1
Dificult macro, please advise
...to any other user (e.g.SIP/1 or SIP/2) and leave a message only on mailbox 1. This is inteded for a SOHO environment. I have defined only two mailboxes, the 1'st for personal ussage and the 2'nd for profesional usage. The macro that now allows me to do that is the following: EXT_CALLER= EXT_STUDIO=SIP/3 exten => _X,1,Macro(diallocal|SIP/${EXTEN}|20,Tr) [macro-diallocal] exten => s,1,Dial(${ARG1}|${ARG2}|${ARG3}) exten => s,2,Set(EXT_CALLED=${ARG1}) exten => s,3,GotoIf($["${EXT_CALLED}"="${EXT_STUDIO}"]?s-STUDIO-${DIALSTATUS},1:s-REST-${DIALSTATUS},1) exten =...