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

9 Commits

Author SHA1 Message Date
Holger Hans Peter Freyther 104c521a1a pharo: Also change the invocation of the code 2015-07-27 10:17:47 +02:00
Holger Hans Peter Freyther 54c4074b80 pharo: Add a different test implementation 2015-07-27 10:16:16 +02:00
Holger Hans Peter Freyther e6f5e3afde pharo: Use something that is now in OsmoCore
Do not relay on the HLR to be loaded
2015-07-24 18:07:36 +02:00
Holger Hans Peter Freyther aa7002b2e1 pharo: Fix the conversion, more crypto, address handling 2015-07-24 16:04:50 +02:00
Holger Hans Peter Freyther 2df9f74284 pharo: Continue with portability changes for pharo
* There is no RecursionLock but Mutex
* MD5 behaves differently on Pharo
* UDP sockets are different..
2015-07-24 11:51:42 +02:00
Holger Hans Peter Freyther 54d9f2059b pharo: Update the conversion code
PetitParser has a PPContext in newer versions but the GST code
is older and doesn't have it. Provide an alternative impl.

Provide >>#do: for the SIPVia for Pharo to print the data

Avoid importing MIMERWStream as it is dead in Pharo
2015-07-23 21:37:26 +02:00
Holger Hans Peter Freyther e9ab9925d1 pharo: Beging to improve the GSTSocketAddress to be usable 2013-03-31 20:46:01 +02:00
Holger Hans Peter Freyther 6878ac5253 pharo: Povide a pharo specific way to access the /dev/urandom device
We need to start with a FileStream and call binary on it. This
appears to be doing the tick.
2013-03-31 20:46:01 +02:00
Holger Hans Peter Freyther 6559cc6c1c pharo: Add a Makefile and begin with the porting.
* Change the category for the tests and extensions
* Rewrite usages of >>nl and >>cr
* There are still issues with the Socket code, Datagram handling
  and and expands.
2013-03-31 19:40:05 +02:00