]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
16 years agodestroy ss7 configs on shutdown
Moises Silva [Wed, 14 Apr 2010 22:15:22 +0000 (18:15 -0400)] 
destroy ss7 configs on shutdown

16 years agoimplemented freetdm config nodes and ss7 initial configuration
Moises Silva [Wed, 14 Apr 2010 21:59:39 +0000 (17:59 -0400)] 
implemented freetdm config nodes and ss7 initial configuration

16 years agoadd ss7 skeleton config section
Moises Silva [Wed, 14 Apr 2010 15:00:17 +0000 (11:00 -0400)] 
add ss7 skeleton config section

16 years agodeclare as static
Moises Silva [Wed, 14 Apr 2010 14:57:50 +0000 (10:57 -0400)] 
declare as static

16 years agomake break uuid_break and add cascade flag
Anthony Minessale [Wed, 14 Apr 2010 17:49:02 +0000 (12:49 -0500)] 
make break uuid_break and add cascade flag

16 years agoFix syntax for menu-play-sound
Michael S Collins [Tue, 13 Apr 2010 20:38:47 +0000 (13:38 -0700)] 
Fix syntax for menu-play-sound

16 years agofix alarm log msg
Moises Silva [Tue, 13 Apr 2010 20:26:07 +0000 (16:26 -0400)] 
fix alarm log msg

16 years agoiterate up to chan_count
Moises Silva [Tue, 13 Apr 2010 20:23:54 +0000 (16:23 -0400)] 
iterate up to chan_count

16 years agoadd realloc OS hooks and fix boost pri CLI
Moises Silva [Tue, 13 Apr 2010 19:17:32 +0000 (15:17 -0400)] 
add realloc OS hooks and fix boost pri CLI

16 years agoMerge branch 'master' of git.freeswitch.org:freeswitch
Anthony Minessale [Tue, 13 Apr 2010 18:36:00 +0000 (13:36 -0500)] 
Merge branch 'master' of git.freeswitch.org:freeswitch

16 years agoESL-36
Anthony Minessale [Tue, 13 Apr 2010 18:35:38 +0000 (13:35 -0500)] 
ESL-36

16 years agoadded openzap CLI tracing
Moises Silva [Tue, 13 Apr 2010 16:23:31 +0000 (12:23 -0400)] 
added openzap CLI tracing

16 years agofix typo-bug in interrupt type
Moises Silva [Tue, 13 Apr 2010 14:21:51 +0000 (10:21 -0400)] 
fix typo-bug in interrupt type

16 years agoMerge branch 'master' of git.freeswitch.org:freeswitch
Moises Silva [Mon, 12 Apr 2010 20:11:09 +0000 (16:11 -0400)] 
Merge branch 'master' of git.freeswitch.org:freeswitch

16 years agocheck for chan count before configuring signaling
Moises Silva [Mon, 12 Apr 2010 20:10:25 +0000 (16:10 -0400)] 
check for chan count before configuring signaling

16 years agoMerge branch 'master' of git://git.freeswitch.org/freeswitch
Michael S Collins [Mon, 12 Apr 2010 18:46:13 +0000 (11:46 -0700)] 
Merge branch 'master' of git://git.freeswitch.org/freeswitch

16 years agoFix typos in phrase_en.xml
Michael S Collins [Mon, 12 Apr 2010 18:42:34 +0000 (11:42 -0700)] 
Fix typos in phrase_en.xml

16 years agoFSCORE-586
Anthony Minessale [Mon, 12 Apr 2010 18:37:40 +0000 (13:37 -0500)] 
FSCORE-586

16 years agoMODAPP-419
Anthony Minessale [Mon, 12 Apr 2010 16:12:09 +0000 (11:12 -0500)] 
MODAPP-419

16 years agoMerge branch 'master' of git.freeswitch.org:freeswitch
Anthony Minessale [Mon, 12 Apr 2010 16:09:02 +0000 (11:09 -0500)] 
Merge branch 'master' of git.freeswitch.org:freeswitch

16 years agoSend SIP MESSAGE to unregistered users by prefixing sip: to user@domain
Mathieu Rene [Sun, 11 Apr 2010 22:51:37 +0000 (18:51 -0400)] 
Send SIP MESSAGE to unregistered users by prefixing sip: to user@domain

16 years agoMODAPP-418
Rupa Schomaker [Sat, 10 Apr 2010 18:22:13 +0000 (13:22 -0500)] 
MODAPP-418

