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

Nick French asteriskteam at digium.com
Wed Jul 25 16:37:24 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 (#4).

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

res_pjsip: Implement additional SIP RFCs for Google Voice trunk compatability

Implement the following additional SIP features that are required
by the Google Voice SIP registrar:

- Service-Routes (RFC 3608) and P-Preferred-Identity (RFC 3325), by storing
  headers returned from a REGISTER response and using them in subsequent
  INVITE/CANCELs
- Outbound supported header (RFC 5626), by a configuration option similar
  to path support
- OAuth / Bearer token authentication (draft-ietf-sipcore-sip-authn-02), by
  using similar token requests as currently found in chan_motif but piping
  them through to pjsip via REGISTER Authorization header
- Mechanisms to use separate TLS transports for separate registrations and
  their associated message dialog, by creating a transport without going
  through the pjsip transport pool and storing it in the client_state for reuse
- User-configurable additions to SIP Contact header

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 include/asterisk/res_pjsip.h
M res/res_pjsip.c
M res/res_pjsip/config_auth.c
M res/res_pjsip/pjsip_configuration.c
M res/res_pjsip_outbound_authenticator_digest.c
M res/res_pjsip_outbound_registration.c
A third-party/pjproject/patches/0110-oauth.patch
A third-party/pjproject/patches/0120-contact-params.patch
8 files changed, 795 insertions(+), 22 deletions(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/05/9505/4
-- 
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: 4
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/20180725/5d55cc60/attachment-0001.html>


More information about the asterisk-code-review mailing list