SER module exec
The command string is passed to shell using "popen" command. ser passes additionaly lot of information about request in environment variables:
- SIP_HF_<hf_name> contains value of each header field in request. If a header field occured multiple times, values are concatenated and comma-separated. <hf_name> is in capital letters. Ff a header-field name occured in compact form, <hf_name> is canonical.
- SIP_TID is transaction identifier. All requests retransmissions or CANCELs/ACKs associated with a previous INVITE result in the same value.
- SIP_DID is dialog identifier, which is the same as to-tag.Initially, it is empty.
- SIP_SRCIP is source IP address from which request came.
- SIP_ORURI is original request URI.
- SIP_RURI is current request URI (if unchanged, equal to original).
- SIP_USER is userpart of current request URI.
- SIP_OUSER is userpart of original request URI.
- Documentation on iptel.org: SER module EXEC
- Back to SIP Express Router
Created by: oej,Last modification on Wed 05 of Nov, 2003 [20:18 UTC]

Page Changes

