6. Your problem:
how to configure the register domain different with proxy address? I remembered it worked before but when upgraded to 2.4.7.3, it changed. Who can help me to solve it?
I mean how to configure brekeke to accept the domain name in sip message is not proxy ip address. it's another domain name. for example, brekeke server ip is 172.18.104.111. but the domain name in register message is brekeke.com.
hope wrote:is "thru registration" at sip server/configuration/sip set to On?
whether on or off, the register is still failed. if the From header like
From: <sip:861064361185@brekeke.com>; tag=ac113435
the register will be rejected even cancel the Authentication requirement.
if the domain doest not exist, brekeke sip server will have the register record in registered clients
if domain exists but no sip server at that domain, you need following dial plan
matching
$request=^REGISTER
deploy
$target=localhost
$continue=true
hope wrote:if the domain doest not exist, brekeke sip server will have the register record in registered clients
if domain exists but no sip server at that domain, you need following dial plan
matching
$request=^REGISTER
deploy
$target=localhost
$continue=true
hope wrote:if the domain doest not exist, brekeke sip server will have the register record in registered clients
if domain exists but no sip server at that domain, you need following dial plan
matching
$request=^REGISTER
deploy
$target=localhost
$continue=true
It's works. Thanks a lot!
Hi,
Another issue when we tried again today, server reply "483 too many hops" error. We didn't changed server configuration and the max-forwards value of reques is 70. Do you know the reason? Thanks a lot!
make two dial plan, one for register one for invite
use one $request in one dial plan
and better to use wireshark to capture packets about failed call
and check if there is any response code from brekeke
hope wrote:make two dial plan, one for register one for invite
use one $request in one dial plan
and better to use wireshark to capture packets about failed call
and check if there is any response code from brekeke
hope wrote:make two dial plan, one for register one for invite
use one $request in one dial plan
and better to use wireshark to capture packets about failed call
and check if there is any response code from brekeke