[OpenSIPS-Users] Building OpenSips OSP support
Bogdan-Andrei Iancu
bogdan at opensips.org
Tue May 19 11:38:13 CEST 2015
Hi Di-Shi,
Shouldn't you update the doc file for 2.1 version just to specify the
exact version of the required toolkit and where the get it from ? as
mentioned, this info is outdated and people do have issues is building
the module.
Best regards,
Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com
On 19.05.2015 04:55, Di-Shi Sun wrote:
>
> Hi Bogdan,
>
> We have verified that the OSP module in OpenSIPS 2.1 works with OSP
> Toolkit 4.1.2 and later versions. I believe Victor used OSP Toolkit
> 4.0.3 or earlier version.
>
> BTW, OpenSIPS OSP feature works for OSPrey server from TransNexus. The
> OSP Toolkit version must be selected for the used OSPrey server version.
>
> Regards,
>
> Di-Shi Sun.
>
> *From:*Di-Shi Sun [mailto:di-shi at transnexus.com]
> *Sent:* Monday, May 18, 2015 5:15 PM
> *To:* 'Bogdan-Andrei Iancu'
> *Cc:* users at lists.opensips.org; devel at lists.opensips.org; Support of
> Transnexus
> *Subject:* RE: Re: [OpenSIPS-Users] Building OpenSips OSP support
>
> Hi Bogdan,
>
> We have updated OpenSIPS OSP module internally but have not fully
> tested it for committing the changes into OpenSIPS yet.
>
> For recent OSP module in OpenSIPS 2.1, it should work for OSP Toolkit
> 4.1.2 and later versions. They can be find in
> http://sourceforge.net/projects/osp-toolkit/files/?source=navbar. We
> will verify it and reply soon.
>
> Thanks,
>
> Di-Shi Sun.
>
> *From:*Bogdan-Andrei Iancu [mailto:bogdan at opensips.org]
> *Sent:* Monday, May 18, 2015 4:52 PM
> *To:* Di-Shi Sun
> *Subject:* Fwd: Re: [OpenSIPS-Users] Building OpenSips OSP support
>
> Hi Di-Shi,
>
> There is a user reporting some issue with compiling the OSP module -
> is there a recommended version / location for getting the OSP toolkit?
>
> Also, in the OSP module doc
> (http://www.opensips.org/html/docs/modules/1.11.x/osp.html) there is a
> link in section 1.2 (
> http://www.transnexus.com/White%20Papers/Multi-Lateral_Peering_with_OpenSIPS_V1.6.pdf)
> which is not available anymore.
>
> Is there a replacement ?
>
> Thanks and regards,
> Bogdan
>
>
>
> -------- Forwarded Message --------
>
> *Subject: *
>
>
>
> Re: [OpenSIPS-Users] Building OpenSips OSP support
>
> *Date: *
>
>
>
> Fri, 15 May 2015 13:14:15 -0430
>
> *From: *
>
>
>
> Victor Medina <victor.medina at cibersys.com>
> <mailto:victor.medina at cibersys.com>
>
> *To: *
>
>
>
> Bogdan-Andrei Iancu <bogdan at opensips.org> <mailto:bogdan at opensips.org>
>
> *CC: *
>
>
>
> OpenSIPS users mailling list <users at lists.opensips.org>
> <mailto:users at lists.opensips.org>
>
> Hi Bogdan.
>
> Sorry for being so late.
>
> I was trying some other features... This is the actual output.
>
> case OSPC_ERR_TRAN_CALLED_FILTERING:
> ^
> orig_transaction.c:608:9: warning: passing argument 1 of
> ‘OSPPCallIdDelete’ from incompatible pointer type [enabled by default]
> OSPPCallIdDelete(&(callids[0]));
> ^
> In file included from /usr/include/osp/ospdatatypes.h:217:0,
> from /usr/include/osp/osp.h:35,
> from orig_transaction.c:34:
> /usr/include/osp/ospcallid.h:62:20: note: expected ‘struct OSPTCALLID
> **’ but argument is of type ‘int **’
> void OSPPCallIdDelete(OSPTCALLID **);
> ^
> orig_transaction.c:354:10: warning: unused variable ‘opname’
> [-Wunused-variable]
> char opname[OSPC_OPNAME_NUMBER][OSP_STRBUF_SIZE];
> ^
> In file included from osp_mod.c:40:0:
> destination.h:61:17: error: ‘OSPC_OPNAME_NUMBER’ undeclared here (not
> in a function)
> char opname[OSPC_OPNAME_NUMBER][OSP_STRBUF_SIZE];
> ^
> destination.h:70:5: error: unknown type name ‘OSPE_PROTOCOL_NAME’
> OSPE_PROTOCOL_NAME protocol;
> ^
> make[2]: *** [orig_transaction.o] Error 1
> make[2]: *** [osp_mod.o] Error 1
> In file included from osptoolkit.c:33:0:
> osptoolkit.h:56:5: error: unknown type name ‘OSPE_RELEASE’
> OSPE_RELEASE ospvReleaseSource /* In - EP that released the
> call */
> ^
> osptoolkit.c:47:5: error: unknown type name ‘OSPE_RELEASE’
> OSPE_RELEASE release; /* EP that released the call */
> ^
> osptoolkit.c:98:5: error: unknown type name ‘OSPE_RELEASE’
> OSPE_RELEASE ospvReleaseSource)
> ^
> osptoolkit.c:134:25: warning: ‘ospReportUsageWork’ defined but not
> used [-Wunused-function]
> static OSPTTHREADRETURN ospReportUsageWork(
> ^
> make[2]: *** [osptoolkit.o] Error 1
> make[2]: Leaving directory
> `/home/infraestructura001/opensips-2.1.0/modules/osp'
> make[1]: *** [modules] Error 2
> make[1]: Leaving directory `/home/infraestructura001/opensips-2.1.0'
>
> 2015-05-15 10:35 GMT-04:30 Bogdan-Andrei Iancu <bogdan at opensips.org
> <mailto:bogdan at opensips.org>>:
>
> Hi Victor,
>
> What is the actual error you get ? have you installed the Kit ?
>
> Regards,
>
> Bogdan-Andrei Iancu
> OpenSIPS Founder and Developer
> http://www.opensips-solutions.com
>
> On 15.05.2015 17:07, Victor Medina wrote:
>
> Hi guys.
>
> Ive been trying to build OpenSips 2.1 on Ubuntu with OSP support
> but... I have not been able to do it... Ubuntu LTS comes with the
> Kits package but it seems unable to find it.
>
> Checking out the docs it states that I should read this PDF but it
> redirects to the Transnexus site.
>
>
> http://www.transnexus.com/White%20Papers/Multi-Lateral_Peering_with_OpenSIPS_V1.6.pdf
>
>
> Could somebody help?
>
> Thanks!
>
>
> --
>
>
> https://www.cibersys.com/imagenes/logotipo-cibersys-the-new-easy.png
>
> Víctor E. Medina M.
>
> Platform Architect / Chief Infrastructure
>
> +58424 291 4561
> BB #79A8AFA2
> @VMCibersys
>
> _______________________________________________
>
> Users mailing list
>
> Users at lists.opensips.org <mailto:Users at lists.opensips.org>
>
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>
>
>
> --
>
>
> https://www.cibersys.com/imagenes/logotipo-cibersys-the-new-easy.png
>
> Víctor E. Medina M.
>
> Platform Architect / Chief Infrastructure
>
> +58424 291 4561
> BB #79A8AFA2
> @VMCibersys
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20150519/270478af/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 2229 bytes
Desc: not available
URL: <http://lists.opensips.org/pipermail/users/attachments/20150519/270478af/attachment-0002.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 2230 bytes
Desc: not available
URL: <http://lists.opensips.org/pipermail/users/attachments/20150519/270478af/attachment-0003.png>
More information about the Users
mailing list