How-tos for SERStep 1: Do something
Call Hunting is a mechanism by which a proxy server trys to place a call to any one number (user) in a list of numbers. The proxy tries each number in sequence until a number answers (200 OK) or all numbers are exhausted. In this example the call will be forwarded to the voice mail mailbox associated with the original called number when all numbers have been exhausted. This example was created for a proxy running SERi 0.9.x
In this example I use MySQL for the data storage. The database also stores registrations, subscriber data and locally defined call feature/call permission flags. To enable the call hunting feature we will need a new table. MySQL setup: We create a new table for Single Attribute Multi-value data storage. We'll call this table "sam". # |
Navigation |