Displaying 1 result from an estimated 1 matches for "blacklist_in".
2005 Mar 03
1
Blacklists.
...AGI, in order to cut the users that call more than a number of minutes. We want that this blacklist application will be transparent for the real application, so the application don't have to do anything else.
In the extension.conf we are using the next configuration:
exten =>_number,1,AGI,blacklist_in.agi
exten =>_number,2,Answer
exten =>_number,3,AGI,application.agi
exten =>_number,4,AGI,blacklist_out.agi
The problem that we have now, is that blacklist_out will have to know the time when the call began. There are any way to pass to the blacklist_out when the call has began. For exampl...