]>
git.ipfire.org Git - thirdparty/freeswitch.git/log
Giovanni Maruzzelli [Mon, 1 Nov 2010 23:48:28 +0000 (18:48 -0500)]
skypopen: nice formatted debug output (I feel so stupid when I use one full hour for things like this, but I like it ;) )
Giovanni Maruzzelli [Mon, 1 Nov 2010 21:41:23 +0000 (16:41 -0500)]
skypopen: modifying Makefile.am and skypopen.h to report in revision tag of debug lines the last commit of both mod_skypopen.c and skypopen_protocol.c (so you can have your own commits in the same dir)
Giovanni Maruzzelli [Mon, 1 Nov 2010 21:14:05 +0000 (16:14 -0500)]
skypopen: modifying Makefile.am to report on last commit in skypopen directory
Stefan Knoblich [Mon, 1 Nov 2010 19:39:47 +0000 (20:39 +0100)]
Merge branch 'master' of ssh://git.freeswitch.org/freeswitch
Anthony Minessale [Mon, 1 Nov 2010 15:25:47 +0000 (10:25 -0500)]
FS-2811
Anthony Minessale [Mon, 1 Nov 2010 15:03:10 +0000 (10:03 -0500)]
FS-2810
Stefan Knoblich [Mon, 1 Nov 2010 01:13:27 +0000 (02:13 +0100)]
FreeTDM: Buildsystem cleanup
- Use tabs instead of spaces for indentation
- Proper m4 quoting of parameters
- Fix broken AC_ARG_* handling:
--without-foo/--disable-foo set withval="no"/enableval="no"
and the third parameter of the AC_ARG_* macros is always
"user provided an --with*-foo/--*able-foo option" _NOT_ "yes",
while the fourth parameter is "user didn't provide this option"
(= the default if neither --with-foo/--enable-foo nor --without-foo/--disable-foo
has been set)
- Drop FTDM_CFLAGS in MY_CFLAGS (what was that used for anyway?)
- Drop MYLIB
- Drop SOLINK (unused)
- Rename MY_CFLAGS to FTDM_CFLAGS
- Rename all AM_CONDITION variables to HAVE_* for (optional) dependencies
and WANT_* for features
- Reorder mod_LTLIBRARIES lines
- Move some things in configure.ac around to group them
- Add -shared to modules LDFLAGS (we don't need "ftmod_foo.a" static modules, do we?)
- Import ax_compiler_vendor.m4, drop the macro definition from configure.ac
- Add AUTOMAKE_OPTS to Makefile.am and define FreeTDM as a foreign (= non-GNU) project
- Add ACLOCAL_FLAGS to Makefile.am and set AC_CONFIG_MACRO_DIR in configure.ac
custom m4 macros are kept in the build subdirectory
- Enable silent rules for automake-1.11 and newer (use make V=1 to get verbose output)
- configure option --with-modinstdir requires a value now and quits with an error message
if called without one (e.g. "./configure --without-modinstdir" or "./configure --with-modinstdir")
- Add configuration summary screen and category headers for modules in configure output
Stefan Knoblich [Sun, 31 Oct 2010 23:47:43 +0000 (00:47 +0100)]
ftmod_isdn: FreeTDM port, first steps
- Requires non-public development version of libisdn(!)
- Based on older patches from http://oss.axsentis.de/gitweb/?p=ftmod_isdn.git;a=summary
- Rework of ftmod_isdn related buildsystem parts (Makefile.am, configure.in and libpcap.m4)
cypromis [Sun, 31 Oct 2010 22:22:53 +0000 (23:22 +0100)]
FS-2808, thx Diego Viola
Jeff Lenk [Sun, 31 Oct 2010 03:29:26 +0000 (22:29 -0500)]
fix stuck channel with voicemail and loopback
Moises Silva [Sat, 30 Oct 2010 03:01:25 +0000 (23:01 -0400)]
mod_sangoma_codec: add G723.1
Marc Olivier Chouinard [Sat, 30 Oct 2010 02:41:14 +0000 (22:41 -0400)]
mod_callcenter: Make callcenter_config agent get return the value of the item requested. Also added queue param max-wait-time-with-no-agent-time-reached: If the max-wai-time-with-no-agent is already reached for the queue, then new caller can wait for x ammount of second before it kicked out of the queue rather than get rejected automaticly.
Moises Silva [Sat, 30 Oct 2010 01:54:30 +0000 (21:54 -0400)]
mod_sangoma_codec: only register one codec interface for iLBC
Anthony Minessale [Sat, 30 Oct 2010 01:38:59 +0000 (20:38 -0500)]
fix fifo race in use count dec
Moises Silva [Sat, 30 Oct 2010 01:05:19 +0000 (21:05 -0400)]
mod_sangoma_codec: add iLBC 13.3k and 15.2k
Konrad Hammel [Sat, 30 Oct 2010 00:18:07 +0000 (20:18 -0400)]
Merge branch 'master' into smgmaster
Konrad Hammel [Sat, 30 Oct 2010 00:17:26 +0000 (20:17 -0400)]
freetdm: ss7 - added support for reserved national and spare SSF values
Moises Silva [Fri, 29 Oct 2010 21:29:27 +0000 (17:29 -0400)]
mod_sangoma_codec: default to G729 only and remove L16 since it did not make any sense
Anthony Minessale [Fri, 29 Oct 2010 19:58:30 +0000 (14:58 -0500)]
allow PLC flag to make it to the codec
Anthony Minessale [Fri, 29 Oct 2010 19:58:22 +0000 (14:58 -0500)]
allow PLC flag to make it to the codec
Konrad Hammel [Fri, 29 Oct 2010 19:01:20 +0000 (15:01 -0400)]
Merge branch 'master' of git.sangoma.com:smg_freeswitch into smgmaster
Jeff Lenk [Fri, 29 Oct 2010 18:51:02 +0000 (13:51 -0500)]
windows - fix build
Moises Silva [Fri, 29 Oct 2010 15:04:35 +0000 (11:04 -0400)]
mod_sangoma_codec: use native L16 for the source codec
Anthony Minessale [Fri, 29 Oct 2010 18:00:14 +0000 (13:00 -0500)]
part2
Anthony Minessale [Fri, 29 Oct 2010 17:43:55 +0000 (12:43 -0500)]
add -ncwait for Unix based implememtations to make the backgrounder wait to make sure the process starts before detaching
Giovanni Maruzzelli [Fri, 29 Oct 2010 06:57:37 +0000 (01:57 -0500)]
skypopen: fix FS-2784, missing incoming calls to one interfacename
Jeff Lenk [Fri, 29 Oct 2010 02:37:12 +0000 (21:37 -0500)]
windows - fix build - change based on other changes in file
Anthony Minessale [Fri, 29 Oct 2010 00:34:20 +0000 (19:34 -0500)]
omfg really
Konrad Hammel [Thu, 28 Oct 2010 21:09:51 +0000 (17:09 -0400)]
freetdm: ss7 - update to support CCR
Anthony Minessale [Thu, 28 Oct 2010 20:34:42 +0000 (15:34 -0500)]
FS-2801
Giovanni Maruzzelli [Thu, 28 Oct 2010 18:47:15 +0000 (13:47 -0500)]
skypopen: sk list the DEAD state
Giovanni Maruzzelli [Thu, 28 Oct 2010 18:22:15 +0000 (13:22 -0500)]
skypopen: indented
Giovanni Maruzzelli [Thu, 28 Oct 2010 18:20:17 +0000 (13:20 -0500)]
skypopen: fixed management of skype clients crash
Giovanni Maruzzelli [Thu, 28 Oct 2010 09:21:52 +0000 (04:21 -0500)]
skypopen: indented
Giovanni Maruzzelli [Thu, 28 Oct 2010 09:18:24 +0000 (04:18 -0500)]
skypopen: cosmetics
Giovanni Maruzzelli [Thu, 28 Oct 2010 08:53:52 +0000 (03:53 -0500)]
skypopen: select only IDLE interfaces, destroy the codec after the audio threads, cosmetics
Mathieu Rene [Thu, 28 Oct 2010 14:37:06 +0000 (10:37 -0400)]
switch_dow_cmp: fix logic err in my latest commit
cypromis [Wed, 27 Oct 2010 22:08:02 +0000 (00:08 +0200)]
Merge branch 'master' of ssh://git.freeswitch.org/freeswitch
Konrad Hammel [Wed, 27 Oct 2010 22:07:56 +0000 (18:07 -0400)]
freetdm: ss7, bug fix in COT handling
cypromis [Wed, 27 Oct 2010 22:07:00 +0000 (00:07 +0200)]
added changes by Gabriel Gunderson fixing path in debian for pythoin and some typos
Konrad Hammel [Mon, 25 Oct 2010 20:55:03 +0000 (16:55 -0400)]
freetdm: ss7, bug fix in obci_bita handling
freetdm: ss7, added support for SAM
freetdm: ss7, updated support for COT in IAM
Anthony Minessale [Wed, 27 Oct 2010 21:37:22 +0000 (16:37 -0500)]
fix race in codec failure condition, then fix bug in sdp parsing (likely a regression from recent codec changes) to never have the problem in the first place so you are double-protected
Jeff Lenk [Wed, 27 Oct 2010 21:26:55 +0000 (16:26 -0500)]
windows installer - clean paths
Anthony Minessale [Wed, 27 Oct 2010 19:58:01 +0000 (14:58 -0500)]
typo
Anthony Minessale [Wed, 27 Oct 2010 19:09:38 +0000 (14:09 -0500)]
add the stuff drk_ keeps begging for
Giovanni Maruzzelli [Wed, 27 Oct 2010 17:09:43 +0000 (12:09 -0500)]
skypopen: windows compile
Anthony Minessale [Wed, 27 Oct 2010 17:00:30 +0000 (12:00 -0500)]
add events
Anthony Minessale [Wed, 27 Oct 2010 16:46:39 +0000 (11:46 -0500)]
used || instead of 'or' in sql stmt
Anthony Minessale [Wed, 27 Oct 2010 16:10:12 +0000 (11:10 -0500)]
FS-2800
Giovanni Maruzzelli [Wed, 27 Oct 2010 14:30:27 +0000 (09:30 -0500)]
skypopen: cosmetics
Giovanni Maruzzelli [Wed, 27 Oct 2010 14:12:17 +0000 (09:12 -0500)]
skypopen: interface DOWN during hangup, cosmetics
Giovanni Maruzzelli [Wed, 27 Oct 2010 13:20:03 +0000 (08:20 -0500)]
skypopen: manage ERROR 36 Not online, cosmetics, put the interface DOWN when no session and when beginning to destroy
Giovanni Maruzzelli [Wed, 27 Oct 2010 12:09:13 +0000 (07:09 -0500)]
skypopen: manage failed ALTER I/O (sockets), LOCALHOLD, ANSWER. Use only IDLE interfaces to answer
Giovanni Maruzzelli [Wed, 27 Oct 2010 10:29:15 +0000 (05:29 -0500)]
skypopen: locking flags
Giovanni Maruzzelli [Wed, 27 Oct 2010 02:46:52 +0000 (21:46 -0500)]
skypopen: better management of 'hupall' and KILL
Giovanni Maruzzelli [Tue, 26 Oct 2010 11:55:46 +0000 (06:55 -0500)]
skypopen: cleanup continues
Giovanni Maruzzelli [Tue, 26 Oct 2010 11:13:25 +0000 (06:13 -0500)]
skypopen: cleanup begin
Giovanni Maruzzelli [Tue, 26 Oct 2010 11:06:05 +0000 (06:06 -0500)]
skypopen: fixed crash on closing XDisplay before is used by interface shutdown/remove
Giovanni Maruzzelli [Tue, 26 Oct 2010 10:07:22 +0000 (05:07 -0500)]
skypopen: indented
Giovanni Maruzzelli [Tue, 26 Oct 2010 09:42:46 +0000 (04:42 -0500)]
skypopen: lot of improvements in locking and hangup handling
Giovanni Maruzzelli [Mon, 25 Oct 2010 21:09:10 +0000 (16:09 -0500)]
skypopen: better checking audio buffers not destroyed
Giovanni Maruzzelli [Mon, 25 Oct 2010 20:36:12 +0000 (15:36 -0500)]
skypopen: CLOUDTREE patch with some modifications
Mathieu Rene [Wed, 27 Oct 2010 13:35:20 +0000 (09:35 -0400)]
oops
Mathieu Rene [Wed, 27 Oct 2010 04:57:13 +0000 (00:57 -0400)]
fix dow to support multiple coma-separated conditions. BLUEBOX-133
Anthony Minessale [Wed, 27 Oct 2010 00:34:47 +0000 (19:34 -0500)]
add record overwrite
Anthony Minessale [Tue, 26 Oct 2010 20:43:14 +0000 (15:43 -0500)]
allow {dtmf_type=none} to work in oubound dial strings
Anthony Minessale [Tue, 26 Oct 2010 18:43:21 +0000 (13:43 -0500)]
update
Anthony Minessale [Tue, 26 Oct 2010 16:52:28 +0000 (11:52 -0500)]
pass ring_ready like we do with pre_answer
Anthony Minessale [Tue, 26 Oct 2010 15:55:15 +0000 (10:55 -0500)]
add fwd and rev message scroll keys as default and return to same message when doing a message forward
Anthony Minessale [Tue, 26 Oct 2010 14:45:11 +0000 (09:45 -0500)]
add fwd and rev message scroll keys as default and return to same message when doing a message forward
Anthony Minessale [Tue, 26 Oct 2010 14:42:56 +0000 (09:42 -0500)]
add record_post_process_exec_app and record_post_process_exec_api both can have <app|cmd>:<args>
Michael Jerris [Mon, 25 Oct 2010 22:04:53 +0000 (18:04 -0400)]
add var to indicate the fifo name on outcall
Arnaldo M Pereira [Mon, 25 Oct 2010 21:30:04 +0000 (19:30 -0200)]
freetdm: added testsangomaboost back to build by default on msvc
Arnaldo M Pereira [Mon, 25 Oct 2010 21:22:51 +0000 (19:22 -0200)]
freetdm: reverted wrong changes to freetdm.2008.sln
Arnaldo M Pereira [Mon, 25 Oct 2010 21:06:59 +0000 (19:06 -0200)]
freetdm: removed duplicated DELTA_EPOCH_IN_MICROSECS definition
U-MOISES-3ADA31C5\Administrator [Mon, 25 Oct 2010 20:07:46 +0000 (16:07 -0400)]
Merge branch 'master' into arnaldo.sng_isdn
Jeff Lenk [Mon, 25 Oct 2010 19:54:13 +0000 (14:54 -0500)]
fix build
Marc Olivier Chouinard [Mon, 25 Oct 2010 19:21:39 +0000 (15:21 -0400)]
switch_xml: snprintf size fix
Anthony Minessale [Mon, 25 Oct 2010 18:03:06 +0000 (13:03 -0500)]
fix fail_on_single_reject
Anthony Minessale [Mon, 25 Oct 2010 16:52:43 +0000 (11:52 -0500)]
profile param ignore-183nosdp, chanvar sip_ignore_183nosdp FS-1978
Anthony Minessale [Mon, 25 Oct 2010 16:28:02 +0000 (11:28 -0500)]
FS-2795
David Yat Sin [Mon, 25 Oct 2010 14:32:55 +0000 (07:32 -0700)]
Added state handler for overlap-receive
Geovani Ricardo Wiedenhoft [Mon, 25 Oct 2010 14:07:31 +0000 (12:07 -0200)]
- Removed alternative contexts / extensions
- New struct for matchs
- On calls originated from an FXS branch, the Endpoint searches for a valid extension (digits sent) after the DTMF '#' or after the timeout (option fxs-digit-timeout). That search is done in the context defined in section <fxs-options>, or if no context configured, the search is done in context defined in context-fxs.
- Added "dialplan" configuration: Name of the dialplan module in use
(default XML)
- Group context enabled. If set, the search for a valid extension is done only in that context.
- Updated documentation
Jeff Lenk [Sat, 23 Oct 2010 14:51:08 +0000 (09:51 -0500)]
windows installer - correct missing file
Jeff Lenk [Sat, 23 Oct 2010 14:38:56 +0000 (09:38 -0500)]
windows installer - correct missing files
Jeff Lenk [Sat, 23 Oct 2010 13:32:38 +0000 (08:32 -0500)]
windows installer - correct missing file
Andrew Thompson [Sat, 23 Oct 2010 06:06:52 +0000 (02:06 -0400)]
Merge branch 'master' of git.freeswitch.org:freeswitch
Andrew Thompson [Sat, 23 Oct 2010 06:06:09 +0000 (02:06 -0400)]
Add FreeTDM to modules.conf.xml
Marc Olivier Chouinard [Sat, 23 Oct 2010 02:16:12 +0000 (22:16 -0400)]
switch_rtp: Show the UUID of the session in the log when sending RFC2833 DTMF packet and when receiving a RTP DTMF
Marc Olivier Chouinard [Fri, 22 Oct 2010 22:34:45 +0000 (18:34 -0400)]
mod_callcenter: Fix bad return type so it compile on archlinux, thx bougyman
Anthony Minessale [Fri, 22 Oct 2010 20:13:44 +0000 (15:13 -0500)]
reverse perspective of dialog events on non-registered entities
Jeff Lenk [Fri, 22 Oct 2010 19:10:14 +0000 (14:10 -0500)]
add windows installer start menu item
Anthony Minessale [Fri, 22 Oct 2010 17:33:37 +0000 (12:33 -0500)]
hack out ogg
Anthony Minessale [Fri, 22 Oct 2010 17:28:18 +0000 (12:28 -0500)]
hack out ogg
Jeff Lenk [Fri, 22 Oct 2010 17:20:30 +0000 (12:20 -0500)]
fix error in mod_curl manifest
Anthony Minessale [Fri, 22 Oct 2010 16:22:07 +0000 (11:22 -0500)]
this should have been moved into agressive nat detection not commented
Marc Olivier Chouinard [Fri, 22 Oct 2010 16:21:49 +0000 (12:21 -0400)]
switch_event: Correct the set of a uniq flag for request_param and channel_data event type.
Anthony Minessale [Fri, 22 Oct 2010 03:35:24 +0000 (22:35 -0500)]
return break in mod_sndfile when seek returns failure
Anthony Minessale [Fri, 22 Oct 2010 03:34:16 +0000 (22:34 -0500)]
fix type in dmachine parser
Jeff Lenk [Thu, 21 Oct 2010 22:11:57 +0000 (17:11 -0500)]
add missing file windows setup