On Tue, Oct 6, 2009 at 12:52 AM, SP <[email protected]> wrote:
> did you use the application limit on the inbound call?
> You'll need to in order to account for it.

Can you provide more detail? I have DID and gateway

  <extension name="public_did">
    <condition field="destination_number" expression="^(1234567)$">
      <action application="transfer" data="incoming_call XML default"/>
    </condition>
  </extension>

  <gateway name="my_provider">
    <param name="username" value="1234567"/>
(...)
  </gateway>

  <extension name="my_provider_local">
    <condition field="${toll_allow}" expression="local"/>
(...)
      <action application="bridge" data="sofia/gateway/my_provider/$1"/>
    </condition>
  </extension>

that correspond to the same provider account. Then an incoming call is
active, outgoing one is not possible (provider will reject the it).
How to generate "limit_exceeded" then?

- Dmitry Bely

_______________________________________________
FreeSWITCH-users mailing list
[email protected]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to