smalltalk
/
osmo-st-sip
Archived
1
0
Fork 0

proxy: And once more.

This commit is contained in:
Holger Hans Peter Freyther 2014-06-20 15:14:44 +02:00
parent cc1d2d3e2f
commit 804459c35a
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ Object subclass: SIPTransaction [
username: initial_dialog identity proxyUsername;
realm: (auth at: 'realm');
nonce: (auth at: 'nonce');
qop: (auth at: 'qop');
qop: (auth at: 'qop' ifAbsent: ['auth']);
cnonce: SIPURandom newClientNonce;
uri: initial_dialog destinationAddress;
yourself.