]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Move evaluation of set_var options in pjsip to the end of channel initialization.
authorMark Michelson <mmichelson@digium.com>
Wed, 20 Aug 2014 20:04:08 +0000 (20:04 +0000)
committerMark Michelson <mmichelson@digium.com>
Wed, 20 Aug 2014 20:04:08 +0000 (20:04 +0000)
commit04876df6a220373d9db0d83f0f0d655c59312322
treeeb4d3e970366c04c76fd57680a5914c7d3b67b78
parent04f478212cf0a87e38bf1ad1369836116c7ca9f1
Move evaluation of set_var options in pjsip to the end of channel initialization.

This allows for set_var to override certain defaults such as caller ID and codec
values. This also fixes a test suite regression. The "set_var" test suite test attempted
to use set_var to override caller ID, but a recent change caused that to no longer work.
........

Merged revisions 421565 from http://svn.asterisk.org/svn/asterisk/branches/12

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@421566 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_pjsip.c