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

4 Commits

Author SHA1 Message Date
Holger Hans Peter Freyther 8b626c8a52 parser/grammar: Be able to parse domain used by Yate.
It looks like "domain" is not proper in yate. Just parse it as
numbers and words.
2014-06-02 22:06:31 +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 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
Holger Hans Peter Freyther 91bfff21b7 misc: Split SIPParser into multiple files 2014-02-15 18:27:37 +01:00