antirek / sipservlets

Automatically exported from code.google.com/p/sipservlets
0 stars 1 forks source link

Support for identity assertion in sip.xml #204

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

identity assertion and related is not currently supported

Changes are already included in commit 
99a569e730f2ecbddc9554da04cc524cbc70242f, branch issue-203

Original issue reported on code.google.com by josemre...@gmail.com on 8 Apr 2013 at 9:07

GoogleCodeExporter commented 8 years ago
Initial commit fixes the issue.

Tested with shootme-sip-servlet-auth (from sip-servlets-test-suite), changing:

--- 
a/sip-servlets-test-suite/applications/shootme-sip-servlet-auth/src/main/sipapp/
WEB-INF/sip.xml
+++ 
b/sip-servlets-test-suite/applications/shootme-sip-servlet-auth/src/main/sipapp/
WEB-INF/sip.xml
@@ -4,6 +4,10 @@
        <app-name>org.mobicents.servlet.sip.testsuite.ShootmeAuthApplication</app-name>
        <display-name>Shootme Sip Servlet Auth</display-name>
        <description>Shootme Sip Servlet Auth</description>
+       <context-param>
+               <param-name>testContextApplicationParameter</param-name>
+               <param-value>OK</param-value>
+       </context-param>

        <servlet-selection>     
                <main-servlet>

Original comment by josemre...@gmail.com on 8 Apr 2013 at 10:10

GoogleCodeExporter commented 8 years ago
George,

Please integrate in master and telscale branch

Original comment by jean.deruelle on 3 Jul 2013 at 8:55

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 4718b6a5364b.

Backport to master

Added support for identity-assertion configuration via sip.xml
(cherry picked from commit 3afcc4466352fb2e0df8e2de7d8383e517a7ab09)

Original comment by josemre...@gmail.com on 5 Jul 2013 at 12:02

GoogleCodeExporter commented 8 years ago
This issue was updated by revision b913e147fbf5.

Backport to Master

Added support for identity-assertion configuration via sip.xml (previous commit 
was incomplete)
(cherry picked from commit 3c849f19a6592f6a8ef8a88e51b36840b50b9194)

Original comment by josemre...@gmail.com on 5 Jul 2013 at 12:02

GoogleCodeExporter commented 8 years ago

Original comment by jean.deruelle on 5 Jul 2013 at 12:28