summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-06-20 15:14:44 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-06-20 15:14:44 +0200
commit804459c35a35d9baefb585be3864207b13f0018d (patch)
tree60cba62e08576b6383406c3d8d9b315a36b393c3
parentcc1d2d3e2fa1ac6753124a9d3aea30da63f328e3 (diff)
proxy: And once more.
-rw-r--r--callagent/transactions/SIPTransaction.st2
1 files changed, 1 insertions, 1 deletions
diff --git a/callagent/transactions/SIPTransaction.st b/callagent/transactions/SIPTransaction.st
index 5ddac67..78b6c89 100644
--- a/callagent/transactions/SIPTransaction.st
+++ b/callagent/transactions/SIPTransaction.st
@@ -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.