]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
15 years agoskypopen: nice formatted debug output (I feel so stupid when I use one full hour...
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 ;) )

15 years agoskypopen: modifying Makefile.am and skypopen.h to report in revision tag of debug...
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)

15 years agoskypopen: modifying Makefile.am to report on last commit in skypopen directory
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

15 years agoMerge branch 'master' of ssh://git.freeswitch.org/freeswitch
Stefan Knoblich [Mon, 1 Nov 2010 19:39:47 +0000 (20:39 +0100)] 
Merge branch 'master' of ssh://git.freeswitch.org/freeswitch

15 years agoFS-2811
Anthony Minessale [Mon, 1 Nov 2010 15:25:47 +0000 (10:25 -0500)] 
FS-2811

15 years agoFS-2810
Anthony Minessale [Mon, 1 Nov 2010 15:03:10 +0000 (10:03 -0500)] 
FS-2810

15 years agoFreeTDM: Buildsystem cleanup
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

15 years agoftmod_isdn: FreeTDM port, first steps
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)

15 years agoFS-2808, thx Diego Viola
cypromis [Sun, 31 Oct 2010 22:22:53 +0000 (23:22 +0100)] 
FS-2808, thx Diego Viola

15 years agofix stuck channel with voicemail and loopback
Jeff Lenk [Sun, 31 Oct 2010 03:29:26 +0000 (22:29 -0500)] 
fix stuck channel with voicemail and loopback

15 years agomod_sangoma_codec: add G723.1
Moises Silva [Sat, 30 Oct 2010 03:01:25 +0000 (23:01 -0400)] 
mod_sangoma_codec: add G723.1

15 years agomod_callcenter: Make callcenter_config agent get return the value of the item request...
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.

15 years agomod_sangoma_codec: only register one codec interface for iLBC
Moises Silva [Sat, 30 Oct 2010 01:54:30 +0000 (21:54 -0400)] 
mod_sangoma_codec: only register one codec interface for iLBC

15 years agofix fifo race in use count dec
Anthony Minessale [Sat, 30 Oct 2010 01:38:59 +0000 (20:38 -0500)] 
fix fifo race in use count dec

15 years agomod_sangoma_codec: add iLBC 13.3k and 15.2k
Moises Silva [Sat, 30 Oct 2010 01:05:19 +0000 (21:05 -0400)] 
mod_sangoma_codec: add iLBC 13.3k and 15.2k

15 years agoMerge branch 'master' into smgmaster
Konrad Hammel [Sat, 30 Oct 2010 00:18:07 +0000 (20:18 -0400)] 
Merge branch 'master' into smgmaster

15 years agofreetdm: ss7 - added support for reserved national and spare SSF values
Konrad Hammel [Sat, 30 Oct 2010 00:17:26 +0000 (20:17 -0400)] 
freetdm: ss7 - added support for reserved national and spare SSF values

15 years agomod_sangoma_codec: default to G729 only and remove L16 since it did not make any...
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

15 years agoallow PLC flag to make it to the codec
Anthony Minessale [Fri, 29 Oct 2010 19:58:30 +0000 (14:58 -0500)] 
allow PLC flag to make it to the codec

15 years agoallow 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

15 years agoMerge branch 'master' of git.sangoma.com:smg_freeswitch into smgmaster
Konrad Hammel [Fri, 29 Oct 2010 19:01:20 +0000 (15:01 -0400)] 
Merge branch 'master' of git.sangoma.com:smg_freeswitch into smgmaster

15 years agowindows - fix build
Jeff Lenk [Fri, 29 Oct 2010 18:51:02 +0000 (13:51 -0500)] 
windows - fix build

15 years agomod_sangoma_codec: use native L16 for the source codec
Moises Silva [Fri, 29 Oct 2010 15:04:35 +0000 (11:04 -0400)] 
mod_sangoma_codec: use native L16 for the source codec

15 years agopart2
Anthony Minessale [Fri, 29 Oct 2010 18:00:14 +0000 (13:00 -0500)] 
part2

15 years agoadd -ncwait for Unix based implememtations to make the backgrounder wait to make...
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

15 years agoskypopen: fix FS-2784, missing incoming calls to one interfacename
Giovanni Maruzzelli [Fri, 29 Oct 2010 06:57:37 +0000 (01:57 -0500)] 
skypopen: fix FS-2784, missing incoming calls to one interfacename

