From c413ad4c731aef9d4109cca754e478e458c5c836 Mon Sep 17 00:00:00 2001 From: tilghman Date: Sat, 13 Oct 2007 15:26:01 +0000 Subject: Remove deprecated syntax from sample ael file Reported and patched by: dimas Closes issue #10967 git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@85536 f38db490-d61c-443f-a65b-d21fe96a405b --- configs/extensions.ael.sample | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configs/extensions.ael.sample') diff --git a/configs/extensions.ael.sample b/configs/extensions.ael.sample index 59bd4bd34..e181869b4 100644 --- a/configs/extensions.ael.sample +++ b/configs/extensions.ael.sample @@ -309,10 +309,10 @@ macro ael-std-exten-ael( ext , dev ) { Dial(${dev}/${ext},20); switch(${DIALSTATUS}) { case BUSY: - Voicemail(b${ext}); + Voicemail(${ext},b); break; default: - Voicemail(u${ext}); + Voicemail(${ext},u); }; catch a { VoiceMailMain(${ext}); @@ -405,10 +405,10 @@ context ael-default { // 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; // }; // }; -- cgit v1.2.3