o Juha Heinanen on 02/06/2012 04:00 AM:
is it possible to use current call control modules to limit at the same
time calls from an uuid and calls to an uuid?
if it would be possible to chain profiles, then also this would be easy
by using two instances of parallel_calls.
this has been possible for quite some time with invocation of several
call control modules, or by header, remember?
from
http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sems;a=blob;f=doc/Readme.sbc_call_control.txt
:
Alternatively, call control can also be set through message parts by
using replacement patterns.
Example:
call_control=cc_pcalls,$H(P-Call-Control)
The header 'P-Call-Control' is a comma separated list of call control
configurations, with key,value pairs
appended, i.e. of the form module_name;param=val;param=val.
Example:
P-Call-Control: cc_prepaid;uuid=joe, cc_pcalls;uuid=joe;max_calls=10
As usual with multi-value headers, several separate headers may be
used, so the above example is
equivalent to:
P-Call-Control: cc_prepaid;uuid=joe
P-Call-Control: cc_pcalls;uuid=joe;max_calls=10
Stefan
_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev