You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/pbx/ael/ael-test/ael-test8/extensions.ael

28 lines
812 B

context default
{
706/3077610011 => {
JabberStatus(asterisk|jmls@mike,StatusCode);
switch(${StatusCode}) {
case 1:
Dial(SIP/706,12);
switch(${DIALSTATUS}) {
case BUSY:
Voicemail(b706);
break;
default:
Voicemail(u706);
};
BackGround(hello);
break;
default:
Voicemail(u706);
};
Hangup();
};
}