Commit Graph

18721 Commits

Author SHA1 Message Date
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 eb8ff5a06b autoconf: Comment out the forced -Wunused-but-set-variable since not all module could be tested. List of module I couldn't compile is in the comment. Please all the different module maintainer check your module for this. Thanks 2011-04-22 23:09:40 -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 5bcf487df9 fix for last commit 2011-04-22 21:30:42 -05:00
Jeff Lenk e414d99438 remove unreferenced variable 2011-04-22 21:23:46 -05:00
Marc Olivier Chouinard 92cd095006 sofia-lib: Fix for -Wunused-but-set-variable required compiler. (Might need to be ported back to sofia) 2011-04-22 22:11:34 -04: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
Marc Olivier Chouinard f952719e89 autoconf: Added the -Wunused-but-set-variable to the default compile to help avoid commiting more unused variable but set value. Please report if you do have problem with it. 2011-04-22 21:45:42 -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
Michael S Collins ffb4a3ae44 config: Talking clock dialplan example (Thanks AviMarcus) 2011-04-22 15:27:54 -07: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
Jeff Lenk 3ad78ba4ac OPENZAP-153 --resolve 2011-04-21 12:59: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
Jeff Lenk 3d73e23b12 stupid compiler this should never have worked 2011-04-20 16:26:47 -05:00
Michael S Collins b9379b091a Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch 2011-04-20 13:40:59 -07:00
Michael S Collins 5d65d6d1e9 Update ChangeLog through April 20 2011-04-20 13:40:47 -07:00
David Yat Sin 775427d543 Merge remote branch 'smgfs/master' 2011-04-20 14:56:11 -04:00
David Yat Sin ed11f2fed7 Merge branch 'master' of git.sangoma.com:smg_freeswitch 2011-04-20 14:44:58 -04:00
David Yat Sin e1c4f6c9c3 Missed file in last commit 2011-04-20 14:44:47 -04:00
David Yat Sin 407f47611b chlog: freetdm: Added q931-trace and q921-trace options 2011-04-20 14:44:29 -04: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
Michal Bielicki - cypromis dff41af992 add cepstral config file and ivr sounds control file to freeswitch specfile 2011-04-20 14:11:24 +02: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
Michael S Collins 33349010e1 Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch 2011-04-19 17:52:55 -07:00
Michael S Collins 1781ac884f Update phrase_en; add lang/en/ivr/sounds.xml for general phrase macros 2011-04-19 17:52:45 -07: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