Fix proxy/route addr

This commit is contained in:
Yann Diorcet 2013-01-15 12:54:47 +01:00
parent c4b111646d
commit 9520312bd9

View file

@ -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]];