Commit Graph

11231 Commits

Author SHA1 Message Date
Jeff Lenk ee1a840cef FS-3228 --resolve 2011-04-04 20:55:56 -05:00
Anthony Minessale 38c3a67a7e FS-3229 --resolve 2011-04-04 18:50:46 -05:00
Anthony Minessale 6a70fa4c4d fix another regression from 27c6d1111c this probably broke the mad boss extension 2011-04-04 17:43:05 -05:00
Anthony Minessale b42fdd1cf3 fix regression from 27c6d1111c 2011-04-04 16:51:30 -05:00
Anthony Minessale 07b9186da6 FS-3226 --resolve SO, If the RFC told you to jump off a cliff......? 2011-04-04 14:14:38 -05:00
Anthony Minessale 4b706dac51 FS-3227 --resolve this looks like sane changes. My only complaint was the formatting. Watch for whitespace indentation by looking at the code in emacs or vi where it should be tabed properly. 2011-04-04 11:55:05 -05:00
Anthony Minessale 7eae7f375b FS-2877 After further review I can concede the point that we should always say partial considering how we do things. With this commit we should at least be sending separate partial updates for each existing dialog to everyone with a subscription. If we need to introduce more data, consolidate them etc. We need to do it in small chunks and keep things sane. 2011-04-04 11:39:43 -05:00
Buklov Boris 6fb73a4c31 fix and add support multy currency <action application=set data=currency=rubl/> dollar or other 2011-04-04 17:56:58 +04:00
Anthony Minessale 6eba56d2cb FS-3224 --resolve 2011-04-03 17:55:07 -05:00
Anthony Minessale 8bf9133fee FS-3224 this is comfort noise. i guess its not comforting, i'll remove it. 2011-04-03 17:53:13 -05:00
Anthony Minessale fda2283bbd auto-aleg-full and auto-aleg-domain for from_domain field in gateway 2011-04-03 12:03:29 -05:00
Anthony Minessale ef17574193 do this slightly safer so we don't have the mutex locked when we exec the app 2011-04-01 19:46:54 -05:00
Anthony Minessale 27c6d1111c add execute_on function so you can have execute_on_answer_1 execute_on_answer_2 execute_on_answer_3 etc 2011-04-01 17:39:27 -05:00
Brian West ddb345636a FS-3220: more than just typos 2011-04-01 17:38:58 -05:00
Anthony Minessale 8c5586b2bc add option for from-domain to be set to auto-aleg in gateway config 2011-04-01 14:22:43 -05:00
Buklov Boris d5506f4c83 Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch 2011-04-01 22:54:45 +04:00
Buklov Boris 8b5ecd2faa mod_say_ru now support say_string like mod_say_en. Now support channel variables gender,cases can be set in english and russian for example: <action application="set" data="cases=nominativus/> <action application="set" data="gender=male_h"/> <action application="say" data="ru NUMBER PRONOUNCED 1001"/> 2011-04-01 22:53:52 +04:00
Anthony Minessale e177d377aa FS-3214 try this 2011-04-01 13:20:35 -05:00
Anthony Minessale 71dd91d8d8 FS-3211 checkin 2011-04-01 12:50:04 -05:00
Anthony Minessale 008f988990 FS-3208 --resolve 2011-04-01 12:30:24 -05:00
Anthony Minessale 5382972a39 FS-3215 2011-04-01 10:35:20 -05:00
Anthony Minessale c5daf80ef8 FS-3218 --resolve 2011-03-31 20:03:31 -05:00
Anthony Minessale 44304f4962 the intent for having the module and lang separate is for things where the same module can use different sets of sounds like en module and en-male or en-female lang (sound dirs) there was indeed a disconnect in the dialplan version of this app. Originally say was only available in phrase macros so I change the syntax of the say app so you can specify both the module and the lang absolte from the dp with something like he:he as the module name. BTW: Going forward can you attach the patch or give me instructions on how to get it in raw format or merge it to our local git, I don't really have the time to figure it out just to pull in a patch...... 2011-03-31 19:44:29 -05:00
Anthony Minessale cdcd36337a FS-3207 --resolve 2011-03-31 19:12:05 -05:00
Anthony Minessale 05cb400a51 FS-3205 --resolve 2011-03-31 19:04:27 -05:00
Anthony Minessale 0871b8c53a FS-3217 --resolve 2011-03-31 18:29:49 -05:00
Anthony Minessale 7c143da409 FS-3214 try this patch 2011-03-31 18:17:52 -05:00
Anthony Minessale 3ed59f1d1f take back in some elements from the reverted patch that still make sense based on code review by Moc, thanks 2011-03-31 16:28:12 -05:00
Anthony Minessale 913ec9861e FS-3176 forget the last patch I forgot there is no way to know the right codec using it the file string way, you will just have to manually specify en.PCMA as before but now it should work 2011-03-31 15:01:58 -05:00
Anthony Minessale e52e44e39c change mod_dptools to use the better method of fetching user xml that does not hang onto the xml root 2011-03-31 13:44:24 -05:00
Anthony Minessale 4714ed4380 revert 471bd6df1a and implement reference counting on the xml roots to achieve the same end result 2011-03-31 13:44:24 -05:00
Jeff Lenk 88c83420bf FS-3210 remove unneeded log message already logged in docall 2011-03-31 12:10:02 -05:00
Jeff Lenk 426a4e76df FS-2922 2011-03-31 11:30:57 -05:00
Jeff Lenk 78e16b86e6 fix regression from Commit:4ae8282e6c6df0e296113e9b4b4a1383e1af8ad7 2011-03-31 09:38:48 -05:00
Marc Olivier Chouinard 40a134bdf5 mod_callcenter: Remove the concept of Caller for Members. Event Socket event have been changed (CC-Caller.* to CC-Member.*) Also CC-Caller-UUID is renamed to CC-Member-Session-UUID.
The reason for this is you could actually put people to be call in the queue.  So they are not caller per say.  But they are a member of a queue.
2011-03-31 05:22:50 -04:00
Marc Olivier Chouinard b63a72f8b3 mod_callcenter: Generate per member uuid different from the member session uuid. Might fix transfer between queue. More changes are commings 2011-03-31 05:17:04 -04:00
Anthony Minessale b986e13a58 again 2011-03-30 21:03:25 -05:00
Jeff Lenk 4e3d1f3f86 windows mod_enum fix potential seg 2011-03-30 21:10:24 -05:00
Anthony Minessale 31580d6661 tweak 2011-03-30 20:44:45 -05:00
Anthony Minessale b8063c3d34 wait for channels to come up in paging mode 2011-03-30 20:12:25 -05:00
Anthony Minessale 3253bcb363 FS-3147 --resolve I finally tracked this down to the actual recordings generated by mod_conference. This patch delays the recording slightly to allow time for the buffer to fill up, we were riding it so closely that sometimes we would come up short and inject silence into the file to preserve time passing 2011-03-30 19:17:54 -05:00
Anthony Minessale 3ad4ae0a54 fix null printf 2011-03-30 15:10:45 -05:00
Jeff Lenk aeb446a1cb FS-3201 make changes similar to en support 2011-03-30 14:55:06 -05:00
Anthony Minessale 31273b428d pass failure across in T.38 passthru mode 2011-03-30 11:35:19 -05:00
Anthony Minessale 8312d74121 FS-2819 --comment-only please try this patch 2011-03-30 11:26:19 -05:00
Jeff Lenk e53487af57 FS-3204 2011-03-30 11:21:52 -05:00
Anthony Minessale 3a2e1d0337 FS-3176 --comment-only try this patch, native is a special case so use the extension native e.g. en.native 2011-03-30 10:55:40 -05:00
Anthony Minessale 7dcbe7bda6 FS-3189 ok, patch added, but have you discovered why you trigger this because its not typical and is the sign of a problem I would assume? 2011-03-29 21:05:04 -05:00
Anthony Minessale 8806ba8c2f missed a spot 2011-03-29 20:39:21 -05:00
Anthony Minessale eefdb764cf merge file_string into dptools 2011-03-29 20:35:34 -05:00
Anthony Minessale d5ef86d778 introduce new say_string method of doing say and use it in mod_say_en as an example. try: eval ${say_string en.gsm en current_date_time pronounced ${strepoch()}} from the cli with this patch. We can do more to centralize the say things and go back and apply it to other langs, using this method you can set the desired file ext as well which I think is a bounty.... 2011-03-29 19:55:35 -05:00
Anthony Minessale 1552ecf54a prevent race condition on conference join/exit 2011-03-29 19:55:35 -05:00
Brian West dae2cb4aac Fix X-PREPROCESS exec to wait pid 2011-03-29 18:05:05 -05:00
Anthony Minessale 45edec4ce3 FS-3193 note I changed the variable name to auto_cause 2011-03-29 12:52:12 -05:00
Jeff Lenk cfe087ec57 FS-3202 2011-03-29 13:09:15 -05:00
Jeff Lenk 06bccf2801 FS-3202 2011-03-29 12:08:07 -05:00
Stefan Knoblich 6e37a8b25c mod_celt: Add dependency to fix parallel builds
Signed-off-by: Stefan Knoblich <s.knoblich@axsentis.de>
2011-03-29 13:11:59 +02:00
Stefan Knoblich 74bbd4be84 mod_opus: Use libtool archives for linking, add dependencies to fix parallel builds
Signed-off-by: Stefan Knoblich <s.knoblich@axsentis.de>
2011-03-29 13:09:45 +02:00
Anthony Minessale 7e52acf8ea reduce flags to buy time. Solaris thinks enum should be int32 not uint32 and cries about overflow in enum shifted by 31 2011-03-28 22:18:47 -05:00
Anthony Minessale 305920eb3f Merge remote branch 'remotes/github-joshperry/modzmq' 2011-03-28 19:04:01 -05:00
Anthony Minessale 9d8e54b500 FS-2751 --comment-only Please try latest patch with profile param NDLB-force-rport set to server-only or disabled. The parameter you were hacking on only applies to inbound calls not outbound calls. Its confusing but in in sip lingo client and server are outbound and inbound call direction respectively. 2011-03-28 18:31:46 -05:00
Rupa Schomaker 98a950165a FS-1792 - add API uuid_limit - thanks to Franois Delawarde 2011-03-28 18:24:01 -05:00
Rupa Schomaker 084819a331 Fix FS-3199 2011-03-28 18:17:59 -05:00
Anthony Minessale 246b21952d FS-3095 --comment-only This patch removes the existing conference transfer function and replaces it using the core transfer it also introduces a new tracking method where the same conference id is reserved for a particular member for the lifetime of the call allowing a user to transfer in and out of conferences and ivr and bridges etc and retain the same member id for the duration of that call 2011-03-28 14:44:28 -05:00
Stefan Knoblich 87884c5c67 mod_enum: fix race condition between ldns configure creating ldns/util.h and mod_enum
Unbreaking make -jX parallel builds...

