View previous topic :: View next topic |
Author |
Message |
thp at westhawk.co.uk Guest
|
Posted: Wed Aug 27, 2008 6:41 am Post subject: [Freeswitch-users] Nested limits in xml-curl |
|
|
I'm using xml-curl to dynamically generate dialplan, (very neat
feature by the way)
but I'm running into a problem where the limits kick in too soon
Here is what I'm doing (edited to remove secrets etc) ->
<action application="limit" data="$$
{domain} 192.67.4.33 2"/>
<action application="limit" data="$$
{domain} 00441612370661 1"/>
<action application="set"
data="call_timeout=300"/>
<action application="bridge" data="sofia/blahxxxx"/>
My question is - Am I allowed to set 2 different limits on the same
bridge action
(and a timeout) from within xml-curl ?
Tim.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
anthony.minessale at g... Guest
|
Posted: Wed Aug 27, 2008 9:38 am Post subject: [Freeswitch-users] Nested limits in xml-curl |
|
|
you can set as many limits as you want but you probably want to use different realms on each so the unique keys in the DB are not on the same item.
On Wed, Aug 27, 2008 at 6:37 AM, Tim Panton <thp@westhawk.co.uk (thp@westhawk.co.uk)> wrote:
--
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400 |
|
Back to top |
|
|
|