Module: sems Branch: master Commit: 7aa7a7ff8e4fd8335d46513672fd5399306faac9 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=7aa7a7ff8e4fd8335d46513672fd5399306faac9
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Fri Feb 14 18:02:58 2014 +0100 sbc:call control doc reference for registrar module --- doc/Readme.sbc_call_control.txt | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/Readme.sbc_call_control.txt b/doc/Readme.sbc_call_control.txt index d471bae..5c9fd4f 100644 --- a/doc/Readme.sbc_call_control.txt +++ b/doc/Readme.sbc_call_control.txt @@ -53,10 +53,10 @@ Several CC modules are implemented o cc_ctl - control SBC profile options through headers o cc_rest - query REST/http API and use response for retargeting etc o cc_syslog_cdr - write CDRs to syslog - o cc_bl_redis - check blacklist from REDIS (redis.io) - -See their respective documentation for details. - + o cc_bl_redis - check blacklist from REDIS (redis.io) + o cc_registrar - local registrar (REGISTER handling, lookup on INVITEs) + +See their respective documentation in the doc/sbc/ directory for details. Developer documentation ======================= @@ -65,6 +65,7 @@ The functions of CC modules are invoked - at the beginning of a call: "start" function - when the call is connected: "connect" function - when the call is ended: "end" function + - when an out-of-dialog request should be routed: "route" function In the start function, CC modules can - modify values in the used call profile instance (RURI, From, To etc) _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
