smalltalk
/
osmo-st-sip
Archived
1
0
Fork 0
SIP Stack for Smalltalk.
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.
Go to file
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
callagent rport: For dealing with NATed environments ask for a return 2014-03-24 13:52:06 +01:00
docs rport: For dealing with NATed environments ask for a return 2014-03-24 13:52:06 +01:00
example sip: Initial version of the Grammar capable of parsing a response 2011-06-11 20:30:15 +02:00
grammar rport: For dealing with NATed environments ask for a return 2014-03-24 13:52:06 +01:00
pharo-porting pharo: Beging to improve the GSTSocketAddress to be usable 2013-03-31 20:46:01 +02:00
.gitignore sip: Initial version of the Grammar capable of parsing a response 2011-06-11 20:30:15 +02:00
DESIGN Update the DESIGN document for this code 2011-07-06 10:10:07 +02:00
EXAMPLE EXAMPLE: Use the new SIPCall class in the example 2011-07-06 10:13:42 +02:00
Makefile pharo: Povide a pharo specific way to access the /dev/urandom device 2013-03-31 20:46:01 +02:00
TODO Add todo entry about the handling of final responses 2014-03-14 14:16:24 +01:00
package.xml register: Add an implementation for the register handling. 2014-02-25 17:00:01 +01:00