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 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
..
Base64MimeConverter.st misc: Add proper categories to the various SIP classes 2011-09-27 17:43:43 +02:00
SIPCall.st misc: Use String>>#expandWithMacros for all log messages 2013-03-31 20:47:58 +02:00
SIPCallAgent.st misc: Use String>>#expandMacrosWith.. for the random helpers 2013-03-31 20:52:12 +02: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
SIPParams.st pharo: Add a Makefile and begin with the porting. 2013-03-31 19:40:05 +02:00
SIPParser.st misc: Fix the category strings to ease porting to Pharo 2013-03-31 12:25:05 +02:00
SIPParserTest.st pharo: Add a Makefile and begin with the porting. 2013-03-31 19:40:05 +02:00
SIPRandom.st misc: Use String>>#expandMacrosWith.. for the random helpers 2013-03-31 20:52:12 +02:00
SIPRequests.st misc: Use WriteStream>>#nextPutAll: instead of String>>% to generate messages 2013-03-31 20:51:57 +02:00
SIPResponse.st misc: Use WriteStream>>#nextPutAll: instead of String>>% to generate messages 2013-03-31 20:51:57 +02:00
SIPTransactions.st misc: Use String>>#expandMacrosWith to increase portability 2013-03-31 20:51:04 +02:00
Tests.st pharo: Add a Makefile and begin with the porting. 2013-03-31 19:40:05 +02:00