Commit Graph

14462 Commits

Author SHA1 Message Date
Anthony Minessale 22076b7b6f FS-5453 --resolve 2013-05-24 08:13:55 -05:00
Anthony Minessale 9c98829aab FS-5453 --resolve this is a different issue, we just have to hangup the loopback channel so the loopback and the sip don't both execute the extension 2013-05-23 09:59:18 -05:00
Anthony Minessale 0060313ea1 swig 2013-05-23 09:55:52 -05:00
Anthony Minessale 18ac2a2540 FS-5042 --resolve 2013-05-23 08:07:26 -05:00
Anthony Minessale 3d2eb20a28 FS-5453 --resolve 2013-05-23 08:06:52 -05:00
Anthony Minessale c08622235d FS-5402 --resolve the problem is ent originate has many channels and many causes to parse so we need to check it against all the causes 2013-05-22 11:01:59 -05:00
Anthony Minessale 666ba36e57 FS-5360 change defaults 2013-05-22 10:20:57 -05:00
Anthony Minessale aed693b9e5 FS-5436 --resolve 2013-05-21 19:39:21 -05:00
Anthony Minessale b73e2c51bb FS-5402 revert wait till tomorrow 2013-05-21 13:29:05 -05:00
Anthony Minessale b6561f2535 FS-5402 2013-05-21 13:22:35 -05:00
Anthony Minessale 1b6860d8e3 FS-5453 --resolve 2013-05-21 12:02:12 -05:00
Anthony Minessale e4f7fda044 FS-5457 2013-05-21 10:22:02 -05:00
Anthony Minessale e2da2e19c3 FS-5376 --resolve 2013-05-21 10:04:58 -05:00
Anthony Minessale fb3eb97568 FS-5242 2013-05-21 10:03:36 -05:00
Anthony Minessale 4bdd2a7f84 FS-5211 --resolve 2013-05-21 09:30:06 -05:00
Anthony Minessale 36116944a7 FS-5360 2013-05-20 12:23:13 -05:00
Anthony Minessale 3a0ec14130 getting read_impl too soon here 2013-05-20 11:22:54 -05:00
William King 4192bf3370 Minor code cleanup. calling va_start without calling va_end doesn't leak does it? Either way, it's fixed now. 2013-05-18 20:15:14 -07:00
William King 79e3de3e55 full_contact must be freed by sofia. There isn't a chance of this having blown anything up, but Coverity is right that this should be initialized with NULL to be safe against future refactors. 2013-05-18 19:13:44 -07:00
William King c80d768004 My bad. some how a make didn't catch this issue after a cleanup refactor. In this instance buf is being treated as an 8 byte number, not a pointer. 2013-05-18 17:46:50 -07:00
William King f3393ef362 Coverity reported an Uninitialized pointer read. Upon further digging it appears that there is a code path where incoming packets can come in out of order, so this section of code tries to see if it can find the missed packets. As per FS-5202 there is a case where under heavy load the packet exists, and has most of the packet parsed, but still has a NULL pointer for the packet buffer. These two lines would at least help detect the edge case. 2013-05-18 17:35:07 -07:00
William King bd4ea84242 Edge case for when you are subscribing to presence on a valet parking lot. In which case there would be a small leak. 2013-05-18 17:07:31 -07:00
William King 97286e10cd Possible leak if someone were to try and add extra headers to a channel that had either an inbound info on that session or the session were to be deflected. I don't see a way that these extra headers could be added outside of a C module subscribing to the session states, but just to make sure I'm adding these so that just like other extra header locations it's cleaned up. 2013-05-18 17:01:27 -07:00
William King 14f48a6a7a Alice meet rabit hole. There is a leak here on every invite that comes back from a status 180 when the other side is not FS, but you have presence enabled. Thanks to Coverity scan for location this condition. This 'might' not have been leaking if sofia was automatically freeing this when the sofia object was destroyed, but all other locations where sip_header_as_string where called they were all followed by a su_free, so I assume not. 2013-05-18 16:36:41 -07:00
William King d61d395e8d If the mod_sofia global presense hash is null, then make sure to free the matches variable before going to done. 2013-05-18 16:06:15 -07:00
William King dac6ce1b45 FS-5443: --resolve leaked because the JS api's copy and return new malloc'd pointers. 2013-05-18 15:47:51 -07:00
William King 9ce6ce082f When message events were added, the debug field name was overlooked. This would have only been hit when debug level was above 'DEBUG1' and at that point it would have incorrectly chosen debug display names. 2013-05-18 15:11:14 -07:00
William King 4fc1369a1b Minor typo. User is being passed into this fuction as a long pointer, not a long. 2013-05-18 14:30:43 -07:00
William King 49303fdabc read() does not NULL terminate statbuf, but strstr expects statbuf to be null terminated. 2013-05-18 14:27:00 -07:00
William King 48f423db40 This was writing a null one space to the right, outside of the malloc'd buffer. On further review this uses apr_vsnprintf which always returns null terminated. 2013-05-18 13:39:12 -07:00
Jeff Lenk dec5a592ca FS-5434 --resolve 2013-05-17 21:44:13 -05:00
Anthony Minessale bf688a87aa fix silence_stream size bug 2013-05-17 16:12:13 -05:00
William King fc42d93ddf FS-5441: --resolve 2013-05-17 12:40:04 -07:00
Anthony Minessale c8ef74055a FS-5430 --resolve 2013-05-15 09:27:44 -05:00
Anthony Minessale 3fe3a0091c FS-5418 --resolve 2013-05-15 08:09:07 -05:00
Anthony Minessale 88003520bb FS-5208 --resolve 2013-05-15 07:37:12 -05:00
Anthony Minessale 793008a215 FS-5011 try to fill gaps 2013-05-14 11:23:21 -05:00
Anthony Minessale ec7d8a0118 FS-5416 --resolve just missing the part that registers it 2013-05-14 07:38:20 -05:00
Anthony Minessale fcb699c8b7 FS-5407 --resolve 2013-05-13 14:21:25 -05:00
Anthony Minessale e8ecb64666 FS-5410 --resolve 2013-05-13 13:15:54 -05:00
Raymond Chandler d125147dd8 add context 2013-05-10 16:32:22 -04:00
Anthony Minessale d6c2b9a2fb FS-5085 the last change helped weed out the real bug which is this commit 2013-05-10 10:45:07 -05:00
Anthony Minessale e5754ab3ee FS-5403 --resolve 2013-05-10 09:59:19 -05:00
Anthony Minessale e44c278c68 move log message to avoid logging null 2013-05-09 14:35:19 -05:00
Anthony Minessale 3fc8f7888a FS-5399 --resolve 2013-05-09 14:09:23 -05:00
Anthony Minessale 3847ae028a FS-5360 --resolve fields are exec-on-max-failures exec-on-max-timeouts pin, needs testing 2013-05-09 12:29:04 -05:00
Anthony Minessale a08965601c FS-5390 --resolve 2013-05-09 10:30:00 -05:00
Anthony Minessale 646b34a2a2 FS-5398 2013-05-09 10:10:06 -05:00
William King 569da261aa FS-5395: False alarm on a reported valgrind memory leak. The io_private is alloc'd from a memory pool which valgrind sucks at tracking. No need to free this, because it'll get cleared when the memory pool on the rsession is destroyed. 2013-05-08 18:45:55 -07:00
William King 924e24a0de FS-5395: --resolve Resolve another mod_rtmp crash where oh specific hangup scenarios there would be a free of variable that wasn't ever malloced 2013-05-08 16:53:15 -07:00
Anthony Minessale 2e19cbcc61 FS-5085 I discovered that the bowout is happening from both legs at once, we only need to check this condition on the A side of the loopback bridge 2013-05-08 13:17:45 -05:00
Brian West 7c8c758586 Undo previous change 2013-05-08 14:40:48 -05:00
Raymond Chandler 3c132c91b3 FS-5288 --resolve 2013-05-08 13:58:43 -04:00
Raymond Chandler 5f0d33338e FS-5327 --resolve 2013-05-08 13:58:17 -04:00
Anthony Minessale 900b0c1747 FS-5371 --resolve typo 2013-05-08 09:19:05 -05:00
William King f4bde33dab Revert "fixed stuck mod_rtmp session when the call is killed from fs side, such as using uuid_kill"
This reverts commit d8edc031fa.