15 years agowindows - fix build - change based on other changes in file
Jeff Lenk [Fri, 29 Oct 2010 02:37:12 +0000 (21:37 -0500)] 
windows - fix build - change based on other changes in file

15 years agoomfg really
Anthony Minessale [Fri, 29 Oct 2010 00:34:20 +0000 (19:34 -0500)] 
omfg really

15 years agofreetdm: ss7 - update to support CCR
Konrad Hammel [Thu, 28 Oct 2010 21:09:51 +0000 (17:09 -0400)] 
freetdm: ss7 - update to support CCR

15 years agoFS-2801
Anthony Minessale [Thu, 28 Oct 2010 20:34:42 +0000 (15:34 -0500)] 
FS-2801

15 years agoskypopen: sk list the DEAD state
Giovanni Maruzzelli [Thu, 28 Oct 2010 18:47:15 +0000 (13:47 -0500)] 
skypopen: sk list the DEAD state

15 years agoskypopen: indented
Giovanni Maruzzelli [Thu, 28 Oct 2010 18:22:15 +0000 (13:22 -0500)] 
skypopen: indented

15 years agoskypopen: fixed management of skype clients crash
Giovanni Maruzzelli [Thu, 28 Oct 2010 18:20:17 +0000 (13:20 -0500)] 
skypopen: fixed management of skype clients crash

15 years agoskypopen: indented
Giovanni Maruzzelli [Thu, 28 Oct 2010 09:21:52 +0000 (04:21 -0500)] 
skypopen: indented

15 years agoskypopen: cosmetics
Giovanni Maruzzelli [Thu, 28 Oct 2010 09:18:24 +0000 (04:18 -0500)] 
skypopen: cosmetics

15 years agoskypopen: select only IDLE interfaces, destroy the codec after the audio threads...
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

15 years agoswitch_dow_cmp: fix logic err in my latest commit
Mathieu Rene [Thu, 28 Oct 2010 14:37:06 +0000 (10:37 -0400)] 
switch_dow_cmp: fix logic err in my latest commit

15 years agoMerge branch 'master' of ssh://git.freeswitch.org/freeswitch
cypromis [Wed, 27 Oct 2010 22:08:02 +0000 (00:08 +0200)] 
Merge branch 'master' of ssh://git.freeswitch.org/freeswitch

15 years agofreetdm: ss7, bug fix in COT handling
Konrad Hammel [Wed, 27 Oct 2010 22:07:56 +0000 (18:07 -0400)] 
freetdm: ss7, bug fix in COT handling

15 years agoadded changes by Gabriel Gunderson fixing path in debian for pythoin and some typos
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

15 years agofreetdm: ss7, bug fix in obci_bita handling
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

