1. 27 1月, 2007 4 次提交
    • Anthony Minessale's avatar
      fix mute · b4e374af
      Anthony Minessale 提交于
      git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4067 d0543943-73ff-0310-b7d9-9358b9ac24b2
      b4e374af
    • Anthony Minessale's avatar
      A few changes: · 85dab893
      Anthony Minessale 提交于
      1) The xml_curl now has a more enterprise config where it can have more than 1
         url configured so you could have failover. (*note the syntax change*)
      
      2) dialplan modules now take an extra arguement making it possible to pass runtime params to
         them.  This is now used in mod_dialplan_xml to allow an alternate file path to be specified.
      
         dialplans were already stackable meaning you can configure a sofia profile, for example,
         to use enum followed by the default XML dialplan.
      
         e.g. <param name="dialplan" value="enum,XML"/>
      
         From now on, you can also specify :param after each dialplan name to allow param
         to be passed to the module.  mod_dialplan_xml uses this param as a way to override
         where it looks for the dialplan making it possible to stack mutiple calls to the XML dialplan.
      
         e.g. <param name="dialplan" value="XML:/some/xml/file.xml,XML"/>
      
         With this you can search the local file file.xml first and if there is still no match
         the hunt will move on to the standard XML using the onboard XML registry and or the external
         gateways.
      
         *NOTE* this alternate path does not use the external bindings but it does parse the #includes etc.
      
      
      
      git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4066 d0543943-73ff-0310-b7d9-9358b9ac24b2
      85dab893
    • Michael Jerris's avatar
      fail the call when the best match is a codec with no name. · f17eece9
      Michael Jerris 提交于
      git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4065 d0543943-73ff-0310-b7d9-9358b9ac24b2
      f17eece9
    • Michael Jerris's avatar
      differing const qualifiers. · b6bcd30d
      Michael Jerris 提交于
      git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4064 d0543943-73ff-0310-b7d9-9358b9ac24b2
      b6bcd30d
  2. 26 1月, 2007 6 次提交
  3. 25 1月, 2007 3 次提交
  4. 24 1月, 2007 2 次提交
  5. 23 1月, 2007 11 次提交
  6. 22 1月, 2007 9 次提交
  7. 21 1月, 2007 2 次提交
  8. 20 1月, 2007 3 次提交