search for: ext_called

Displaying 2 results from an estimated 2 matches for "ext_called".

2007 Sep 03
1
Dificult macro, please advise
...he 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 => s-STUDIO-NOANSWER,1,Voicemail(u2) exten => s-STUDIO-NOANSWER,2,Hangup() exten => s-STUDIO-BUSY,1,Voicemail(b2) exten => s-STUDIO-BUSY,2,Hangup...
2016 Jun 01
15
[PATCH 00/15] clk/tegra: improve code and add DFS support
This series adds support for GM20B PLL's Maxwell features, namely glitchless switch and (more importantly) DFS support. DFS lets the PLL lower its output speed according to input current variations, making the clock more stable and allowing it to run safely at lower voltage. All GM20B additions are done in the last patch, which consequently ends up being considerably big ; fortunately, it