]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Do not queue message requests that we do not respond to.
authorMark Michelson <mmichelson@digium.com>
Tue, 7 Apr 2015 15:35:13 +0000 (15:35 +0000)
committerMark Michelson <mmichelson@digium.com>
Tue, 7 Apr 2015 15:35:13 +0000 (15:35 +0000)
commit45f09898e99cd70329aeaff2598297b58c09de3a
tree2c70df5a96d0438d4570a37796b3a71cfd834914
parent42b7ebdd4d63ce6893afae28b77287831480915c
Do not queue message requests that we do not respond to.

If we receive a MESSAGE request that we cannot send a response
to, we should not send the incoming MESSAGE to the dialplan.

This commit should help the bouncing message_retrans test to
pass consistently.
........

Merged revisions 434218 from http://svn.asterisk.org/svn/asterisk/branches/13

git-svn-id: https://origsvn.digium.com/svn/asterisk/certified/branches/13.1@434220 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_pjsip_messaging.c