mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
add linphone_proxy_config_set_contact_uri_parameters()
This commit is contained in:
parent
4372a0ecd6
commit
5798639789
3 changed files with 3 additions and 3 deletions
|
|
@ -1382,7 +1382,7 @@ static void audioRouteChangeListenerCallback (
|
|||
#define APPMODE_SUFFIX @"prod"
|
||||
#endif
|
||||
NSString *params = [NSString stringWithFormat:@"app-id=%@.%@;pn-type=apple;pn-tok=%@;pn-msg-str=IM_MSG;pn-call-str=IC_MSG;pn-call-snd=ring.caf;pn-msg-snd=msg.caf", [[NSBundle mainBundle] bundleIdentifier],APPMODE_SUFFIX,tokenString];
|
||||
linphone_proxy_config_set_contact_parameters(proxyCfg, [params UTF8String]);
|
||||
linphone_proxy_config_set_contact_uri_parameters(proxyCfg, [params UTF8String]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 0cf4dede9e1f53e9a6b1bfdc329cef283bcb6022
|
||||
Subproject commit 7045b21f24ba9005f8a36d2e28f7b2c20e9d6fb6
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 2fa2ab9056e98f0664fce05f88590015231a2571
|
||||
Subproject commit 4212cc43b8e44d3fe3168ced0aea7d366e9d46ad
|
||||
Loading…
Add table
Reference in a new issue