[asterisk-users] Is this a bug?

Danny Nicholas danny at debsinc.com
Wed Mar 3 09:27:22 CST 2010


Hi List,

          I'm working on making one of my applications multi-lingual and
find that I have this problem.  The SayDigits and SayNumber functions in
1.4.26.2 recognize but don't process the CHANNEL(language) function.  Here's
a snippet to verify.

exten => 317,1,Answer

exten => 317,n,playback(tt-monkeysintro)

exten => 317,n,Set(CHANNEL(language)=es)

exten => 317,n,Wait(2)

exten => 317,n,SayDigits(123)

exten => 317,n,SayNumber(1)

exten => 317,n,playback(vm-goodbye)

exten => 317,n,Set(CHANNEL(language)=en)

exten => 317,n,Wait(2)

exten => 317,n,SayDigits(123)

exten => 317,n,SayNumber(1)

exten => 317,n,playback(vm-goodbye)

exten => 317,n,hangup

 

I can work around it, but would like to use the built-in functions.

 

Regards,

Danny Nicholas

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100303/d45dc6a8/attachment.htm 


More information about the asterisk-users mailing list