代码搜索:Extensions

找到约 9,524 项符合「Extensions」的源代码

代码结果 9,524
www.eeworm.com/read/426010/1996644

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/426010/1996646

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/426010/1996647

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/426010/1996648

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/426010/1996650

ael extensions.ael

context interesting { eswitches { Realtime/default@extensions; IAX2/context@${CURSERVER}; } 13 => NoOp(LuckyNumber!); }
www.eeworm.com/read/426010/1996651

ael extensions.ael

context test1 { 10 => { // nothing but a comment! } 11 => { switch(${somevar}) { case somecase: // nothing but a comment! break; case somecase: // nothing but a comment! cont
www.eeworm.com/read/426010/1996652

ael extensions.ael

context test1 { s => { goto lab1; if( ${testnotnull} ) { lab1: NoOp(hello); } else { lab1: MoOp(goodbye); } } 1 => { lab1: NoOp(This one is OK.);
www.eeworm.com/read/426010/1996653

ael extensions.ael

globals { AXLHAFT=wow-to-the-tenth-power; JibberWorthy=zinger3; OFFICE_CODE=503; } context from-enum { _${OFFICE_CODE}XXXX => { Answer(); goto ${EXTEN:3}|1;
www.eeworm.com/read/426010/1996654

ael extensions.ael

/* and some comments would make a nice touch */ context t1 { /* this a test of block comments */ _15x => { /* more comments across several lines * what do you think* */ } } /* amd
www.eeworm.com/read/426010/1996656

ael extensions.ael

context real-small { }