mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
fix payload type flag
This commit is contained in:
parent
0cf1f971d6
commit
51ce29df7d
1 changed files with 1 additions and 0 deletions
|
|
@ -223,6 +223,7 @@ static MSList *match_payloads(MSFactory *factory, const MSList *local, const MSL
|
|||
*/
|
||||
matched=payload_type_clone(matched);
|
||||
payload_type_set_number(matched,local_number);
|
||||
payload_type_set_flag(matched, PAYLOAD_TYPE_FLAG_CAN_RECV);
|
||||
payload_type_set_flag(matched, PAYLOAD_TYPE_FROZEN_NUMBER);
|
||||
res=ms_list_append(res,matched);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue