]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_session: Add configurable behavior for redirects.
authorJoshua Colp <jcolp@digium.com>
Thu, 28 Nov 2013 00:36:53 +0000 (00:36 +0000)
committerJoshua Colp <jcolp@digium.com>
Thu, 28 Nov 2013 00:36:53 +0000 (00:36 +0000)
commit4a9e6d06a757b1299296fa78da248bc3eaa181bf
tree1759bb3472104bc5eb3556f98e9e8ca6c5a1b992
parentc40e808b140e7814b8bb45ecd53026bd4cd433cb
res_pjsip_session: Add configurable behavior for redirects.

The action taken when a redirect occurs is now configurable on a
per-endpoint basis. The redirect can either be treated as a redirect
to a local extension, to a URI that is dialed through the Asterisk
core, or to a URI that is dialed within PJSIP itself.

(closes issue ASTERISK-21710)
Reported by: Matt Jordan

Review: https://reviewboard.asterisk.org/r/2963/

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@403207 65c4cc65-6c06-0410-ace0-fbb531ad65f3
include/asterisk/res_pjsip.h
res/res_pjsip.c
res/res_pjsip/pjsip_configuration.c
res/res_pjsip_session.c