15 years agofix race in codec failure condition, then fix bug in sdp parsing (likely a regression...
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

15 years agowindows installer - clean paths
Jeff Lenk [Wed, 27 Oct 2010 21:26:55 +0000 (16:26 -0500)] 
windows installer - clean paths

15 years agotypo
Anthony Minessale [Wed, 27 Oct 2010 19:58:01 +0000 (14:58 -0500)] 
typo

15 years agoadd the stuff drk_ keeps begging for
Anthony Minessale [Wed, 27 Oct 2010 19:09:38 +0000 (14:09 -0500)] 
add the stuff drk_ keeps begging for

15 years agoskypopen: windows compile
Giovanni Maruzzelli [Wed, 27 Oct 2010 17:09:43 +0000 (12:09 -0500)] 
skypopen: windows compile

15 years agoadd events
Anthony Minessale [Wed, 27 Oct 2010 17:00:30 +0000 (12:00 -0500)] 
add events

15 years agoused || instead of 'or' in sql stmt
Anthony Minessale [Wed, 27 Oct 2010 16:46:39 +0000 (11:46 -0500)] 
used || instead of 'or' in sql stmt

15 years agoFS-2800
Anthony Minessale [Wed, 27 Oct 2010 16:10:12 +0000 (11:10 -0500)] 
FS-2800

15 years agoskypopen: cosmetics
Giovanni Maruzzelli [Wed, 27 Oct 2010 14:30:27 +0000 (09:30 -0500)] 
skypopen: cosmetics

15 years agoskypopen: interface DOWN during hangup, cosmetics
Giovanni Maruzzelli [Wed, 27 Oct 2010 14:12:17 +0000 (09:12 -0500)] 
skypopen: interface DOWN during hangup, cosmetics

15 years agoskypopen: manage ERROR 36 Not online, cosmetics, put the interface DOWN when no sessi...
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

15 years agoskypopen: manage failed ALTER I/O (sockets), LOCALHOLD, ANSWER. Use only IDLE interfa...
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

15 years agoskypopen: locking flags
Giovanni Maruzzelli [Wed, 27 Oct 2010 10:29:15 +0000 (05:29 -0500)] 
skypopen: locking flags

15 years agoskypopen: better management of 'hupall' and KILL
Giovanni Maruzzelli [Wed, 27 Oct 2010 02:46:52 +0000 (21:46 -0500)] 
skypopen: better management of 'hupall' and KILL

15 years agoskypopen: cleanup continues
Giovanni Maruzzelli [Tue, 26 Oct 2010 11:55:46 +0000 (06:55 -0500)] 
skypopen: cleanup continues

15 years agoskypopen: cleanup begin
Giovanni Maruzzelli [Tue, 26 Oct 2010 11:13:25 +0000 (06:13 -0500)] 
skypopen: cleanup begin

15 years agoskypopen: fixed crash on closing XDisplay before is used by interface shutdown/remove
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

15 years agoskypopen: indented
Giovanni Maruzzelli [Tue, 26 Oct 2010 10:07:22 +0000 (05:07 -0500)] 
skypopen: indented

15 years agoskypopen: lot of improvements in locking and hangup handling
Giovanni Maruzzelli [Tue, 26 Oct 2010 09:42:46 +0000 (04:42 -0500)] 
skypopen: lot of improvements in locking and hangup handling

15 years agoskypopen: better checking audio buffers not destroyed
Giovanni Maruzzelli [Mon, 25 Oct 2010 21:09:10 +0000 (16:09 -0500)] 
skypopen: better checking audio buffers not destroyed

15 years agoskypopen: CLOUDTREE patch with some modifications
Giovanni Maruzzelli [Mon, 25 Oct 2010 20:36:12 +0000 (15:36 -0500)] 
skypopen: CLOUDTREE patch with some modifications

15 years agooops
Mathieu Rene [Wed, 27 Oct 2010 13:35:20 +0000 (09:35 -0400)] 
oops

15 years agofix dow to support multiple coma-separated conditions. BLUEBOX-133
Mathieu Rene [Wed, 27 Oct 2010 04:57:13 +0000 (00:57 -0400)] 
fix dow to support multiple coma-separated conditions. BLUEBOX-133

15 years agoadd record overwrite
Anthony Minessale [Wed, 27 Oct 2010 00:34:47 +0000 (19:34 -0500)] 
add record overwrite

15 years agoallow {dtmf_type=none} to work in oubound dial strings
Anthony Minessale [Tue, 26 Oct 2010 20:43:14 +0000 (15:43 -0500)] 
allow {dtmf_type=none} to work in oubound dial strings

15 years agoupdate
Anthony Minessale [Tue, 26 Oct 2010 18:43:21 +0000 (13:43 -0500)] 
update

15 years agopass ring_ready like we do with pre_answer
Anthony Minessale [Tue, 26 Oct 2010 16:52:28 +0000 (11:52 -0500)] 
pass ring_ready like we do with pre_answer

15 years agoadd fwd and rev message scroll keys as default and return to same message when doing...
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

15 years agoadd fwd and rev message scroll keys as default and return to same message when doing...
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

15 years agoadd record_post_process_exec_app and record_post_process_exec_api both can have ...
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>

15 years agoadd var to indicate the fifo name on outcall
Michael Jerris [Mon, 25 Oct 2010 22:04:53 +0000 (18:04 -0400)] 
add var to indicate the fifo name on outcall

15 years agofreetdm: added testsangomaboost back to build by default on msvc
Arnaldo M Pereira [Mon, 25 Oct 2010 21:30:04 +0000 (19:30 -0200)] 
freetdm: added testsangomaboost back to build by default on msvc

15 years agofreetdm: reverted wrong changes to freetdm.2008.sln
Arnaldo M Pereira [Mon, 25 Oct 2010 21:22:51 +0000 (19:22 -0200)] 
freetdm: reverted wrong changes to freetdm.2008.sln

15 years agofreetdm: removed duplicated DELTA_EPOCH_IN_MICROSECS definition
Arnaldo M Pereira [Mon, 25 Oct 2010 21:06:59 +0000 (19:06 -0200)] 
freetdm: removed duplicated DELTA_EPOCH_IN_MICROSECS definition

15 years agoMerge branch 'master' into arnaldo.sng_isdn
U-MOISES-3ADA31C5\Administrator [Mon, 25 Oct 2010 20:07:46 +0000 (16:07 -0400)] 
Merge branch 'master' into arnaldo.sng_isdn

15 years agofix build
Jeff Lenk [Mon, 25 Oct 2010 19:54:13 +0000 (14:54 -0500)] 
fix build

15 years agoswitch_xml: snprintf size fix
Marc Olivier Chouinard [Mon, 25 Oct 2010 19:21:39 +0000 (15:21 -0400)] 
switch_xml: snprintf size fix

15 years agofix fail_on_single_reject
Anthony Minessale [Mon, 25 Oct 2010 18:03:06 +0000 (13:03 -0500)] 
fix fail_on_single_reject

15 years agoprofile param ignore-183nosdp, chanvar sip_ignore_183nosdp FS-1978
Anthony Minessale [Mon, 25 Oct 2010 16:52:43 +0000 (11:52 -0500)] 
profile param ignore-183nosdp, chanvar sip_ignore_183nosdp FS-1978

15 years agoFS-2795
Anthony Minessale [Mon, 25 Oct 2010 16:28:02 +0000 (11:28 -0500)] 
FS-2795

15 years agoAdded state handler for overlap-receive
David Yat Sin [Mon, 25 Oct 2010 14:32:55 +0000 (07:32 -0700)] 
Added state handler for overlap-receive

15 years ago- Removed alternative contexts / extensions
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

15 years agowindows installer - correct missing file
Jeff Lenk [Sat, 23 Oct 2010 14:51:08 +0000 (09:51 -0500)] 
windows installer - correct missing file

15 years agowindows installer - correct missing files
Jeff Lenk [Sat, 23 Oct 2010 14:38:56 +0000 (09:38 -0500)] 
windows installer - correct missing files

15 years agowindows installer - correct missing file
Jeff Lenk [Sat, 23 Oct 2010 13:32:38 +0000 (08:32 -0500)] 
windows installer - correct missing file

15 years agoMerge branch 'master' of git.freeswitch.org:freeswitch
Andrew Thompson [Sat, 23 Oct 2010 06:06:52 +0000 (02:06 -0400)] 
Merge branch 'master' of git.freeswitch.org:freeswitch

15 years agoAdd FreeTDM to modules.conf.xml
Andrew Thompson [Sat, 23 Oct 2010 06:06:09 +0000 (02:06 -0400)] 
Add FreeTDM to modules.conf.xml

15 years agoswitch_rtp: Show the UUID of the session in the log when sending RFC2833 DTMF packet...
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

15 years agomod_callcenter: Fix bad return type so it compile on archlinux, thx bougyman
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

15 years agoreverse perspective of dialog events on non-registered entities
Anthony Minessale [Fri, 22 Oct 2010 20:13:44 +0000 (15:13 -0500)] 
reverse perspective of dialog events on non-registered entities

15 years agoadd windows installer start menu item
Jeff Lenk [Fri, 22 Oct 2010 19:10:14 +0000 (14:10 -0500)] 
add windows installer start menu item

15 years agohack out ogg
Anthony Minessale [Fri, 22 Oct 2010 17:33:37 +0000 (12:33 -0500)] 
hack out ogg

15 years agohack out ogg
Anthony Minessale [Fri, 22 Oct 2010 17:28:18 +0000 (12:28 -0500)] 
hack out ogg

15 years agofix error in mod_curl manifest
Jeff Lenk [Fri, 22 Oct 2010 17:20:30 +0000 (12:20 -0500)] 
fix error in mod_curl manifest

15 years agothis should have been moved into agressive nat detection not commented
Anthony Minessale [Fri, 22 Oct 2010 16:22:07 +0000 (11:22 -0500)] 
this should have been moved into agressive nat detection not commented

15 years agoswitch_event: Correct the set of a uniq flag for request_param and channel_data event...
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.

15 years agoreturn break in mod_sndfile when seek returns failure
Anthony Minessale [Fri, 22 Oct 2010 03:35:24 +0000 (22:35 -0500)] 
return break in mod_sndfile when seek returns failure

15 years agofix type in dmachine parser
Anthony Minessale [Fri, 22 Oct 2010 03:34:16 +0000 (22:34 -0500)] 
fix type in dmachine parser

15 years agoadd missing file windows setup
Jeff Lenk [Thu, 21 Oct 2010 22:11:57 +0000 (17:11 -0500)] 
add missing file windows setup