Need Help .extensions Upgrade from Asterisk 1.2.13 to Asterisk 1.4.32
We have most of the bugs worked out from the switch but having trouble with the Spanish option that we use. The customer hears the MG.wav file that has the option to hit the # key to hear the MG.wav in Spanish. For some reason this does not work in Asterisk 1.4.32. Below is the MAIN PROMPT in the .extensions file.
The sound files ar located in (English)
/var/lib/asterisk/sounds/users/ AAA_Elite_EST /
And for the (Spanish)
/var/lib/asterisk/sounds/users/ AAA_Elite_EST /Spanish
Thank you in advance for your help.
[AAA_Elite_EST]
; START MAIN PROMPT
exten => s,1,Set(tries=0)
exten => s,n,Set(propName=AAA_Elite_EST)
exten => s,n,Answer()
exten => s,n,Set(CDR(userfield)=Hangup)
exten => s,n,Wait(2)
exten => s,n(prompt),Background(users/AAA_Elite_EST/MG|m)
exten => s,n,WaitExten(2)
exten => 1,1,Goto(AAA_Elite_EST-opt1|s|1)
exten => 2,1,Goto(AAA_Elite_EST-opt2|s|1)
exten => 3,1,Goto(AAA_Elite_EST-opt3|s|1)
exten => 0,1,PlayPrefile(3@AAA_Elite_EST)
exten => 0,n,Background(users/AAA_Elite_EST/P0|m)
exten => 0,n,Voicemail(3@AAA_Elite_EST|sg(14))
exten => *,1,Goto(AAA_Elite_EST-opt|s|1)
exten => #,1,Set(LANGUAGE()=spanish)
exten => #,n,Goto(AAA_Elite_EST,s,1)
exten => t,1,Noop
exten => t,n,Macro(check-tries)
exten => t,n,Goto(s|prompt)