Commit Graph

5186 Commits

Author SHA1 Message Date
Anthony Minessale 80206261b4 add local dtmf driven alternat vm pass (requires make vm-sync and new sounds)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9335 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-20 22:06:04 +00:00
Anthony Minessale cdf438793d fix mod_shout to broadcast stereo recording
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9332 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-20 22:00:07 +00:00
Anthony Minessale a8d457eb09 fix some mem leaks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9329 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-20 19:10:04 +00:00
Anthony Minessale 8bece18e26 make getVariable return blank string not the word false
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9328 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-20 15:19:39 +00:00
Michael Jerris 4257622c56 add mod_timezone to msvc build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9327 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-20 01:55:43 +00:00
Anthony Minessale bf91ac1605 c++ needs const char * for static strings
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9326 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-20 01:12:23 +00:00
Anthony Minessale 3a67cbf4fd fix MODLANG-79
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9325 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-19 22:25:28 +00:00
Brian West 52450655fa thanks sekill.... part deux
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9324 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-19 20:01:44 +00:00
Brian West a8cdb8773f thanks sekill....
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9323 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-19 19:43:53 +00:00
Anthony Minessale 89131bd0ec tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9322 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-19 19:24:00 +00:00
Anthony Minessale 18a93b2ff8 enable https on mod_xml_cdr
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9321 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-19 14:52:44 +00:00
Robert Joly e1c8897148 Fixed compiler warning ... potential uninitialised variable.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9318 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-18 12:23:56 +00:00
Robert Joly 1bbf3a8244 Fixed infinite loop caused by 64 bit cleansing change (int to size_t means signed to unsigned)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9315 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-17 23:08:10 +00:00
Brian West 538b836367 MODENDP-125 to select the proper AF on a profile based on sipip
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9313 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-17 19:43:50 +00:00
Anthony Minessale 74399da176 fail call on extensions with nested conditions
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9312 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-16 15:57:07 +00:00
Anthony Minessale c052a99837 dont eval blank string
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9311 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-16 15:56:29 +00:00
Anthony Minessale a3f6e72f35 fix numRows and add numCols
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9310 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-16 15:55:49 +00:00
Michael Jerris 05b01a6c03 switch some usages of switch_event_add_header to switch_event_add_header_string
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9309 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-16 02:19:43 +00:00
Stefan Knoblich f921389078 Use switch_event_add_header_string() instead of switch_event_add_header(... "%s", ..), core part
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9308 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-16 02:17:09 +00:00
Anthony Minessale cb22c466da prevent crash in crazy situation with xml_curl and bad urls FSCORE-169
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9307 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-15 21:57:57 +00:00
Anthony Minessale 2d19b3bf02 change log message to protect the innocent
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9306 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-15 21:49:43 +00:00
Anthony Minessale 5572f25a0f fix MODENDP-121
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9305 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-15 19:30:34 +00:00
Anthony Minessale e815841de6 add eval function
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9303 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-15 15:05:48 +00:00
Michael Jerris 1eeba1f85e attempt to fix MODAPP-129, seg when kicking many conference members quickly
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9302 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-15 04:07:33 +00:00
Robert Joly 5d4b5c3d1c Fixed 64 bit compile issues with DevStudio 2005.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9301 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-15 03:34:29 +00:00
Anthony Minessale d8bae63854 fix for SFSIP-82
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9300 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-14 19:44:12 +00:00
Brian West ab9af34982 fix cpp bridge
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9299 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-14 18:22:07 +00:00
Brian West 88ae78906d fix cpp bridge
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9298 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-14 18:19:41 +00:00
Brian West 12f01067c5 fix lua originate
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9297 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-14 17:35:46 +00:00
Brian West 23c0d9ebbf add unsetInputCallback method
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9296 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-14 17:20:34 +00:00
Brian West 6efa5bdf0d change proto for transfer method so context and dialplan are not mandatory
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9295 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-14 16:57:16 +00:00
Anthony Minessale 3e3d3e18ee small adjustment
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9293 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-14 16:29:26 +00:00
Anthony Minessale 10d681e90d return channels to the execute state when hangup_after_bridge is false on a bridge started with the intercept app
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9288 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-13 21:46:06 +00:00
Anthony Minessale a3e6f8f68f fix MODAPP-126
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9287 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-13 17:24:33 +00:00
Anthony Minessale ea5679f8f2 fix sqlite issue with select of the sip contact
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9286 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-12 20:54:51 +00:00
Anthony Minessale 213dd7a30a byte swap on l16 read codec
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9285 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-12 19:12:38 +00:00
Anthony Minessale b60ff4d1cd add sip-forbid-register to user params to refuse to let a certian user register
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9284 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-12 18:28:13 +00:00
Anthony Minessale dafff282da fix compiler error
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9283 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-12 18:04:59 +00:00
Anthony Minessale 1082866112 make error endpoint able to forked dial
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9282 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-12 18:00:56 +00:00
Anthony Minessale ce3b48158d perpetual sound does not auto-mute, you can do that yourself if you want it
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9258 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-12 15:34:25 +00:00
Anthony Minessale 44749cd1dc set flag to avoid race on transfer -both
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9257 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-12 15:16:33 +00:00
Anthony Minessale 22bd6add20 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9253 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-11 23:58:42 +00:00
Anthony Minessale 1bb00325a5 fix for MODAPP-122
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9248 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-11 21:27:20 +00:00
Anthony Minessale db4ae66fde doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9247 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-11 20:43:19 +00:00
Anthony Minessale 468a3c6fe9 fix resampled file in ringback issue from mailing list
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9246 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-11 20:41:18 +00:00
Anthony Minessale 320a541822 fix MODLANG-75
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9245 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-11 19:21:21 +00:00
Anthony Minessale 6f6cd375ad tweak for MODLANG-77
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9244 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-11 18:47:30 +00:00
Michael Jerris 7bf1651388 mod_sofia Gateway Ping needs to look for return code 501 (SFSIP-78)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9243 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-11 18:28:01 +00:00
Anthony Minessale 04c0c8f64a move init sooner in timer module
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9241 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-11 18:24:07 +00:00
Michael Jerris 9658d82b1c fix a little leak reported by skopii
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9240 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-11 17:47:06 +00:00
Anthony Minessale e813797406 fix pool hoarding of mem in js
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9239 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-11 16:50:45 +00:00
Anthony Minessale 4f670da192 add some clarification
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9238 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-11 16:12:55 +00:00
Anthony Minessale 4a278c111d extra blank-string protection
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9237 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-11 16:11:50 +00:00
Anthony Minessale 2f405f4bc5 fix out-of-bounds pointer in variable expansion detected by MSCV (thanks for nothing linux) FSCORE-171
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9236 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-11 15:37:50 +00:00
Anthony Minessale 4796964c5b fix MODENDP-124
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9234 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-10 01:41:46 +00:00
Anthony Minessale ae0430342b update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9233 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-07 15:44:29 +00:00
Anthony Minessale 5d93b280ad add patch from MODAPP-123
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9232 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-06 23:33:58 +00:00
Anthony Minessale d37fdc0dd6 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9231 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-06 23:25:24 +00:00
Anthony Minessale a2a748dd82 umm ya
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9230 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-06 19:56:44 +00:00
Steve Underwood 3b9eb062b3 Resolved a couple of wave file naming inconsistencies
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9228 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-06 13:00:31 +00:00
Anthony Minessale 8b4433720e _
| |                  
  ____ ____  ____| | ____ ____   ____ 
 / _  ) _  |/ ___) |/ _  |  _ \ / _  |
