dect
/
asterisk
Archived
13
0
Fork 0

Fix typo in extensions.ael sample

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5927 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2005-06-17 14:08:58 +00:00
parent 0d97be882f
commit c1d05192d6
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
macro std-exten-ael( ext , dev ) {
Dial(${ext}/${dev},20);
switch(${DIALSTATUS) {
switch(${DIALSTATUS}) {
case BUSY:
Voicemail(b${ext});
break;