[Serusers] Do ser + asterisk_b2bua work ?

Alexey N. Kovyrin @ Home alexey at home.kovyrin.net
Wed Feb 23 03:44:56 CET 2005


Charles Wang wrote:

>Q2. How can B2BUA know when to tear-down this call if the call has some limits.
>      For example, UA1 has only 120 seconds to use this International call.
>  
>
We're using a simple agi-script for that with code like this:

my $caller_id = GetCallerID();
my $max_min = GetUserMaxMinutes($caller_id);
$agi->set_autohangup($max_min);

-- 
/Scoundrel




More information about the sr-users mailing list