Index: configs/extensions.ael.sample =================================================================== --- configs/extensions.ael.sample (revision 84633) +++ configs/extensions.ael.sample (working copy) @@ -309,10 +309,10 @@ Dial(${dev}/${ext},20); switch(${DIALSTATUS}) { case BUSY: - Voicemail(b${ext}); + Voicemail(${ext},b); break; default: - Voicemail(u${ext}); + Voicemail(${ext},b); }; catch a { VoiceMailMain(${ext}); @@ -405,10 +405,10 @@ // Dial(${HINT}/5245},20,rtT); // Use hint as listed // switch(${DIALSTATUS}) { // case BUSY: -// Voicemail(b6245); +// Voicemail(6245,b); // return; // default: -// Voicemail(u6245); +// Voicemail(6245,u); // return; // }; // };