16 years agoDialplan: redial as destination number for the redial ext
Mathieu Parent [Sat, 10 Apr 2010 18:14:07 +0000 (20:14 +0200)] 
Dialplan: redial as destination number for the redial ext

16 years agoFix for sangoma_boost crashing on start due to queue unitialised
David Yat Sin [Fri, 9 Apr 2010 20:03:54 +0000 (16:03 -0400)] 
Fix for sangoma_boost crashing on start due to queue unitialised
Updated cpu monitor to support different /proc/cpustats format

16 years agoMerge branch 'master' of git.freeswitch.org:freeswitch
unknown [Fri, 9 Apr 2010 16:30:43 +0000 (12:30 -0400)] 
Merge branch 'master' of git.freeswitch.org:freeswitch

16 years agofix boost win compilation
Moises Silva [Fri, 9 Apr 2010 16:29:58 +0000 (12:29 -0400)] 
fix boost win compilation

16 years agoSKinny: handle hold corner cases
Mathieu Parent [Fri, 9 Apr 2010 16:02:14 +0000 (18:02 +0200)] 
SKinny: handle hold corner cases

- try to re-use existing OffHook session
- hold active lines before: newcall, resume
- allow endcall on: offHook, afterFirstDigit
- allow newcall on: connected, ringin

16 years agoSkinny: handle backspace
Mathieu Parent [Fri, 9 Apr 2010 14:54:29 +0000 (16:54 +0200)] 
Skinny: handle backspace

16 years agoSkinny: implement hold/resume
Mathieu Parent [Fri, 9 Apr 2010 14:12:58 +0000 (16:12 +0200)] 
Skinny: implement hold/resume

Also rework a bit softkey sets

16 years agoSkinny: manage shared lines from the calling POV
Mathieu Parent [Fri, 9 Apr 2010 12:59:18 +0000 (14:59 +0200)] 
Skinny: manage shared lines from the calling POV

Called POV already implemented

16 years agoperl-skinny: enhance test
Mathieu Parent [Fri, 9 Apr 2010 12:40:33 +0000 (14:40 +0200)] 
perl-skinny: enhance test

- Use thread for: keepalive, receive and send
- Run indefinitevly

16 years agoSkinny: fix calls without media
Mathieu Parent [Fri, 9 Apr 2010 09:11:40 +0000 (11:11 +0200)] 
Skinny: fix calls without media

If party_id is 0, the phone will not properly release media

16 years agoNegative, not positive.
Joao Mesquita [Fri, 9 Apr 2010 03:40:55 +0000 (00:40 -0300)] 
Negative, not positive.

16 years agoLets test preprocessors
Joao Mesquita [Fri, 9 Apr 2010 02:15:29 +0000 (23:15 -0300)] 
Lets test preprocessors

16 years agoSkinny: don't double unlock on keypad
Mathieu Parent [Thu, 8 Apr 2010 21:17:13 +0000 (23:17 +0200)] 
Skinny: don't double unlock on keypad

double unlock is same as locking :P

16 years agoSkinny: avoid non-set profile name
Mathieu Parent [Thu, 8 Apr 2010 21:16:44 +0000 (23:16 +0200)] 
Skinny: avoid non-set profile name

16 years agoSkinny: release XML config
Mathieu Parent [Thu, 8 Apr 2010 20:59:31 +0000 (22:59 +0200)] 
Skinny: release XML config

Fixes: reloadxml blocked
16 years agoSkinny: avoid crash on shutdown
Mathieu Parent [Thu, 8 Apr 2010 20:48:36 +0000 (22:48 +0200)] 
Skinny: avoid crash on shutdown

Because of uninstancied listener

16 years agoSkinny: solve deadlocks and more
Mathieu Parent [Thu, 8 Apr 2010 20:38:24 +0000 (22:38 +0200)] 
Skinny: solve deadlocks and more

- Solve deadlock:
  + associate all skinny_profile_find_session with the corresponding
    switch_core_session_rwunlock
  + lock the newly created session in skinny_create_ingoing_session
  + enhance rwlocks debugging
- Shared lines:
  + Inform shared lines on answering
  + Answering line has info after other shared lines

16 years agoClarify the syntax for git merge.
Travis Cross [Thu, 8 Apr 2010 19:49:24 +0000 (19:49 +0000)] 
Clarify the syntax for git merge.

16 years agoMerge branch 'master' of git.freeswitch.org:freeswitch
Brian West [Thu, 8 Apr 2010 19:44:05 +0000 (14:44 -0500)] 
Merge branch 'master' of git.freeswitch.org:freeswitch

