]>
git.ipfire.org Git - thirdparty/freeswitch.git/log
Anthony Minessale [Fri, 20 May 2011 16:51:01 +0000 (11:51 -0500)]
FS-3307 --resolve thanks, in the future, be sure to not include vanity comments. The intention of the patch will be preserved by the jira ticket. Also check our code formating guidelines. Some of the patch was redundant so it was removed, mprintf already asserts when it doesn't work, and execute_sql_now both frees the sql string and locks the mutex for you.
Georgiewskiy Yuriy [Fri, 20 May 2011 11:33:27 +0000 (15:33 +0400)]
fixed in upstream version of h323plus.
Moises Silva [Fri, 20 May 2011 06:28:42 +0000 (02:28 -0400)]
mod_portaudio: few more checks on write
Anthony Minessale [Thu, 19 May 2011 20:39:38 +0000 (15:39 -0500)]
add additional format YYYYMMDDHHMMSS to strepoch
Anthony Minessale [Thu, 19 May 2011 20:39:03 +0000 (15:39 -0500)]
add prefix chars to playback_terminators + means include the term in the string and x means include the char and return SWITCH_STATUS_RESTART eg #+* only includes the * if you type it but not the #
Moises Silva [Thu, 19 May 2011 20:17:46 +0000 (17:17 -0300)]
freetdm: make codec configurable for unrestricted digital calls (for G722 calls in Sangoma ISDN)
Moises Silva [Thu, 19 May 2011 17:21:52 +0000 (22:51 +0530)]
freetdm: ftmod_sangoma_isdn - warning fixed
Anthony Minessale [Thu, 19 May 2011 16:43:28 +0000 (11:43 -0500)]
remove auto gain events
Moises Silva [Thu, 19 May 2011 16:47:22 +0000 (12:47 -0400)]
freetdm: ftmod_sangoma_isdn - comment unused variables (fix for compile warnings)
Moises Silva [Thu, 19 May 2011 00:55:51 +0000 (20:55 -0400)]
mod_portaudio: fix shared stream output device validation/initialization that caused segfault and portaudio errors
Moises Silva [Wed, 18 May 2011 23:00:42 +0000 (19:00 -0400)]
added FTDM_SILENCE_VALUE macro
Anthony Minessale [Wed, 18 May 2011 21:10:46 +0000 (16:10 -0500)]
FS-3303 --resolve this was an edge case between fail_on_single_reject and group_confirm
Jeff Lenk [Wed, 18 May 2011 03:51:47 +0000 (22:51 -0500)]
FS-3297 --resolve
Moises Silva [Tue, 17 May 2011 18:17:00 +0000 (14:17 -0400)]
mod_sangoma_codec: AMR codec fixes
- Set the proper RTP payload
- Do not validate RTP reads when the size is dynamic (zero)
Moises Silva [Wed, 18 May 2011 00:02:18 +0000 (20:02 -0400)]
freetdm: update bearer capability macro
Moises Silva [Tue, 17 May 2011 23:57:49 +0000 (19:57 -0400)]
Merge remote-tracking branch 'smgfs/master'
Conflicts:
libs/freetdm/src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c
Moises Silva [Tue, 17 May 2011 23:54:03 +0000 (19:54 -0400)]
Merge remote-tracking branch 'fixleo/master'
David Yat Sin [Tue, 17 May 2011 21:13:38 +0000 (17:13 -0400)]
chlog: freetdm - SS7: Support for Transparent IAM
David Yat Sin [Tue, 17 May 2011 21:24:44 +0000 (17:24 -0400)]
Merge branch 'master' of git.sangoma.com:smg_freeswitch
David Yat Sin [Tue, 17 May 2011 21:13:38 +0000 (17:13 -0400)]
chlog: freetdm - SS7: Support for Transparent IAM
Moises Silva [Tue, 17 May 2011 18:17:00 +0000 (14:17 -0400)]
mod_sangoma_codec: AMR codec fixes
- Set the proper RTP payload
- Do not validate RTP reads when the size is dynamic (zero)
Anthony Minessale [Tue, 17 May 2011 18:00:34 +0000 (13:00 -0500)]
reset offset_pos on seek to 0
Travis Cross [Tue, 17 May 2011 16:51:44 +0000 (16:51 +0000)]
update .gitignore
David Yat Sin [Tue, 17 May 2011 14:27:49 +0000 (10:27 -0400)]
freetdm - SS7:* is now transmitted as 0x0b in Called Party Number
Mathieu Rene [Mon, 16 May 2011 20:46:09 +0000 (16:46 -0400)]
fix warning
Anthony Minessale [Mon, 16 May 2011 18:41:52 +0000 (13:41 -0500)]
add time stamp to app_log
Stefan Knoblich [Sat, 14 May 2011 21:59:14 +0000 (23:59 +0200)]
FreeTDM: gcc-4.6 fix (-Wunused-but-set)
ftmod_wanpipe.c:
Remove myerrno variable in wanpipe_read(),
snprintf does not set errno (according to the manpage),
so no need to save it (without even using it later).
Signed-off-by: Stefan Knoblich <s.knoblich@axsentis.de>
Stefan Knoblich [Sat, 14 May 2011 21:15:09 +0000 (23:15 +0200)]
FreeTDM: gcc-4.6 fixes (-Wunused-but-set)
ftdm_io.c:
Remove cut_path() function and call since it didn't seem to
do anything useful anyway.
ftmod_analog.c/ftmod_analog_em.c:
Remove status variable that was used for the result of codec_func(),
but was never checked for errors or returned to the caller.
libteletone_generate.c:
Remove unused variable "var".
Signed-off-by: Stefan Knoblich <s.knoblich@axsentis.de>
Anthony Minessale [Fri, 13 May 2011 21:29:48 +0000 (16:29 -0500)]
ditto
Michael Jerris [Fri, 13 May 2011 23:25:52 +0000 (19:25 -0400)]
add define
Anthony Minessale [Fri, 13 May 2011 21:23:33 +0000 (16:23 -0500)]
use ssl macro to init on dingaling too
Anthony Minessale [Fri, 13 May 2011 21:17:17 +0000 (16:17 -0500)]
use ssl macro to init on dingaling too
Anthony Minessale [Fri, 13 May 2011 20:56:51 +0000 (15:56 -0500)]
cleanup
Anthony Minessale [Fri, 13 May 2011 20:56:43 +0000 (15:56 -0500)]
cleanup
Anthony Minessale [Fri, 13 May 2011 20:29:40 +0000 (15:29 -0500)]
allow creation of arbitrary profile vars
Anthony Minessale [Fri, 13 May 2011 18:17:54 +0000 (13:17 -0500)]
FS-2936 plan B for curl stuff
Anthony Minessale [Fri, 13 May 2011 17:03:30 +0000 (12:03 -0500)]
revert curl changes
David Yat Sin [Fri, 13 May 2011 16:03:41 +0000 (12:03 -0400)]
freetdm: SS7 - Removed unintentional TX of ITX message
Anthony Minessale [Fri, 13 May 2011 13:43:45 +0000 (08:43 -0500)]
FS-3296 --resolve there is not much contention on this but it probably could use a mutex
Anthony Minessale [Fri, 13 May 2011 12:29:26 +0000 (07:29 -0500)]
FS-3294 --resolve This is probably fine
Anthony Minessale [Fri, 13 May 2011 12:22:25 +0000 (07:22 -0500)]
FS-3295 --resolve that is pretty odd, I must have been sleep-deprived or something
cypromis [Fri, 13 May 2011 07:06:18 +0000 (09:06 +0200)]
added mongo module config files to debian pckage
cypromis [Fri, 13 May 2011 07:03:51 +0000 (09:03 +0200)]
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
Michael Jerris [Thu, 12 May 2011 22:21:34 +0000 (18:21 -0400)]
FS-2936: attempt to fix the platform that I'll never have to fix
Michal Bielicki [Thu, 12 May 2011 21:35:50 +0000 (23:35 +0200)]
added mongo.xml.comf to specfile
Michael Jerris [Thu, 12 May 2011 20:38:18 +0000 (16:38 -0400)]
FS-2936: attempt to fix wrt build
Jeff Lenk [Thu, 12 May 2011 16:06:35 +0000 (11:06 -0500)]
VS2010 cleanup for Core Curl integration
Anthony Minessale [Thu, 12 May 2011 15:32:39 +0000 (10:32 -0500)]
fix rare t38 gateway issue
Jeff Lenk [Thu, 12 May 2011 15:48:46 +0000 (10:48 -0500)]
VS2008 cleanup for Core Curl integration
Tamas Cseke [Thu, 12 May 2011 09:07:06 +0000 (11:07 +0200)]
try to add sample config. I shouldn't have permission
Tamas Cseke [Thu, 12 May 2011 08:29:55 +0000 (10:29 +0200)]
handle connection lost
Tamas Cseke [Thu, 12 May 2011 08:29:20 +0000 (10:29 +0200)]
load the module even if mongod is unreachable
David Yat Sin [Wed, 11 May 2011 21:33:45 +0000 (17:33 -0400)]
freetdm - ISDN fix for callback pointers
Anthony Minessale [Wed, 11 May 2011 19:42:52 +0000 (14:42 -0500)]
clean up core curl patch
Anthony Minessale [Wed, 11 May 2011 18:23:56 +0000 (13:23 -0500)]
FS-3144 --resolve
Andrew Thompson [Wed, 11 May 2011 17:55:22 +0000 (13:55 -0400)]
FS-3034
Michael S Collins [Wed, 11 May 2011 17:52:26 +0000 (10:52 -0700)]
config: bump en sounds version to 1.0.16
Anthony Minessale [Wed, 11 May 2011 16:46:56 +0000 (11:46 -0500)]
FS-3278 --resolve
Anthony Minessale [Wed, 11 May 2011 16:41:08 +0000 (11:41 -0500)]
FS-3278 --resolve
Anthony Minessale [Wed, 11 May 2011 15:09:43 +0000 (10:09 -0500)]
add files from last commit
Anthony Minessale [Wed, 11 May 2011 15:07:00 +0000 (10:07 -0500)]
FS-2936 please test on windows
Moises Silva [Wed, 11 May 2011 03:35:20 +0000 (23:35 -0400)]
freetdm: Add initial testing support for unrestricted digital calls using G722 codec
Moises Silva [Wed, 11 May 2011 03:07:15 +0000 (23:07 -0400)]
freetdm: typo
David Yat Sin [Tue, 10 May 2011 21:38:03 +0000 (17:38 -0400)]
freetdm - ISDN disabled T302 timer on non EuroISDN variants
David Yat Sin [Tue, 10 May 2011 21:34:36 +0000 (17:34 -0400)]
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
David Yat Sin [Tue, 10 May 2011 20:09:02 +0000 (16:09 -0400)]
minor changes
David Yat Sin [Tue, 10 May 2011 19:56:30 +0000 (15:56 -0400)]
freetdm: ss7 - CPC
David Yat Sin [Tue, 10 May 2011 19:28:10 +0000 (15:28 -0400)]
freetdm: Changed SS7 to use global CPC variable
Stefan Knoblich [Tue, 10 May 2011 17:35:56 +0000 (19:35 +0200)]
ftmod_libpri: Set default config values, just in case the user forgot to set some parameters in freetdm.conf.xml.
This fixes the "[ERR] ftmod_libpri.c:128 Don't know how to SABME on a type 0 node" messages
from libpri, when there's no "node"/"mode" parameter set for the span.
NOTE: Now defaulting to CPE mode; EuroISDN on BRI/E1 and 4ESS on J1/T1 lines,
make sure you set dialect/switchtype!
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
David Yat Sin [Tue, 10 May 2011 15:38:23 +0000 (11:38 -0400)]
chlog: freetdm: ss7 - Support for Calling Party's Category
David Yat Sin [Tue, 10 May 2011 15:05:41 +0000 (11:05 -0400)]
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
Rupa Schomaker [Tue, 10 May 2011 13:12:27 +0000 (08:12 -0500)]
FS-2890 --resolve mod_nibblebill, remove on_reporting hook
Michael S Collins [Tue, 10 May 2011 05:20:27 +0000 (22:20 -0700)]
Update phrase_en.xml to reflect 1.0.16 sounds version
Michael S Collins [Mon, 9 May 2011 23:36:35 +0000 (16:36 -0700)]
Add sound_test.lua utility script (lets you listen to all the sound files in a particular rate/type combo
David Yat Sin [Mon, 9 May 2011 22:04:07 +0000 (18:04 -0400)]
freetdm: ISDN - Fix for segfault when setting outbound-called-npi=e164
David Yat Sin [Mon, 9 May 2011 19:19:26 +0000 (15:19 -0400)]
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
Michael S Collins [Mon, 9 May 2011 16:41:50 +0000 (09:41 -0700)]
Add jaybinks' tel: patch
Moises Silva [Mon, 9 May 2011 16:39:53 +0000 (12:39 -0400)]
Added modified build/modules.conf.in
David Yat Sin [Mon, 9 May 2011 16:38:30 +0000 (12:38 -0400)]
freetdm: changed print from warning to debug when we receive a Facility IE without Calling Name
Rupa Schomaker [Mon, 9 May 2011 16:19:58 +0000 (11:19 -0500)]
mod_lcr - FS-3284 --resolve - fix malformed XML when has embedded %s
Rupa Schomaker [Mon, 9 May 2011 14:45:35 +0000 (09:45 -0500)]
mod_lcr - FS-3283 --resolve fix as xml for larger number of arguments
Brian West [Mon, 9 May 2011 14:14:01 +0000 (09:14 -0500)]
swigall
Giovanni Maruzzelli [Mon, 9 May 2011 14:09:04 +0000 (09:09 -0500)]
skypopen: fixing previous fix, Makefile.am now is ok
Giovanni Maruzzelli [Mon, 9 May 2011 13:42:10 +0000 (08:42 -0500)]
Giovanni Maruzzelli [Mon, 9 May 2011 13:24:55 +0000 (08:24 -0500)]
skypopen: * FS-3287
Moises Silva [Mon, 9 May 2011 06:32:31 +0000 (02:32 -0400)]
add uuid completion to uuid_outgoing_answer
fix segfault due to typo in uuid_outgoing_answer
Moises Silva [Mon, 9 May 2011 05:57:01 +0000 (01:57 -0400)]
mod_portaudio: check for CF_ANSWERED too
Moises Silva [Mon, 9 May 2011 05:25:24 +0000 (01:25 -0400)]
added uuid_outgoing_answer to answer outgoing channels (ie portaudio endpoints)
Moises Silva [Mon, 9 May 2011 04:45:31 +0000 (00:45 -0400)]
make endpoint auto-answer configurable via {endpoint_answer=yes|no} in the dial string
do not warn about ring device since is acceptable to not have one
Jeff Lenk [Sun, 8 May 2011 18:10:01 +0000 (13:10 -0500)]
windows permanent fix for %I64d problems - all versions after vs2003 support %lld
Michael Jerris [Sat, 7 May 2011 04:27:20 +0000 (00:27 -0400)]
make ananlog alarm
Moises Silva [Sat, 7 May 2011 02:29:20 +0000 (22:29 -0400)]
Merge remote branch 'smgfs/master'
David Yat Sin [Fri, 6 May 2011 21:56:44 +0000 (17:56 -0400)]
Merge branch 'master' into smgmaster
David Yat Sin [Fri, 6 May 2011 21:52:41 +0000 (17:52 -0400)]
freetdm - SS7 Support for custom SIP headers for RDNIS and Generic Number
Anthony Minessale [Fri, 6 May 2011 20:25:07 +0000 (15:25 -0500)]
add largest_jb_size
Anthony Minessale [Fri, 6 May 2011 20:25:00 +0000 (15:25 -0500)]
add largest_jb_size
Michael S Collins [Fri, 6 May 2011 20:28:21 +0000 (13:28 -0700)]
config: fix talking clock regexes (need ^ and $ so they don't match only 917x)
Michael S Collins [Fri, 6 May 2011 20:27:02 +0000 (13:27 -0700)]
Update English, French phrase files
David Yat Sin [Fri, 6 May 2011 20:03:14 +0000 (16:03 -0400)]
freetdm: ss7 - Support for receiving Generic Number IE
David Yat Sin [Fri, 6 May 2011 19:35:08 +0000 (15:35 -0400)]
Support for TX generic Number