...
|
...
|
@@ -50,6 +50,10 @@ Several CC modules are implemented
|
50
|
50
|
o cc_call_timer - call timer (maximum call duration)
|
51
|
51
|
o cc_prepaid - prepaid billing with storing balances in memory
|
52
|
52
|
o cc_prepaid_xmlrpc - prepaid billing querying balances from external server with XMLRPC
|
|
53
|
+ o cc_ctl - control SBC profile options through headers
|
|
54
|
+ o cc_rest - query REST/http API and use response for retargeting etc
|
|
55
|
+ o cc_syslog_cdr - write CDRs to syslog
|
|
56
|
+ o cc_bl_redis - check blacklist from REDIS (redis.io)
|
53
|
57
|
|
54
|
58
|
See their respective documentation for details.
|
55
|
59
|
|