]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_t38.c: Fix always false if test. 93/793/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:01:53 +0000 (16:01 -0500)
commit38bace4fbb8d2c47cc38230645de2aa0769726fb
treefac520fb61485da59821313ae7752129e728300f
parentcba550df7aea4fdac8a182215ddacb555824e088
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