Displaying 1 result from an estimated 1 matches for "callcentar".
2006 Mar 06
0
Set(LANGUAGE()=language) - for queue
...age. I need to announce queue-youarenext and similar on different languages.
This is what I have in my extensions.conf and it does set language, but when calls enters queue, it doesn't use that language.
exten => 313,1,Answer
exten => 313,n,Set(LANGUAGE()=de)
exten => 313,n,Playback(callcentar/qnjemacki,skip)
exten => 313,n,Queue(njemacki|t|||3600)
exten => 313,n,GotoIfTime(8:00-16:00|mon-fri|*|*?313,8)
exten => 313,n,Playback(callcentar/rvnjemacki,skip)
exten => 313,n,VoiceMail,u221
exten => 313,n,Hangup
exten => 313,n,VoiceMail,b221
exten => 313,n,Hangup
And this...