1. 01 4月, 2007 1 次提交
  2. 31 3月, 2007 3 次提交
  3. 30 3月, 2007 18 次提交
  4. 29 3月, 2007 9 次提交
  5. 28 3月, 2007 7 次提交
  6. 27 3月, 2007 2 次提交
    • Anthony Minessale's avatar
      This patch adds 2 important variables to the originate subsystem · 4450a80b
      Anthony Minessale 提交于
      originate_retries:
      		This variable controls how many times the system should retry the
      		entire dialstring before exiting on failure (default 1)
      
      originate_retry_sleep_ms: 
      		This variable controls how long in milliseconds to pause between 
      		retries (default 1000)
      
      *NOTE*	when using the , and & symbols to call sequential or simultaneous channels in conjunction with this feature,
      	the *entire* dialstring will be repeated as many times as you specify in ${originate_retries}
      
      Here is an example using the bridge application to originate the call. (The feature will also work anywhere else 
      an origination can be made.)
      
      <extension name="1000">
        <condition field="destination_number" expression="^1000$">
          <action application="set" data="originate_retries=10"/>
          <action application="set" data="originate_retry_sleep_ms=1000"/>
          <action application="bridge" data="sofia/$${domain}/1000@somehost.com"/>
        </condition>
      </extension>
      
      
      
      
      
      git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4776 d0543943-73ff-0310-b7d9-9358b9ac24b2
      4450a80b
    • Michael Jerris's avatar
      use logger for iksemel logs too instead of stderr. · c5e07577
      Michael Jerris 提交于
      git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4775 d0543943-73ff-0310-b7d9-9358b9ac24b2
      c5e07577