I don’t know how to set outbound_proxy and where to specify “example.com”.
Can anybody give me some hints? I’ve read the docs but I’m unable to pin it down.
Thanks
Hi Meightee;
I’ve read the wiki, but I can’t figure out how to preserve the called number.
I’ve tried to modify the configuration like this: in the endpoint configuration, i’ve added
outbound_proxy=sip:aa.bb.cc.dd:5060;lr
while in the aor I’ve set contact=sip:example.com
But doing this make the contact URI in the INVITE something like sip:aa.bb.cc.dd:5060, which is WAY different from 0123456@example.com
I’ve found a solution, which DOESN’T involve the outbound_proxy: I’ve setup a SRV record for _sip._udp.example.com, and that (for now) fixes the issue, but I don’t think that this solution can be universally valid.