2663 Commits

Author SHA1 Message Date
Anthony Minessale
4a4ac35426 another round of agc changes 2011-02-21 13:12:51 -06:00
Anthony Minessale
180e3d4ab1 agc tweaks 2011-02-20 14:37:23 -06:00
Anthony Minessale
3d3e634f4b beat ray up for this one 2011-02-18 15:21:02 -06:00
Mathieu Rene
4b5bcba094 mod_conference: don't switch to CS_SOFT_EXECUTE before setting the current extension 2011-02-18 15:15:48 -05:00
Anthony Minessale
ed7e1f3954 vm-skip-instructions param in xml directory to disable instructions how to record a file 2011-02-18 10:48:14 -06:00
Anthony Minessale
22b3d34d55 tweak agc 2011-02-17 18:28:05 -06:00
Anthony Minessale
b8531ea873 tweak agc 2011-02-17 18:21:11 -06:00
Raymond Chandler
0f8fb4b1fd add ability to jump to a specific message 2011-02-17 14:12:42 -05:00
Anthony Minessale
017842c87f FS-3056 2011-02-15 09:45:14 -06:00
Marc Olivier Chouinard
2e399b0baf mod_callcenter: force loopback_bowout=false on originate. This will need to be reworked, but should fix basic issues call to an agent using loopback 2011-02-14 22:46:35 -05:00
Marc Olivier Chouinard
cd1982ceb7 mod_callcenter: IMPORTANT UPDATE, DTMF during moh created an loop to reactivate MOH but got canceled right away because of pending DTMF in the queue never been cleaned. Could cause masive disk write of debug, and can cause problem to the rest of FS stability. This patch also include basic fundation for DTMF capture support for member waiting. 2011-02-14 22:43:45 -05:00
Anthony Minessale
a2c0da53f3 add centralized registration db to core db and use it from mod_sofia 2011-02-11 23:10:12 -06:00
Marc Olivier Chouinard
67edc7c321 mod_conference: Added to the Auto OutCall support to specify the conf profile to be used using variable : conference_auto_outcall_profile 2011-02-09 11:07:43 -05:00
Anthony Minessale
330d741853 reset signal_bond variable back to its original value on failed dial in att_xfer 2011-02-08 11:27:41 -06:00
Mike Jerris
0e841a5f14 FS-3040/FS-1742: use 1 sql query for message count in a way that is portable and doesn't segfault 2011-02-08 10:36:12 -06:00
Anthony Minessale
a93623618b 3 regresions from this now, rolling it back 2011-02-07 16:33:45 -06:00
Anthony Minessale
526e6fe48c FS-3038 2011-02-07 13:14:20 -06:00
Anthony Minessale
8c12162a9d FS-3040 2011-02-07 12:53:31 -06:00
cypromis
12c13e115b more formatting mistakes *sigh* 2011-02-07 16:01:20 +01:00
cypromis
cf83f9c381 seems whitespaces are unpopular on some linux/gcc combinations 2011-02-07 15:32:26 +01:00
cypromis
080c5ae981 FS-1742 - Make Voicemail use 1 SQL query instead of 4 to get the message count use in MWI - Now also working on your more favourite and less favourite databases 2011-02-07 14:04:44 +01:00
Anthony Minessale
46f6c6e42d fix regression from f60fdf653dd2d7f8d3eaa6a9086e1f68bd993c59 2011-02-04 08:56:30 -06:00
Anthony Minessale
b6ac001276 fix regression from f60fdf653dd2d7f8d3eaa6a9086e1f68bd993c59 2011-02-04 08:44:11 -06:00
Anthony Minessale
bdf678e401 dont run execute_on_fsk when there was no data collected 2011-02-03 20:12:36 -06:00
Anthony Minessale
4ae8282e6c fix possible bad pointer in global vars (please test) 2011-02-02 15:43:26 -06:00
Andrew Thompson
10d696ebac Added conference UUID to xml_list 2011-02-02 00:01:38 -05:00
Travis Cross
1f1541b474 lower log-level of a mod_spy message
When a session loses a race to bridge a call, the CHANNEL_BRIDGE event
handler is still run, yet session_locate is going to return null as it
won't get a read-lock on the peer's session.  Since this is a normal
and common condition, let's log this as a debug message rather than as
an error condition.
2011-01-31 20:54:48 +00:00
Travis Cross
766f2d6165 fix typo: cant -> can't 2011-01-31 20:53:15 +00:00
Brian West
1623e5d295 Merge branch 'openmethods-merged-dtmf-20110126' of git://scm.dashjr.org/var/scmroot/git/freeswitch 2011-01-31 14:13:03 -06:00
Marc Olivier Chouinard
49a5effcdf mod_callcenter: Add error response for queue load and queue reload (FS-2988) 2011-01-29 03:09:06 -05:00
Brian West
314a2a1e20 FS-3004 2011-01-27 15:53:01 -06:00
Anthony Minessale
6f58e6aa42 FS-2771 2011-01-26 15:19:28 -06:00
Luke Dashjr
89253a1391 MERGE: OpenMethods ASR enhancements: multiple concurrent grammars and dialplan access to start-input-timers 2011-01-26 14:54:36 -06:00
Anthony Minessale
28465f38a0 update syntax 2011-01-25 11:12:16 -06:00
Anthony Minessale
d164a79764 add moh by default to uuid_broadcast when only broadcasting to A leg
use aleg arg to disable this
2011-01-25 11:10:59 -06:00
Jeff Lenk
4eb5bbf41c FS-3000 revert previous - flush digits after pin error 2011-01-24 14:49:42 -06:00
Jeff Lenk
b88cd3457a FS-3000 mod_conference: if more digits than the length of the correct pin the remaining digits are accounted for next retry 2011-01-22 22:51:48 -06:00
Andrew Thompson
8d6d52e015 mod_conference Add energy level to conference_add_event_member_data
This is useful when you want to find the energy a member joined with
without having to pull the XML list
2011-01-21 21:50:02 -05:00
Jeff Lenk
7fbc47f83a FS-2973 Fix possible segfaults and memory leak during unload, and add new setting odbc-retries 2011-01-21 09:09:53 -06:00
Joao Mesquita
1c95ad98cd Export the variables to the b leg as well 2011-01-20 22:43:50 -03:00
Travis Cross
de49305ad5 let vmain-key and operator-key be set empty
The defaults for these keys are empty.  This change allows them to be
set empty in the XML config without error.
2011-01-18 04:24:04 +00:00
Anthony Minessale
2e0747272f fix regression in commit 98f74a5f FS-2965 2011-01-13 10:41:33 -06:00
Anthony Minessale
8458adebbb avoid scheduler caling a function on null hash during shutdown 2011-01-13 10:30:29 -06:00
Anthony Minessale
fb017a52d1 clear last_transferred conference when you exit the conference app 2011-01-12 16:46:33 -06:00
Michael Jerris
54421f5910 mod_voicemail: add events for record/change greeting and record name 2011-01-11 13:12:23 -05:00
Anthony Minessale
fcc912a991 add mod_fsk 2011-01-10 17:26:32 -06:00
Brian West
83ce26b226 FS-2972 2011-01-10 09:56:03 -06:00
Andrew Thompson
300348916e Log error when there's no IVR menus configured when you call 'ivr' DP app 2011-01-09 14:42:42 -05:00
Anthony Minessale
b262f44ce2 add temp_hold_music var that is only valid until you transfer the call and finishing touches on bind meta to A-D 2011-01-05 18:58:56 -06:00
Anthony Minessale
27869d7a26 add bind meta on A-D and refactor 2011-01-05 17:53:27 -06:00