[OpenSIPS-Users] Build and Install Error

nguyen khue minhkhue49da at yahoo.com
Wed Oct 5 11:10:24 CEST 2011


Hi Austin,

Are you sure use exactly config file of opensips. I try install opensips 1.7, but, in my configure file have not function dlg_flag or enable_full_lr.
If you add them manual, you can see http://www.opensips.org/Resources/DocsModules17 to known all functions in all modules.

Best regards
Khue Nguyen.


________________________________
From: Austin Einter <austin.einter at gmail.com>
To: nguyen khue <minhkhue49da at yahoo.com>
Cc: OpenSIPS users mailling list <users at lists.opensips.org>
Sent: Wednesday, October 5, 2011 10:32 AM
Subject: Re: [OpenSIPS-Users] Build and Install Error


 
Hi Khue
Next error  I am getting is as below.
 
Oct  4 22:30:03 [8590] ERROR:core:set_mod_param_regex: parameter <dlg_flag> not found in module <dialog>
 
Do I need to keep commenting corresponding line for all similar errors .
I am aftraid if anything going wrong with my build, or its normal and known issues.
 
Regards
Austin

 
On Wed, Oct 5, 2011 at 8:27 AM, nguyen khue <minhkhue49da at yahoo.com> wrote:

Hi Austin,
>
>
>You remove function "enable_full_lr" in configure file. If you install with default config, your configure file in /usr/local/etc/opensips/opensips.cfg
>
>
>Best regards
>Khue Nguyen.
>
>
>
>________________________________
> From: Austin Einter <austin.einter at gmail.com>
>To: nguyen khue <minhkhue49da at yahoo.com>; OpenSIPS users mailling list <users at lists.opensips.org>
>Sent: Wednesday, October 5, 2011 9:39 AM
>Subject: Re: [OpenSIPS-Users] Build and Install Error
> 
>
>
>Thanks Khue.
>Where I need to remove, in config file or in code?
>I am new to opensips, sorry for asking basic question.
> 
>Regards
>Austin
>
>On Wed, Oct 5, 2011 at 8:05 AM, nguyen khue <minhkhue49da at yahoo.com> wrote:
>
>Hi Austin,
>>
>>
>>In module rr have not export function with name "enable_full_lr". You remove it and try again.
>>
>>
>>Khue Nguyen.
>>
>>
>>
>>________________________________
>> From: Austin Einter <austin.einter at gmail.com>
>>To: users at lists.opensips.org
>>Sent: Wednesday, October 5, 2011 9:28 AM
>>Subject: [OpenSIPS-Users] Build and Install Error
>> 
>>
>>
>>Hi
>>I am new to opensips.
>> 
>>I downloaded opensips-1.7.0 and built it without any errors.
>>When I am trying to run, it did not run. The error I get is as below, kindly let me know whats going wrong.
>>It has got multiple errors, the first error line I have put in red.
>> 
>>Regards
>>Austin
>> 
>>Oct  4 21:26:14 [25909] DBG:core:yyparse: loading module /usr/local/lib/opensips/modules/sl.so
>>Oct  4 21:26:14 [25909] DBG:core:yyparse: loading module /usr/local/lib/opensips/modules/tm.so
>>Oct  4 21:26:14 [25909] DBG:core:register_module: register_pv: tm
>>Oct  4 21:26:14 [25909] DBG:core:pv_add_extra: extra items list is not initialized
>>Oct  4 21:26:14 [25909] DBG:core:yyparse: loading module /usr/local/lib/opensips/modules/rr.so
>>Oct  4 21:26:14 [25909] DBG:core:register_module: register_pv: rr
>>Oct  4 21:26:14 [25909] DBG:core:yyparse: loading module /usr/local/lib/opensips/modules/maxfwd.so
>>Oct  4 21:26:14 [25909] DBG:core:yyparse: loading module /usr/local/lib/opensips/modules/signaling.so
>>Oct  4 21:26:14 [25909] DBG:core:yyparse: loading module /usr/local/lib/opensips/modules/usrloc.so
>>Oct  4 21:26:14 [25909] DBG:core:yyparse: loading module /usr/local/lib/opensips/modules/registrar.so
>>Oct  4 21:26:14 [25909] DBG:core:yyparse: loading module /usr/local/lib/opensips/modules/nathelper.so
>>Oct  4 21:26:14 [25909] DBG:core:yyparse: loading module /usr/local/lib/opensips/modules/textops.so
>>Oct  4 21:26:14 [25909] DBG:core:yyparse: loading module /usr/local/lib/opensips/modules/mi_fifo.so
>>Oct  4 21:26:14 [25909] DBG:core:yyparse: loading module /usr/local/lib/opensips/modules/dialog.so
>>Oct  4 21:26:14 [25909] DBG:core:register_module: register_pv: dialog
>>Oct  4 21:26:14 [25909] DBG:core:set_mod_param_regex: rr matches module rr
>>Oct  4 21:26:14 [25909] ERROR:core:set_mod_param_regex: parameter <enable_full_lr> not found in module <rr>
>>Oct  4 21:26:14 [25909] CRITICAL:core:yyerror: parse error in config file, line 29, column 19-20: Parameter <enable_full_lr> not found in module <rr> - can't set
>>Oct  4 21:26:14 [25909] DBG:core:set_mod_param_regex: dialog matches module dialog
>>Oct  4 21:26:14 [25909] DBG:core:set_mod_param_regex: found <enable_stats> in module dialog [/usr/local/lib/opensips/modules/dialog.so]
>>Oct  4 21:26:14 [25909] DBG:core:set_mod_param_regex: dialog matches module dialog
>>Oct  4 21:26:14 [25909] DBG:core:set_mod_param_regex: found <default_timeout> in module dialog [/usr/local/lib/opensips/modules/dialog.so]
>>Oct  4 21:26:14 [25909] DBG:core:set_mod_param_regex: dialog matches module dialog
>>Oct  4 21:26:14 [25909] ERROR:core:set_mod_param_regex: parameter <dlg_flag> not found in module <dialog>
>>Oct  4 21:26:14 [25909] CRITICAL:core:yyerror: parse error in config file, line 32, column 19-20: Parameter <dlg_flag> not found in module <dialog> - can't set
>>Oct  4 21:26:14 [25909] ERROR:core:set_mod_param_regex: no module matching snmpstats found
>>Oct  4 21:26:14 [25909] CRITICAL:core:yyerror: parse error in config file, line 33, column 20-21: Parameter <sipEntityType> not found in module <snmpstats> - can't set
>>Oct  4 21:26:14 [25909] ERROR:core:set_mod_param_regex: no module matching snmpstats found
>>Oct  4 21:26:14 [25909] CRITICAL:core:yyerror: parse error in config file, line 34, column 20-21: Parameter <sipEntityType> not found in module <snmpstats> - can't set
>>Oct  4 21:26:14 [25909] ERROR:core:set_mod_param_regex: no module matching snmpstats found
>>Oct  4 21:26:14 [25909] CRITICAL:core:yyerror: parse error in config file, line 35, column 20-21: Parameter <snmpCommunity> not found in module <snmpstats> - can't set
>>Oct  4 21:26:14 [25909] ERROR:core:set_mod_param_regex: no module matching snmpstats found
>>Oct  4 21:26:14 [25909] CRITICAL:core:yyerror: parse error in config file, line 36, column 20-21: Parameter <snmpgetPath> not found in module <snmpstats> - can't set
>>Oct  4 21:26:14 [25909] ERROR:core:set_mod_param_regex: no module matching snmpstats found
>>Oct  4 21:26:14 [25909] CRITICAL:core:yyerror: parse error in config file, line 37, column 22-23: Parameter <MsgQueueMinorThreshold> not found in module <snmpstats> - can't set
>>Oct  4 21:26:14 [25909] ERROR:core:set_mod_param_regex: no module matching snmpstats found
>>Oct  4 21:26:14 [25909] CRITICAL:core:yyerror: parse error in config file, line 38, column 22-23: Parameter <MsgQueueMajorThreshold> not found in module <snmpstats> - can't set
>>Oct  4 21:26:14 [25909] ERROR:core:set_mod_param_regex: no module matching snmpstats found
>>Oct  4 21:26:14 [25909] CRITICAL:core:yyerror: parse error in config file, line 39, column 21-22: Parameter <dlg_minor_threshold> not found in module <snmpstats> - can't set
>>Oct  4 21:26:14 [25909] ERROR:core:set_mod_param_regex: no module matching snmpstats found
>>Oct  4 21:26:14 [25909] CRITICAL:core:yyerror: parse error in config file, line 40, column 21-22: Parameter <dlg_major_threshold> not found in module <snmpstats> - can't set
>>Oct  4 21:26:14 [25909] DBG:core:yyparse: loading module /usr/local/lib/opensips/modules/acc.so
>>Oct  4 21:26:14 [25909] DBG:core:set_mod_param_regex: mi_fifo matches module mi_fifo
>>Oct  4 21:26:14 [25909] DBG:core:set_mod_param_regex: found <fifo_name> in module mi_fifo [/usr/local/lib/opensips/modules/mi_fifo.so]
>>Oct  4 21:26:14 [25909] DBG:core:set_mod_param_regex: mi_fifo matches module mi_fifo
>>Oct  4 21:26:14 [25909] DBG:core:set_mod_param_regex: found <fifo_mode> in module mi_fifo [/usr/local/lib/opensips/modules/mi_fifo.so]
>>Oct  4 21:26:14 [25909] DBG:core:set_mod_param_regex: usrloc matches module usrloc
>>Oct  4 21:26:14 [25909] DBG:core:set_mod_param_regex: found <db_mode> in module usrloc [/usr/local/lib/opensips/modules/usrloc.so]
>>Oct  4 21:26:14 [25909] DBG:core:set_mod_param_regex: usrloc matches module usrloc
>>Oct  4 21:26:14 [25909] DBG:core:set_mod_param_regex: found <db_url> in module usrloc [/usr/local/lib/opensips/modules/usrloc.so]
>>Oct  4 21:26:14 [25909] DBG:core:set_mod_param_regex: usrloc matches module usrloc
>>Oct  4 21:26:14 [25909] DBG:core:set_mod_param_regex: found <contact_column> in module usrloc [/usr/local/lib/opensips/modules/usrloc.so]
>>Oct  4 21:26:14 [25909] DBG:core:set_mod_param_regex: usrloc matches module usrloc
>>Oct  4 21:26:14 [25909] DBG:core:set_mod_param_regex: found <socket_column> in module usrloc [/usr/local/lib/opensips/modules/usrloc.so]
>>Oct  4 21:26:14 [25909] DBG:core:set_mod_param_regex: usrloc matches module usrloc
>>Oct  4 21:26:14 [25909] DBG:core:set_mod_param_regex: found <domain_column> in module usrloc [/usr/local/lib/opensips/modules/usrloc.so]
>>Oct  4 21:26:14 [25909] DBG:core:set_mod_param_regex: nathelper matches module nathelper
>>Oct  4 21:26:14 [25909] DBG:core:set_mod_param_regex: found <natping_interval> in module nathelper [/usr/local/lib/opensips/modules/nathelper.so]
>>Oct  4 21:26:14 [25909] DBG:core:set_mod_param_regex: nathelper matches module nathelper
>>Oct  4 21:26:14 [25909] DBG:core:set_mod_param_regex: found <ping_nated_only> in module nathelper [/usr/local/lib/opensips/modules/nathelper.so]
>>Oct  4 21:26:14 [25909] DBG:core:set_mod_param_regex: nathelper matches module nathelper
>>Oct  4 21:26:14 [25909] ERROR:core:set_mod_param_regex: parameter <rtpproxy_sock> not found in module <nathelper>
>>Oct  4 21:26:14 [25909] CRITICAL:core:yyerror: parse error in config file, line 66, column 20-21: Parameter <rtpproxy_sock> not found in module <nathelper> - can't set
>>Oct  4 21:26:14 [25909] DBG:core:set_mod_param_regex: usrloc matches module usrloc
>>Oct  4 21:26:14 [25909] DBG:core:set_mod_param_regex: found <nat_bflag> in module usrloc [/usr/local/lib/opensips/modules/usrloc.so]
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: found <mf_process_maxfwd_header>(1) in module maxfwd [/usr/local/lib/opensips/modules/maxfwd.so]
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: found <sl_send_reply>(2) in module sl [/usr/local/lib/opensips/modules/sl.so]
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: found <sl_send_reply>(2) in module sl [/usr/local/lib/opensips/modules/sl.so]
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: found <record_route>(0) in module rr [/usr/local/lib/opensips/modules/rr.so]
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: <unforce_rtp_proxy> not found 
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: <unforce_rtp_proxy> not found 
>>Oct  4 21:26:14 [25909] CRITICAL:core:yyerror: parse error in config file, line 110, column 23-24: unknown command <unforce_rtp_proxy>, missing loadmodule?
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: found <loose_route>(0) in module rr [/usr/local/lib/opensips/modules/rr.so]
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: found <nat_uac_test>(1) in module nathelper [/usr/local/lib/opensips/modules/nathelper.so]
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: found <fix_nated_contact>(0) in module nathelper [/usr/local/lib/opensips/modules/nathelper.so]
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: <force_rtp_proxy> not found 
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: <force_rtp_proxy> not found 
>>Oct  4 21:26:14 [25909] CRITICAL:core:yyerror: parse error in config file, line 125, column 25-26: unknown command <force_rtp_proxy>, missing loadmodule?
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: <unforce_rtp_proxy> not found 
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: <unforce_rtp_proxy> not found 
>>Oct  4 21:26:14 [25909] CRITICAL:core:yyerror: parse error in config file, line 128, column 22-23: unknown command <unforce_rtp_proxy>, missing loadmodule?
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: found <lookup>(1) in module registrar [/usr/local/lib/opensips/modules/registrar.so]
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: <unforce_rtp_proxy> not found 
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: <unforce_rtp_proxy> not found 
>>Oct  4 21:26:14 [25909] CRITICAL:core:yyerror: parse error in config file, line 137, column 22-23: unknown command <unforce_rtp_proxy>, missing loadmodule?
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: found <lookup>(1) in module registrar [/usr/local/lib/opensips/modules/registrar.so]
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: found <lookup>(1) in module registrar [/usr/local/lib/opensips/modules/registrar.so]
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: found <lookup>(1) in module registrar [/usr/local/lib/opensips/modules/registrar.so]
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: found <lookup>(1) in module registrar [/usr/local/lib/opensips/modules/registrar.so]
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: found <lookup>(1) in module registrar [/usr/local/lib/opensips/modules/registrar.so]
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: found <sl_send_reply>(2) in module sl [/usr/local/lib/opensips/modules/sl.so]
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: found <t_on_reply>(1) in module tm [/usr/local/lib/opensips/modules/tm.so]
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: found <t_relay>(0) in module tm [/usr/local/lib/opensips/modules/tm.so]
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: <unforce_rtp_proxy> not found 
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: <unforce_rtp_proxy> not found 
>>Oct  4 21:26:14 [25909] CRITICAL:core:yyerror: parse error in config file, line 207, column 25-26: unknown command <unforce_rtp_proxy>, missing loadmodule?
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: found <sl_reply_error>(0) in module sl [/usr/local/lib/opensips/modules/sl.so]
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: found <search>(1) in module textops [/usr/local/lib/opensips/modules/textops.so]
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: found <nat_uac_test>(1) in module nathelper [/usr/local/lib/opensips/modules/nathelper.so]
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: found <save>(2) in module registrar [/usr/local/lib/opensips/modules/registrar.so]
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: found <sl_reply_error>(0) in module sl [/usr/local/lib/opensips/modules/sl.so]
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: found <nat_uac_test>(1) in module nathelper [/usr/local/lib/opensips/modules/nathelper.so]
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: found <lookup>(1) in module registrar [/usr/local/lib/opensips/modules/registrar.so]
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: found <lookup>(1) in module registrar [/usr/local/lib/opensips/modules/registrar.so]
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: found <sl_send_reply>(2) in module sl [/usr/local/lib/opensips/modules/sl.so]
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: found <fix_nated_contact>(0) in module nathelper [/usr/local/lib/opensips/modules/nathelper.so]
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: <force_rtp_proxy> not found 
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: <force_rtp_proxy> not found 
>>Oct  4 21:26:14 [25909] CRITICAL:core:yyerror: parse error in config file, line 270, column 17-18: unknown command <force_rtp_proxy>, missing loadmodule?
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: found <search>(1) in module textops [/usr/local/lib/opensips/modules/textops.so]
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: <force_rtp_proxy> not found 
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: <force_rtp_proxy> not found 
>>Oct  4 21:26:14 [25909] CRITICAL:core:yyerror: parse error in config file, line 279, column 26-27: unknown command <force_rtp_proxy>, missing loadmodule?
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: found <nat_uac_test>(1) in module nathelper [/usr/local/lib/opensips/modules/nathelper.so]
>>Oct  4 21:26:14 [25909] DBG:core:find_cmd_export_t: found <fix_nated_contact>(0) in module nathelper [/usr/local/lib/opensips/modules/nathelper.so]
>>Oct  4 21:26:14 [25909] ERROR:core:main: bad config file (18 errors)
>>[root at www1 opensips-1.7.0-tls]# 
>>
>> 
>>_______________________________________________
>>Users mailing list
>>Users at lists.opensips.org
>>http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>
>>
>>
>>_______________________________________________
>>Users mailing list
>>Users at lists.opensips.org
>>http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>
>>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20111005/fcfad000/attachment-0001.htm>


More information about the Users mailing list