( (/ ( ( | | |   | ( ( | | | | ( ( | |
 \____)_||_|_|   |_|\_||_|_| |_|\_|| |
                               (_____|




git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9225 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-05 21:50:48 +00:00
Anthony Minessale 12b3a4f451 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9222 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-04 22:51:03 +00:00
Anthony Minessale f035998ecb update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9221 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-04 19:20:33 +00:00
Anthony Minessale f5f9ddc5a1 make register-proxy preserve the url composed from proxy but target the packets to desired address MODENDP-121
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9219 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-01 18:18:35 +00:00
Anthony Minessale d61d5a36a5 add sip_hangup_disposition var
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9218 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-01 16:21:51 +00:00
Anthony Minessale b3720e9b10 fix endless loop in mod_expr
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9217 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-01 16:00:55 +00:00
Anthony Minessale d8816f7d73 fix MDXMLINT-31
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9216 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-01 15:06:56 +00:00
Anthony Minessale 509562b401 update mod_java to the new module api
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9214 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-31 20:16:44 +00:00
Brian West 5be15e2205 fix this .. thanks vpanayotov
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9213 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-31 19:03:13 +00:00
Anthony Minessale ef561b95d3 fix overzealous rtp auto adj
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9211 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-31 13:30:41 +00:00
Anthony Minessale 7e9f64ee71 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9210 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-30 18:54:37 +00:00
Ken Rice f3cea0b78e record the local servers ip not the domain so we can figure out the right server later
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9209 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-30 18:50:47 +00:00
Anthony Minessale b734a677d4 add new func to the core
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9208 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-30 15:04:56 +00:00
Anthony Minessale 8c99670d54 add error message to clarify user channel situation from jira issue MODENDP-123
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9207 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-30 13:14:39 +00:00
Michael Jerris ce1badf9c8 windows build cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9206 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-30 05:32:51 +00:00
Anthony Minessale 8dc955537b fix typo
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9205 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-29 23:54:46 +00:00
Anthony Minessale e40ab4966b fix jira issue FSCORE-164
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9204 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-29 17:54:42 +00:00
Brian West 76965f9c09 fix (MODAPP-115) and check-print error on vm-inject if it happens
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9203 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-29 17:42:55 +00:00
Brian West ec2f4a5b9b fix voicemail_inject usage api call
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9202 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-29 17:32:30 +00:00
Anthony Minessale a4712f9dfd fix jira issue MODLANG-74
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9201 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-29 16:57:38 +00:00
Anthony Minessale 5e5847f30e fix jira issue (FSCORE-167)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9200 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-29 15:42:05 +00:00
Anthony Minessale 346ab37206 honor keyword silence in fifo MODAPP-118
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9199 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-29 15:27:41 +00:00
Brian West c6fb2d3435 remove_bugs to zap all the media bugs on a session
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9198 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-29 15:19:58 +00:00
Anthony Minessale eec15605aa let silence_stream://0 indicate perpetual silence
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9197 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-29 15:18:28 +00:00
Michael Jerris 24cef98170 only treat the right event types as a message (MODAPP-116)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9196 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-29 15:07:47 +00:00
Brian West ca44d9af17 make curl follow redirects for a max of 10 levels
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9195 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-29 14:40:23 +00:00
Brian West 80ddc15155 lets flip it around. 0 bad 100 good in pocketsphinx now. Scoring in the lib was changed so I had to do this change
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9194 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-29 01:25:29 +00:00
Michael Jerris 61bf5d3fd0 finish mod_shout build (FSBUILD-63)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9193 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-28 20:56:59 +00:00
Michael Jerris 5e5694c30d add channel variable "sip_contact_user" to set user portion of contact on an outbound invite (MODENDP-120)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9190 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-28 17:09:51 +00:00
Michael Jerris fe9655e3b4 fix flite build (FSBUILD-62)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9189 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-28 16:59:17 +00:00
Michael Jerris 7f5211b40d fix leak when call hangs up or other error condition while saying an ip address (add mod_say_zh to windows build)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9184 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-28 16:13:52 +00:00
Michael Jerris 423275120c handle invalid events
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9183 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-28 15:55:24 +00:00
Michael Jerris 97a2c0c966 plug leak (FSCORE-164)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9182 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-28 15:38:52 +00:00
Michael Jerris 774d21a0b4 mod_syslog don't log blank lines (FSCORE-163)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9179 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-26 05:06:24 +00:00
Brian West 2243d12104 remove non standard comment string
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9177 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-25 00:28:18 +00:00
Brian West 505e326de1 add mod_timezone from CtRiX thanks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9175 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-25 00:25:18 +00:00
Anthony Minessale 03cc800f0c omfg
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9173 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-24 23:15:07 +00:00
Anthony Minessale 948557162f never-ending mp3 saga
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9172 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-24 18:43:10 +00:00
Anthony Minessale 270ef7f67d more workarounds for cisco the leader in communication
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9170 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-24 16:31:47 +00:00
Anthony Minessale 9592b3fe67 whoops
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9167 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-24 11:31:46 +00:00
Anthony Minessale 86a2243261 whoops
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9166 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-24 11:28:49 +00:00
Michael Jerris 19557091ef add mod_snom to msvc build system
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9165 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-24 11:14:32 +00:00
Michael Jerris aee8661385 merge more build stuff for shout and flite. (FSBUILD-62 and FSBUILD-63)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9161 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-24 08:54:06 +00:00
Michael Jerris 53a2d1917c build tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9160 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-24 08:11:34 +00:00
Michael Jerris 2c2b28694b build tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9159 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-24 08:06:39 +00:00
Michael Jerris 001897bb6a msvc build fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9158 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-24 07:20:09 +00:00
Michael Jerris 12cabdfb4f add new files for mod_shout build (still more to do here (FSBUILD-63)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9157 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-24 06:23:04 +00:00
Michael Jerris 2b6b242252 add 2008 project files for mod_flite build. (FSBUILD-62)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9156 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-24 06:12:43 +00:00
Anthony Minessale fe820b9bdf tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9151 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-23 23:24:18 +00:00
Anthony Minessale 0cacd091ba shitsco should be embarrassed how damn stupid they are
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9149 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-23 22:21:24 +00:00
Anthony Minessale 0b75c853df fix MODFORM-11 (Again)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9148 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-23 22:10:48 +00:00
Anthony Minessale 41e3e7a81c dont send sipfrag to cisco they hate it
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9146 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-23 21:11:42 +00:00
Anthony Minessale da2e0d710f add mod_snom
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9145 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-23 18:19:56 +00:00
Brian West 3ee2ebe8f3 update flite to use prepackaged and patched tarball
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9143 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-23 16:56:22 +00:00
Anthony Minessale a9be176b4b make cause 1 less ambiguous
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9142 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-23 14:19:53 +00:00
Anthony Minessale dc9133ef28 init mem
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9141 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-23 13:45:35 +00:00
Anthony Minessale 13d880e923 off by one
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9140 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-23 13:31:24 +00:00
Brian West e5bdb11b81 small tweak to make sure we don't make any devices mad
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9139 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-23 13:11:45 +00:00
Anthony Minessale 5fc5658e5e add auto ip-change detection and some other goodies
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9138 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-22 22:23:50 +00:00
Anthony Minessale 00c04fb0e8 fail out of conference if write to buffer doesn't work
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9136 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-22 18:55:05 +00:00
Anthony Minessale 284ddd9bea don't leak on realloc fail
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9135 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-22 18:48:56 +00:00
Anthony Minessale 3d486a3445 add some more stuff to sho
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9134 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-22 17:19:26 +00:00
Michael Jerris 83592d1dda windows build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9133 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-22 16:43:00 +00:00
Anthony Minessale 481aee4ad7 doh doh doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9132 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-22 15:59:06 +00:00
Anthony Minessale 8e5a2d0e46 add clarification to warning message
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9131 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-22 15:07:16 +00:00
Anthony Minessale 5fc385c1c5 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9130 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-22 14:53:54 +00:00
Anthony Minessale 952f2b7198 add sip_bye_h prefix to add headers to bye
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9129 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-22 14:04:51 +00:00
Anthony Minessale fbaec0d507 tweak startup so acl.conf and post_load_switch.conf are loaded after all the modules are loaded
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9128 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-22 13:38:42 +00:00
Anthony Minessale 73d30021aa update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9127 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-21 22:18:24 +00:00
Anthony Minessale 2223edb144 fix profile restart issue
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9126 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-21 18:42:11 +00:00
Anthony Minessale 654d584fb9 doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9125 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-21 17:33:46 +00:00
Anthony Minessale e9b1555997 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9123 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-21 16:48:05 +00:00
Anthony Minessale c395c05458 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9122 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-21 16:40:28 +00:00
Brian West 8362b55897 formating tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9121 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-21 16:09:23 +00:00
Anthony Minessale ee44d83b0a fix refactor typo
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9120 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-21 14:55:49 +00:00
Anthony Minessale 2a6b0cdcc1 fix syntax
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9119 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-21 13:39:27 +00:00
Anthony Minessale a9886895f1 add patch from FSCORE-160
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9118 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-21 13:12:22 +00:00
Michael Jerris 8d66eab47f add mod_pocketsphinx and sound files to windows build.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9117 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-21 05:41:04 +00:00
Michael Jerris 1e969376b3 fix windows running as a service (FSCORE-159)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9115 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-21 05:05:36 +00:00
Steve Underwood ce1904ba07 A work in progress, but this speaks numbers dates and times OK in my testing so far.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9113 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-20 15:49:57 +00:00
Michael Jerris 6f906500d2 tweak for gcc 4.3
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9110 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-19 15:39:17 +00:00
Michael Jerris f46044c932 build tweaks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9107 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-19 15:16:29 +00:00
Brian West 56201ec9e3 doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9106 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-19 02:20:48 +00:00
Brian West 022c920d38 update to syntax thanks sekil.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9105 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-18 23:58:48 +00:00
Brian West ab0800cf22 mac works part 2
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9104 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-18 23:40:26 +00:00
Anthony Minessale b69958ae18 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9103 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-18 23:16:07 +00:00
Brian West 716d82407a make flite work on mac also... doesn't break linux build either.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9102 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-18 23:10:44 +00:00
Anthony Minessale a60409d72f update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9101 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-18 22:30:22 +00:00
Brian West 60ab746d86 and eh? :)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9100 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-18 22:26:51 +00:00
Anthony Minessale 335f844ac1 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9099 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-18 22:04:10 +00:00
Anthony Minessale 493f6abd26 per call vm recording ext with vm_message_ext variable
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9098 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-18 21:16:52 +00:00
Anthony Minessale c9fe28877e fix compiler warn
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9097 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-18 20:45:07 +00:00
Anthony Minessale 8639738e4b update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9096 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-18 20:25:39 +00:00
Anthony Minessale 047e3dd7ae don't parse ringback varable in proxy situations
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9095 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-18 19:29:29 +00:00
Michael Jerris f0e539a5f2 patch multiple SDP connection lines in sdp for proxy media mode (MODENDP-109)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9094 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-18 19:18:24 +00:00
Anthony Minessale ee72bdf090 add small padding to end of mp3
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9093 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-18 17:51:01 +00:00
Anthony Minessale c1ac14f1e6 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9092 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-18 17:33:30 +00:00
Anthony Minessale 44124b0de0 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9090 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-18 16:55:30 +00:00
Anthony Minessale d55f030239 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9089 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-18 16:46:11 +00:00
Anthony Minessale 87d48dd016 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9088 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-18 16:18:31 +00:00
Michael Jerris 974fc5ad7e doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9087 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-18 16:17:45 +00:00
Brian West 11581b288f typo
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9085 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-18 13:31:00 +00:00
Brian West f2dc83633c add config and woops our config options have dashes not underscores... variables have underscore
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9084 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-17 23:49:25 +00:00
Brian West 94a420c961 move the models into the config so you can override them and set the defaults if you dont
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9083 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-17 23:46:47 +00:00
Brian West 293915f4c3 add 16k support to pocketsphinx using the wsj1 model.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9082 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-17 23:13:11 +00:00
Brian West baa2cf40ef mwi.py and startup-script support for mod_python
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9079 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-17 21:02:24 +00:00
Brian West 318b95ccf3 add mwi.pl support to mod_perl.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9078 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-17 20:48:14 +00:00
Anthony Minessale edfef3fdca add reboot options to flush_inbound_reg
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9077 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-17 20:47:42 +00:00
Brian West ca518b4afd bracketless if fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9076 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-17 20:33:50 +00:00
Brian West ccbf39361f add startup-script to mod_lua
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9075 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-17 20:31:49 +00:00
Michael Jerris e23ce1f5db launch perl scripts on startup (MODLANG-72)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9074 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-17 20:01:53 +00:00
Anthony Minessale 1df3896b34 nut n' honey
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9073 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-17 19:46:25 +00:00
Michael Jerris 3b2fab8cb3 add timeout to curl run in js
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9072 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-17 16:27:25 +00:00
Anthony Minessale e89625c84e forgot a free call
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9070 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-17 14:39:28 +00:00
Anthony Minessale 75900accba use a variable, realm or to host to find gateway when it's not obvious
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9069 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-17 14:32:01 +00:00
Anthony Minessale f492bd4d08 wip
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9068 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-17 13:36:02 +00:00
Brian West bcb7bc63aa quick_lm.pl - will compile a sentence file into an lm for use with pocketpshinx.
mklm        - this wraps quick_lm.pl and builds the dictionary for the lm.
Makefile.gram - is installed ito prefix/grammar so you can just put your sentence files in the grammar directory and type make.

The sentence file format is:

<s> YES </s>
<s> NO </s>

Save this in yesno.sent and place in grammar directory.

cd grammar
make

To wipe out all the grammars type 

make clean.


Please test and report any issues.  This should allow you to build lm's with ease.






git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9067 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-17 04:21:28 +00:00
Anthony Minessale b5751a46a9 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9065 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-16 22:04:31 +00:00
Anthony Minessale 61f3d6798b don't let caller profiles init with blank caller id
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9064 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-16 22:02:41 +00:00
Anthony Minessale df5afbcacd even more lang stuff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9063 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-16 21:06:14 +00:00
Anthony Minessale 920ef82cb3 lang stuff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9062 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-16 20:19:11 +00:00
Brian West f2e5d07e0b unint. var fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9061 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-16 20:00:23 +00:00
Michael Jerris 43a3b71153 add server registration fiels to sip_registration database (MODENDP-118)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9060 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-16 19:42:40 +00:00
Michael Jerris f103447710 UUID_SEND_DTMF (MODAPP-114)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9059 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-16 19:11:45 +00:00
Brian West 95bab9df92 shut msvc up
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9058 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-16 17:50:50 +00:00
Anthony Minessale 4722de507b add domain-based acl auth thingy
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9056 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-16 17:44:54 +00:00
Anthony Minessale 74c511f421 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9055 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-16 17:37:51 +00:00
Anthony Minessale d5d0bad6d5 add more example
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9052 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-16 15:44:41 +00:00
Anthony Minessale 867ea0c026 fix the evil snake (again)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9051 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-16 14:58:00 +00:00
Brian West 64cdf63ca6 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9050 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-16 13:35:42 +00:00
Anthony Minessale 89b123d5b2 handle failed originate a little more gracefully (MODLANG-70)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9049 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-16 06:23:35 +00:00
Michael Jerris 0e41f84afd tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9048 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-16 04:48:01 +00:00
Brian West aa99ef8fb6 mod_pocketsphinx fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9047 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-15 22:22:49 +00:00
Brian West e05c71729a small tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9046 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-15 20:35:32 +00:00
Anthony Minessale b24a17cf27 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9045 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-15 19:41:56 +00:00
Anthony Minessale ac1119e64b fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9044 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-15 19:14:15 +00:00
Michael Jerris 52126c2b31 add fifo_consumer_exit_key variable (MODAPP-100)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9043 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-15 18:09:16 +00:00
Michael Jerris 4d2cbfe197 Disable multiple registrations on a per-device basis (MODENDP-117)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9042 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-15 18:04:17 +00:00
Brian West 56d2b38e69 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9041 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-15 17:54:13 +00:00
Anthony Minessale bc2fc3fa14 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9040 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-15 17:39:16 +00:00
Anthony Minessale 266a56391e update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9039 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-15 17:15:34 +00:00
Anthony Minessale 12582c0bf5 use our SWITCH_BYTE_ORDER macro
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9037 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-15 16:15:49 +00:00
Anthony Minessale f7f58ec531 fix FSCORE-150
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9036 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-15 15:51:10 +00:00
Anthony Minessale 840b9f3367 minor logger tweaks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9035 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-15 14:56:30 +00:00
Anthony Minessale 6e4a679e19 fix possible printf of NULL
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9034 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-15 14:56:15 +00:00
Brian West b47382df69 tweaks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9033 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-15 14:41:08 +00:00
Michael Jerris f97466e92c tweak to make mod_syslog work again (FSCORE-153)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9031 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-15 04:02:24 +00:00
Michael Jerris 001def1692 allow mailer-app-args to be blank (FSCORE-158)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9030 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-15 03:13:33 +00:00
Brian West 7520074457 more readable
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9029 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-15 00:05:16 +00:00
Brian West 0afdd55a3f let the reloading start
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9028 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-14 23:58:07 +00:00
Brian West 73648db842 fix MODLANG-69
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9027 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-14 23:24:39 +00:00
Brian West d690632ba1 fix MODLANG-69
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9026 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-14 23:22:41 +00:00
Anthony Minessale f84b842d27 fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9025 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-14 22:15:24 +00:00
Anthony Minessale c75f259571 update syntax
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9024 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-14 20:57:35 +00:00
Anthony Minessale 0ed55ae3e6 fixup mod_perl
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9023 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-14 20:49:29 +00:00
Anthony Minessale 87c6564e9e fixup mod_perl
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9022 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-14 20:37:36 +00:00
Brian West a132987f01 woops left a debug in there
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9020 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-14 18:07:44 +00:00
Brian West 2ddfd226d2 don't feed ps_process_raw if we are trying to grab the results.. it causes it to freak out
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9019 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-14 18:05:27 +00:00
Brian West f4f8d7f39b invalid option
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9018 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-14 17:47:34 +00:00
Michael Jerris 6687f151e7 tweak colors on windows to match unix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9017 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-14 17:09:47 +00:00
Anthony Minessale b46693e3ca fix MODAPP-113
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9016 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-14 16:32:56 +00:00
Brian West d6022f302a include session in hangup hook
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9015 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-14 15:38:44 +00:00
Michael Jerris b55bd6370e build tweaks for msvc
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9014 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-14 14:55:03 +00:00
Anthony Minessale 97dad7b353 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9012 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-14 13:44:25 +00:00
Brian West a358cf8e24 sigh....
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9011 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-13 19:24:32 +00:00
Brian West 5a154e0acd clean up
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9010 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-13 18:45:11 +00:00
Brian West 66fec8440d tweak from chrisdan
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9005 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-12 18:46:54 +00:00
Brian West 8b8a7f14c6 fix callback arg and CoreSession::sleep to not require a file
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9004 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-12 18:44:05 +00:00
Brian West 060d86c029 make sure the bug is read before we start to read from it otherwise we segfault
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9002 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-12 15:27:34 +00:00
Traun Leyden c00d1fb8e4 remove old unused file, add a few documentation comments
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9001 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-11 21:56:18 +00:00
Brian West 8d8dec2830 add XML binding
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9000 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-11 21:41:19 +00:00
Brian West 21534d46a7 add api
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8999 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-11 20:58:42 +00:00
Anthony Minessale a3ccefa7e1 snake charming
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8998 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-11 19:42:52 +00:00
Anthony Minessale 0f873e692b fix FSCORE-156
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8997 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-11 14:35:08 +00:00
Anthony Minessale 9229cfdf24 gcc never complains about this stuff on linux sigh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8996 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-11 13:01:27 +00:00
Brian West b9b0c2d6d4 revert these settings till the lib fixes a bug related to -bestpath
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8995 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-10 22:16:31 +00:00
Brian West c88d334363 not less than zero
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8994 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-10 20:06:00 +00:00
Anthony Minessale cc63a0595a add timeout to wait_for_silence
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8993 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-10 19:59:57 +00:00
Brian West 1bd99549e0 remove comments
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8992 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-10 19:42:26 +00:00
Michael Jerris 8882ba7c86 tweak syntax string
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8991 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-10 19:34:06 +00:00
Brian West dd01445d2a confidence scores are 0 best to 100 worst
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8989 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-10 19:32:43 +00:00
Michael Jerris 04d1d7afb1 tweak syntax string
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8988 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-10 19:22:06 +00:00
Anthony Minessale 381c31486c add wait_for_voice app for MC
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8986 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-10 15:57:41 +00:00
Michael Jerris d2e4dee2bb mailer implementation for windows (FSCORE-115)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8985 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-10 15:35:35 +00:00
Brian West 7f511482d2 add module_exists api call
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8984 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-10 14:41:31 +00:00
Brian West c2dd28e3e5 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8983 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-10 13:11:22 +00:00
Brian West 1806ea2bb2 we now have more confidence
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8982 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-10 12:41:04 +00:00
Brian West 3e3cecf340 doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8979 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-10 01:41:38 +00:00
Brian West 7835d094eb better be safe than sorry
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8978 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-10 01:19:27 +00:00
Brian West 6698d91580 where did this come from
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8977 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-10 00:59:49 +00:00