[Asterisk-code-review] res pjsip: Implement additional SIP RFCs for Google Voice tr... (asterisk[master])

Nick French asteriskteam at digium.com
Tue Aug 28 12:30:17 CDT 2018


Hello Jenkins2, Joshua Colp, 

I'd like you to reexamine a change. Please visit

    https://gerrit.asterisk.org/9505

to look at the new patch set (#7).

Change subject: res_pjsip: Implement additional SIP RFCs for Google Voice trunk compatability
......................................................................

res_pjsip: Implement additional SIP RFCs for Google Voice trunk compatability

This change implements a few different generic things which were brought on
by Google Voice SIP.

1. The concept of flow transports have been introduced. These are configurable
transports in pjsip.conf which can be used to reference a flow of signaling
to a target. These have runtime configuration that can be changed by the
signaling itself (such as Service-Routes and P-Preferred-Identity). When used
these guarantee an individual connection (in the case of TCP or TLS) even
if multiple flow transports exist to the same target.

2. Service-Routes (RFC 3608) support has been added to the outbound
registration module which when received will be stored on the flow
transport and used for requests referencing it.

3. P-Associated-URI / P-Preferred-Identity (RFC 3325) support has been
added to the outbound registration module. If a P-Associated-URI header
is received it will be used on requests as the P-Preferred-Identity.

4. Configurable outbound extension support has been added to the outbound
registration module. When set the extension will be placed in the Supported
header.

5. Header parameters can now be configured on an outbound registration
which will be placed in the Contact header.

6. OAuth / Bearer token authentication (draft-ietf-sipcore-sip-authn-02) has
been added to the outbound registration module.

All functionality changes are controlled by pjsip.conf configuration options
and do not affect non-configured pjsip endpoints otherwise.

ASTERISK-27971 #close

Change-Id: Id214c2d1c550a41fcf564b7df8f3da7be565bd58
---
M configs/samples/pjsip.conf.sample
M configure
M configure.ac
M include/asterisk/autoconfig.h.in
M include/asterisk/res_pjsip.h
M menuselect/configure
M res/res_pjsip.c
M res/res_pjsip/config_auth.c
M res/res_pjsip/config_transport.c
M res/res_pjsip_outbound_authenticator_digest.c
M res/res_pjsip_outbound_publish.c
M res/res_pjsip_outbound_registration.c
M res/res_pjsip_session.c
M third-party/pjproject/configure.m4
A third-party/pjproject/patches/0120-oauth.patch
A third-party/pjproject/patches/0130-allow-disabling-of-connection-reuse.patch
16 files changed, 1,010 insertions(+), 43 deletions(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/05/9505/7
-- 
To view, visit https://gerrit.asterisk.org/9505
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Id214c2d1c550a41fcf564b7df8f3da7be565bd58
Gerrit-Change-Number: 9505
Gerrit-PatchSet: 7
Gerrit-Owner: Nick French <naf at ou.edu>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Nick French <naf at ou.edu>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180828/e11e16c3/attachment.html>


More information about the asterisk-code-review mailing list