Jeff Lenk
ce5c846200
FS-3236 --resolve
2011-04-26 12:06:11 -05:00
Anthony Minessale
bf107c6f0f
FS-3269 --resolve
2011-04-26 09:43:22 -05:00
Michal Bielicki - cypromis
5d46ddbc92
FS-3195, thank you Christian Benke
2011-04-26 15:10:37 +02:00
Marc Olivier Chouinard
3484874f58
mod_callcenter: Apparently, it by design that only 1 of the 2 leg can continue the dialplan. So member are always A leg and agent are B leg. If you want to continue after hangup a call for the agent like in uuid standby mode, use the transfer_after_bridge feature. Sample example usage is on the mod_callcenter wiki page.
2011-04-26 00:15:15 -04:00
Marc Olivier Chouinard
debab81ce9
it the other way arround !
2011-04-25 15:06:32 -04:00
Marc Olivier Chouinard
a2a09fb1d9
mod_callcenter: Try to make uuid-standby continue the dialplan. Let me know if this helped
2011-04-25 14:22:57 -04:00
Giovanni Maruzzelli
403b3a23be
skypopen: OSS driver, refinement
2011-04-25 11:36:42 -05:00
Giovanni Maruzzelli
98157dbbfc
skypopen: OSS driver, refinement
2011-04-25 09:13:39 -05:00
Jeff Lenk
7470bf32a1
VS2010 add mod_callcenter to solution - not built by default
2011-04-25 07:12:30 -05:00
Marc Olivier Chouinard
68c9381770
switch_core_file: Fix a regression from earlier commit on some distro forcing warning on 'forced' return function value
2011-04-24 22:47:12 -04:00
Marc Olivier Chouinard
adffe07f75
mod_voicemail: Fix SQL error on forward when filename length become greater than 255. FS-2959
2011-04-23 23:52:03 -04:00
Marc Olivier Chouinard
37b14c9a31
mod_callcenter: Display an warning when MOH is invalid and resume wait with silence. FS-2740
2011-04-23 22:37:47 -04:00
Marc Olivier Chouinard
d3e3b39739
mod_callcenter: More temporary attempt to make it 32bit friendly
2011-04-23 17:01:35 -04:00
Marc Olivier Chouinard
568fa83642
mod_callcenter: Decided to take the easy way for portability for the moment. We expect time_t to be an integral anyway in the core, so I'll expect the same here. Should fix the problem with the partial change I did on i386 system
2011-04-23 11:55:56 -04:00
Marc Olivier Chouinard
0b780702d9
mod_event_zmq: Update download file from 2.1.3 to 2.1.4 (2.1.3 tar file is gone from zmq server)
2011-04-22 23:05:36 -04:00
Marc Olivier Chouinard
ba7dc9fde8
Fix for -Wunused-but-set-variable required compiler. : mod_freetdm mod_avmd mod_cidlookup mod_ladspa mod_lcr mod_nibblebill mod_rss mod_vdm mod_dahdi_codec mod_skinny mod_cdr_pg_csv
2011-04-22 22:49:41 -04:00
Jeff Lenk
e414d99438
remove unreferenced variable
2011-04-22 21:23:46 -05:00
Marc Olivier Chouinard
ab02493b9d
mod_python & mod_spidermonkey: Fix for -Wunused-but-set-variable required compiler
2011-04-22 22:03:40 -04:00
Marc Olivier Chouinard
cf1494f773
mod_callcenter: Fix for -Wunused-but-set-variable required compiler
2011-04-22 21:55:56 -04:00
Anthony Minessale
e13821c243
Merge branch 'master' of git://git.freeswitch.org/freeswitch
2011-04-22 16:46:04 -05:00
Marc Olivier Chouinard
c63dd3ec39
mod_callcenter: Adding the VC project file for 2008 and 2010. Not tested
2011-04-22 19:42:46 -04:00
Marc Olivier Chouinard
f7e268a1c7
mod_callcenter: Quick changes to try to make it more multi platform friendly. Still need to find the best way to convert a string to time_t that is multi platform.
2011-04-22 19:40:14 -04:00
Anthony Minessale
73279f01bf
FS-3166 --resolve
2011-04-22 16:43:29 -05:00
Georgiewskiy Yuriy
c22aac0eac
fix race condition on destroying signaling thread in h323 library
2011-04-22 15:19:27 +04:00
Marc Olivier Chouinard
6fbfff0f91
mod_callcenter: Should resolve problem when agent transfered a call to another queue. FS-2888
2011-04-22 03:01:08 -04:00
Marc Olivier Chouinard
366f7ca677
mod_callcenter: Changes lot of log file to include the uuid of the member. Also added a bunch of debug log entry to help debug an issue
2011-04-22 02:22:30 -04:00
Marc Olivier Chouinard
ac619fd0e8
mod_callcenter: Possible fix on unload module freeze when an member uuid changed or is gone
2011-04-22 01:42:47 -04:00
Brian West
dad670713b
Fix issue with SLA and Barge
2011-04-21 19:32:37 -05:00
Giovanni Maruzzelli
c2b9756d68
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
2011-04-21 12:44:31 -05:00
Giovanni Maruzzelli
25ebf7159f
skypopen: adding installer and Skype client configuration directories (to be announced :) )
2011-04-21 12:44:05 -05:00
Marc Olivier Chouinard
4137b360cf
switch_ivr/xml: Change the structure of the phrases/language system. Previously it was fxml->phrases->macros->language->macro. Changed it so fxml->languages->language->phrases->macros->macro
...
You can have sub macros <macros name="voicemail"><macro ...> and allow you to call it login@voicemail.
Change the sound-path to sound-prefix to make it constistant with the rest of freeswitch.
Also allow to set a sound-prefix to a macros, so you can override it for a specific file set.
You can set say-modules="en" or whatever in the <language section to define that say module to use.
2011-04-20 13:09:03 -04:00
Brian West
6dd1237445
swigall
2011-04-20 11:35:14 -05:00
Giovanni Maruzzelli
4842a62062
skypopen: deleted osscuse subdir
2011-04-20 03:38:45 -05:00
Giovanni Maruzzelli
f4098ebba6
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
2011-04-20 03:32:49 -05:00
Giovanni Maruzzelli
b0a23f8e64
skypopen: OSS driver, refinement
2011-04-20 03:32:03 -05:00
Jeff Lenk
28738b0629
FS-3001 --resolve
2011-04-19 23:02:51 -05:00
Anthony Minessale
835860e79f
reverse
2011-04-19 20:11:59 -05:00
Raymond Chandler
82e3ccf8e6
don't add routes that have no rate of the desired type
2011-04-19 15:44:09 -04:00
Anthony Minessale
4f5d273e23
FS-3213 another update
2011-04-19 14:03:46 -05:00
Rupa Schomaker
973a850dbb
Lower NAT port mapping disabled log msg from WARNING to INFO
2011-04-19 14:21:33 -05:00
Jeff Lenk
5f86ec177b
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
2011-04-19 14:20:17 -05:00
Jeff Lenk
414c4d4aea
windows build fix for last commit
2011-04-19 14:19:49 -05:00
Anthony Minessale
7d8f848117
adding fix that was reported on the mailing list and thoughtlessly left there to rot despite my begging them to open a JIRA
2011-04-19 13:51:08 -05:00
Anthony Minessale
7fe313cf3d
FS-3252 additional fix to this bug and add better fax detect code to mod_spandsp
2011-04-19 13:29:42 -05:00
Anthony Minessale
9227b53872
FS-3252 try latest patch with new option to set sip_execute_on_image to 't38_gateway self nocng' this should skip the tone detection adn go right into the gateway mode so you should be able to do only this and have it work based on remote re-invite
2011-04-19 10:50:09 -05:00
Anthony Minessale
6fa64e30db
use queued sql for core registration handling
2011-04-19 10:31:19 -05:00
Anthony Minessale
fe3c4e900f
update log
2011-04-19 10:21:16 -05:00
Anthony Minessale
c8a257dde2
FS-3213 please try this patch
2011-04-19 10:09:55 -05:00
Marc Olivier Chouinard
f17e962636
mod_callcenter: Small fix for strategy top-down
2011-04-19 03:05:32 -04:00
Marc Olivier Chouinard
bee247ca7b
mod_callcenter: Another strategy 'top-down' (Name might change). This will call the agent one after the other by order... And every member start at position 1.
2011-04-19 01:25:09 -04:00
Marc Olivier Chouinard
2b4b23aac1
mod_callcenter: Ok we have round-robin and random strategy... Keep them comming ;)
2011-04-19 00:21:31 -04:00
Marc Olivier Chouinard
6432d63f00
mod_callcenter: Fix an SQL param errors ! Wish the compiler catched stuff like this
2011-04-18 23:17:58 -04:00
Michael S Collins
8134712627
mod_hash: add realm filter to hash_dump db command so that you can quickly dump all entries that belong only to a specific realm without getting the whole db
2011-04-18 18:43:24 -07:00
Marc Olivier Chouinard
0315d32076
mod_callcenter: More SQL changes to make the new strategy work on postgresql
2011-04-18 17:16:51 -04:00
Marc Olivier Chouinard
e5739b3932
mod_callcenter: SQL error in the new proto (and might not still be working) strategy
2011-04-18 15:10:40 -04:00
Anthony Minessale
0b51aca321
enable optimal defaults on linux kernels that can support newer features.
2011-04-18 11:17:33 +00:00
Marc Olivier Chouinard
bef6f0f40d
mod_callcenter: Add a very prototype (and maybe not functional) strategy called : sequentially-by-next-agent-order.
...
It will try to find the last agent we tried to reach, and start calling more agent after that one based on position.
It will use the level for the next agent, but once that level is done, it start back at the lowest level
2011-04-17 12:46:32 -04:00
Marc Olivier Chouinard
5cc3b2e635
mod_protovm: Small fix in makefile
2011-04-16 19:11:25 -04:00
Marc Olivier Chouinard
fb549777cb
mod_protovm: This is a very early new prototype voicemail ivr system. You need to copy the sounds.xml and make it loadale in the language folder and protovm.conf.xml inside the autoload_configs folder. Configs file will most definitly change. Once stabilized, we make it install those file by default.
2011-04-16 19:06:32 -04:00
Marc Olivier Chouinard
bfdfac5e8a
mod_voicemail: Adding a new voicemail fsdb api vm_fsdb_auth_login that does basic login authentication for a user
2011-04-16 14:44:28 -04:00
Anthony Minessale
b63bff4c17
a few optimizations
2011-04-15 16:18:26 +00:00
Anthony Minessale
e4eade33ac
fix default tipping point it was too low
2011-04-15 14:46:24 +00:00
Anthony Minessale
a4ed829db8
fix race in sla
2011-04-15 14:22:53 -05:00
Marc Olivier Chouinard
c5ae5de0a0
FS-3250 --resolve mod_callcenter: Reload a queue wont delete all the currently waiting members. Only a reload of the module will.
2011-04-15 13:53:04 -04:00
Anthony Minessale
5857495e06
offer both avp and savp when using srtp
2011-04-15 11:17:36 -05:00
Jeff Lenk
413d590fb6
vs2010 reswig
2011-04-14 19:56:45 -05:00
Marc Olivier Chouinard
4e3f1b1e8e
mod_callcenter: Fix an issues recently introduice that a max_wait time reach didn't continue the dialplan
2011-04-14 20:23:12 -04:00
Anthony Minessale
9c7d50b4e8
fix 32/64 format
2011-04-14 17:50:48 -05:00
Anthony Minessale
4c4bf59e45
FS-3246 --resolve all [] {} and <> can be stacked and override the delim per set <><^^:>{}{^^:}{^^;}[][^^:]
2011-04-14 17:50:48 -05:00
Anthony Minessale
aaef33cccf
clear pointer on release
2011-04-14 17:50:48 -05:00
Michael Jerris
ceed7658e2
check_decode the caller id name in this case too
2011-04-14 19:09:11 -04:00
Michael Jerris
244048f8f5
add switch_clean_name_string to strip out caller id name chars that can cause issues
2011-04-14 17:51:45 -04:00
Marc Olivier Chouinard
1f4cb48880
mod_voicemail: Implement 10 new standard api function call that allow you to control fs voicemail storage system. The goal is to have a standard API set for any additional storage system we wish the voicemail to run off. Current list of added api name are : vm_fsdb_msg_count, vm_fsdb_msg_list, vm_fsdb_msg_get, vm_fsdb_msg_delete, vm_fsdb_msg_undelete, vm_fsdb_msg_purge, vm_fsdb_msg_save, vm_fsdb_pref_greeting_set, vm_fsdb_pref_recname_set, vm_fsdb_pref_password_set.
2011-04-14 15:21:13 -04:00
Christopher Rienzo
478d51860d
FS-3247 check for NULL recog_hdr
2011-04-14 14:50:41 +00:00
Mathieu Parent
b337b8554c
Skinny: display accessories status on CLI
2011-04-14 13:23:03 +02:00
Mathieu Parent
6105757898
Skinny: store accessory status in db instead of memory
...
(this is not used yet)
2011-04-14 13:09:15 +02:00
Anthony Minessale
2b6f70708c
FS-3244 --resolve next time also attach a backtrace
2011-04-13 16:15:15 -05:00
Mathieu Parent
2bf69d621f
Skinny: handle AccessoryStatusMessage
2011-04-13 23:16:08 +02:00
Mathieu Parent
4a494ff930
Skinny: incomplete support for DialedPhoneBookMessage
2011-04-13 20:14:34 +02:00
Brian West
36bfef53de
swigall
2011-04-12 19:34:34 -05:00
Brian West
2330b340a4
fix segfault in zrtp srtcp
2011-04-12 19:34:04 -05:00
Anthony Minessale
54e5011d74
declinatio mortuus obfirmo!
2011-04-12 13:35:39 -05:00
Eduardo Nunes Pereira
0fd36364c5
- Improvements in getk3l script, now a option to download only the
...
k3lclient
2011-04-12 14:51:32 -03:00
Anthony Minessale
82e3d49fd2
add L16 def for 32ms and allow timer matrix to drop to 1ms to support nelly
2011-04-12 09:47:11 -05:00
Anthony Minessale
6ea214c180
move other more obscure L16 slices to dynamic payload
2011-04-12 09:30:15 -05:00
Buklov Boris
02b9a3d544
fix SST_SHORT_DATE_TIME
2011-04-11 17:48:19 +04:00
Mathieu Parent
496fd5df0f
Skinny: more verbose log when pre-register message received
2011-04-10 23:16:56 +02:00
Mathieu Parent
8c814c82cf
Skinny: put tables the other way
...
(more standard)
Done with:
sed -i 's/{\(".*"\|NULL\), \(.*\)}/{\2, \1}/' src/mod/endpoints/mod_skinny/skinny_tables.c
2011-04-10 23:08:46 +02:00
Mathieu Parent
bd03d578d1
Skinny: add CP-7921G
...
and reindent
2011-04-10 22:58:09 +02:00
Raymond Chandler
f44c90e04f
more logging, cleanup, etc
2011-04-08 17:03:50 -04:00
Buklov Boris
84b1f7483f
fix SST_SHORT_DATE_TIME thanks sibsvt@gmail.com
2011-04-08 23:55:33 +04:00
Anthony Minessale
758949cda7
move sig messages up to DEBUG1
2011-04-08 14:23:16 -05:00
Anthony Minessale
bcd6c3a188
FS-3137 --resolve less of a memory leak more of a pool swelling, replaced a pool strdup that could recur with a strdup/free to avoid it
2011-04-08 14:04:01 -05:00
Brian West
1604f08e33
rebind sighandlers
2011-04-08 13:46:02 -05:00
Jeff Lenk
5310735c5f
FS-3232 --resolve using relative path in windows script
2011-04-07 15:47:30 -05:00
Daniel Swarbrick
8c98328433
Allow longer input regexes to be used in phrases
2011-04-06 15:36:35 +02:00
Daniel Swarbrick
0632d22cc8
SNMP MIBs have their own comment style
2011-04-05 23:02:50 +02:00
Anthony Minessale
31cebd4fb3
--resolve FS-3219
2011-04-05 10:35:52 -05:00
Michal Bielicki - cypromis
9b099f474b
Added copyright headers for sponsored work
2011-04-05 13:05:22 +02:00
Michael S Collins
e8f10ea362
Add pa devlist to portaudio webapi
2011-04-04 21:53:11 -07:00