代码搜索:Extensions
找到约 9,524 项符合「Extensions」的源代码
代码结果 9,524
www.eeworm.com/read/302713/3824345
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/302713/3824346
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/302713/3824348
ael extensions.ael
context interesting {
eswitches {
Realtime/default@extensions;
IAX2/context@${CURSERVER};
}
13 => NoOp(LuckyNumber!);
}
www.eeworm.com/read/302713/3824349
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/302713/3824350
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/302713/3824351
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/302713/3824352
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/302713/3824358
ael extensions.ael
globals
{
static=yes;
writeprotect=yes;
CONSOLE=Console/dsp; // Console interface for demo
IAXINFO=murf:tlhfckoct; // IAXtel username/password
FWDNUMBER=544788 ; // your calli
www.eeworm.com/read/302713/3824362
ael extensions.ael
context test1
{
s =>
{
#include "apptest.ael2";
}
}