-
- Downloads
res_pjsip_refer/session: Calls dropped during transfer
When doing an attended transfer it's possible for the transferer, after receiving an accepted response from Asterisk, to send a BYE to Asterisk, which can then be processed before Asterisk has time to start and/or complete the transfer process. This of course causes the transfer to not complete successfully, thus dropping the call. This patch makes it so any BYEs received from the transferer, after the REFER, that initiate a session end are deferred until the transfer is complete. This allows the channel that would have otherwise been hung up by Asterisk to remain available throughout the transfer process. ASTERISK-27053 #close Change-Id: I43586db79079457d92d71f1fd993be9a3b409d5a
Showing
- include/asterisk/res_pjsip_session.h 11 additions, 0 deletionsinclude/asterisk/res_pjsip_session.h
- res/res_pjsip_refer.c 8 additions, 0 deletionsres/res_pjsip_refer.c
- res/res_pjsip_session.c 26 additions, 0 deletionsres/res_pjsip_session.c
- res/res_pjsip_session.exports.in 1 addition, 0 deletionsres/res_pjsip_session.exports.in
Loading
Please register or sign in to comment