Module: sip-router Branch: master Commit: d6f5b4b05166f3124379337ca3c0e28c54b7ab09 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d6f5b4b0...
Author: Andrei Pelinescu-Onciul andrei@iptel.org Committer: Andrei Pelinescu-Onciul andrei@iptel.org Date: Mon Jul 20 17:21:25 2009 +0200
tm: rpc_uac* support
fifo/unixsock uac revived in rpc form and updated to the latest tm: - tm.t_uac_start - fifo_uac rpc equivalent with the following differences: * extra send_socket parameter for kamailio compatibility. * empty parameters can be specified either by '.' (backwards compatibility) or by "" (empty string). * it doesn't wait for the final reply and it doesn't include the sip reply in the rpc reply (it sends immediately an empty reply indicating only success or failure) - tm.t_uac_wait - like above, but it's supposed to wait and return the final reply. However right now it will only return an error (it's not yet fully implemented).
---
modules/tm/rpc_uac.c | 482 ++++++++++++++++++++++++++++++++++++++++++++++++++ modules/tm/rpc_uac.h | 40 ++++ modules/tm/tm.c | 3 + 3 files changed, 525 insertions(+), 0 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=d6f5...