- 22 2月, 2014 5 次提交
-
-
由 Jeff Lenk 提交于
-
由 Seven Du 提交于
-
由 Michael Jerris 提交于
-
由 Michael Jerris 提交于
-
由 Michael Jerris 提交于
-
- 21 2月, 2014 32 次提交
-
-
由 Michael Jerris 提交于
-
由 Michael Jerris 提交于
-
由 Michael Jerris 提交于
-
由 Michael Jerris 提交于
-
由 Michael Jerris 提交于
-
由 Michael Jerris 提交于
-
由 Michael Jerris 提交于
-
由 Ken Rice 提交于
-
由 Jeff Lenk 提交于
-
由 William King 提交于
Previously any esl_connect_timeout() failures would not return to the calling application the reason for the failure. This commit now allows for calling applications to know why the connection attempt fails, but it is now the calling applications responsiblity to call esl_disconnect() on the esl handle after the failure. Failing to call disconnect after a failed connection attempt would result in memory being leaked.
-
由 Jeff Lenk 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Michael Jerris 提交于
-
由 Michael Jerris 提交于
-
由 Michael Jerris 提交于
-
由 Ken Rice 提交于
-
由 Travis Cross 提交于
This looks like a copy/paste error. FS-6037 --resolve Thanks-to: David Sanders <dsanders@pinger.com>
-
由 Michael Jerris 提交于
-
由 Ken Rice 提交于
Clean up the libpq autodection and make sure it functionswith both pg_config and pkg-config. if you are installing into a non-FHS standard location such as what happens with RPMs from the Postgres yum repo, you will need to make sure pkg-config can fild the libpq.pc file. example: export PKG_CONFIG_PATH=/usr/pgsql-9.3/lib/pkgconfig you may also want to make sure your path can find pg_config example: export PATH=/usr/pgsql-9.3/bin:$PATH
-
由 Michael Jerris 提交于
-
由 Travis Cross 提交于
This adds a sip profile parameter parse-all-invite-headers that when set parses all headers from an INVITE into channel variables. The headers are converted to lowercase, underscores are replaced with dashes, and the result is prefixed with sip_i_. Headers than exist more than once are set as arrays. FS-6075 --resolve Thanks-to: Peter Olsson <peter@olssononline.se>
-
由 Michael Jerris 提交于
-
由 Michael Jerris 提交于
-
-
由 Chris Rienzo 提交于
-
由 Michael Jerris 提交于
-
由 Michael Jerris 提交于
-
由 Michael Jerris 提交于
-
由 Anthony Minessale 提交于
-
由 Travis Cross 提交于
This man page is written in ronn format (package ruby-ronn on Debian) which is a subset of markdown that can be converted to nroff man pages, HTML, and other formats.
-
由 Anthony Minessale 提交于
-
- 20 2月, 2014 3 次提交
-
-
由 Anthony Minessale 提交于
left line in that breaks mod_dingaling build update and run sh config.status from build root or do a clean build to correct
-
由 Marc Olivier Chouinard 提交于
-
由 Brian West 提交于
-