Change Contact header
Brekeke SIP Server can change Contact header of INVITE messages.
Example 1:
Set a contact header by using the “From” that BSS is received.
[Deploy Patterns]
&net.sip.replacecontact = false
&net.sip.replacecontact.nat = false
Contact = <%{$getUri(From)}>
Example 2:
Set a contact header by using the “From” that BSS is sending.
[Deploy Patterns]
&net.sip.replacecontact = false
&net.sip.replacecontact.nat = false
Contact = <%{$getSIPuser(From)}@x.x.x.x>
X.X.X.X is BSS’s address.
