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

13 Commits

Author SHA1 Message Date
Holger Hans Peter Freyther 1e249c5e0e cseq: Fix the log message and print old and new cseq 2015-07-24 11:51:04 +02:00
Holger Hans Peter Freyther 1e43d02ed3 transaction: ACK the 401 Unauthorized message before we change
So this code acks the 401 Unauthorized message. It is possible
that this message is lost on the way we will not be able to
respond to the 401 again. The right thing would be to "fork" off
the transaction to deal with re-transmissions.
2014-08-10 19:49:05 +02:00
Holger Hans Peter Freyther 804459c35a proxy: And once more. 2014-06-20 15:14:44 +02:00
Holger Hans Peter Freyther cc1d2d3e2f auth: qop is not included by sipgate as well.. 2014-06-20 15:11:39 +02:00
Holger Hans Peter Freyther b0fae4c117 proxy: Add the same default handling for md5 2014-06-20 15:00:43 +02:00
Holger Hans Peter Freyther e2d1145639 auth: Sipgate doesn't send the algorithm. assume it is md5 2014-06-20 14:19:10 +02:00
Holger Hans Peter Freyther 0c609b9975 identity: Move the identity into the SIPDialog
This way the one that creates a dialog needs to decide which
identity will be used.
2014-04-22 14:18:26 +02:00
Holger Hans Peter Freyther 858d25e2be identity: Remove direct usage of of useragent username
In preparation of introducing multiple identities we need to
remove usage of SIPUserAgent>>#username. The next step is to
actually be able to pass a different identity.
2014-04-02 18:28:09 +02:00
Holger Hans Peter Freyther 89efe79f71 identity: Make it possible to have a separate proxy username/password
Make it possible that the proxy username and password is different
to the identity of the user.
2014-04-02 18:16:04 +02:00
Holger Hans Peter Freyther fd1d3829ad proxy: Handle ProxyAuthenticate/ProxyAuthorize
Add a testcase for testing ProxyAuthenticate and ProxyAuthorize,
extend the grammar and parser to handle the needed bits. Document
another error/failure with the dialog handling code and create a
testcase that fully connects a call.
2014-03-24 14:53:14 +01:00
Holger Hans Peter Freyther 5282dff121 register: Add an implementation for the register handling. 2014-02-25 17:00:01 +01:00
Holger Hans Peter Freyther 5222b4d508 auth: Change the branch and cseq during the second auth request
Avoid infinite auth retries and remember if the last message has
been an authentication request. Ignore the 100 TRYING like messages
as they do not add much value.
2014-02-25 15:32:02 +01:00
Holger Hans Peter Freyther 2454ca1372 misc: Split SIPtransactions.st into one file per class 2014-02-15 17:56:49 +01:00