]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
fix issue with threaded ivrd, forking is back by default but threaded can be chosen...
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 3 May 2012 18:13:48 +0000 (13:13 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 3 May 2012 18:13:48 +0000 (13:13 -0500)
commit163fffb3e8c25e650047d4e914f92a516ed9b84f
tree1f2e6b64dd2515b8066c3746f45f28035d46b52b
parent086cbf1bfcd00cccb5d0b9e53390eb490d0c78d0
fix issue with threaded ivrd, forking is back by default but threaded can be chosen with -t; in both modes the fd number is not passed as the first arg to the program but in threaded mode the stdin will no longer be mapped to the socket you will have to get the first command line arg instead of fileno stdin
libs/esl/ivrd.c
libs/esl/src/esl.c
libs/esl/src/include/esl.h
libs/esl/testserver.c