代码搜索:Extensions
找到约 9,524 项符合「Extensions」的源代码
代码结果 9,524
www.eeworm.com/read/248928/4462694
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/248928/4462696
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/248928/4462697
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/248928/4462698
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/248928/4462700
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/248928/4462701
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/248928/4462702
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/248928/4462708
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/248928/4462711
ael extensions.ael
context test1
{
s =>
{
#include "apptest.ael2";
}
}