Conflicts:
	src/mod/endpoints/mod_rtmp/mod_rtmp.c
2013-05-07 16:08:15 -07:00
Anthony Minessale 2b950b9599 FS-5168 --resolve 2013-05-07 14:10:03 -05:00
Anthony Minessale bf3f26b0f8 FS-5383 --resolve 2013-05-07 08:31:48 -05:00
Ken Rice c7567d418e fix mod_spandsp on systems with libjbig 2013-05-06 18:27:20 -05:00
Michael Jerris 99fd7a87ff fix auto in will not use the last slot 2013-05-06 11:45:30 -04:00
Anthony Minessale 65f0d16dee FS-5371 --resolve 2013-05-03 13:38:44 -05:00
Anthony Minessale 749afaa7a3 FS-5365 --resolve 2013-05-03 13:13:44 -05:00
Michael Jerris 3d934ad397 add bgsystem for background system calls 2013-05-03 16:23:35 -04:00
Anthony Minessale 766db71ecd FS-5085 adding this patch but still wondering what causes this issue 2013-05-03 12:30:57 -05:00
Anthony Minessale a062444b4c dress up event fired after parsing a message 2013-05-03 11:43:01 -05:00
William King ec0067b04c FS-5240: --resolve Please test 2013-05-03 00:54:58 -05:00
Anthony Minessale a30989d769 prevent t38_passthru and fax_detect from both happening at once 2013-05-02 22:22:59 -05:00
William King 2e7c219b7e FS-4332: --resolve 2013-05-03 00:02:05 -05:00
Anthony Minessale d0e2e9ae9c FS-4875 auto setting ignore_early_media causes unwanted side effects for others, it will have to be supplied by the user 2013-05-02 21:22:16 -05:00
Anthony Minessale 95d31525ce FS-5359 --resolve 2013-04-30 18:46:15 -05:00
Brian West 91712b5774 add channel data to this event 2013-04-30 14:44:15 -05:00
Brian West 52f867b142 fix stop the correct way 2013-04-30 13:25:15 -05:00
Anthony Minessale 91f8c53568 add uuid of orig picked channel too 2013-04-30 11:58:10 -05:00
Anthony Minessale 99e91acc5f add execute_on_pickup and api_on_pickup 2013-04-30 11:41:47 -05:00
Brian West 85957b9557 fix stopping of streams 2013-04-30 12:33:25 -05:00
Anthony Minessale a9587acac2 FS-5358 --resolve use allow-transcoding=true param in global settings or fifo_allow_transcoding=true channel var on per caller basis
Conflicts:
	src/mod/applications/mod_fifo/mod_fifo.c
