Displaying 1 result from an estimated 1 matches for "blacklist_out".
2005 Mar 03
1
Blacklists.
...n 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 example blacklist_in can generate when the call has began, but can't pass it to blacklist_out.
Thanks in advance....