Jeff Lenk
6626211ab6
MODSOFIA-92 step 3 - now hooked to build
2010-08-17 11:33:40 -06:00
Jeff Lenk
58ec9a311f
MODSOFIA-92 step2 - still not hooked up
2010-08-17 11:23:43 -05:00
Anthony Minessale
2843f1ad00
MODSOFIA-94
2010-08-17 11:17:18 -05:00
Brian West
5c93d44094
Merge branch 'master' of git.freeswitch.org:freeswitch
2010-08-17 10:16:57 -05:00
Brian West
0d95f63d74
don't answer the script does
2010-08-17 10:16:43 -05:00
Andrew Thompson
a1f19d9123
Create RFC2822_DATE for use in emails. Some clients fail to sort emails properly without a Date: line.
2010-08-17 09:44:36 -05:00
Brian West
92d324d3aa
MODSOFIA-91
2010-08-17 09:44:36 -05:00
Christopher Rienzo
336f0b4eda
FSMOD-67 fix fortify findings for mod_unimrcp
2010-08-17 13:59:28 +00:00
Jeff Lenk
d26ddd55f7
MODSOFIA-92 fix build
2010-08-17 08:36:02 -05:00
Andrew Thompson
9ad509c29a
mod_erlang_event: generate long node names the same as erlang does
...
Also, allow you to override the node name inference by passing a
nodename with an @ in it, eg. freeswitch@freeswitch.com
2010-08-17 02:32:37 -04:00
Jeff Lenk
b0de3585ea
MODSOFIA-92 Add openssl build support to windows - no external build support needed (step 1 - not hooked up yet) vs2008 pro+ only
2010-08-16 15:17:20 -05:00
Mathieu Rene
6cdd3e2a2e
Attempt at MODAPP-446
2010-08-16 10:41:16 -04:00
Stefan Knoblich
d6eb7562e5
[mod_commands,mod_event_socket,mod_event_test] fix up other users of switch_event_xmlize() to use SWITCH_EVENT_NONE
2010-08-15 00:39:49 +02:00
Stefan Knoblich
dbe62c25e9
[mod_lcr] Use SWITCH_VA_NONE instead of an empty string to (finally) fix the gcc printf format warnings.
2010-08-15 00:35:10 +02:00
Mathieu Rene
bfa414cb0f
mod_lcr: fix compiler warning on newer gcc
2010-08-14 16:50:06 -04:00
Marc Olivier Chouinard
6980305f3a
mod_callcenter: More ODBC changes. It is not a global settings value. Cannot be changed in runtime.
2010-08-14 12:22:11 -04:00
Marc Olivier Chouinard
42436e270c
mod_callcenter: Add missing odbc db support (Not tested, please someone test this)
2010-08-14 11:46:34 -04:00
Marc Olivier Chouinard
1666783cf8
mod_callcenter: Try to fix the ring-all, also add cli auto complete done in previous commit
2010-08-14 04:07:38 -04:00
Luke Dashjr
7cefb22751
Include /var/run/freeswitch and /var/log/freeswitch in RPM
2010-08-13 23:23:44 -04:00
Marc Olivier Chouinard
fea3008454
Merge branch 'master' of ssh://git.freeswitch.org/freeswitch
2010-08-13 19:17:36 -04:00
Marc Olivier Chouinard
3eafca6029
mod_callcenter: Add ability to unload/reload/load a queue setting (You still need to reloadxml before).
...
Note that joining a queue will check for it in the config and load it on the fly... I've used the same system as in mod_voicemail. Not sure if we should allow this, but just comment it out of the config before unload and it wont be available anymore
2010-08-13 19:15:24 -04:00
Giovanni Maruzzelli
45c6c4d3e4
skypopen: now answer a call only when directed to do it (before was trying to answer any incoming call). Lot of changes to a messy part, so maybe some problem will come out...
...
Signed-off-by: Giovanni Maruzzelli <gmaruzz@gmail.com>
2010-08-13 16:20:09 -05:00
Brian West
4861e34bd2
fix spec from luke-jr
2010-08-13 13:49:41 -05:00
Brian West
8c25b04996
fix spec
2010-08-13 12:40:42 -05:00
Moises Silva
bfe2f22b38
add non-blocking reads to mod_sangoma_codec
2010-08-13 13:37:50 -04:00
Moises Silva
aa0751366a
freetdm: OPENZAP-107 - Patched by Jeff Lenk
2010-08-13 12:26:39 -04:00
Jeff Lenk
bb4705cf3e
trivial - remove debug log of wrong information - reported on userlist - correct information reported on the next log statement
2010-08-13 10:30:01 -05:00
Marc Olivier Chouinard
ba09b96d1e
mod_callcenter: Initial commit of the mod_callcenter application.
...
This module is in it early state of developpement. You can see documentation on the wiki at : http://wiki.freeswitch.org/wiki/Mod_callcenter
For support/comments, please use http://jira.freeswitch.org/ and select the MOD CALLCENTER module.
2010-08-13 09:48:37 -04:00
Marc Olivier Chouinard
e1df5e13de
mod_dialplan_xml: Add in the INFO log the caller id number when processing a request (Currenly only show the caller name)
2010-08-13 09:14:41 -04:00
Moises Silva
8a5aeb8ea5
update mod_sangoma_codec to work with sngtc-node SOAP library
2010-08-12 21:21:04 -04:00
Mathieu Rene
4263d60e38
esl: fix leak-on-error in esl_connect_timeout()
2010-08-12 12:00:12 -04:00
Moises Silva
5a2042fcb6
freetdm: ignore unknown wanpipe alarms
2010-08-11 12:51:41 -04:00
Tamas Cseke
388430318c
tweak array length
2010-08-11 17:26:31 +02:00
cseket
76a72be31f
add ability to set more error dirs. maybe it's paranoid, but we can use distributed file system, that we don't trust enough
2010-08-11 15:13:22 +02:00
Jeff Lenk
ba1546e055
FSBUILD-297 remove strange characters
2010-08-10 22:07:44 -05:00
Moises Silva
07b81760cb
freetdm: add bearer capability and layer1 pass-thru for boost
2010-08-10 18:51:06 -04:00
cypromis
018f4d61bf
typo ...
2010-08-10 19:52:08 +02:00
Brian West
fa28b633db
comment out VendorInfo for the sake of interop for now
2010-08-10 09:20:08 -05:00
Stefan Knoblich
672898f40e
[FreeTDM][2/2] for FreeBSD: ftdm_interrupt_multiple_wait() linux poll version should also work on all BSD variants (and Solaris too), add FreeBSD for now. (Build-tested on FreeBSD-8.1) NOTE: We may want to drop the #elif completely and just go for an #else here instead.
2010-08-10 10:31:13 +02:00
Stefan Knoblich
ae12913f12
[FreeTDM][1/2] for *BSD: Fix typo idle_percentate => idle_percentage.
2010-08-10 10:26:00 +02:00
Moises Silva
f822180fb4
freetdm: fix fxs dialtone - should be stopped on first digit
2010-08-09 10:11:17 -04:00
cypromis
9b4ab6f877
not sure if not creating the localstetdir run directory will work. deleted inclusion of xml_cdr directory, that gets created, moved freeswitch init file to /etc/rc.d/init.d and mikej lea e your hands of it idf you do not test before commit ;)
2010-08-06 11:23:31 +02:00
Andrew Thompson
6397f898fd
Switch from a busy-wait loop to crazy conditional timedwait stuff for speed
2010-08-06 01:32:28 -04:00
Michael Jerris
2519493aab
use rpm macro instead of RPM_BUILD_ROOT
2010-08-05 20:30:28 -04:00
Michael Jerris
b85fd0f4be
should have been using /etc/rc.d/init.d for 8 or 10 years now
2010-08-05 20:08:19 -04:00
Anthony Minessale
ea1e267723
add relevant parts back
2010-08-05 19:00:06 -05:00
Michael Jerris
b8ec015209
change to more typical path
2010-08-05 19:53:14 -04:00
Michael Jerris
88aa159be2
honor localstate dir to adjust log dir and run dir
2010-08-05 19:21:52 -04:00
Anthony Minessale
33c6f7a22e
revert FSCORE-639
2010-08-05 17:56:18 -05:00
Andrew Thompson
b60d6b3376
Remove deprecated new_pid API (its been there long enough)
2010-08-05 16:07:14 -04:00