set up a Cross-domain dial plan

Status
Not open for further replies.

Newbee

Member
Apr 15, 2020
58
5
8
Florida
Hello All,

I'm trying to set up a Cross-domain dial plan that my tenants can call me for support and needing help.
My setup
  • 1.xyz.com is my domain t
  • 2 and 3 xyz.com are for my tenants
  • All domains are in the same box

When any of domains dial 611 that call route to my 1.domain.com and hit the IVR or time condition

Any help would be much appreciated.
Thanks
 
Last edited:

Newbee

Member
Apr 15, 2020
58
5
8
Florida
I got it to work but when after a (first) call made and hangup you cant call back its shows unavailable

this my Dial plan

Code:
<extension name="611" continue="false" uuid="605951d6">
    <condition field="destination_number" expression="^611$">
        <action application="set" data="domain_name=1.xyz.com"/>
        <action application="set" data="domain_uuid=80d84c24"/>
        <action application="set" data="hangup_after_bridge=true"/>
        <action application="set" data="$1 XML ${domain_name}"/>
        <action application="set" data="effective_caller_id_name=${outbound_caller_id_name}"/>
        <action application="set" data="effective_caller_id_number=${outbound_caller_id_number}"/>
    </condition>
</extension>

in other domain 1.xyz.com I did setup destination 611 and direct to my ring group


Any help would be much appreciated.
Thanks
 

Len

Member
Mar 8, 2017
95
3
8
52
Look into is local dialplan. Although at some point it stopped working. Not sure on latest update?
 
  • Like
Reactions: Newbee
Status
Not open for further replies.