Anthony Minessale
c423e2096c
pass indication when in app mode on mod_loopback
2010-10-21 12:09:52 -05:00
Michael Jerris
cf5c1d216a
try to pass the 'f' up from wanpipe and do something sane with it
2010-10-20 16:40:26 -04:00
Moises Silva
51ec6b8845
freetdm: add FreeBSD defines to compile scheduling support in FreeBSD
2010-10-20 15:54:19 -04:00
Moises Silva
268bbf093a
freetdm: ignore fax events for now
2010-10-20 15:35:29 -04:00
Moises Silva
a4f1cbe5f4
openzap: ignore fax dtmf event coming from wanpipe
2010-10-20 15:30:30 -04:00
Konrad Hammel
f0f2dfc5ac
freetdm: ss7 - bug fix for call-resume and call-suspend handling, added isup interface option for lpa_on_cot
2010-10-20 13:58:29 -04:00
Moises Silva
c64f0b80ef
mod_sangoma_codec: more
2010-10-20 12:51:01 -04:00
Anthony Minessale
23180c18e1
changes from devlist
2010-10-20 10:17:57 -05:00
Moises Silva
4f817aea4c
mod_sangoma_codec: more
2010-10-20 10:59:54 -04:00
Jeff Lenk
31a4a7f245
oops
2010-10-20 09:54:49 -05:00
Jeff Lenk
1cabe88302
continuation of msbuild enabled automated installers for Win32/X64
2010-10-20 09:46:27 -05:00
Moises Silva
3baa433e0b
mod_sangoma_codec: fix compilation warning/error
2010-10-20 10:31:18 -04:00
Anthony Minessale
ad74326b3f
fix presence update from dp to apply to pidf presence
2010-10-19 13:58:30 -05:00
Anthony Minessale
36851a90b7
dont update display to ring when call is hungup in pidf presence
2010-10-19 13:33:17 -05:00
Giovanni Maruzzelli
567dab9376
gsmopen: fix alsa_nogsmlib_nocplusplus/mod_gsmopen/Makefile
2010-10-19 12:01:43 -05:00
Giovanni Maruzzelli
355c0dbb8f
gsmopen: fix FS-2793, compilation stops
2010-10-19 12:01:43 -05:00
Konrad Hammel
118403c5bf
freetdm: ss7 - added support for 64bit to configure.ac
2010-10-19 10:18:27 -04:00
System Administrator
ee051faef3
Add sound prompt
2010-10-18 16:21:26 -07:00
System Administrator
31b235f16a
XML doesn't like missing slashes
2010-10-18 15:32:24 -07:00
Anthony Minessale
4e0399d05f
adjust sql stmts in presence to allow even non-registered entities to be tracked
2010-10-18 15:30:29 -05:00
Anthony Minessale
107199f0da
try this sekil
2010-10-18 14:47:39 -05:00
Konrad Hammel
d2691a7ff5
freetdm: ss7 - updated libSng-SS7 api, fixed spelling mistake in cli, added support for obci_bita
2010-10-18 14:51:25 -04:00
Geovani Ricardo Wiedenhoft
45a0fb7b23
Added mod_khomp in modules.conf
2010-10-18 16:24:57 -02:00
Geovani Ricardo Wiedenhoft
5fea197b78
Added mod_khomp Endpoint.
...
This module has been developed to make a nice,
affordable brazilian board called Khomp
(http://www.khomp.com.br ) compatible with FreeSWITCH.
Supported boards:
- FXS
- FXO
- E1
- GSM (boards and usb devices)
- Passive record
- kommuter
2010-10-18 16:17:43 -02:00
Arnaldo M Pereira
fcf027550c
removed macro FREETDM_EXPORTS from msvc ftmod_sangoma_isdn build, changed visibility on e other functions and added EX_DECLARE_DATA to ftmod_sangoma_isdn module definition. now building and loading on win32, but not working.
2010-10-18 15:37:28 -02:00
Arnaldo M Pereira
8366b54d09
added some casts and type changes to ftmod_sangoma_isdn, to avoid compilation warnings on msvc
2010-10-18 13:27:58 -02:00
Arnaldo M Pereira
4f6871698f
disabled 64bit compatibility check on msvc build, hard coded FREETDM_EXPORTS to ensure its set
2010-10-18 13:26:01 -02:00
Andrew Thompson
f8d8a395cc
Merge branch 'master' of git.freeswitch.org:freeswitch
2010-10-18 03:19:16 -04:00
Andrew Thompson
1ffff099c1
Avoid checking the lengh of a null string.
2010-10-18 03:18:35 -04:00
Anthony Minessale
afb00ef5a1
tweaks
2010-10-17 18:52:03 -05:00
Anthony Minessale
81a9f8ef1e
timeout instantly when you have exact match and are equal to max digits
2010-10-17 16:13:47 -05:00
Andrew Thompson
dc40a7789c
Arrays are 0 indexed in C, duh
2010-10-17 16:19:38 -04:00
Andrew Thompson
4680cbb2dd
mod_erlang_event: Update config file with new option and add some comments
2010-10-15 23:41:35 -04:00
Andrew Thompson
094ffe37cc
mod_erlang_event: Support for reading erlang cookie from a file
...
mod_erlang_event will now try to read $HOME/.erlang.cookie if no cookie
is specified in the config file. You can specify an arbitary cookie file
via the 'cookie-file' parameter in the config file. The cookie file MUST
be readable by the user freeswitch is running as (either the owner or
root) and the file MUST NOT be readable/writeable/executable by any
other user (eg 0400 permissions). Thanks to James Aimonetti for the idea
and the original patch.
2010-10-15 23:40:57 -04:00
Anthony Minessale
f6f1230259
up
2010-10-15 19:01:59 -05:00
Anthony Minessale
f87dd96375
more dmachine improvements
2010-10-15 18:00:49 -05:00
Anthony Minessale
6772c795e0
FS-2787
2010-10-15 17:59:00 -05:00
Anthony Minessale
afaf1fac05
ilbc tweak
2010-10-15 17:53:38 -05:00
Arnaldo M Pereira
9ccf10282d
created macro FT_DECLARE_INLINE, to declare inline functions on ftmod_sangoma_isdn. also added msvc project file for the module, its now linking against libsng_isdn on win32
2010-10-15 18:26:25 -03:00
Anthony Minessale
743c87883b
tweak
2010-10-15 12:55:59 -05:00
Konrad Hammel
89351e0252
freetdm: ss7 - added support for sending sub-address values
...
freetdm: ss7 - switch back to sending RSC at startup rather then GRS
2010-10-15 13:41:31 -04:00
Arnaldo M Pereira
b2d9e55c27
added ftmod_sangoma_isdn.2008.vcproj and changed freetdm solution file to include ftmod_sangoma_isdn to the build process
2010-10-15 11:08:46 -03:00
Moises Silva
bbba1148ab
mod_sangoma_codec: flush sockets on first use
2010-10-15 06:52:48 -04:00
cypromis
e5459d34bf
fix changelog
2010-10-15 13:16:16 +02:00
cypromis
ca94fb2bea
adding tts_commandline
2010-10-15 12:45:52 +02:00
cypromis
a4aa5ceb2e
my typonese rules ... sorry for the mod_spandsp.sp ...
2010-10-15 12:19:55 +02:00
cypromis
880ab2c0b4
get flite back in and try to compile on more RAM .... it will not compile on less than 768 I think
2010-10-15 11:49:28 +02:00
cypromis
471d717d82
if you cannot type ... you have to have a lot of time to find the error when it finally popps up while recompiling ... typo in debian/rules ...
2010-10-15 11:24:52 +02:00
cypromis
ddf34ab39a
mod_curl is back in the packaged game and some weird source dir from debian ;))
2010-10-15 10:53:48 +02:00
cypromis
faffbaaadb
fix dependency to python-dev for debian packages
2010-10-15 10:23:37 +02:00