Signed-off-by: Stefan Knoblich <s.knoblich@axsentis.de>
2011-03-28 21:21:13 +02:00
Anthony Minessale 6388e03d07 allow 100 microsecond tolerance on timer loop 2011-03-28 13:50:52 -05:00
Marc Olivier Chouinard d04b9a85a5 mod_callcenter: Fix error from previous commit 2011-03-28 15:10:59 -04:00
Marc Olivier Chouinard 6cf8c8f6b0 mod_callcenter: Fix potential segfault on loopback agent. Thanks to François Delawarde 2011-03-28 12:33:07 -04:00
Jeff Lenk c735e28a55 FS-3190 2011-03-28 10:27:06 -05:00
Anthony Minessale 484a397d88 FS-3194 see comitted patch. I made the function assert rather than tolerate NULL and fixed the imporper usage. 2011-03-28 09:49:52 -05:00
Brian West 4827374574 FS-3192 FS-3191 2011-03-27 22:35:26 -05:00
Marc Olivier Chouinard 92671067f0 media_bug: Fix for rare race condition. More work required to make media bug safe. 2011-03-27 00:34:07 -04:00
Josh Perry e83af31960 Updated message creation 2011-03-26 12:34:22 -06:00
Marc Olivier Chouinard 608b9abd5a mod_callcenter: Temporary fix for some race condition with loopback agent. Need to find the root cause of this problem 2011-03-26 10:20:06 -04:00
Josh Perry 2b1793ed56 Merge branch 'master' into modzmq 2011-03-25 18:41:47 -06:00
Josh Perry 4d55406717 Intitial mod_event_zmq code 2011-03-25 18:30:35 -06:00
Anthony Minessale b8d93de097 memset str on cache_db_sql2str 2011-03-25 17:05:13 -05:00
Jeff Lenk 159efea47c ldns for windows first working version 2011-03-25 17:18:16 -05:00
Anthony Minessale 7556ec57e9 FS-3187 2011-03-25 16:35:30 -05:00
Anthony Minessale 3e4957c0b3 revert 4f6d888152 2011-03-25 16:30:16 -05:00
Anthony Minessale 2bbc37e3d1 switch mod_enum to use new portable in-tree version 2011-03-25 15:54:13 -05:00
Jeff Lenk bc0b702cf6 add ldns and mod_enum to vs2010 solution - not tested yet 2011-03-25 15:11:31 -05:00
Marc Olivier Chouinard 81bfe43589 mod_sofia: Correct a problem where restarting profile would cause some profile hash entry to remain. 2011-03-25 15:50:52 -04:00
Michael Jerris 294b077977 FS-3182: fix mod_dingaling/iksemel/gnutls link error when using newer autotools 2011-03-25 12:17:25 -05:00
Brian West 4f6d888152 Here try this 2011-03-24 21:29:55 -05:00
Anthony Minessale 45162c15b7 FS-3110 --comment-only OMFG select on FD > 1024 get this patch to ldns ppl 2011-03-24 20:45:48 -05:00
Anthony Minessale 60da5740eb FS-3110 --comment-only phase 3.3 nevermind use getlibs 2011-03-24 17:22:42 -05:00
Anthony Minessale a25ef8b9ae FS-3110 --comment-only phase 3.1 nevermind use getlibs 2011-03-24 17:12:02 -05:00
Anthony Minessale 017bea0468 FS-3110 --comment-only phase 3 nevermind use getlibs 2011-03-24 17:08:41 -05:00
Anthony Minessale 1773b890eb FS-3110 --comment-only phase 1 to replace udns with ldns in mod_enum may need to rerun bootstrap 2011-03-24 16:27:08 -05:00
Jeff Lenk 047110cd56 vs2010 reswig 2011-03-24 13:15:54 -05:00
Brian West f3c33c7511 swigall 2011-03-23 14:57:16 -05:00
Michal Bielicki - cypromis 13f4d80883 FS-3180, thank you Sergey Spatar 2011-03-23 18:31:31 +01:00
Jeff Lenk 57b6255b17 windows - set process priority class to ABOVE_NORMAL_PRIORITY_CLASS previous default was NORMAL_PRIORITY_CLASS before today 2011-03-22 15:15:09 -05:00
Jeff Lenk af2cebc153 fix windows build(2) 2011-03-22 14:12:33 -05:00
Daniel Swarbrick 38903ab84e unused vars 2011-03-22 19:55:41 +01:00
Jeff Lenk 06469a6610 fix windows build 2011-03-22 13:48:19 -05:00
Anthony Minessale 5d7831348b improve some defaults to tune performance if you use -heavy_timer, try not using it 2011-03-22 13:27:37 -05:00
Anthony Minessale 3b56c119a7 FS-3173 2011-03-22 12:17:00 -05:00
Anthony Minessale fd6089014e FS-3165 2011-03-22 12:07:06 -05:00
Anthony Minessale 26f5ebd47d dont calibrate clock when timerfd enabled 2011-03-21 21:01:20 -05:00
Anthony Minessale 48b1193552 add mod_timerfd: external timerfd module by Timo Teräs 2011-03-21 20:50:47 -05:00
Anthony Minessale 10174ea6d5 add timerfd support to the core for now you must enable it in switch.conf.xml with the param enable-softtimer-timerfd=true later if it proves to work well we can make it on by default, please test if you have a new kernel that supports this option kernel >= 2.6.25 and libc >= 2.8 2011-03-21 20:49:39 -05:00
Anthony Minessale 11d1107f34 swigall 2011-03-21 15:12:58 -05:00
Anthony Minessale 37a48583b2 FS-3172 not so fast also need to do it after the secure decoders for srtp/zrtp 2011-03-21 15:03:44 -05:00
Anthony Minessale e657e32fca FS-3172 this also fixes the incorrect usage of L16 on payload 10 which may or may not break interop with other sip devices if we do it right. also added rtp_disable_byteswap variable that can be set to false to disable byteswap when a device is encountered that is incompat (inluding all precious version of FS up till now) 2011-03-21 14:31:16 -05:00
Anthony Minessale 88a6ac2ff4 FS-3170 this was specific to the user channel which is not a real channel in every sense of the word as it has no running thread or any usable state changes so this new line of code in 233d3164be to wait for the state machine to stabalize before returning from originate caused an issue with user/ channels 2011-03-21 12:01:51 -05:00
Anthony Minessale 72f52aae19 only all one file to be bound per instance 2011-03-21 10:32:33 -05:00
Anthony Minessale 5f18ec9459 FS-3168 this will remove the reported symptom but does not change the fact that 1khz resolution is ideal for proper performance 2011-03-20 18:28:48 -05:00
Michael Jerris c885d09f23 don't strcasecmp on null string 2011-03-19 10:14:50 -04:00
Anthony Minessale b7891511db add string params to ladspa so you can connect files to audio ports (string params don't count towards number params) 2011-03-18 17:58:13 -05:00
Anthony Minessale 069f5f7d42 FS-3075 2011-03-18 16:59:00 -05:00
Marc Olivier Chouinard 34bd0e5e79 switch_xml: Remove commented out mmap. With the changes in the past 2 year, mmap can't really be put back in it current state. 2011-03-18 16:45:37 -04:00
Marc Olivier Chouinard 471bd6df1a switch_xml: reloadxml will(should) never lock again. It will load the XML structure into a new XML structure, and just replace the currently available ROOT XML. It then the job of the last user of the switch_xml structure to free it. 2011-03-18 16:41:27 -04:00
Christopher Rienzo f5704114cd FS-3163 add locking to mrcp dtmf generator 2011-03-18 19:15:08 +00:00
Michael S Collins 3c9ee25a0a Add conf_uuid chan var for djbinter (Thanks Math) 2011-03-18 11:24:48 -07:00
Anthony Minessale 5eb9c3f4a7 FS-3164 2011-03-18 11:57:16 -05:00
Brian West 6908403eb7 Fix installer issue when ran standalone 2011-03-18 09:45:12 -05:00
Anthony Minessale db7933e72b jitter buffer sanity checks 2011-03-17 22:29:16 -05:00
Anthony Minessale c49c1fdea9 FS-3161 2011-03-17 17:21:41 -05:00
Christopher Rienzo 00a2b18541 Merge branch 'openmethods-merged-unimrcp-asr-dtmf-bugfix-0' of git://scm.dashjr.org/var/scmroot/git/freeswitch 2011-03-17 20:43:35 +00:00
Brian West c57f6acfa1 swigall 2011-03-17 15:38:56 -05:00
Luke Dashjr 1809ce5d83 MERGE: Bugfix: Destroy schannel only *after* cleanup of its contents is done 2011-03-17 15:32:47 -05:00
Luke Dashjr 0f17bcc5b6 Bugfix: Destroy schannel only *after* cleanup of its contents is done 2011-03-17 15:31:07 -05:00
Anthony Minessale 64bc19387c FS-3156 FS-3157 declinatio mortuus obfirmo! 2011-03-17 12:36:33 -05:00
Marc Olivier Chouinard dcafff201e mod_callcenter: FS-3158 Change the default and sequentially-by-agent-order strategy to include the longest-idle-agent. This should offer a default consistant way to go through all the agent within the same tier/position. (Before, it was left to the DB to return the order of the result) 2011-03-17 10:58:39 -04:00
Anthony Minessale 9c40e8e91e FS-3122 2011-03-16 20:50:32 -05:00
Brian West e38156f182 JANITOR-10 2011-03-16 16:48:43 -05:00
Anthony Minessale 2d3d8f8d34 Add mod_ladspa (Audio plugin framework for linux) http://http://www.ladspa.org/ try it with autotalent http://web.mit.edu/tbaran/www/autotalent.html 2011-03-16 16:19:57 -05:00
Anthony Minessale 2c009dd954 doh 2011-03-15 14:29:04 -05:00
Anthony Minessale 4c435ec530 change text of error message to be more descriptive 2011-03-14 11:54:08 -05:00
Anthony Minessale 69a5b30061 FS-3150 --comment-only this looks like an unhandled parse error, try this patch, though the call will likely fail but we can see what it doesn't like about the sdp now 2011-03-14 11:43:48 -05:00
Marc Olivier Chouinard d4f845ed08 mod_callcenter: Should resolve lot of loopback issues mentioned. Thanks to François Delawarde 2011-03-14 12:42:02 -04:00
Marc Olivier Chouinard 25cee25547 mod_callcenter: Add better handle of failed agent, member channel getting a break, and debuging info upon leaving. Thanks to François Delawarde (with some changes) 2011-03-14 12:31:56 -04:00
Jeff Lenk 34a3800954 FS-2815 2011-03-13 22:26:43 -05:00
Anthony Minessale 233d3164be wait 2011-03-13 18:43:34 -05:00
Marc Olivier Chouinard 26303c5c7a mod_callcenter: Add better support when agent doesn't answer, including creating a new variable for the delay that is different than reject or busy. Thanks to François Delawarde 2011-03-12 11:58:35 -05:00
Marc Olivier Chouinard 943e289043 mod_callcenter: Small event value correction from previous commit 2011-03-12 11:44:35 -05:00
Marc Olivier Chouinard 5f2337859b mod_callcenter: >WARNING, some event value got removed< Adding new event time value that can then be used to calculate the Wait;Talk;Total duration of a member were on call. CC-Wait-Time CC-Talk-Time and CC-Total-Time are no longer returned. Visit the code or check the wiki for the updated variable. 2011-03-12 11:29:20 -05:00
Marc Olivier Chouinard 30dd1774ad mod_callcenter: Add new CLI cmd and change some to be more standard. Patch from François Delawarde, thanks. 2011-03-12 11:03:03 -05:00
Anthony Minessale 24a972925b pass header in X-FS headers on attended transfer CID update to indicate specific situation to flip callee/caller id when targeting a 1 legged call 2011-03-11 13:00:55 -06:00
Marc Olivier Chouinard 51a531aaef mod_callcenter: Fix a bug when an caller leave the queue from a BREAK Call (Transfer...), it doesn't think an agent answered. 2011-03-11 12:40:56 -05:00
Anthony Minessale 59f6654e96 send another presence event on calls that were cancelled from LOSE_RACE to fix winnable race in Broadsoft SCA 2011-03-10 22:02:45 -06:00
Anthony Minessale 4832d26a3a put this back to 0 2011-03-10 15:32:09 -06:00
Anthony Minessale a80fae922f FS-3126 2011-03-10 11:33:07 -06:00
Anthony Minessale 8758d2f71d FS-3141 2011-03-10 10:47:26 -06:00
Anthony Minessale 9e89f607c8 FS-3140 --comment-only please try this patch 2011-03-10 00:18:06 -06:00
Anthony Minessale 59da356d06 fix mistake from earlier commit and improve flow of dtmf through a bridge when timer is disabled 2011-03-09 20:06:32 -06:00
Mathieu Rene 8cb2bad004 Fix segv 2011-03-09 19:02:19 -05:00
Anthony Minessale 2a35dfb51e add rtp-notimer-during-bridge (alternative to rtp-autoflush-during-bridge 2011-03-09 15:17:26 -06:00
Anthony Minessale 8533c32fe1 FS-3095 regression from 547d53932c 2011-03-09 15:17:25 -06:00
Anthony Minessale 8727e568e8 alter implementation of renegotiate codec on hold feature to still take other sdp elements into consideration 2011-03-08 10:37:16 -06:00
Anthony Minessale 8da371c74a FS-3127 --comment-only can you try this patch first to see if it fixes it without any changes to mod_cc 2011-03-07 15:18:46 -06:00
Anthony Minessale bfd0ba9798 do not renegotiate codecs on hold re-invites 2011-03-07 13:02:41 -06:00
Anthony Minessale 89592a86e5 fix issue with polycom changing to 1 way audio on hold 2011-03-07 12:15:46 -06:00
Anthony Minessale 30813ca58a FS-3130 2011-03-07 10:37:58 -06:00
Anthony Minessale ede19cad72 no this is better the other way 2011-03-06 20:57:26 -06:00
Anthony Minessale 05e9d3477b remove unneeded line 2011-03-06 15:57:31 -06:00
Anthony Minessale 8c3651fa66 FS-640 --comment-only can you see if this patch helps, I think it should really be fixed in sofia but this shold keep it at bay 2011-03-06 14:49:39 -06:00
Moises Silva 7030fa4c6a mod_sangoma_codec: Add release port function pointer 2011-03-06 15:25:53 -05:00
Mathieu Rene 0911ed7408 FS-3124 Use the channel's sound_prefix if it's not set in the conference's config 2011-03-05 12:49:19 -05:00
Anthony Minessale 61cdf0da5d add limits to simo open sql handles 2011-03-04 13:52:30 -06:00
Anthony Minessale 8fe24a2914 FS-3121 this is less of a bug and more of a feature request but here you go, that's your quota for the month 2011-03-04 12:28:41 -06:00
Anthony Minessale 547d53932c FS-3095 also add some tab completion and help messages from cli 2011-03-04 11:34:48 -06:00
Anthony Minessale b3a2fa1c73 try to reduce contention by not creating handles with the global mutex locked 2011-03-03 20:07:43 -06:00
Anthony Minessale b7419add09 clear talk flag when you mute 2011-03-03 17:59:59 -06:00
Daniel Swarbrick 9c4c1e813e FS-3120 - fix segv when snmpwalking ringing channels, fix segv in snmp getBulkRequest 2011-03-04 00:17:07 +01:00
Daniel Swarbrick eb526c573f foo does not live here anymore 2011-03-03 23:42:22 +01:00
Brian West 7e4a2b6a43 swigall 2011-03-03 16:11:27 -06:00
Anthony Minessale b6b4e6b549 FS-3114 2011-03-03 14:36:29 -06:00
Anthony Minessale 0ba25358b9 FS-3119 2011-03-03 14:21:02 -06:00
Jeff Lenk 4dfbea1837 vs2010 reswig 2011-03-03 13:25:33 -06:00
Anthony Minessale f542449cac FS-3106 --comment-only Try this newer refactored version which completely removes the thread affinity and uses a linked-list to manage the pool, I can run my same 100cps test and only use like 4 db handles 2011-03-03 12:54:20 -06:00
Anthony Minessale 9feab652a3 FS-2966 ok let's take this a step further, I don't even think we need to change the state anymore 2011-03-03 10:54:59 -06:00
Brian West ddc0ca70fe swigall 2011-03-03 10:48:36 -06:00
Anthony Minessale 3eeb49950f FS-3117 --comment-only try this patch 2011-03-03 10:14:52 -06:00
Anthony Minessale f33e9c6ede FS-2966 I already fixed this in the wait_for_state, so i copied the same fix to wait_for_state_timeout, the lua one needed a similar call to wait for the state to change to avoid a race, both of you should be fixed with this patch 2011-03-02 20:50:33 -06:00
Anthony Minessale 08496cd7eb clear timestamp when generating a fake empty frame to fix edge-case sending the same timestamp over and over 2011-03-02 20:29:47 -06:00
Anthony Minessale 11451c1056 FS-3106 --comment-only Try this out, its got a few elements from your patch but there was a much bigger problem deeper in the code preventing the sqlite handles from being recycled properly 2011-03-02 19:21:37 -06:00
Anthony Minessale 01073a796e add sip_jitter_buffer_during_bridge which you can set to true to keep a jitter buffer on both ends of the call when you are NormT 2011-03-02 19:11:29 -06:00
Anthony Minessale 293d72548d add valet_announce_slot variable 2011-03-02 13:01:25 -06:00
Daniel Swarbrick 64806d2d47 typo 2011-03-02 18:23:19 +01:00
Anthony Minessale 9a7dbfbafe revert 2011-03-01 13:44:53 -06:00
Anthony Minessale f398dc1f3a fix issue reported from mailing list and not JIRA =/ 2011-03-01 13:42:14 -06:00
Anthony Minessale 2044a749cf FS-3105 try this patch 2011-03-01 10:52:21 -06:00
Brian West b041edc858 swigall 2011-03-01 06:35:06 -06:00
Mathieu Parent 695402333b Skinny: use proper name for station capabilities message 2011-03-01 00:24:39 +01:00
Mathieu Parent 316548273d Sofia: use const for variable name SWITCH_R_SDP_VARIABLE 2011-03-01 00:24:39 +01:00
Anthony Minessale 446cedd31f update 2011-02-28 17:11:29 -06:00
Anthony Minessale 53fc3f7f78 add sip_execute_on_image variable similar to execute_on_answer etc so you can run t38_gateway or rxfax etc when you get a T.38 re-invite but no CNG tone or you want to ignore the tone and only react when getting a T.38 re-invite 2011-02-28 12:43:05 -06:00
Anthony Minessale fe152626db stop suggesting -waste because its really the bad choice to make 2011-02-28 11:27:56 -06:00
Anthony Minessale 1b52a79569 stop suggesting -waste since its a bad choice 2011-02-28 11:25:42 -06:00
Anthony Minessale 77f52081ff fix memory leak introduced in d8facbcf71 2011-02-28 11:15:21 -06:00
Jeff Lenk c6f044d5a1 FS-3067 segfault using busy-delay-time parameter 2011-02-28 10:02:11 -06:00
Brian West a5779d5431 fix regression from FS-899, thanks acrobits for testing this 2011-02-28 09:27:05 -06:00
Mathieu Parent fd7bbc0b3c Skinny: use IANA names for G729 codecs 2011-02-26 11:45:19 +01:00
Mathieu Parent d86388dbf7 Skinny: noop ForwardStatReq and ForwardStat implementation 2011-02-26 11:37:32 +01:00
Mathieu Parent f217ec48a4 Skinny: remove some unused vars 2011-02-26 10:52:20 +01:00
Anthony Minessale 1cbb8f221b supress errors caused from -nosql as reported on the mailing list and not on JIRA like it should be http://jira.freeswitch.org 2011-02-25 21:39:37 -06:00
Anthony Minessale ee0a0b79c8 FS-3103 2011-02-25 21:29:47 -06:00