commit | b9fc8297573b5a58a8b87776372d12f40b67ece6 | [log] [tgz] |
---|---|---|
author | lh <lh@exm.com> | Fri May 10 13:15:24 2024 +0800 |
committer | Gerrit Code Review <jenkins2@jenkins2-Vostro-3690> | Fri May 10 13:15:24 2024 +0800 |
tree | f744ef1a9a82c8abb39bb506c136eeeee986f2b3 | |
parent | 334804fb06e6473a02005daeb13ede49bbe713c6 [diff] | |
parent | 0133172dae7f54c13f2b489c209c7c6bcc174051 [diff] |
Merge "[Bugfix][L805A-6] solve lynq_get_current_call_state_ext get slot failed after hungup current call" into DSDS
diff --git a/common_src/lib/liblynq-call/lynq_call.cpp b/common_src/lib/liblynq-call/lynq_call.cpp index 7ce1d26..d4d57d2 100755 --- a/common_src/lib/liblynq-call/lynq_call.cpp +++ b/common_src/lib/liblynq-call/lynq_call.cpp
@@ -1237,6 +1237,7 @@ if((*handle) >= 0) { *call_state = (int)LYNQ_CALL_END; + *slot = global_slot; return RESULT_OK; } else