2013-04-30 09:42:11 -05:00
Anthony Minessale 89afd89741 FS-5286 we can try this for added protection 2013-04-29 09:20:19 -05:00
Anthony Minessale e23d4d37aa FS-5355 --resolve 2013-04-29 08:51:30 -05:00
Anthony Minessale e495702e7d FS-4990 --resolve 2013-04-26 17:23:30 -05:00
Brian West 49b999c167 FS-5316 --resolve 2013-04-25 13:48:56 -05:00
Brian West 115061a4da Add application layer keepalive options to sofia and expose config options
Conflicts:
	src/mod/endpoints/mod_sofia/mod_sofia.h
2013-04-25 12:19:20 -05:00
Anthony Minessale 66bfd299f5 FS-5346 --resolve use new originate_delay_start=<ms> to get this 2013-04-24 15:08:08 -05:00
Anthony Minessale e852ef6411 FS-5344 --resolve 2013-04-24 12:24:05 -05:00
Anthony Minessale c4c2883c61 FS-5331 2013-04-24 11:33:18 -05:00
William King 198ae2fa05 If the rsession is null, then don't try to unlock it, since that'll just result in a segfault. 2013-04-23 17:48:07 -07:00
William King 985c8de056 fixed rtmp active calls count 2013-04-23 17:48:07 -07:00
William King 7df4e52d61 added rsession check before comparing its state. commented out active sessions loop 2013-04-23 17:48:07 -07:00
William King f748a1fac8 Updating the contributor tags 2013-04-23 17:48:06 -07:00
William King ea2d532e04 Moving all rtmp specific logging to use the rtmp uuid rather than the session uuid. 2013-04-23 17:48:06 -07:00
William King 5f71f05afb Another variable name standardization 2013-04-23 17:48:06 -07:00
William King cfc49ff7a5 Should resolve the last of the rsession -> session and session -> rsession on_destroy race condition issues
Conflicts:
	src/mod/endpoints/mod_rtmp/mod_rtmp.c
