[OpenSIPS-Users] Seas module opensips

Bogdan-Andrei Iancu bogdan at opensips.org
Thu Nov 14 11:05:31 CET 2013


Hello Tito,

The seas module is not maintained for some time.

May I ask what kind of concept are you trying to build? maybe I can
point you a different direction.

Best regards,

Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com


On 11/08/2013 03:04 AM, Tito Cumpen wrote:
> hello I am attempting to develop a proof of concept using the seas
> module and wesip. I am having a hard time getting the app to be
> invoked. In my deployment descriptor WEB INF I have the sip.xml file
> which is displayed below but I am not certain what web.xml should look
> like.
>
>
> <?xmlversion="1.0"encoding="UTF-8"?>
>
> <!DOCTYPEsip-app 
>
>   PUBLIC"-//Java Community Process//DTD SIP Application 1.0//EN" 
>
>   "http://www.jcp.org/dtd/sip-app_1_0.dtd">
>
>
>
> <sip-app>
>
>   <display-name>SIP ServletSample</display-name>
>
>
>
>   <servlet>
>
>     <servlet-name>echo</servlet-name>
>
>     <servlet-class>wesip.Echotest</servlet-class>
>
>   </servlet>
>
>
>
>   <servlet-mapping>
>
>     <servlet-name>echo</servlet-name>
>
>     <pattern>
>
>             <equal><var>request.method</var><value>INVITE</value></equal>
>
>     </pattern>
>
>   </servlet-mapping>
>
> </sip-app>
>
>
>
>
> _______________________________________________
> 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/20131114/56c19b57/attachment.htm>


More information about the Users mailing list