Hello,
We are using swedish as default language and now we want to use english in one of our tenants conference room. Where do i set the language for the conference room?
Br
Jörgen
Hello Erik, Ok so if i clone
Hello Erik,
Ok so if i clone the script I will add something like exten => number,s,(CHANNEL(language)en)?
which script did you clone,
which script did you clone, Go to Conference (prompt)?
I did it as well and add the line mentioned as the first line and it didn't work.
can you share this solution?
Hello Ophir, Here is how my
Hello Ophir,
Here is how my start of the Go to conference (prompt) looks like with the english language.
exten => s,1,Answer
exten => s,n,Wait(1)
exten => s,n,Set(CALLERID(name)=${ARG2}${CALLERID(name)})
exten => s,n,Set(attempts=0)
exten => s,n,Set(TIMEOUT(digit)=4)
exten => s,n,Set(TIMEOUT(response)=10)
exten => s,n,Set(prefix=${DB(TL/TENANT/${tenant}/tenantprefix)})
exten => s,n,Set(CHANNEL(language)=en)
Works perfectly fine.
i assume you mean audio files?
you can set the language in the IVR, or you could clone the conf room scrip you use and add the dialplan there that declares the language. its a channel variable.