]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_messaging: Ensure MESSAGE_SEND_STATUS is set properly
authorSean Bright <sean.bright@gmail.com>
Mon, 27 Jan 2020 14:03:38 +0000 (09:03 -0500)
committerSean Bright <sean.bright@gmail.com>
Mon, 27 Jan 2020 17:07:06 +0000 (11:07 -0600)
commit69cf67d8c63fd018a1e8c6ce9fbab48d34096dc5
tree8cb6867f5f6be2d82190fdd9c72882956c4b66aa
parentace97a3786544050899b20d6f022ae09cdf8d526
res_pjsip_messaging: Ensure MESSAGE_SEND_STATUS is set properly

We need to wait for the message sending callback to finish to know if
we succeeded or failed.

ASTERISK-25421 #close
Reported by:  Dmitriy Serov

Change-Id: I22b954398821d2caf4c6fe58f0607c8cfa378059
res/res_pjsip_messaging.c