smalltalk
/
osmo-st-sip
Archived
1
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
osmo-st-sip/callagent
Holger Hans Peter Freyther 00b85bc583 rport: For dealing with NATed environments ask for a return
To support servers behind a NAT we need to include the rport
parameter in our via. This way the server will respond to us
on the sourceport it got the message from.

We will probably need to implement the same and return the
sourceport as rport=1234 to the other end.
2014-03-24 13:52:06 +01:00
..
authorization digest: Be able to calculate digest with qop=auth pattern 2014-03-22 10:00:01 +01:00
misc misc: Split SIPRandom into separate files 2014-02-15 18:05:37 +01:00
parameters misc: Split the SIPParams into one class per file 2014-02-15 09:37:14 +01:00
parser rport: For dealing with NATed environments ask for a return 2014-03-24 13:52:06 +01:00
requests register: Add an implementation for the register handling. 2014-02-25 17:00:01 +01:00
session call: Handle SIP redirects with a special call 2014-03-13 14:55:48 +01:00
tests digest: Be able to calculate digest with qop=auth pattern 2014-03-22 10:00:01 +01:00
transactions register: Add an implementation for the register handling. 2014-02-25 17:00:01 +01:00
transport misc: Move the transport code to the transport directory 2014-02-15 09:40:12 +01:00
useragent rport: For dealing with NATed environments ask for a return 2014-03-24 13:52:06 +01:00
Base64MimeConverter.st misc: Add proper categories to the various SIP classes 2011-09-27 17:43:43 +02:00
Extensions.st digest: Implement the digest authentication for SIP 2014-02-14 16:58:33 +01:00
SIPDialog.st misc: Stop using String>>% for the to/from generation 2013-03-31 20:50:32 +02:00
SIPLogArea.st pharo: Add a Makefile and begin with the porting. 2013-03-31 19:40:05 +02:00
SIPResponse.st grammar: The header fields may be case insensitivie 2014-03-14 13:51:22 +01:00