]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
14 years agoFS-4407 --resolve
Jeff Lenk [Sun, 15 Jul 2012 18:38:30 +0000 (13:38 -0500)] 
FS-4407 --resolve

14 years agofix windows spandsp build for recent commits
Jeff Lenk [Sun, 15 Jul 2012 16:01:17 +0000 (11:01 -0500)] 
fix windows spandsp build for recent commits

14 years agoset marker and ts, some endpoints depending on the marker bit to render correct video
Seven Du [Sun, 15 Jul 2012 10:48:51 +0000 (18:48 +0800)] 
set marker and ts, some endpoints depending on the marker bit to render correct video

14 years agoenforce floor
Seven Du [Sun, 15 Jul 2012 07:28:45 +0000 (15:28 +0800)] 
enforce floor

14 years agoMerge branch 'master' of git.freeswitch.org:freeswitch
Steve Underwood [Sun, 15 Jul 2012 05:38:18 +0000 (13:38 +0800)] 
Merge branch 'master' of git.freeswitch.org:freeswitch

14 years agoT.85 compression has now been added to the FAX engine in spandsp
Steve Underwood [Sun, 15 Jul 2012 05:37:39 +0000 (13:37 +0800)] 
T.85 compression has now been added to the FAX engine in spandsp

14 years agofix set user call to include domain
Brian West [Sun, 15 Jul 2012 05:05:28 +0000 (00:05 -0500)] 
fix set user call to include domain

14 years agoaccept binary in api and bgapi
Seven Du [Sun, 15 Jul 2012 04:44:26 +0000 (12:44 +0800)] 
accept binary in api and bgapi

14 years agoadd video_bridge flag to xml members
Seven Du [Sun, 15 Jul 2012 04:37:54 +0000 (12:37 +0800)] 
add video_bridge flag to xml members

14 years agoadd flags to conference xml_list and show also on conference list
Seven Du [Sun, 15 Jul 2012 03:22:18 +0000 (11:22 +0800)] 
add flags to conference xml_list and show also on conference list

14 years agofrick
Anthony Minessale [Sun, 15 Jul 2012 01:23:13 +0000 (20:23 -0500)] 
frick

14 years agomod_http_cache: Remove DOS line-endings in http_put().
Stefan Knoblich [Sat, 14 Jul 2012 22:43:00 +0000 (00:43 +0200)] 
mod_http_cache: Remove DOS line-endings in http_put().

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years agomod_http_cache: Fix last remaining C99-style for loop.
Stefan Knoblich [Sat, 14 Jul 2012 22:31:08 +0000 (00:31 +0200)] 
mod_http_cache: Fix last remaining C99-style for loop.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years agofix auth_only voicemail usage
Brian West [Sat, 14 Jul 2012 19:05:26 +0000 (14:05 -0500)] 
fix auth_only voicemail usage

14 years agoMore integration with the current spandsp
Steve Underwood [Sat, 14 Jul 2012 17:47:55 +0000 (01:47 +0800)] 
More integration with the current spandsp

14 years agoIntroducing T.85 encode and decodei to spandsp. This is not connected into the FAX...
Steve Underwood [Sat, 14 Jul 2012 15:59:01 +0000 (23:59 +0800)] 
Introducing T.85 encode and decodei to spandsp. This is not connected into the FAX engine in this update.

14 years agoTweaks to spandsp tests
Steve Underwood [Sat, 14 Jul 2012 15:34:40 +0000 (23:34 +0800)] 
Tweaks to spandsp tests
Addition of tones to modem connect tones
Repeat function for V.18 TDD

14 years agotweak
Brian West [Sat, 14 Jul 2012 15:24:35 +0000 (10:24 -0500)] 
tweak

