代码搜索:Extensions
找到约 9,524 项符合「Extensions」的源代码
代码结果 9,524
www.eeworm.com/read/426010/1996743
tex extensions.tex
\subsubsection{The Asterisk dialplan}
The Asterisk dialplan is divided into contexts. A context is simply a group
of extensions. For each "line" that should be able to be called, an extension
must be
www.eeworm.com/read/425208/2009915
ael extensions.ael
context test11 {
841 => {
&test234("testing", ${CUT(EXTEN,,3)});
jump ${DB(uri/${uri_string})};
Set(line=${DB(uri/${uri_string})});
www.eeworm.com/read/425208/2009916
ael extensions.ael
context test1
{
test2 =>
{
#include "apptest.ael2";
}
}
www.eeworm.com/read/425208/2009918
ael extensions.ael
context default
{
706/3077610011 => {
JabberStatus(asterisk|jmls@mike,StatusCode);
switch(${StatusCode}) {
case 1:
www.eeworm.com/read/425208/2009919
ael extensions.ael
context dialextens
{
/*
101 thru 123, 149 thru 152
*/
_10X => Dial(Zap/${EXTEN:2},30,tw);
_1ZX => Dial(Zap/${EXTEN:1},30,tw);
}
/*
Due to extenal wiring:
dialing 125 will ring 10
www.eeworm.com/read/425208/2009920
ael extensions.ael
context dialextens
{
/*
101 thru 123, 149 thru 152
*/
_10X => Dial(Zap/${EXTEN:2},30,Ttw);
_1ZX => Dial(Zap/${EXTEN:1},30,Ttw);
}
/*
Due to extenal wiring:
dialing 125 will ring
www.eeworm.com/read/425208/2009921
ael extensions.ael
///////////////////////////////////////////////////////////////////////////////
// Helpdesk Queue
context hd-queue {
s => {
NoOp(Add a background sound to tell the user their options);
Queue(hel
www.eeworm.com/read/425208/2009922
ael extensions.ael
///////////////////////////////////////////////////////////////////////////////
// Helpdesk Queue
context hd-queue {
s => {
NoOp(Add a background sound to tell the user their options);
Queue(hel
www.eeworm.com/read/425208/2009923
ael extensions.ael
//
// Example AEL config file
//
globals {
CONSOLE=Console/dsp;
TRUNKMSD=0; //MSD digits to strip (usually 1 or 0)
TRUNCPROTO=SIP;
TRUNK=sunrocket;
PSTN=pstn-spa3k;
PSTNPROTO=SIP;
TARIOPRO
www.eeworm.com/read/425208/2009924
ael extensions.ael
context interesting {
eswitches {
Realtime/default@extensions;
IAX2/context@${CURSERVER};
}
13 => NoOp(LuckyNumber!);
}