Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

string_map

# SIP::header replace "Contact" [string map "$static::OCCP_IP_2 $static::TA3_LEGA_EXTERNAL_SNAT_IP" [SIP::header value "Contact" 0] ] 0  

set OCCP_IP_2 "1.2.3.4"
set TA3_LEGA_EXTERNAL_SNAT_IP "8.8.8.8"
set SIPHeaderValue "1.2.3.45"

set result1 [ string map "$OCCP_IP_2 $TA3_LEGA_EXTERNAL_SNAT_IP" "$SIPHeaderValue" ]
puts $result1







Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.