Hi,
I’ve declared a Sip trunk : in french ( for instance )
[330]
username=xxx
language=fr
My voicemail message is in french
Now, I took the service of a VirtualPhone number provider…, that I connect via the syntax :
12121212@<mydomainName.com>
My dial plan
exten => 12121212,1,dial(sip/330,5,r)
exten => 12121212,n,background(vm-nobodyavail)
exten => 12121212,n,voicemail(330@default)
when a make a phone call on 12121212 , the phone 330 is ringing, but the voicemail is in English ???
if I make a phone call on 330, the phone is ringing, but the Voicemail is in french ???
Any idea, why I’m loosing the french language ???
regards,
S