Anthony Minessale
66cec884ba
fix small presence status bug
2010-09-13 12:51:30 -05:00
Rupa Schomaker
a53933eddb
NAT refresh in own thread
2010-09-13 12:12:04 -05:00
Anthony Minessale
403bf6af1c
make sure hold-related code is skipped 100% with disable-hold set
2010-09-13 10:57:52 -05:00
Anthony Minessale
5f012813ef
add quotes to vm_cc command generated internally to escape spaces in the caller id name
2010-09-13 10:41:37 -05:00
Jeff Lenk
5be58aac1b
mod_managed - add some additional support
2010-09-13 09:40:03 -05:00
Marc Olivier Chouinard
a2e5f07c4d
mod_callcenter: Fix initial ODBC Support (SEGV)
2010-09-12 20:06:20 -04:00
Jeff Lenk
bddec41f43
FSCORE-670
2010-09-12 15:38:58 -05:00
Anthony Minessale
f30a1cc688
fix vm_inject to a group and change syntax for sending to a whole domain to domain= for clarity sake
2010-09-10 12:55:50 -05:00
Brian West
fb48d5ca9d
swigall
2010-09-10 12:44:14 -05:00
Anthony Minessale
d5ff3e04ab
include accumulated stats from rtcp into vars
2010-09-10 11:59:47 -05:00
Moises Silva
5bb007889c
update sangoma codec XML sample configuration file
2010-09-10 12:15:34 -04:00
Marc Olivier Chouinard
83aeda7956
mod_voicemail: Allow to forward a message or send it via email key during the playback of the recording, not just when the menu is playing.
2010-09-09 23:40:14 -04:00
Marc Olivier Chouinard
1a75821df8
switch_loadable_module: Add attribute "path" to autoload_configs/modules.conf.xml <load> entry.
...
Useful for module made outside of fs source tree like mod_com_g729. When you delete your lib bin mod folder after a clean install, you don't have to remember to recopy mod_com_g729 if located in mod_com folder.
2010-09-09 23:25:35 -04:00
Marc Olivier Chouinard
163ca31f2c
mod_directory: Add variable directory_search_order to allow to search by first name by default is set to "first_name"
2010-09-09 22:43:27 -04:00
Leon de Rooij
f9d44d3bfd
Merge branch 'master' of ssh://git.freeswitch.org/freeswitch
2010-09-10 03:00:43 +02:00
Leon de Rooij
7eae2b629e
mod_lua: cannot assume idx != 0 if cb_fun is provided
2010-09-10 02:58:37 +02:00
Marc Olivier Chouinard
402f2391dc
mod_commands: Fix user_data returning the first value found instead of the last. Also add support to get variable from the group.
2010-09-09 20:03:36 -04:00
Leon de Rooij
87db11afe0
Made 2nd arg to freeswitch.Dbh:query (cb func) optional
2010-09-10 01:36:27 +02:00
Marc Olivier Chouinard
5a6f0f5c37
mod_sofia: Correct the order what param and variables are overriding them self in user/group/domain
2010-09-09 15:37:41 -04:00
Rupa Schomaker
eaeabc7b04
MODAPP-454 - mod_lcr: don't count twice
2010-09-09 11:07:11 -05:00
Anthony Minessale
28046a89de
downgrade log message to debug and add more details
2010-09-09 09:27:17 -05:00
Anthony Minessale
646a5609a1
edge cases for sofia recover
2010-09-08 22:53:57 -05:00
Jeff Lenk
2befa393a6
FSBUILD-302 Fix Windows build error - uninitialized variable
2010-09-08 22:47:28 -05:00
Steve Underwood
77671c049b
I messed up the last spandsp update, by missing 2 header files. This should
...
fix things.
2010-09-09 08:25:18 +08:00
Brian West
6875a9718d
Adding att_xfer example to default dialplan
2010-09-08 16:33:50 -05:00
Brian West
20ec962a06
Adding att_xfer example to default dialplan
2010-09-08 16:33:45 -05:00
Brian West
f777b36e4f
swigall
2010-09-08 15:57:05 -05:00
Anthony Minessale
fcdc147e04
doh
2010-09-08 15:36:30 -05:00
Anthony Minessale
4526ba30c6
improve sofia recover in some nat cases
2010-09-08 15:32:34 -05:00
Anthony Minessale
d18c3a8a60
fix sql stmt
2010-09-08 15:09:09 -05:00
Anthony Minessale
977a8ad7ce
add origination_caller_profile to log all attempted calls for a paticular leg
2010-09-08 13:19:56 -05:00
Anthony Minessale
f3c6512ca0
fix build by guessing types of missing values -feeling lucky
2010-09-08 12:59:40 -05:00
Brian West
4d448c979e
move enum to the bottom of default.
2010-09-08 11:57:57 -05:00
Steve Underwood
84ee0ae61b
Fix for T.30 processing of operator interrupts, to improve compatibility
...
with some machines, which seem to send them when no operator is around.
Fix for T.38 gateway not kicking off or ending transmission under certain
timing conditions.
2010-09-09 00:16:18 +08:00
Anthony Minessale
86de47ff31
dont put an rpid in 183 or 200 if pass-callee-id is false
2010-09-08 10:41:59 -05:00
Moises Silva
4d3357e18c
freetdm: set outbound flag in individual channel open too
2010-09-08 07:21:56 -04:00
Anthony Minessale
381233ae0b
fix fs_cli tab complete regression
2010-09-08 10:30:39 -05:00
Anthony Minessale
ac20528816
MODSOFIA-85
2010-09-08 09:44:49 -05:00
Marc Olivier Chouinard
3482f95e72
mod_callcenter: Alot of cleanup. Added max-wait-time and max-wait-time-with-no-agent param to a queue.
...
max-wait-time : allow to make the caller quit the queue after X number of waited second. The second one allow
max-wait-time-with-no-agent : This will wait for a range of second with no agent before kicking the member out of the queue. This allow safe shift change with all agents login out and back in
I've changed the Event value from CC-Name to either CC-Agent or CC-Queue. So watchout for your current event socket apps. Sorry about this change.
Lot to be tested in this commit. Please use Jira to post problems, and new feature request can be added at the bottom of the wiki page.
2010-09-08 00:07:19 -04:00
Anthony Minessale
8114b3f18d
speed up db action in sofia recover
2010-09-07 21:16:00 -05:00
Moises Silva
f708ee1a0b
freetdm: fix help message
2010-09-07 21:21:11 -04:00
Moises Silva
a13cfa488b
freetdm: add new files for vs2008 project
2010-09-07 18:34:20 -04:00
Moises Silva
b76e7f1812
freetdm: fix codec for CAS signaling
2010-09-07 16:04:38 -04:00
Moises Silva
7fd0f84cce
Merge remote branch 'smgfs/master'
2010-09-07 13:39:18 -04:00
Anthony Minessale
2f3187e470
reswig
2010-09-07 11:45:56 -05:00
Anthony Minessale
26f2e095ef
MODLANG-174
2010-09-07 11:21:25 -05:00
Anthony Minessale
68d1c32ad1
FSCORE-668
2010-09-07 10:51:02 -05:00
Anthony Minessale
e3eff8165e
MODENDP-326
2010-09-07 09:44:08 -05:00
Anthony Minessale
be00609aab
FSCORE-667
2010-09-07 09:40:47 -05:00
Michael S Collins
35fd2bc9e7
Update ChangeLog through Sept 4 in preparation for 1.0.7 tagging
2010-09-04 12:09:10 -07:00