Jeff Lenk
e9b94b0fbc
windows missed this spot
2013-06-07 07:26:06 +00:00
Jeff Lenk
c75fc0d688
windows compile openssl missed this
2013-06-07 07:26:06 +00:00
Mathieu Parent
c9e09cf78a
Revert local stuff from previous commit
2013-06-07 07:26:04 +00:00
Brian West
ed0ae1e669
FS-5255 --resolve
2013-06-07 07:26:03 +00:00
Jeff Lenk
f6838e2ce0
windows openssl missing file
2013-06-07 07:25:58 +00:00
Jeff Lenk
329fd4715a
upgrade windows openssl to 1.0.1c
2013-06-07 07:25:58 +00:00
Travis Cross
0367a6ffa0
Whitespace cleanup to previous commit
2013-06-07 07:00:13 +00:00
William King
80013452dc
Previous commit was incorrect. This would correctly handle the memory loss case.
2013-06-06 23:54:55 -07:00
William King
63ebf3c9c2
Was causing a very small leak on naptr lookups. Upon review just happened to be a typo missing a bang.
2013-06-06 23:54:42 -07:00
Michael S Collins
e583ead867
More to-be-recorded phrases.
2013-06-07 05:42:46 +00:00
Michael S Collins
98a651d69f
More phrases
2013-06-07 05:42:45 +00:00
Stefan Knoblich
4ed7cd977a
esl: Don't abort the esl_listen() loop(s) if accept() returns with errno == EINTR
...
ivrd doesn't use sigaction + SA_RESTART for SIGCHILD. An exiting
child process will interrupt accept() in the parent to handle
the signal, which makes accept() return -1 (errno = EINTR) after
the sighandler function returns.
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2013-06-07 05:42:45 +00:00
Stefan Knoblich
a573be11a1
ivrd: fflush() stdout before entering esl_listen()
...
Fixes repeatedly printing the 'Starting forking listener' message,
if stdout has been redirected into a logfile (for example).
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2013-06-07 05:42:45 +00:00
Michael S Collins
06b81a2862
Add new to-be-recorded phrases highlighting weekly conf call (to add to new demo IVR)
2013-06-07 05:42:44 +00:00
William King
b424ad303d
FS-5440: don't assert on bad input rtmp data
2013-06-07 05:42:44 +00:00
Jeff Lenk
6000c884aa
windows fix trivial compiler warning
2013-06-07 05:42:43 +00:00
Anthony Minessale
537f14b049
FS-5444 --resolve
2013-06-07 05:42:43 +00:00
Michael S Collins
418a166250
update to be recorded phrases
2013-06-07 05:19:05 +00:00
Giovanni Maruzzelli
e8d3712d56
test 2, please ignore
2013-06-07 05:19:02 +00:00
root
a2c44f171b
test, please ignore
2013-06-07 05:18:58 +00:00
Michael S Collins
da1fcc3826
Update to be recorded phrases
2013-06-07 05:18:54 +00:00
Michael S Collins
e805c33833
Update to be recorded phrases
2013-06-07 05:17:09 +00:00
Ken Rice
cfeab74249
test
2013-06-07 05:17:05 +00:00
Raymond Chandler
789aa50418
test
2013-06-07 05:17:02 +00:00
Seven Du
4d29aafd12
fix typo again
2013-06-07 04:57:47 +00:00
Seven Du
1c9b22793a
close websocket before unload
2013-06-07 04:57:47 +00:00
Seven Du
0d31ccd62d
add show complete
2013-06-07 04:57:46 +00:00
Seven Du
0f889aac13
add show aliases, management, interface_types
2013-06-07 04:57:46 +00:00
Seven Du
a653fb5b47
add missing ShowInterfacesRoute
2013-06-07 04:57:45 +00:00
Seven Du
09d764c290
fix copy&paste typo
2013-06-07 04:57:45 +00:00
Seven Du
606e8c2c48
show tasks
2013-06-07 04:57:44 +00:00
Seven Du
5947ab2209
show say, chat, interfaces, limits
2013-06-07 04:57:44 +00:00
Seven Du
dca41d07d6
update to mp4v2-2.0.0
...
It seems I cannot contact the original author
it seems has a bug which even cannot compile with mp4v2-trunk-479
This patch allow it to compile
2013-06-07 04:57:44 +00:00
Seven Du
e50b06f49f
fix hardcoded host and port
2013-06-07 04:57:43 +00:00
Seven Du
1ffd84b8c1
Oops, how can I forget the title?
2013-06-07 04:53:18 +00:00
Seven Du
0267a3b445
implement show modules
2013-06-07 04:53:17 +00:00
Seven Du
2d7d64e855
fix show module as json
2013-06-07 04:53:17 +00:00
Seven Du
c1f2c530a1
add show registrations
2013-06-07 04:53:16 +00:00
Seven Du
93937dd222
fix the last commit and implement show APIs
2013-06-07 04:53:16 +00:00
Seven Du
d3ddc9c183
add status on main page and add showFiles
2013-06-07 04:53:15 +00:00
Seven Du
04d2e746d5
add copyright
2013-06-07 04:53:15 +00:00
Chris Rienzo
ef785c6e9b
Added mod_rayo (XMPP 3PCC http://xmpp.org/extensions/xep-0327.html ). Used by Adhearsion as its native call control protocol. Currently beta testing.
2013-06-07 01:08:09 +00:00
Chris Rienzo
5feca50770
Added mod_ssml (speech synthesis markup language) ssml:// and tts:// file formats.
2013-06-07 01:08:08 +00:00
Chris Rienzo
644cf2b11c
mod_http_cache: fix example config
2013-06-07 01:08:08 +00:00
Chris Rienzo
d56f409bf0
mod_http_cache: a couple more unit test cases
2013-06-07 01:08:07 +00:00
Chris Rienzo
802dd96233
mod_http_cache: remove unnecessary memset() now that switch_b64_encode() is fixed
2013-06-07 01:08:07 +00:00
Chris Rienzo
168b691d89
mod_http_cache: fix unit test now that switch_b64_encode is fixed
2013-06-07 01:08:07 +00:00
Chris Rienzo
f867a2fcb8
mod_http_cache: forgot to add write to http_cache:// format
2013-06-07 01:08:06 +00:00
Chris Rienzo
9283d90fcd
mod_http_cache: added write file format
2013-06-07 01:08:06 +00:00
Chris Rienzo
7fcdf4a0c0
mod_http_cache: added native Amazon S3 support
2013-06-07 01:08:05 +00:00