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 2e1967c49b misc: Use String>>#expandMacrosWith.. for the random helpers
These generate random strings so it is difficult to unit test. But
the invocation worked:

st> Osmo.SIPRandomHelper generateTag
'MzU0MjIxMTQ1OTIzODI1ODc3NjU_'
st> Osmo.SIPRandomHelper generateCallId
'MTk3MTU3OTAxOA__@xiaoyu'
st> Osmo.SIPUserAgent generateBranch
'z9hG4bKMzU0MjIwNDM2Myw0MjIxNg__'
2013-03-31 20:52:12 +02:00
callagent misc: Use String>>#expandMacrosWith.. for the random helpers 2013-03-31 20:52:12 +02:00
docs docs: Use the extracted Gramamr from the sofia project 2011-06-13 11:08:10 +02:00
example sip: Initial version of the Grammar capable of parsing a response 2011-06-11 20:30:15 +02:00
grammar pharo: Add a Makefile and begin with the porting. 2013-03-31 19:40:05 +02: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 misc: Document some more issues with the routing set 2011-07-05 11:06:35 +02:00
package.xml pharo: Add a Makefile and begin with the porting. 2013-03-31 19:40:05 +02:00