Summary: | ASTERISK-21084: New SIP Channel Driver - Path Support | ||||||
Reporter: | Matt Jordan (mjordan) | Labels: | Asterisk12 | ||||
Date Opened: | 2013-02-13 16:59:26.000-0600 | Date Closed: | 2014-01-15 07:16:01.000-0600 | ||||
Priority: | Major | Regression? | No | ||||
Status: | Closed/Complete | Components: | Channels/chan_pjsip | ||||
Versions: | Frequency of Occurrence | ||||||
Related Issues: |
| ||||||
Environment: | Attachments: | ||||||
Description: | With a registrar fully baked into Asterisk, we should add Path header support to {{chan_gulp}}.
This means Asterisk should: * Extract the Path header from the REGISTER requests and copy it on 200 responses * Store the Path header with the endpoint (or a similarly useful location) and use the Path header information in subsequent out of dialog requests' Route: headers * Indicate support for path in the Supported header Note that pjsua already has support for SIP Outbound (RFC 5626 and RFC 3327), which will be useful for the UAC portion of this work. | ||||||
Comments: | By: Matt Jordan (mjordan) 2013-02-13 17:01:39.204-0600 See also Klaus's work for chan_sip: https://reviewboard.asterisk.org/r/2235/ |