Project

General

Profile

Actions

Bug #5809

closed

Typo in siproxd config file prevents correct loading of plugins

Added by Willy Tenner about 8 years ago. Updated about 8 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
siproxd
Target version:
-
Start date:
01/24/2016
Due date:
% Done:

100%

Estimated time:
0.10 h
Plus Target Version:
Affected Version:
Affected Plus Version:
Affected Architecture:
All

Description

Problem:
Typo in siproxd config file prevents correct loading of plugins

Description:
Using siproxd package version 1.0.8 there is a little typo in /usr/pbi/siproxd-amd64/local/etc/siproxd.conf.

According to Thomas Ries (author of the siproxd project) the "plugin_dir" path MUST be terminated with a '/'.
See http://siproxd.sourceforge.net/index.php?op=odoc , Chapter 3.1. The configuration file 'siproxd.conf'.

If plugin_dir is not terminated with '/', siproxd can not find any plugin files and you see errors in Status->System Logs->General:

Jan 23 21:51:51     siproxd[74098]: plugins.c:88 ERROR:plugin plugin_stun.la not found - skipped
Jan 23 21:51:51     siproxd[74098]: plugins.c:88 ERROR:plugin plugin_logcall.la not found - skipped

Workaround:
For persistent correction the file /usr/local/pkg/siproxd.inc has to be edited:

Change the line

$plugindir = SIPROXD . '/lib/siproxd';

to
$plugindir = SIPROXD . '/lib/siproxd/';

Please apply this patch to the next package version of siproxd (1.0.9?). Thank you.

Actions

Also available in: Atom PDF