16 years ago Next time ask nicer bitch(drk) and don't talk to me like that please.
Brian West [Thu, 8 Apr 2010 19:43:44 +0000 (14:43 -0500)] 
 Next time ask nicer bitch(drk) and don't talk to me like that please.

16 years agoAdded a script to help committers configure git properly.
Travis Cross [Thu, 8 Apr 2010 19:40:53 +0000 (19:40 +0000)] 
Added a script to help committers configure git properly.

16 years agoMerge branch 'master' of git.freeswitch.org:freeswitch
Mathieu Parent [Thu, 8 Apr 2010 18:52:30 +0000 (20:52 +0200)] 
Merge branch 'master' of git.freeswitch.org:freeswitch

16 years agoFSMOD-35: mod_tts_commandline core dump, temp file problem.
Mathieu Parent [Thu, 8 Apr 2010 18:49:56 +0000 (20:49 +0200)] 
FSMOD-35: mod_tts_commandline core dump, temp file problem.

flush can be called several times

16 years agofix freetdm win compilation
Moises Silva [Thu, 8 Apr 2010 17:25:44 +0000 (13:25 -0400)] 
fix freetdm win compilation

16 years agoMerge branch 'master' of git.freeswitch.org:freeswitch
unknown [Thu, 8 Apr 2010 17:12:52 +0000 (13:12 -0400)] 
Merge branch 'master' of git.freeswitch.org:freeswitch

16 years agorevert openzap temporary workaround for Windows compilation
Moises Silva [Thu, 8 Apr 2010 16:58:56 +0000 (12:58 -0400)] 
revert openzap temporary workaround for Windows compilation

16 years agoMerge branch 'master' of git.freeswitch.org:freeswitch
Anthony Minessale [Thu, 8 Apr 2010 16:51:37 +0000 (11:51 -0500)] 
Merge branch 'master' of git.freeswitch.org:freeswitch

16 years agofix loop
Moises Silva [Thu, 8 Apr 2010 14:59:41 +0000 (10:59 -0400)] 
fix loop

16 years agoMerge branch 'master' of git@git.freeswitch.org:freeswitch
Joao Mesquita [Thu, 8 Apr 2010 03:23:06 +0000 (00:23 -0300)] 
Merge branch 'master' of git@git.freeswitch.org:freeswitch

16 years agoAdd hold feature.
Joao Mesquita [Thu, 8 Apr 2010 03:22:41 +0000 (00:22 -0300)] 
Add hold feature.

16 years agomissed a spot
Anthony Minessale [Thu, 8 Apr 2010 00:09:16 +0000 (19:09 -0500)] 
missed a spot

16 years agoremove switch_channel_export_variable's nolocal argument, more confusing than anythin...
Mathieu Rene [Wed, 7 Apr 2010 19:02:00 +0000 (15:02 -0400)] 
remove switch_channel_export_variable's nolocal argument, more confusing than anything else

16 years agoadd switch_channel_export_variable_printf
Mathieu Rene [Wed, 7 Apr 2010 18:55:55 +0000 (14:55 -0400)] 
add switch_channel_export_variable_printf

16 years agoMerge commit 'v1.0.5.14226d2'; commit 'v1.0.6'
Travis Cross [Wed, 7 Apr 2010 17:30:39 +0000 (17:30 +0000)] 
Merge commit 'v1.0.5.14226d2'; commit 'v1.0.6'

Merge made by -s ours

16 years agoAdded support for passing CLI commands to boost sigmod module
davidy [Wed, 7 Apr 2010 15:22:25 +0000 (11:22 -0400)] 
Added support for passing CLI commands to boost sigmod module

16 years agoadd in hostname to sql stmts
Anthony Minessale [Wed, 7 Apr 2010 06:46:00 +0000 (01:46 -0500)] 
add in hostname to sql stmts

16 years agoupdate
Anthony Minessale [Wed, 7 Apr 2010 06:44:56 +0000 (01:44 -0500)] 
update

16 years agoAdd new debug tools to FSComm to help on development. Check tools->debug.
Joao Mesquita [Wed, 7 Apr 2010 05:05:03 +0000 (02:05 -0300)] 
Add new debug tools to FSComm to help on development. Check tools->debug.

16 years agoAdded a script to validate our .gitignore.
Travis Cross [Tue, 6 Apr 2010 20:03:57 +0000 (20:03 +0000)] 
Added a script to validate our .gitignore.

16 years agoimport fix for OPENZAP-76 from openzap and other minor fixes
Moises Silva [Tue, 6 Apr 2010 18:41:30 +0000 (14:41 -0400)] 
import fix for OPENZAP-76 from openzap and other minor fixes

