search for: global_sdpown

Displaying 2 results from an estimated 2 matches for "global_sdpown".

Did you mean: global_sdpowner
2010 Oct 12
0
rtpip patch
...XT]; /*!< Context for auto-extensions */ static char global_useragent[AST_MAX_EXTENSION]; /*!< Useragent for the SIP channel */ - -static char global_rtpip[AST_MAX_EXTENSION]; - - static char global_sdpsession[AST_MAX_EXTENSION]; /*!< SDP session name for the SIP channel */ static char global_sdpowner[AST_MAX_EXTENSION]; /*!< SDP owner name for the SIP channel */ static int global_authfailureevents; /*!< Whether we send authentication failure manager events or not. Default no. */ @@ -10196,21 +10189,8 @@ get_our_media_address(p, needvideo, &sin, &vsin, &tsin, &dest,...
2010 Nov 05
2
How to append custom option to Contact: header on outgoing SIP INVITE msgs?
Hi list, My need is to append a site specific parameter to the Contact: header on all INVITEs exiting * via a SIP trunk. I'd like it to look something like this: Contact: <bob:3125551212 at 10.10.10.10;SITE-ID=us.here> where SITE-ID=us.here is set in a config file that * parses on startup. Or in a Dial() command option? Or I don't care exactly how. :-) It is possible to