I've been working with OpenSER a lot over the last couple of weeks. I upgraded to 1.2.3, enabled TLS support, and implemented some really cool new features:
- Serial forking class
- English error messages
- Numerous code cleanups
- Much more
I'll try to find out how much of this I can share and get back to you. In the meantime I'm having a problem calling next_gw() from the LCR module. I suspect it's a db problem but I can't be sure yet...
1 comment:
Ahhh, fixed it - turns out all you need to do is replace wildcard matches in the from_uri DB field. Replace any instances of "%" with '' (NULL).
Post a Comment