search for: extract_uri

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

Did you mean: extract_u
2003 Nov 25
1
Crashed Asterisk
...dump of sip.c starting with the comment line 4952. The call in stack frame #1 is the call to get_destination() /* Get destination right away */ gotdest = get_destination(p, NULL); get_rdnis(p, NULL); extract_uri(p, req); build_contact(p); The version of chan_sip.c is v 1.198 I'm going to refresh to the latest version of Asterisk but I don't know if this problem has been addressed. Any help would be appreciated.
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