Hello Community,

I am having problem setting up IBCF/BGCF configuration.
IMS->PSTN call cannot get through.
After AS returns originating INVITE, I keep getting sprout response 404 Not
Found for non-IMS call.
It sends that after querying HSS for external user.
At this point it should do ENUM query for this user and based on this,
query HSS or route it towards MGCF that I have setup?
I can't see any DNS/ENUM queries from sprout...
Is there anything to be turned on for it to work?

On sprout I configured bgcf.json file as follows:
{
    "routes" : [
        {   "name" : "MGCF",
            "domain" : "10.193.153.100",
            "route" : ["mgcf"]
        }
    ]
}

enum.json file contains:
{
    "number_blocks" : [
     { "name" : "Internal numbers",
       "prefix" : "12201234 <[email protected]>",
       "regex" : "!^(.*)$!sip:\\[email protected]!"
     },

     { "name" : "External numbers",
       "prefix" : "",
       "regex" : "!^(.*)$!sip:\\[email protected]!"
     }

    ]
}
Regards,

Janek
_______________________________________________
Clearwater mailing list
[email protected]
http://lists.projectclearwater.org/listinfo/clearwater

Reply via email to