[Freeswitch-users] Call Screener
Frank Carmickle
frank at carmickle.com
Wed Apr 7 14:03:14 PDT 2010
On Wed, Apr 07, Todd wrote:
> Hey List- I have a fresh FS install on Centos 5. I am trying to use the
> limit_hash application to screen caller ID numbers before transferring calls
> to another call server on my internal network.
Just screen calls? Limit and limit_hash are for tracking how many calls / how many calls per second. Use the dialplan if you just want to allow certain numbers through.
Tell us the functionality you want and we can make recommendations.
--FC
>
>
>
> <action application="limit_hash" data="cidlimit ${caller_id_number} 50/1" />
>
> <action application="transfer" data="sip/sofia/192.168.15.2" />
>
>
>
> Is this the correct/best way to transfer all calls to another SIP server
> that will be managing all calls? Where is the best place to put this
> application so that it will run on every incoming call from several SIP
> providers? I have installed all the sample data, and have several phones
> registered to extensions that can make internal calls. I am just looking
> for the general outline of where these applications should go after I have
> setup the several SIP gateways for my external providers. I am still noo
> and would greatly appreciate any advice as to the best way to configure FS
> to simply receive all calls from the outside, run the limit_hash, then
> transfer to another SIP server. Thanks List!
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
More information about the FreeSWITCH-users
mailing list