HiHi,
I just do a similar thing for some tenants.
To do inter-domain dialling, I do the following in an outgoing route:
1. use a prefix like in the destination number: ^\*64\*(\d{3})$ <- I am using *64* as the prefix, and we are using 3 digit extensions
2. The other normal call setup like callee_id_number, etc.
3. set the domain_name variable to the target domain
4. set the domain_uuid variable to the target domain's uuid
5. transfer $1 XML ${domain_name}
Hope that helps.
Jim
Hi
Can you please pate the outbound dialplan you make to inter tenants please?
I don't know reason why i can not see the picture attach related to this topic
When you dial, did you need to dial full externsion + domain, something like 1xxx@domain.com ?
Thank you
Hi, did you solve the issue? I have the same and adding the "set effective caller Id number" didnn´t work for me, I still gte the voice mail in the remote extension with the same number, can you help me??figured it out I think the caller_id_number settign cannot be the same. Adding a rule of "action set caller_id_number=888" resolved the issue. I don't know how it will effect the display on other end but that is for another day. thanks again for your help