Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

root: 8489 4026

latest revision download Branch root:

8489 annotated / raw | Diffs: previous, other | Lines: 21 ( +2, -0 )

Created: 2008-05-20 13:15:33 -0400 (6 months ago) | Author: anthm | Changeset: 8489

added example to wrong config

6361 annotated / raw | Diffs: previous, other | Lines: 19 ( +1, -1 )

Created: 2007-11-20 11:45:33 -0500 (12 months ago) | Author: brian | Changeset: 6361

that domain actually exists now

6319 new/moved annotated / raw | Diffs: previous, other | Lines: 19 ( +19, -0 )

Created: 2007-11-17 16:13:12 -0500 (12 months ago) | Author: brian | Changeset: 6319

Moved from: conf/xml_curl.conf.xml 5811

kaboom

5811 annotated / raw | Diffs: previous, other | Lines: 19 ( +4, -0 )

Created: 2007-10-04 23:41:53 -0400 (13 months ago) | Author: xachen | Changeset: 5811

Moved to: conf/autoload_configs/xml_curl.conf.xml 6319

add option to mod_xml_curl as well to make libcurl ignore ca cert roots

5131 annotated / raw | Diffs: previous, other | Lines: 15 ( +2, -0 )

Created: 2007-05-10 15:11:00 -0400 (18 months ago) | Author: mikej | Changeset: 5131

fix for MDXMLINT-7 from Simon P. Ditner .  Added config option disable-100-continue to disable the  Expect: 100-continue HTTP 1.1 header so that it will work with lighthttpd.

4066 annotated / raw | Diffs: previous, other | Lines: 13 ( +11, -9 )

Created: 2007-01-27 11:23:33 -0500 (21 months ago) | Author: anthm | Changeset: 4066

A few changes:

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.

4026 new annotated / raw | Lines: 11 ( +11, -0 )

Created: 2007-01-22 20:12:47 -0500 (21 months ago) | Author: anthm | Changeset: 4026

xml preprocessor (calling all documentors and default config composers!!)