Home > FreeSWITCH > Incoming Call Limit in FreeSWITCH

Incoming Call Limit in FreeSWITCH

September 29th, 2009 emran Leave a comment Go to comments

Incoming call-limit can be controlled in FreeSWITCH from user directory for example:

<document type=”freeswitch/xml”>
  <section name=”directory”>
    <domain name=”192.168.0.2″>
      <user id=”some_user”>
        <params>
          <param name=”password” value=”some_password”/>
        </params>
        <variables>
                       <variable name=”accountcode” value=”315″/>
                       <variable name=”user_context” value=”default”/>
                       <variable name=”vm_extension” value=”315″/>
                       <variable name=”max_calls” value=”1″/>
          </variables>
      </user>
    </domain>
  </section>
</document>

Categories: FreeSWITCH Tags:
  1. No comments yet.
  1. No trackbacks yet.
3 visitors online right now
3 guests, 0 members
Max visitors today: 5 at 11:54 am UTC
This month: 6 at 09-01-2010 01:02 am UTC
This year: 43 at 06-10-2010 04:02 pm UTC
All time: 43 at 06-10-2010 04:02 pm UTC