That fixed it thanks
On Thu, Aug 7, 2008 at 4:03 PM, TCB <tawandac(a)gmail.com> wrote:
> you need libconfuse-deve !
>
>
> On Thu, Aug 7, 2008 at 9:38 PM, Mouncif Benniane <mouncifbb(a)gmail.com>wrote:
>
>> I did install libconfuse rpm for centos 5 but still same compile results
>>
>> [root@r sip-server]# rpm -qa | grep confuse
>> *libconfuse-2.5-4.el5*
>> [root@r sip-server]#
>>
>> On Thu, Aug 7, 2008 at 3:30 PM, Daniel-Constantin Mierla <
>> miconda(a)gmail.com> wrote:
>>
>>> You need libconfuse, don't know exactly the name of the package on
>>> centos.
>>>
>>> http://www.kamailio.net/docs/modules/1.3.x/carrierroute.html#AEN53
>>>
>>> Cheers,
>>> Daniel
>>>
>>> PS. Please note that the new mailing list address is
>>> users(a)lists.kamailio.net
>>>
>>>
>>> On 08/07/08 22:25, Mouncif Benniane wrote:
>>>
>>>> I am compiling version openser 1.3.2 on centos realease 5
>>>>
>>>> getting compile error stooping at carrierroute module see below:
>>>>
>>>>
>>>> make[1]: Entering directory
>>>> `/usr/local/src/openser-1.3.2/sip-server/modules/carrierroute'
>>>> make[1]: Leaving directory
>>>> `/usr/local/src/openser-1.3.2/sip-server/modules/carrierroute'
>>>> make[1]: Entering directory
>>>> `/usr/local/src/openser-1.3.2/sip-server/modules/carrierroute'
>>>> Compiling carrierroute.c
>>>> Compiling carrier_tree.c
>>>> Compiling load_data.c
>>>> Compiling route_config.c
>>>> route_config.c:39:21: error: confuse.h: No such file or directory
>>>> route_config.c:50: error: expected declaration specifiers or â...â
>>>> before âFILEâ
>>>> route_config.c:52: error: expected â=â, â,â, â;â, âasmâ or
>>>> â__attribute__â before â*â token
>>>> route_config.c:63: error: expected â)â before â*â token
>>>> route_config.c: In function âload_configâ:
>>>> route_config.c:81: error: âcfg_tâ undeclared (first use in this
>>>> function)
>>>> route_config.c:81: error: (Each undeclared identifier is reported only
>>>> once
>>>> route_config.c:81: error: for each function it appears in.)
>>>> route_config.c:81: error: âcfgâ undeclared (first use in this function)
>>>> route_config.c:83: error: âdâ undeclared (first use in this function)
>>>> route_config.c:83: error: âpâ undeclared (first use in this function)
>>>> route_config.c:83: warning: left-hand operand of comma expression has no
>>>> effect
>>>> route_config.c:83: error: âtâ undeclared (first use in this function)
>>>> route_config.c:83: warning: left-hand operand of comma expression has no
>>>> effect
>>>> route_config.c:93: warning: implicit declaration of function
>>>> âparse_configâ
>>>> route_config.c:104: warning: implicit declaration of function âcfg_sizeâ
>>>> route_config.c:112: warning: implicit declaration of function
>>>> âcfg_getnsecâ
>>>> route_config.c:113: warning: implicit declaration of function
>>>> âcfg_titleâ
>>>> route_config.c:113: warning: assignment makes pointer from integer
>>>> without a cast
>>>> route_config.c:118: warning: assignment makes pointer from integer
>>>> without a cast
>>>> route_config.c:123: warning: implicit declaration of function
>>>> âcfg_getintâ
>>>> route_config.c:127: warning: assignment makes pointer from integer
>>>> without a cast
>>>> route_config.c:132: warning: implicit declaration of function
>>>> âcfg_getfloatâ
>>>> route_config.c:134: warning: implicit declaration of function
>>>> âcfg_getstrâ
>>>> route_config.c:134: warning: assignment makes pointer from integer
>>>> without a cast
>>>> route_config.c:135: warning: assignment makes pointer from integer
>>>> without a cast
>>>> route_config.c:137: warning: assignment makes pointer from integer
>>>> without a cast
>>>> route_config.c:145: warning: implicit declaration of function
>>>> âcfg_getnintâ
>>>> route_config.c:169: warning: implicit declaration of function âcfg_freeâ
>>>> route_config.c: At top level:
>>>> route_config.c:178: error: expected â=â, â,â, â;â, âasmâ or
>>>> â__attribute__â before â*â token
>>>> route_config.c: In function âsave_configâ:
>>>> route_config.c:234: error: âFILEâ undeclared (first use in this
>>>> function)
>>>> route_config.c:234: error: âoutfileâ undeclared (first use in this
>>>> function)
>>>> route_config.c:241: warning: implicit declaration of function âfopenâ
>>>> route_config.c:249: warning: implicit declaration of function âfprintfâ
>>>> route_config.c:249: warning: incompatible implicit declaration of
>>>> built-in function âfprintfâ
>>>> route_config.c:251: error: too many arguments to function
>>>> âsave_route_data_recursorâ
>>>> route_config.c:257: warning: implicit declaration of function âfcloseâ
>>>> route_config.c: At top level:
>>>> route_config.c:274: error: expected declaration specifiers or â...â
>>>> before âFILEâ
>>>> route_config.c: In function âsave_route_data_recursorâ:
>>>> route_config.c:280: warning: incompatible implicit declaration of
>>>> built-in function âfprintfâ
>>>> route_config.c:280: error: âoutfileâ undeclared (first use in this
>>>> function)
>>>> route_config.c:326: error: too many arguments to function
>>>> âsave_route_data_recursorâ
>>>> route_config.c: In function âbackup_configâ:
>>>> route_config.c:335: error: âFILEâ undeclared (first use in this
>>>> function)
>>>> route_config.c:335: error: âfromâ undeclared (first use in this
>>>> function)
>>>> route_config.c:335: error: âtoâ undeclared (first use in this function)
>>>> route_config.c:335: warning: left-hand operand of comma expression has
>>>> no effect
>>>> route_config.c:364: warning: implicit declaration of function âfeofâ
>>>> route_config.c:365: warning: implicit declaration of function âfgetcâ
>>>> route_config.c:366: warning: implicit declaration of function âferrorâ
>>>> route_config.c:370: warning: implicit declaration of function âfputcâ
>>>> route_config.c:377: error: âEOFâ undeclared (first use in this function)
>>>> make[1]: *** [route_config.o] Error 1
>>>> make[1]: Leaving directory
>>>> `/usr/local/src/openser-1.3.0/sip-server/modules/carrierroute'
>>>> make: *** [modules] Error 2
>>>>
>>>>
>>>>
>>>>
>>>> any ideas? thank you
>>>> ------------------------------------------------------------------------
>>>>
>>>> _______________________________________________
>>>> Users mailing list
>>>> Users(a)lists.kamailio.org
>>>> http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
>>>>
>>>>
>>>
>>> --
>>> Daniel-Constantin Mierla
>>> http://www.asipto.com
>>>
>>>
>>
>> _______________________________________________
>> Users mailing list
>> Users(a)lists.kamailio.org
>> http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
>>
>>
>
>
> --
> TC
>
Hi All,
I have a need to keep the openser 'IN' the loop for all
transfered calls and to be able to generate proper accounting records
(to mimic legacy PBX behavior).
Any thoughts on how this can be achieved WITHOUT using SBC/ B2BUA? is
it even possible?
If off-system user calls X on openser and then X transfers the call to
Y, we need to be able to generate two cdr records:
A --> X start when A called, end when Y disconnected
X --> Y start when X called Y, end when Y disconnected.
A is connecting to X via a cisco gateway. Y can potentially be another
off-system number.
Thanks in Advance.
--
Zahid
I am compiling version openser 1.3.2 on centos realease 5
getting compile error stooping at carrierroute module see below:
make[1]: Entering directory
`/usr/local/src/openser-1.3.2/sip-server/modules/carrierroute'
make[1]: Leaving directory
`/usr/local/src/openser-1.3.2/sip-server/modules/carrierroute'
make[1]: Entering directory
`/usr/local/src/openser-1.3.2/sip-server/modules/carrierroute'
Compiling carrierroute.c
Compiling carrier_tree.c
Compiling load_data.c
Compiling route_config.c
route_config.c:39:21: error: confuse.h: No such file or directory
route_config.c:50: error: expected declaration specifiers or â...â before
âFILEâ
route_config.c:52: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â
before â*â token
route_config.c:63: error: expected â)â before â*â token
route_config.c: In function âload_configâ:
route_config.c:81: error: âcfg_tâ undeclared (first use in this function)
route_config.c:81: error: (Each undeclared identifier is reported only once
route_config.c:81: error: for each function it appears in.)
route_config.c:81: error: âcfgâ undeclared (first use in this function)
route_config.c:83: error: âdâ undeclared (first use in this function)
route_config.c:83: error: âpâ undeclared (first use in this function)
route_config.c:83: warning: left-hand operand of comma expression has no
effect
route_config.c:83: error: âtâ undeclared (first use in this function)
route_config.c:83: warning: left-hand operand of comma expression has no
effect
route_config.c:93: warning: implicit declaration of function âparse_configâ
route_config.c:104: warning: implicit declaration of function âcfg_sizeâ
route_config.c:112: warning: implicit declaration of function âcfg_getnsecâ
route_config.c:113: warning: implicit declaration of function âcfg_titleâ
route_config.c:113: warning: assignment makes pointer from integer without a
cast
route_config.c:118: warning: assignment makes pointer from integer without a
cast
route_config.c:123: warning: implicit declaration of function âcfg_getintâ
route_config.c:127: warning: assignment makes pointer from integer without a
cast
route_config.c:132: warning: implicit declaration of function âcfg_getfloatâ
route_config.c:134: warning: implicit declaration of function âcfg_getstrâ
route_config.c:134: warning: assignment makes pointer from integer without a
cast
route_config.c:135: warning: assignment makes pointer from integer without a
cast
route_config.c:137: warning: assignment makes pointer from integer without a
cast
route_config.c:145: warning: implicit declaration of function âcfg_getnintâ
route_config.c:169: warning: implicit declaration of function âcfg_freeâ
route_config.c: At top level:
route_config.c:178: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â
before â*â token
route_config.c: In function âsave_configâ:
route_config.c:234: error: âFILEâ undeclared (first use in this function)
route_config.c:234: error: âoutfileâ undeclared (first use in this function)
route_config.c:241: warning: implicit declaration of function âfopenâ
route_config.c:249: warning: implicit declaration of function âfprintfâ
route_config.c:249: warning: incompatible implicit declaration of built-in
function âfprintfâ
route_config.c:251: error: too many arguments to function
âsave_route_data_recursorâ
route_config.c:257: warning: implicit declaration of function âfcloseâ
route_config.c: At top level:
route_config.c:274: error: expected declaration specifiers or â...â before
âFILEâ
route_config.c: In function âsave_route_data_recursorâ:
route_config.c:280: warning: incompatible implicit declaration of built-in
function âfprintfâ
route_config.c:280: error: âoutfileâ undeclared (first use in this function)
route_config.c:326: error: too many arguments to function
âsave_route_data_recursorâ
route_config.c: In function âbackup_configâ:
route_config.c:335: error: âFILEâ undeclared (first use in this function)
route_config.c:335: error: âfromâ undeclared (first use in this function)
route_config.c:335: error: âtoâ undeclared (first use in this function)
route_config.c:335: warning: left-hand operand of comma expression has no
effect
route_config.c:364: warning: implicit declaration of function âfeofâ
route_config.c:365: warning: implicit declaration of function âfgetcâ
route_config.c:366: warning: implicit declaration of function âferrorâ
route_config.c:370: warning: implicit declaration of function âfputcâ
route_config.c:377: error: âEOFâ undeclared (first use in this function)
make[1]: *** [route_config.o] Error 1
make[1]: Leaving directory
`/usr/local/src/openser-1.3.0/sip-server/modules/carrierroute'
make: *** [modules] Error 2
any ideas? thank you
Hi.
I built & installed ser-2.0.0-rc1 on a debian stable amd64.
When I try to redirect a call (case where destination user redirects before
answering), it gets an SIP error 477.
Corresponding error from SER process running in foreground:
0(30330) ERROR: udp_send:
sendto(sock,0x2aebd16fc038,1227,0,xx.xx.xx.xx:xxxx,16): Operation not
permitted(1)
0(30330) msg_send: ERROR: udp_send failed
0(30330) ERROR: t_send_branch: sending request on branch 0 failed
0(30330) ERROR: sl_reply_error used: Unfortunately error on sending to next
hop occurred (477/SL)
Unfortunately, "1" (EPERM) is not documented in sento manpage, as far as I can
see, so it's quite hard to track down that problem.
Kernel version is: 2.6.24.5-grsec
iptables is used, but putting netcat in place of SER and the client shows that
kernel allows packets to reach client (and more simply, it is possible to do
a direct call, it's just redirects which fail).
It can be a grsec problem, I still have to check that part, but I wanted to
take the chance of helpful feedback in the meantime.
Regards,
--
Vincent Pelletier
On Thursday 07 August 2008, Nuno Marques wrote:
> Can someone tell me how to access the dokuwiki page? Is offline in both
> projects (Kamailio and Opensips...).
Hi Nuno,
there is a wrong link in the page, should be fixed now.
Cheers,
Henning
Staring from today, www.openser.org will point to www.opensips.org . The
mainlists will continue on openser like they use to, but I invite
everyone to move to the new mail lists created on opensips.org
1 - It is the time to move forward with the openser project, in a
positive way, for a reliable future development and enhancement.
2 - Kamillio community used the access right they had on the
www.openser.org server to redirect to kamillio without asking my consent
even if the domain is a property of Voice System.
Thanks,
Bogdan
I think this is also useful info for user community as well.
Cheers,
Daniel
-------- Original Message --------
Subject: [Kamailio-Devel] branching 1.4.0 in one hour
Date: Thu, 07 Aug 2008 18:09:35 +0300
From: Daniel-Constantin Mierla <miconda(a)gmail.com>
Reply-To: miconda(a)gmail.com
To: devel <devel(a)lists.kamailio.org>
Hello,
this is a last notification between branching the 1.4.0 release. If any
developers is still doing last minute work, let us know. Branching is
about one hour from now 18:00 CET.
Of course, will still be possible to add afterwards, just that will need
commits in two branches.
Cheers,
Daniel
--
Daniel-Constantin Mierla
http://www.asipto.com
_______________________________________________
Devel mailing list
Devel(a)lists.kamailio.org
http://lists.kamailio.org/cgi-bin/mailman/listinfo/devel
--
Daniel-Constantin Mierla
http://www.asipto.com
Hi,
I am working on OpenSER 1.3.2 version as presence server and i want to integrate with IMS.
For this what are modifications need. Is sh interface is needed? And how to trace the presence information?
Regards,
Mahesh Peddi
Infospectrum India Pvt. Ltd.
Cell: +91 9765775176
IP-Phone Ext. - 764
Hi All,
I have a need to keep the openser 'IN' the loop for all
transfered calls and to be able to generate proper accounting records
(to mimic legacy PBX behavior).
Any thoughts on how this can be achieved WITHOUT using SBC/ B2BUA? is
it even possible?
If off-system user calls X on openser and then X transfers the call to
Y, we need to be able to generate two cdr records:
A --> X start when A called, end when Y disconnected
X --> Y start when X called Y, end when Y disconnected.
A is connecting to X via a cisco gateway. Y can potentially be another
off-system number.
Thanks in Advance.
--
Zahid