forked from mirrors/linphone-iphone
Fix proxy/route addr
This commit is contained in:
parent
c4b111646d
commit
9520312bd9
1 changed files with 1 additions and 1 deletions
|
|
@ -1399,7 +1399,7 @@ static void audioRouteChangeListenerCallback (
|
|||
} else {
|
||||
proxyAddress = configuration.network.globalAddress;
|
||||
}
|
||||
proxyAddress = [NSString stringWithFormat:@"sip:%@;maddr=%@", domain, proxyAddress] ;
|
||||
proxyAddress = [NSString stringWithFormat:@"<sip:%@;maddr=%@>", domain, proxyAddress] ;
|
||||
|
||||
const char* proxy = [proxyAddress cStringUsingEncoding:[NSString defaultCStringEncoding]];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue