freeswitch/libs/esl
William King 5fb660933d ESL-82 --resolve
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.
2014-02-21 14:14:05 -08:00
..
getopt building (almost working) on windows again 2008-12-23 22:52:52 +00:00
java FS-5575 --resolve 2013-07-12 14:43:18 -05:00
lua FS-5575 --resolve 2013-07-12 14:43:18 -05:00
managed ESL-81 --resolve add specific SWIG code for windows 2014-02-15 18:36:49 -06:00
perl FS-5575 --resolve 2013-07-12 14:43:18 -05:00
php --resolve ESL-72 fix const char* vs char* issue in swig 2013-09-20 14:58:44 -05:00
python FS-5575 --resolve 2013-07-12 14:43:18 -05:00
ruby ESL-66 2014-02-07 13:10:25 -06:00
src ESL-82 --resolve 2014-02-21 14:14:05 -08:00
tcl hrm 2010-02-15 21:32:37 +00:00
.gitignore .gitignore 2013-12-23 17:27:20 -05:00
ESL.i fix esl sendevent issue and change the sendEvent method to return the reply text like sendRecv etc 2010-03-05 23:10:41 +00:00
eslmake.rules.in freebsd fix, use detected cxx compiler when building esl 2014-02-19 16:10:48 -05:00
fs_cli.2008.vcproj FSCORE-546 2010-02-04 22:21:23 +00:00
fs_cli.2010.vcxproj FS-5167 fix 2010 dependency 2013-04-15 11:46:23 -05:00
fs_cli.2010.vcxproj.filters FS-5167 add version stuff to vs2010 2013-04-09 18:12:47 -05:00
fs_cli.2012.vcxproj FS-5167 fs_cli update dependency 2013-04-10 10:23:46 -05:00
fs_cli.2012.vcxproj.filters FS-5167 2013-04-08 21:17:02 -05:00
fs_cli.c tweak event queue size on event socket and speed up fs_cli a little to keep up on busy logging env 2014-01-23 21:26:56 +05:00
fs_cli.conf tweak 2008-12-31 19:14:52 +00:00
fs_cli.rc FS-5167 2013-04-08 21:17:02 -05:00
ivrd.c add user_data in esl_listen so the main function can pass a private user_data to callback 2014-02-16 08:14:44 +08:00
Makefile cleanup ESL a little 2013-11-14 00:43:25 +05:00
switch_version.rc2 FS-5167 2013-04-08 21:17:02 -05:00
test.pl add disconnect method and check in ivrd 2009-03-23 19:55:02 +00:00
testclient.c wrong week to quit sniffing glue 2010-12-16 12:17:02 -06:00
testserver_fork.c add user_data in esl_listen so the main function can pass a private user_data to callback 2014-02-16 08:14:44 +08:00
testserver.c add user_data in esl_listen so the main function can pass a private user_data to callback 2014-02-16 08:14:44 +08:00