Alexander Chemeris wrote:
NITB supports SMPP, but having SIP MESSAGE support
would be a great thing, imho.
you could add your own call control (instead of
mncc_builtin or
mncc_sock (LCR)). then you would need to write a call control that links
MNCC to SIP. this is what is done at LCR (gsm.cpp, gsm_bs.cpp, sip.cpp),
you could use that code to parse and generate SIP/MNCC messages. if you
want a separate process, you can use the MNCC socket, but then you gonna
write what LCR already does.