14 years agoesl-php: Create installation directories if they do not exist (+ other minor clean...
Stefan Knoblich [Sat, 14 Jul 2012 12:01:18 +0000 (14:01 +0200)] 
esl-php: Create installation directories if they do not exist (+ other minor clean ups).

Fixes:

   cp ESL.so /var/tmp/por.../image/usr/lib64/php5.3/lib/extensions/no-debug-zts-20090626
   cp: cannot create regular file `/var/tmp/por.../image/usr/lib64/php5.3/lib/extensions/no-debug-zts-20090626': No such file or directory

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years agomod_http_cache: Do not use C99-style for loops to fix non-debug builds.
Stefan Knoblich [Sat, 14 Jul 2012 10:43:36 +0000 (12:43 +0200)] 
mod_http_cache: Do not use C99-style for loops to fix non-debug builds.

Debug builds add -std=c99 (or -xc99 for suncc) to CFLAGS
(AX_CFLAGS_WARN_ALL_ANSI configure macro).

Non-debug builds do not invoke AX_CFLAGS_WARN_ALL_ANSI checks and
therefore won't have C99 support enabled, which breaks the build of
mod_http_cache due to "for (int i... )"-style C99 loops.

NOTE: AC_PROG_CC_C99 would make a lot of sense here and MSVC (2005)
accepts "for (int ...)" constructs too.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years agoFS-3840 --resolve
Anthony Minessale [Fri, 13 Jul 2012 23:02:36 +0000 (18:02 -0500)] 
FS-3840 --resolve

14 years agotypo
Anthony Minessale [Fri, 13 Jul 2012 23:02:09 +0000 (18:02 -0500)] 
typo

14 years agoFS-4421 --resolve
Anthony Minessale [Fri, 13 Jul 2012 22:20:59 +0000 (17:20 -0500)] 
FS-4421 --resolve

14 years agoUpdate phrase_en.xml (new sound files created)
Michael S Collins [Fri, 13 Jul 2012 21:55:10 +0000 (14:55 -0700)] 
Update phrase_en.xml (new sound files created)

14 years agoonly decode rtp packets in srtp mode
Anthony Minessale [Fri, 13 Jul 2012 19:58:15 +0000 (14:58 -0500)] 
only decode rtp packets in srtp mode

14 years agoadding write support to mod_vlc
William King [Sat, 24 Mar 2012 21:09:57 +0000 (14:09 -0700)] 
adding write support to mod_vlc

14 years agoFS-4422
Anthony Minessale [Thu, 12 Jul 2012 23:10:20 +0000 (18:10 -0500)] 
FS-4422

14 years agoFS-4418 --resolve
Anthony Minessale [Thu, 12 Jul 2012 22:54:02 +0000 (17:54 -0500)] 
FS-4418 --resolve

14 years agoFS-4335 test this patch, and also remember you must resubmit the logs after each...
Anthony Minessale [Thu, 12 Jul 2012 22:45:43 +0000 (17:45 -0500)] 
FS-4335 test this patch, and also remember you must resubmit the logs after each new test

14 years agohow does the older compiler catch things the new one doesnt
Anthony Minessale [Thu, 12 Jul 2012 19:34:56 +0000 (14:34 -0500)] 
how does the older compiler catch things the new one doesnt

14 years agoadd fsctl sql start/stop for standby controls
Anthony Minessale [Thu, 12 Jul 2012 19:30:37 +0000 (14:30 -0500)] 
add fsctl sql start/stop for standby controls

14 years agoconf tweaks
Anthony Minessale [Thu, 12 Jul 2012 19:30:18 +0000 (14:30 -0500)] 
conf tweaks

14 years agoclose fd on fsv_record
Anthony Minessale [Thu, 12 Jul 2012 19:01:19 +0000 (14:01 -0500)] 
close fd on fsv_record

14 years agoftmod_pritap: Fix format string errors.
Stefan Knoblich [Thu, 12 Jul 2012 12:52:42 +0000 (14:52 +0200)] 
ftmod_pritap: Fix format string errors.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years agoftmod_r2: Fix format string errors.
Stefan Knoblich [Thu, 12 Jul 2012 12:45:38 +0000 (14:45 +0200)] 
ftmod_r2: Fix format string errors.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years agofreeswitch: Add -base cmdline option.
Stefan Knoblich [Thu, 12 Jul 2012 17:52:00 +0000 (19:52 +0200)] 
freeswitch: Add -base cmdline option.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years agoadd outcall-templ
Anthony Minessale [Thu, 12 Jul 2012 15:42:46 +0000 (10:42 -0500)] 
add outcall-templ

14 years agoftmod_gsm: Fix format string errors.
Stefan Knoblich [Thu, 12 Jul 2012 10:41:23 +0000 (12:41 +0200)] 
ftmod_gsm: Fix format string errors.

Two fixes:

Use ftdm_set_string() instead of sprintf() (seriously, wtf?).

Drop invalid, needless argument to ftdm_log().

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years agoFreeSWITCH: Fix copy&paste error in -storage cmdline option handling.
Stefan Knoblich [Thu, 12 Jul 2012 08:02:09 +0000 (10:02 +0200)] 
FreeSWITCH: Fix copy&paste error in -storage cmdline option handling.

"htdocs_dir" -> "storage_dir"

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years agoFS-4415 --resolve
Jeff Lenk [Thu, 12 Jul 2012 03:31:36 +0000 (22:31 -0500)] 
FS-4415 --resolve

14 years agoFreeSWITCH: Use SWITCH_TIME_T_FMT to fix format string error in send_heartbeat().
Stefan Knoblich [Thu, 12 Jul 2012 01:25:12 +0000 (03:25 +0200)] 
FreeSWITCH: Use SWITCH_TIME_T_FMT to fix format string error in send_heartbeat().

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years agoftmod_sangoma_ss7: Fix format string errors.
Stefan Knoblich [Thu, 12 Jul 2012 01:20:47 +0000 (03:20 +0200)] 
ftmod_sangoma_ss7: Fix format string errors.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years agoFreeTDM: Cast flag to uint64_t and use FTDM_UINT64_FMT to silence format string warning.
Stefan Knoblich [Thu, 12 Jul 2012 01:18:52 +0000 (03:18 +0200)] 
FreeTDM: Cast flag to uint64_t and use FTDM_UINT64_FMT to silence format string warning.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years agoftmod_wanpipe: Fix "initialization from incompatible pointer type" warning.
Stefan Knoblich [Thu, 12 Jul 2012 01:02:16 +0000 (03:02 +0200)] 
ftmod_wanpipe: Fix "initialization from incompatible pointer type" warning.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years agoFreeTDM: Fix format string errors in ftmod_analog, ftmod_wanpipe and ftmod_sangoma_isdn.
Stefan Knoblich [Thu, 12 Jul 2012 01:01:20 +0000 (03:01 +0200)] 
FreeTDM: Fix format string errors in ftmod_analog, ftmod_wanpipe and ftmod_sangoma_isdn.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years agoFreeTDM: Add dumy "%s" format string to ftdm_assert() and ftdm_assert_return() to...
Stefan Knoblich [Thu, 12 Jul 2012 00:37:55 +0000 (02:37 +0200)] 
FreeTDM: Add dumy "%s" format string to ftdm_assert() and ftdm_assert_return() to silence format string warnings.

Neither of them accepts extra arguments and ftmod_sangoma_isdn is calling
ftmod_assert() with a char * msg argument.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years agomod_conference: Fix format string errors.
Stefan Knoblich [Wed, 11 Jul 2012 23:42:14 +0000 (01:42 +0200)] 
mod_conference: Fix format string errors.

Use switch_event_add_header_string() where needed and add a
dummy "%s" format string to switch_event_add_body() calls.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years agoAdd FreeSWITCH-Version string and Uptime-msec (uptime in *milliseconds*) to heartbeat...
Daniel Swarbrick [Wed, 11 Jul 2012 23:34:36 +0000 (01:34 +0200)] 
Add FreeSWITCH-Version string and Uptime-msec (uptime in *milliseconds*) to heartbeat events

14 years agoFS-4328 try this
Anthony Minessale [Wed, 11 Jul 2012 23:12:26 +0000 (18:12 -0500)] 
FS-4328 try this

14 years agoupdate
Anthony Minessale [Wed, 11 Jul 2012 23:04:13 +0000 (18:04 -0500)] 
update

14 years agoupdate
Anthony Minessale [Wed, 11 Jul 2012 22:35:40 +0000 (17:35 -0500)] 
update

14 years agoupdate
Anthony Minessale [Wed, 11 Jul 2012 22:25:45 +0000 (17:25 -0500)] 
update

14 years agoupdate
Anthony Minessale [Wed, 11 Jul 2012 22:09:42 +0000 (17:09 -0500)] 
update

14 years agotweaks
Anthony Minessale [Wed, 11 Jul 2012 21:48:56 +0000 (16:48 -0500)] 
tweaks

14 years agoflip not
Anthony Minessale [Wed, 11 Jul 2012 21:03:56 +0000 (16:03 -0500)] 
flip not

14 years agotweak
Anthony Minessale [Wed, 11 Jul 2012 20:50:38 +0000 (15:50 -0500)] 
tweak

14 years agoFreeTDM: Add gcc printf()-style format string checks to ftdm_log(), also add FTDM_...
Stefan Knoblich [Wed, 11 Jul 2012 20:38:25 +0000 (22:38 +0200)] 
FreeTDM: Add gcc printf()-style format string checks to ftdm_log(), also add FTDM_(U)INT64_FMT and FTDM_TIME_FMT constants.

The format string checks already caught a couple crash-worthy bugs and this
commit fixes a couple more.

Also includes __ftdm_check_scanf(), for completeness (currently unused).

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years agocompiler errs from last commit
Anthony Minessale [Wed, 11 Jul 2012 20:35:49 +0000 (15:35 -0500)] 
compiler errs from last commit

14 years agoadd some rtcp stuff for sangoma
Anthony Minessale [Wed, 11 Jul 2012 20:23:12 +0000 (15:23 -0500)] 
add some rtcp stuff for sangoma

14 years agofirst pass on some new stuff
Anthony Minessale [Wed, 11 Jul 2012 20:15:43 +0000 (15:15 -0500)] 
first pass on some new stuff

14 years agoFreeTDM: Whitespace fixes for load_config().
Stefan Knoblich [Wed, 11 Jul 2012 18:41:55 +0000 (20:41 +0200)] 
FreeTDM: Whitespace fixes for load_config().

Get rid of those annoying green trailing whitespace and empty lines
with whitespace.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years agoFreeTDM: Make cfg_name[] const in load_config().
Stefan Knoblich [Wed, 11 Jul 2012 18:40:59 +0000 (20:40 +0200)] 
FreeTDM: Make cfg_name[] const in load_config().

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years agoFreeTDM: Improve error checking and logging in load_config(), add FTDM_SPAN_IS_DIGITA...
Stefan Knoblich [Wed, 11 Jul 2012 18:24:35 +0000 (20:24 +0200)] 
FreeTDM: Improve error checking and logging in load_config(), add FTDM_SPAN_IS_DIGITAL() helper.

Output the current trunk_type in "add X-channel vs. trunk_type" error messages and
check this for B-/D-channels too.

ISDN (= digital) spans need to have a trunk_type set before adding channels,
bail out early with an error message (actually two) if this is not the case.

(Adding channels should really be moved out of the parsing loop, to catch
 certain types of errors easier.)

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years agoMerge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
Michael S Collins [Wed, 11 Jul 2012 18:10:33 +0000 (11:10 -0700)] 
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch

14 years agoAdd dump_events.pl script
Michael S Collins [Wed, 11 Jul 2012 18:10:24 +0000 (11:10 -0700)] 
Add dump_events.pl script

14 years agoFreeTDM: Add trunk mode (NET/CPE) to span configuration in freetdm.conf and use it...
Stefan Knoblich [Wed, 11 Jul 2012 17:15:35 +0000 (19:15 +0200)] 
FreeTDM: Add trunk mode (NET/CPE) to span configuration in freetdm.conf and use it in ftmod_misdn and ftmod_libpri.

Some I/O implementations (e.g. mISDN) need this information to correctly
set up the port configuration. In FreeTDM, the mode of a span has been.
up until now, a part of the signalling module configuration ("node" or "mode"
for libpri and isdn spans), which is parsed _after_ the I/O part of a span
has been initialized. This limitation currently prevents us from using mISDN
in NT mode.

To work around this problem (without adding a lot of new tunk_type values like "E1_NET" etc.),
add a new "trunk_mode" parameter to the span categories in freetdm.conf, which by default
is "CPE" for all trunk types, except "FXS" (which defaults to "NET").

ftmod_misdn uses trunk_type + trunk_mode to correctly choose the d-channel protocol
for a port.

ftmod_libpri uses trunk_mode as a hint for the default "mode" setting.
(NOTE: It will print a warning if trunk_mode and signalling mode do not match.)

All other modules currently ignore the value of trunk_mode.

Example freetdm.conf snippet for a mISDN span in NET/NT mode
(using a HFC-S USB dongle):

  [span misdn MBRI_1]
  trunk_type => BRI_PTMP
  trunk_mode => NET
  b-channel  => HFC-S_USB.1:1-2
  d-channel  => HFC-S_USB.1:3

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years agoFreeTDM: Move custom backtrace code into ftdm_backtrace_walk() and helper functions.
Stefan Knoblich [Wed, 11 Jul 2012 15:21:49 +0000 (17:21 +0200)] 
FreeTDM: Move custom backtrace code into ftdm_backtrace_walk() and helper functions.

Portability fix for uClibc and other (linux) environments that lack execinfo.h.

ftdm_backtrace_walk() and related return FTDM_NOTIMPL and print a message
if backtraces are not available in the current environment.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years agofix build related issues on windows - trivial
Jeff Lenk [Wed, 11 Jul 2012 12:52:20 +0000 (07:52 -0500)] 
fix build related issues on windows - trivial

14 years agofreeswitch: Add more cmdline options to control file locations.
Stefan Knoblich [Tue, 10 Jul 2012 22:50:46 +0000 (00:50 +0200)] 
freeswitch: Add more cmdline options to control file locations.

Setting the base_dir variable didn't work so this will have to be
enough for now.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years agofreeswitch: Show user/group name in error message if change_user_group() fails.
Stefan Knoblich [Tue, 10 Jul 2012 22:16:21 +0000 (00:16 +0200)] 
freeswitch: Show user/group name in error message if change_user_group() fails.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years agofreeswitch: Create struct rlimit rlp where it is needed (move down into block scope).
Stefan Knoblich [Tue, 10 Jul 2012 22:14:01 +0000 (00:14 +0200)] 
freeswitch: Create struct rlimit rlp where it is needed (move down into block scope).

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years agofreeswitch: Whitespace clean up in switch.c.
Stefan Knoblich [Tue, 10 Jul 2012 22:12:57 +0000 (00:12 +0200)] 
freeswitch: Whitespace clean up in switch.c.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years agofreeswitch: Clean up daemonize().
Stefan Knoblich [Tue, 10 Jul 2012 22:11:59 +0000 (00:11 +0200)] 
freeswitch: Clean up daemonize().

Whitespace and indentation clean up.

Use EXIT_SUCESS/_FAILURE.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years agofreeswitch: Rework option handling in main() and other clean ups.
Stefan Knoblich [Tue, 10 Jul 2012 21:32:42 +0000 (23:32 +0200)] 
freeswitch: Rework option handling in main() and other clean ups.

Use a chain of "else if" statements, drop known_opt completely.
Added bonus: We stop trying to parse option arguments as (possible) options.

Arguments of -u/-g and path options (-conf) now check whether their argument
starts with a dash ('-') and error out in case it does (= next option, not a valid argument).

Use PATH_MAX for everything that stores files / directories.

Use switch_bool_t and SWITCH_TRUE/_FALSE for boolean variables.

Use EXIT_SUCCESS/_FAILURE for exit() calls.

Get rid of excessive indenting (especially in the win32 parts of main()).

NOTE: Win32 parts untested.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years agofreeswitch: Move usage description out of main() and improve cmdline option handling.
Stefan Knoblich [Tue, 10 Jul 2012 13:08:59 +0000 (15:08 +0200)] 
freeswitch: Move usage description out of main() and improve cmdline option handling.

Move empty cmdline option string check and "-help/-h/-?" handling to top of loop.

Emit a proper error message for unknown options. (Just displaying the
usage description, but not telling the user which option was wrong, is bad mojo).

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years agofreeswitch: Use switch_strlen_zero() to check for empty strings.
Stefan Knoblich [Tue, 10 Jul 2012 12:47:38 +0000 (14:47 +0200)] 
freeswitch: Use switch_strlen_zero() to check for empty strings.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years agoFS-4406 please test asap and report back
Anthony Minessale [Wed, 11 Jul 2012 04:04:16 +0000 (23:04 -0500)] 
FS-4406 please test asap and report back

14 years agoFS-4370 --resolve
Anthony Minessale [Wed, 11 Jul 2012 03:44:11 +0000 (22:44 -0500)] 
FS-4370 --resolve

14 years agoadd wait handler to forking code in ivrd
Anthony Minessale [Tue, 10 Jul 2012 18:32:35 +0000 (13:32 -0500)] 
add wait handler to forking code in ivrd

14 years agoFS-4404 regression from b9b4db7d40159ec1b8d2a0c0f41655339daa0887
Anthony Minessale [Tue, 10 Jul 2012 18:28:38 +0000 (13:28 -0500)] 
FS-4404 regression from b9b4db7d40159ec1b8d2a0c0f41655339daa0887

14 years agocome to ClueCon its in one month
Anthony Minessale [Tue, 10 Jul 2012 17:05:26 +0000 (12:05 -0500)] 
come to ClueCon its in one month

14 years agoMinor update to Spanish phrase files
Michael S Collins [Tue, 10 Jul 2012 16:28:26 +0000 (09:28 -0700)] 
Minor update to Spanish phrase files

14 years agomod_sofia: Use switch_add_event_header_string() for string values.
Stefan Knoblich [Tue, 10 Jul 2012 12:30:01 +0000 (14:30 +0200)] 
mod_sofia: Use switch_add_event_header_string() for string values.

Errors fixed:
sofia.c: In function 'sofia_handle_sip_i_refer':
sofia.c:7323:5: error: format not a string literal and no format arguments
sofia.c:7324:5: error: format not a string literal and no format arguments

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years agodon't parse signals in the set_running_state function to avoid livelock situation
Anthony Minessale [Fri, 2 Sep 2011 21:59:59 +0000 (16:59 -0500)] 
don't parse signals in the set_running_state function to avoid livelock situation

14 years agoFS-4378 add sofia::error custom event
Anthony Minessale [Mon, 9 Jul 2012 15:56:04 +0000 (10:56 -0500)] 
FS-4378 add sofia::error custom event

14 years agoFS-4404 --resolve
Anthony Minessale [Mon, 9 Jul 2012 15:37:15 +0000 (10:37 -0500)] 
FS-4404 --resolve

14 years agoFS-4219 --resolve
Jeff Lenk [Sun, 8 Jul 2012 14:10:28 +0000 (09:10 -0500)] 
FS-4219 --resolve

14 years agocome to cluecon will ya
Anthony Minessale [Fri, 6 Jul 2012 22:54:17 +0000 (17:54 -0500)] 
come to cluecon will ya

14 years agocome to cluecon will ya
Anthony Minessale [Fri, 6 Jul 2012 22:53:44 +0000 (17:53 -0500)] 
come to cluecon will ya

14 years agofreetdm: Try to be more foolproof when creating an iterator for an empty span
Moises Silva [Fri, 6 Jul 2012 22:43:03 +0000 (18:43 -0400)] 
freetdm: Try to be more foolproof when creating an iterator for an empty span
         to avoid triggering asserts later

14 years agoadd Current-Energy to conference events
Anthony Minessale [Fri, 6 Jul 2012 22:20:38 +0000 (17:20 -0500)] 
add Current-Energy to conference events

14 years agoFS-4364 --resolve
Anthony Minessale [Fri, 6 Jul 2012 21:16:51 +0000 (16:16 -0500)] 
FS-4364 --resolve

14 years agoFreetdm: Fix for 64-bit check on Ubuntu
David Yat Sin [Fri, 6 Jul 2012 19:23:37 +0000 (15:23 -0400)] 
Freetdm: Fix for 64-bit check on Ubuntu

14 years agochlog:Support for send-connect-ack parameter
David Yat Sin [Fri, 6 Jul 2012 16:04:52 +0000 (12:04 -0400)] 
chlog:Support for send-connect-ack parameter

14 years agoFS-4382 --resolve
Anthony Minessale [Fri, 6 Jul 2012 16:12:14 +0000 (11:12 -0500)] 
FS-4382 --resolve

14 years agoFS-4397 --resolve
Anthony Minessale [Fri, 6 Jul 2012 15:55:53 +0000 (10:55 -0500)] 
FS-4397 --resolve

14 years agoftmod_libpri: Add doxygen documentation for new MSN/DDI filter functions.
Stefan Knoblich [Wed, 27 Jun 2012 09:23:15 +0000 (11:23 +0200)] 
ftmod_libpri: Add doxygen documentation for new MSN/DDI filter functions.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years agohave sql thread manually subscribe to each event it cares about instead of every...
Anthony Minessale [Thu, 5 Jul 2012 21:42:49 +0000 (16:42 -0500)] 
have sql thread manually subscribe to each event it cares about instead of every event and filtering it

14 years agodoh
Anthony Minessale [Thu, 5 Jul 2012 19:45:11 +0000 (14:45 -0500)] 
doh

14 years agoadd space
Anthony Minessale [Thu, 5 Jul 2012 19:29:48 +0000 (14:29 -0500)] 
add space