Hi,

I want to make a call between two clearwater deployment,

and I found two configure guide as following :

Multiple Domains
http://clearwater.readthedocs.io/en/stable/Multiple_Domains.html?highlight=multiple%20domain

Off-net Calling with BGCF and IBCF
http://clearwater.readthedocs.io/en/stable/IBCF.html?highlight=IBCF

I had following these step and set these configuration, and I make a call
from clearwater deployment "A" to deployment "B". Finally, I got "Service
Unavailable"  message return.

I installrf six component in a VM on VMware, and set IBCF and BGCF
configuration in this VM.

My configuration in "A" as following :

/etc/clearwater/bgcf.json :
{
    "routes" : [
        { "name" : "Routing to B.ims",

              "domain" : "B.ims",

              "route"  :
["sip:<ip of A>:5058","sip:<ip of B>:5060"]

            }
]
}


/etc/clearwater/user_settings :
trusted_peers="<ip of B>"


these are some questions about what cause fail:

1. Should I have to set ENUM configuration?  I don't want to make off-net
call, but external call between two clearwater deployment, just like IMS to
IMS call.

2. I had check these SIP mes. transmission with wireshark, I found INVITE
message did't pass to deployment B.

3.Should I set ibcf.a.ims in /etc/hosts file? or set in my dns file?

Please give me some suggestions,
I really want to successfully make a call between two deployment.

Thanks,
Eric
_______________________________________________
Clearwater mailing list
[email protected]
http://lists.projectclearwater.org/mailman/listinfo/clearwater_lists.projectclearwater.org

Reply via email to