2013-04-23 17:48:01 -07:00
William King e84cd70147 White space cleanup and variable naming standardization 2013-04-23 17:46:05 -07:00
William King 8171f6d11a Standardizing on rsession to reference rtmp_session_t
Conflicts:
	src/mod/endpoints/mod_rtmp/mod_rtmp.c
2013-04-23 17:45:48 -07:00
William King 62fb1437d9 Resolve the segfault where the channel is destroyed while it is still receiving audio
Conflicts:
	src/mod/endpoints/mod_rtmp/rtmp.c
2013-04-23 17:44:20 -07:00
William King 3e1d0318a2 Cleaning up and standardizing variable name to rsession if the session referenced is an rtmp_session_t 2013-04-23 17:43:22 -07:00
William King 037bd48c8c added debugging to print ip and port of rtmp connection as well as tie the rtmp session and fs session together 2013-04-23 17:43:22 -07:00
William King 538c1afa69 fixed stuck mod_rtmp session when the call is killed from fs side, such as using uuid_kill 2013-04-23 17:43:21 -07:00
Anthony Minessale c2077d7bff FS-5302 missed a word 2013-04-23 15:59:14 -05:00
Anthony Minessale 023d816ca7 favor the lessor of the configured cache-ttl or the max-age, add an abs-cache-ttl to be forced cache ttl, and add cache_ttl and abs_cache_ttl url params to set it per req 2013-04-23 15:52:17 -05:00
Anthony Minessale 5c696f9b55 FS-5341 --resolve 2013-04-23 14:49:36 -05:00
Chris Rienzo 35c3ae00be added .vox (Dialogic/OKI ADPCM 8kHz format) to mod_sndfile 2013-04-23 16:27:34 -04:00
Anthony Minessale 62b3fd86c4 FS-5329 --resolve 2013-04-23 10:28:05 -05:00
Anthony Minessale de56aa1aca FS-5302 --resolve use oreka_mux_streams=true channel var or mux-all-streams=true param in the oreka.conf.xml 2013-04-22 19:32:40 -05:00
Anthony Minessale 360429304f fix minor cid issue in mod_fifo 2013-04-22 16:30:06 -05:00
Anthony Minessale f038338e81 skip reforking with ulimit code on 64 bit 2013-04-22 13:42:12 -05:00
Anthony Minessale 658f128896 FS-5332 --resolve 2013-04-22 13:25:54 -05:00
Anthony Minessale 9fa8684875 FS-5238 2013-04-22 12:54:46 -05:00
Anthony Minessale 7fe448e13c FS-5238 revert 2013-04-22 08:51:43 -05:00
Anthony Minessale 63d8df3822 FS-5302 --resolve 2013-04-19 14:07:57 -05:00
Chris Rienzo 8d7c69572e Merge branch 'v1.2.stable' of ssh://git.freeswitch.org:222/freeswitch into v1.2.stable 2013-04-18 21:31:52 -04:00
Chris Rienzo 4da9aa2ae8 FS-5324 try this- set define-grammar=true to force caching of grammar in play_and_detect_speech 2013-04-18 21:29:00 -04:00
Anthony Minessale 5a161a967d add geolocation header parser 2013-04-18 16:41:34 -05:00
Anthony Minessale 01e06b601e FS-5322 stable equiv 2013-04-18 16:29:06 -05:00
Anthony Minessale 40eda54cfe FS-5318 update 2013-04-17 17:48:55 -05:00
Anthony Minessale 907af48033 FS-5313 --resolve 2013-04-17 17:33:42 -05:00
Anthony Minessale 3fa092c5c6 FS-5318 --resolve 2013-04-17 15:58:15 -05:00
Kristin King 976811ccec FS-5249: --resolve add message sort ordering. 2013-04-17 15:09:26 -07:00
Anthony Minessale de5903c1a4 FS-5299 --resolve 2013-04-17 15:38:54 -05:00
Anthony Minessale 2e4aedd0fb FS-5319 --resolve 2013-04-17 15:33:07 -05:00
Anthony Minessale 429e0fdec9 FS-5034 --resolve please document accordingly on the wiki 2013-04-17 15:24:18 -05:00
Anthony Minessale 64341dc194 FS-4622 --resolve 2013-04-17 15:17:51 -05:00
Anthony Minessale 6d016e81c4 FS-5313 2013-04-17 14:57:33 -05:00
Anthony Minessale 7b93c2d071 prevent offering vid codec on recover when one was not chosen 2013-04-16 13:40:07 -05:00
Brian West 22e5203e88 Fix silly warning 2013-04-16 12:13:01 -05:00
Anthony Minessale 080f301a3a swigall 2013-04-16 08:50:55 -05:00
Jeff Lenk d246f2175a FS-5308 vs2010-2012 reswig 2013-04-15 17:28:36 -05:00
Anthony Minessale 60df873cd2 FS-5305 --resolve 2013-04-15 14:48:28 -05:00
Michael Jerris 61ec4c0abb fix case for call_completed_elsewhere var set 2013-04-15 16:45:12 -04:00
Anthony Minessale 2d0b24743f move callstate changes down to take place after the core states have run 2013-04-15 10:43:49 -05:00
Brian West 3fde0e453e Swap UUIDs 2013-04-12 11:56:47 -05:00
Anthony Minessale e227bf4944 FS-5269 --resolve 2013-04-11 15:03:13 -05:00
Anthony Minessale 8dd4c8f9f1 don't send presence for hangup if you never sent it for early in presence_disable_early mode, it causes issues in yealink 2013-04-09 22:32:24 -05:00
Anthony Minessale d8a6dcf5a5 FS-5265 2013-04-08 16:30:21 -05:00
Anthony Minessale 8b43a0742f FS-5285 --resolve 2013-04-08 15:55:15 -05:00
Anthony Minessale 388bd7467a FS-5284 --resolve ready is meant to signify that the object is ready for external use so setting it to 1 before the bind is sufficient 2013-04-08 13:00:44 -05:00
Anthony Minessale 16c1cc7df7 FS-5208 --resolve 2013-04-08 12:10:42 -05:00
Anthony Minessale 93702564c1 FS-5281 --resolve 2013-04-08 11:54:10 -05:00
Anthony Minessale 28f3e67740 FS-5279 --resolve some mods made to the patch 2013-04-08 11:48:40 -05:00
Raymond Chandler 227af62a4a FS-5280 --resolve bitch n bail 2013-04-08 10:43:57 -04:00
Anthony Minessale cb8d51a67c FS-5265 2013-04-06 16:31:38 -05:00
Anthony Minessale a7a04d8a13 sla barg cid regression 2013-04-05 16:42:25 -05:00
Anthony Minessale 045039c379 refactor and cleanup more cid stuff 2013-04-05 15:29:14 -05:00
Anthony Minessale eea8f47f1a oops 2013-04-05 15:01:10 -05:00
Anthony Minessale 82bbb45d96 FS-5216 don't allow recursive call to speek 2013-04-05 14:27:17 -05:00
Anthony Minessale 066319662d endless cid fun 2013-04-05 08:28:49 -05:00
Anthony Minessale 57fb368b32 sla cid tweaks 2013-04-05 00:29:20 -05:00
Anthony Minessale 4a2d0f011a flush on answer for inbound only 2013-04-04 13:47:43 -05:00
Anthony Minessale bce6ad1968 FS-5265 --resolve 2013-04-04 12:36:11 -05:00
Anthony Minessale 53b4dd3ec2 FS-5262 --resolve 2013-04-04 09:20:26 -05:00
Anthony Minessale 79be96aa8e more cid refactor 2013-04-03 17:17:01 -05:00
Anthony Minessale 6af46c3d60 remove depricated vars causing issues 2013-04-02 21:26:24 -05:00
Anthony Minessale b2f0f9b88a fix some cid stuff in fifo 2013-04-02 17:45:47 -05:00
Ken Rice 4432a0a0fc debug cleanup 2013-04-02 09:42:23 -05:00
Anthony Minessale b72d2c32d7 do some more caller-id cleanup 2013-04-01 23:02:29 -05:00
Brian West 4f47c49590 missing zset 2013-03-30 19:55:55 -05:00
Anthony Minessale dd1e61e0d4 part 2 of other cid patch 2013-03-30 15:39:49 -05:00
Mathieu Parent 860d952efd EndCall for incoming call while on hold doesn't close both legs on a skinny phone
Fixes #FS-5232, thanks to Nathan Neulinger for the patch
2013-03-30 12:00:58 +01:00
Anthony Minessale e976144ef1 FS-5216 seems like invalid codec lets try this 2013-03-29 22:35:32 -05:00
Anthony Minessale 262aed0ed1 remove debug code 2013-03-29 22:12:54 -05:00
Anthony Minessale dcb4beb12f update caller_id not callee_id when getting a display update from an inbound leg 2013-03-29 22:07:35 -05:00
Chris Rienzo f8d263683a --resolve FS-5243 improve mod_unimrcp audio buffering 2013-03-30 00:19:07 -04:00
Brian West 49138460a3 fix 2013-03-29 17:55:50 -05:00
Anthony Minessale c0f736c9da FS-5242 2013-03-29 10:54:45 -05:00
Anthony Minessale 47e6dfbbdf FS-5242 2013-03-29 10:43:12 -05:00
Anthony Minessale aca9257f93 tweaks for caller id in certian uuid_bridge situations 2013-03-28 22:17:28 -05:00
Brian West 32b7673cde Fix Execute on in early media situations 2013-03-28 14:19:23 -05:00
Anthony Minessale e6ef517354 FS-5011 add sync up flags so neither file writes data until audio is moving both ways 2013-03-28 10:41:28 -05:00
Anthony Minessale 3b6ae8966d set bridge times before firing the bridge event 2013-03-28 10:12:00 -05:00
Michael Jerris b15ac31174 dont ever return success when we don't end up with a new session 2013-03-28 11:24:49 -04:00
Seven Du fe1a758338 fix void * arithmatic warning 2013-03-28 17:36:01 +08:00
Brian West b8b7176086 remove debug line left in by accident 2013-03-27 22:19:58 -05:00
Anthony Minessale 6cedccd6fe FS-5229 missed a spot 2013-03-27 18:47:13 -05:00
Anthony Minessale 7818c3c9ed add SMBF_ONE_ONLY flag and use it on dtmf detectors 2013-03-27 17:19:40 -05:00
Anthony Minessale e3ac7c50ac FS-5238 --resolve 2013-03-27 16:50:10 -05:00
Anthony Minessale 14e3570848 add switch_core_session_findall to get a list of all open uuid 2013-03-27 15:51:23 -05:00
Anthony Minessale b4e21fd3f6 FS-5229 --resolve oops, i missed the part that its subsequent calls to displace 2013-03-27 15:39:10 -05:00
Anthony Minessale c510a81177 do not pause callers when they come out of a bridge 2013-03-27 15:18:54 -05:00
Anthony Minessale 861c3e3ccc add switch_core_get_variables and allow execute_on funcs to see global vars too 2013-03-27 14:54:01 -05:00
Anthony Minessale eed868af6c FS-5230 --resolve this was actually a bug in the -1 val in send_silence_when_idle 2013-03-27 13:52:03 -05:00
Anthony Minessale 8efaea29af FS-5228 --resolve problem was actually in the send_silence code as used from park not uuid_displace but uuid_displace relies on the write stream so thus it was a symptom 2013-03-27 13:40:51 -05:00
Anthony Minessale 3b50675d25 FS-5231 --resolve 2013-03-27 12:41:17 -05:00
Anthony Minessale f7408f8829 FS-4903 --resolve some of these are better of reverted but not all, this should work 2013-03-27 12:31:40 -05:00
Anthony Minessale 44f529381f FS-5233 --resolve 2013-03-27 11:46:12 -05:00
Anthony Minessale c4347e6e81 FS-5234 --resolve 2013-03-27 11:37:15 -05:00
Anthony Minessale 4fe24be75d fix bug where originate can return success when it should not 2013-03-27 11:28:43 -05:00
Anthony Minessale 18b8007217 FS-5235 --resolve 2013-03-27 11:12:35 -05:00
Anthony Minessale 3226882682 FS-5203 --resolve 2013-03-27 11:09:07 -05:00
Anthony Minessale 3f118b18dc FS-5236 --resolve 2013-03-27 11:06:32 -05:00
Chris Rienzo 7af706113a FS-5221 --resolve set NOSIGNAL on http_get 2013-03-26 23:50:29 -04:00
Anthony Minessale 231a9c7e8f change ready to up in this case 2013-03-26 16:37:47 -05:00
Anthony Minessale a803e849eb add execute_on_pre_bridge and execute_on_post_bridge vars to behave like the other family of execute_on and not break the existing pre bridge vars that are now depricated 2013-03-26 16:33:13 -05:00
Anthony Minessale 42e679f023 FS-5226 --resolve 2013-03-26 15:50:07 -05:00
Anthony Minessale 3bb6acf066 FS-5223 2013-03-26 15:44:26 -05:00
Mathieu Parent 03137f98ab Fix in-band ringback in mod_skinny
Closes: FS-4241 (Thanks to Marek Wiewiorski for the patch)
2013-03-26 22:36:56 +01:00
Mathieu Parent e0b34881af mod_skinny parses and modifies odbc url, breaking it, but also doesn't use the resulting vars
Closes: FS-5224 (Thanks to Nathan Neulinger for the patch)
2013-03-26 22:29:40 +01:00
Mathieu Parent e5ab581837 examples for the ext-voicemail and ext-redial options to mod_skinny sample conf
Closes: FS-5227 (Thanks to Nathan Neulinger for the patch)
2013-03-26 22:21:44 +01:00
Mathieu Parent c3b30a88e3 MIN is an aggregate function on MySQL
Closes: FS-5218 (Thanks to Nathan Neulinger for the patch)
2013-03-26 22:16:44 +01:00
Anthony Minessale bb3114e96b FS-5171 try this version 2013-03-26 13:23:38 -05:00
Anthony Minessale 10af50d96c FS-5219 --resolve 2013-03-26 10:09:02 -05:00
Jeff Lenk a5cd84304e oops line endings 2013-03-26 10:18:44 -05:00