Anthony Minessale
b7419add09
clear talk flag when you mute
2011-03-03 17:59:59 -06:00
Anthony Minessale
293d72548d
add valet_announce_slot variable
2011-03-02 13:01:25 -06:00
Anthony Minessale
77f52081ff
fix memory leak introduced in d8facbcf716612e826d451f4b5c3bcd938c46a3b
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
Anthony Minessale
ee0a0b79c8
FS-3103
2011-02-25 21:29:47 -06:00
Anthony Minessale
d8ef36edca
fire auto gain level events
2011-02-25 18:25:17 -06:00
Anthony Minessale
e3eec389b0
missed a spot
2011-02-25 18:19:52 -06:00
Anthony Minessale
94b680fb45
play files saying vol level in conf in lieu of making a function of say modules to return file_string urls (we need that)
2011-02-25 18:09:58 -06:00
Anthony Minessale
69d1d984fe
sleep 2 seconds on confernece outcall at the end to prevent auto-answer race
2011-02-24 12:17:47 -06:00
Mathieu Rene
cb6f1ed61d
Fix storage class for 'cause' in user_outgoing_channel() so that each call has its very own hangup cause
2011-02-22 20:25:16 -05:00
Mathieu Parent
e0a0a56f24
mod_command reg_url: correct field name
2011-02-23 01:13:00 +01:00
Anthony Minessale
f6dd557e5d
agc
2011-02-21 17:24:35 -06:00
Anthony Minessale
e431481d4d
agc
2011-02-21 17:16:34 -06:00
Anthony Minessale
a79b64ee20
more agc
2011-02-21 14:35:13 -06:00
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