16 years agoRelease freeswitch-1.0.6 v1.0.6
Michael Jerris [Tue, 6 Apr 2010 18:05:27 +0000 (13:05 -0500)] 
Release freeswitch-1.0.6

16 years agoFix for TON and NPI not passed through to channel variables on incoming calls
Moises Silva [Tue, 6 Apr 2010 17:39:03 +0000 (13:39 -0400)] 
Fix for TON and NPI not passed through to channel variables on incoming calls

16 years agoMerge branch 'master' of git@git.freeswitch.org:freeswitch
Moises Silva [Tue, 6 Apr 2010 16:05:15 +0000 (12:05 -0400)] 
Merge branch 'master' of git@git.freeswitch.org:freeswitch

16 years agofreetdm type fixes
Moises Silva [Tue, 6 Apr 2010 16:04:46 +0000 (12:04 -0400)] 
freetdm type fixes

16 years agoMerge branch 'master' of git.freeswitch.org:freeswitch
Giovanni [Tue, 6 Apr 2010 15:55:58 +0000 (17:55 +0200)] 
Merge branch 'master' of git.freeswitch.org:freeswitch

16 years agoskypopen: alsa/dummy.c, the snd-summy custom alsa driver, now do not spin_lock_bh...
Giovanni [Tue, 6 Apr 2010 15:54:32 +0000 (17:54 +0200)] 
skypopen: alsa/dummy.c, the snd-summy custom alsa driver, now do not spin_lock_bh() on timer loop

