Closed GoogleCodeExporter closed 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
George,
Please integrate in master and telscale branch
Original comment by jean.deruelle
on 3 Jul 2013 at 8:55
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
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
Original comment by jean.deruelle
on 5 Jul 2013 at 12:28
Original issue reported on code.google.com by
josemre...@gmail.com
on 8 Apr 2013 at 9:07