]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_t38.c: Fix always false if test. 94/794/1
authorRichard Mudgett <rmudgett@digium.com>
Fri, 26 Jun 2015 21:10:26 +0000 (16:10 -0500)
committerRichard Mudgett <rmudgett@digium.com>
Mon, 6 Jul 2015 21:08:47 +0000 (16:08 -0500)
commit1b91094eddf75529390e9ca39805c2e5f5ddd724
tree37ff52e73a3ccbf6ce476110786a5e5ce049847d
parent3cdbe696a3f98f345cdeb739cb738f41cb830c15
res_pjsip_t38.c: Fix always false if test.

Calling t38_change_state() sets the t38 state so it makes little sense to
then check the state right after the call for something else.

* Made the code in t38_interpret_parameters() reject or exit T.38 mode as
intended but not implemented.

Change-Id: Ib281263a6ed44da9448132c4e6df1e183b8a3df2
res/res_pjsip_t38.c