16 years agoskypopen: reversed previous commit of alsa/dummy.c (I like to have it in a separate...
Giovanni [Tue, 6 Apr 2010 15:52:40 +0000 (17:52 +0200)] 
skypopen: reversed previous commit of alsa/dummy.c (I like to have it in a separate commit)

16 years agoskypopen: better X11 interaction with a select on XEvents, no more setsockopt by...
Giovanni [Tue, 6 Apr 2010 15:48:18 +0000 (17:48 +0200)] 
skypopen: better X11 interaction with a select on XEvents, no more setsockopt by default (tcp buffer size and TCP_NODELAY), setsockopt in config file

16 years agoIgnore stuff.
Joao Mesquita [Tue, 6 Apr 2010 01:07:45 +0000 (22:07 -0300)] 
Ignore stuff.

16 years agoIgnore stuff.
Joao Mesquita [Tue, 6 Apr 2010 01:07:08 +0000 (22:07 -0300)] 
Ignore stuff.

16 years agoIgnore stuff.
Joao Mesquita [Tue, 6 Apr 2010 01:06:32 +0000 (22:06 -0300)] 
Ignore stuff.

16 years agoMerge branch 'master' of git@git.freeswitch.org:freeswitch
Joao Mesquita [Tue, 6 Apr 2010 01:03:58 +0000 (22:03 -0300)] 
Merge branch 'master' of git@git.freeswitch.org:freeswitch

16 years agoUse more SharedPointers to make our lives easier.
Joao Mesquita [Tue, 6 Apr 2010 01:03:20 +0000 (22:03 -0300)] 
Use more SharedPointers to make our lives easier.

16 years agoTightened up .gitignore further.
Travis Cross [Mon, 5 Apr 2010 23:32:50 +0000 (23:32 +0000)] 
Tightened up .gitignore further.

16 years agoTightened up .gitignore such that we are no longer ignoring files that are actually...
Travis Cross [Mon, 5 Apr 2010 23:13:57 +0000 (23:13 +0000)] 
Tightened up .gitignore such that we are no longer ignoring files that are actually in the tree.

Check for files that we are accidentally ignoring:

  git ls-files -i --exclude-standard | sed -e "s:.:\!\/\\0:"

Check for files that we might want to ignore:

  git ls-files -o --exclude-standard | sed -e "s:.:\/\\0:"

16 years ago.gitignore /freeswitch-sounds-*
Travis Cross [Mon, 5 Apr 2010 22:41:44 +0000 (22:41 +0000)] 
.gitignore /freeswitch-sounds-*

16 years agofix cpumon
Moises Silva [Mon, 5 Apr 2010 22:28:13 +0000 (18:28 -0400)] 
fix cpumon

16 years agoadded configuration of gains in openzap.conf and display through CLI
Moises Silva [Mon, 5 Apr 2010 22:13:13 +0000 (18:13 -0400)] 
added configuration of gains in openzap.conf and display through CLI

16 years agoadded cpu monitor
Moises Silva [Mon, 5 Apr 2010 21:49:43 +0000 (17:49 -0400)] 
added cpu monitor

16 years agoUse the pendingchans queue only on request by signaling modules.
Moises Silva [Mon, 5 Apr 2010 20:01:08 +0000 (16:01 -0400)] 
Use the pendingchans queue only on request by signaling modules.
Remove suggest_chan_id member and add a span flag instead.

16 years agoMinor changes.
Joao Mesquita [Mon, 5 Apr 2010 06:05:56 +0000 (03:05 -0300)] 
Minor changes.

16 years agoRefactor the way we track events. Testing needed, please. Lots of bugs to be found...
Joao Mesquita [Mon, 5 Apr 2010 06:03:06 +0000 (03:03 -0300)] 
Refactor the way we track events. Testing needed, please. Lots of bugs to be found, for sure.

16 years agoAdd a brand new codec config. Still needs i and h config.
root [Sun, 4 Apr 2010 02:28:34 +0000 (23:28 -0300)] 
Add a brand new codec config. Still needs i and h config.

16 years agoadd apr func to disable loopback on multicast to simplify mod_multicast_event
Anthony Minessale [Fri, 2 Apr 2010 21:40:24 +0000 (16:40 -0500)] 
add apr func to disable loopback on multicast to simplify mod_multicast_event

16 years agoFSCORE-583
Anthony Minessale [Fri, 2 Apr 2010 19:45:36 +0000 (14:45 -0500)] 
FSCORE-583

16 years agoMerge branch 'master' of git.freeswitch.org:freeswitch
Anthony Minessale [Fri, 2 Apr 2010 18:52:35 +0000 (13:52 -0500)] 
Merge branch 'master' of git.freeswitch.org:freeswitch

16 years agoadd ... and shitdown as a fail-safe when no modules are loaded
Anthony Minessale [Fri, 2 Apr 2010 18:52:16 +0000 (13:52 -0500)] 
add ... and shitdown as a fail-safe when no modules are loaded

16 years agoIn release tagging, separate the tar and compression stages.
Travis Cross [Fri, 2 Apr 2010 16:13:43 +0000 (16:13 +0000)] 
In release tagging, separate the tar and compression stages.

16 years ago cleanup a few things in the swigall
Brian West [Fri, 2 Apr 2010 04:15:53 +0000 (23:15 -0500)] 
 cleanup a few things in the swigall

16 years agoskypopen: changed definition of SKYPOPEN_SVN_VERSION in Makefile.am, because the...
Giovanni Maruzzelli [Fri, 2 Apr 2010 15:20:56 +0000 (17:20 +0200)] 
skypopen: changed definition of SKYPOPEN_SVN_VERSION in Makefile.am, because the present one does not works with the git output

16 years agoMerge branch 'master' of git.freeswitch.org:freeswitch
Rupa Schomaker [Fri, 2 Apr 2010 14:35:25 +0000 (09:35 -0500)] 
Merge branch 'master' of git.freeswitch.org:freeswitch

* 'master' of git.freeswitch.org:freeswitch:
  The .version file should die on a git pull.
  Skinny: Hook the proper line
  Skinny: unused variable
  Skinny: security

16 years agoThe .version file should die on a git pull.
Travis Cross [Fri, 2 Apr 2010 14:06:01 +0000 (14:06 +0000)] 
The .version file should die on a git pull.

16 years agoSkinny: Hook the proper line
Mathieu Parent [Fri, 2 Apr 2010 13:12:06 +0000 (15:12 +0200)] 
Skinny: Hook the proper line

16 years agoSkinny: unused variable
Mathieu Parent [Fri, 2 Apr 2010 12:50:11 +0000 (14:50 +0200)] 
Skinny: unused variable

16 years agoSkinny: security
Mathieu Parent [Fri, 2 Apr 2010 12:47:37 +0000 (14:47 +0200)] 
Skinny: security

- Avoid writing outside of fields
- tab ident

16 years agoupdate description
Rupa Schomaker [Fri, 2 Apr 2010 12:35:52 +0000 (07:35 -0500)] 
update description

16 years agoSkinny: Fix the build
Mathieu Parent [Fri, 2 Apr 2010 12:25:16 +0000 (14:25 +0200)] 
Skinny: Fix the build

16 years agoMerge branch 'master' of git.freeswitch.org:freeswitch
Mathieu Parent [Fri, 2 Apr 2010 10:23:38 +0000 (12:23 +0200)] 
Merge branch 'master' of git.freeswitch.org:freeswitch