Displaying 1 result from an estimated 1 matches for "z9hg4bk57eebc02".
2006 Mar 17
0
Keeping the user name in sip INVITE with fixed IP host routing.
...how is that
possible? Is there any sip.conf setting that can be used for that?
My sip.conf
...
;
[rui]
type=friend
secret=oit
host=127.98.12.88
canreinvite=no
;
This situation generates INVITEs like this:
INVITE sip:127.98.12.88 SIP/2.0
Via: SIP/2.0/UDP 127.98.12.80:5060;branch=z9hG4bK57eebc02;rport
From: "919784234" <sip: 919784234@127.98.12.80>;tag=as07a81cee
To: <sip:127.98.12.105 >
...
But I'm interested in having something like this, with the "rui@" part.
This type of INVITE is sent when we have a dynamic user registering
(host=dynamic):...