Thanks for your fast reply! So in sipdefault.xml the timeout is set to
12. But the servlet does not respond in between 70 and 80 sec. So this
should not be the problem.
Ive run the debug .. and this is what is generated at the end: I do
not see any problems in here. What do you think?
Regards,
Thomas
for transaction z9hG4bK695b90acd266/INVITE/Proceeding
2011-07-27 19:17:01.260:DBUG::z9hG4bK695b90acd266/INVITE/Proceeding ->
Accepted
2011-07-27 19:17:01.260:DBUG::scheduled timer TimerM@32s for call
session: a35e81b1@TPI-LPT
2011-07-27 19:17:01.260:DBUG::canceled timer session-timer@718s for
call session: a35e81b1@TPI-LPT
2011-07-27 19:17:01.260:DBUG::scheduled timer session-timer@720s for
call session: a35e81b1@TPI-LPT
2011-07-27 19:17:01.264:DBUG::added client invite context with cseq 1
2011-07-27 19:17:01.264:DBUG::[b20dd421,state=EARLY, _role = UAC] ->
CONFIRMED
2011-07-27 19:17:01.265:DBUG::loaded class
com.sun.org.apache.xerces.internal.jaxp.datatype.DatatypeFactoryImpl
from null
2011-07-27 19:17:01.267:DBUG::canceled timer session-timer@719s for
call session: 0ef30df3@TPI-LPT
2011-07-27 19:17:01.268:DBUG::scheduled timer session-timer@720s for
call session: 0ef30df3@TPI-LPT
2011-07-27 19:17:01.268:DBUG::z9hG4bKd61d5d196c85/ACK/Undefined ->
Trying
2011-07-27 19:17:01.269:DBUG::canceled timer session-timer@719s for
call session: a35e81b1@TPI-LPT
2011-07-27 19:17:01.276:DBUG::scheduled timer session-timer@720s for
call session: a35e81b1@TPI-LPT
2011-07-27 19:17:01.276:DBUG::z9hG4bK080880c56bcf/ACK/Undefined ->
Trying
2011-07-27 19:17:01.269:DBUG::waiting 30339 ms for call session:
0ef30df3@TPI-LPT[stxs= [], ctxs=[z9hG4bK2918bf255caf/INVITE/Accepted],
timers=[TimerM@30s, session-timer@719s], sessions=[c2c546bb/broker-
third-party-call(1)]]
2011-07-27 19:17:01.287:DBUG::waiting 30321 ms for call session:
0ef30df3@TPI-LPT[stxs= [], ctxs=[z9hG4bK2918bf255caf/INVITE/Accepted],
timers=[TimerM@30s, session-timer@719s], sessions=[c2c546bb/broker-
third-party-call(1)]]
2011-07-27 19:17:31.616:DBUG::running timers for call session:
0ef30df3@TPI-LPT[stxs= [], ctxs=[z9hG4bK2918bf255caf/INVITE/Accepted],
timers=[TimerM@-8ms, session-timer@689s], sessions=[c2c546bb/broker-
third-party-call(1)]]
2011-07-27 19:17:31.617:DBUG::running timer TimerM@-9ms for call
session 0ef30df3@TPI-LPT
2011-07-27 19:17:31.618:DBUG::timeout TimerM for transaction
z9hG4bK2918bf255caf/INVITE/Accepted
2011-07-27 19:17:31.618:DBUG::z9hG4bK2918bf255caf/INVITE/Accepted ->
Terminated
2011-07-27 19:17:31.619:DBUG::waiting 1641 ms for call session:
a35e81b1@TPI-LPT[stxs= [], ctxs=[z9hG4bK695b90acd266/INVITE/Accepted],
timers=[TimerM@1s, session-timer@689s], sessions=[086e8fc3/broker-
third-party-call(1)]]
2011-07-27 19:17:33.261:DBUG::running timers for call session:
a35e81b1@TPI-LPT[stxs= [], ctxs=[z9hG4bK695b90acd266/INVITE/Accepted],
timers=[TimerM@-1ms, session-timer@688s], sessions=[086e8fc3/broker-
third-party-call(1)]]
2011-07-27 19:17:33.262:DBUG::running timer TimerM@-2ms for call
session a35e81b1@TPI-LPT
2011-07-27 19:17:33.262:DBUG::timeout TimerM for transaction
z9hG4bK695b90acd266/INVITE/Accepted
2011-07-27 19:17:33.263:DBUG::z9hG4bK695b90acd266/INVITE/Accepted ->
Terminated
2011-07-27 19:17:33.263:DBUG::waiting 688005 ms for call session:
0ef30df3@TPI-LPT[stxs= [], ctxs=[], timers=[session-timer@688s],
sessions=[c2c546bb/broker-third-party-call(1)]]
On 27 Jul., 18:53, Thomas <
tho...@cipango.org> wrote:
> If you're simply starting from the command line, you only have to add the following system property:
>
> java -Dorg.eclipse.jetty.util.log.DEBUG=true -jar start.jar --ini=start-cipango.ini
>
> This generates a lot of logs so you may want to redirect stdout to a file.
>
> Alternatively, you may also use any slf4j logger. To do so, simply drop the log jar (log4j for instance in its slf4j flavour) in the lib/ext directory and use the log4j.properties file in the resources dir.
>
> Could you also check the default session-timeout in the etc/sipdefault.xml file ? Also, did you try to set the session-timout in your sip.xml as follows:
>
> <?xml version="1.0" encoding="UTF-8"?>
>
> <sip-app xmlns="
http://www.jcp.org/xml/ns/sipservlet"
> xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"
> xsi:schemaLocation="
http://www.jcp.org/xml/ns/sipservlethttp://www.jcp.org/xml/ns/sipservlet/sip-app_1_1.xsd"
> version="1.1">
>
> [...]
>
> <session-config>
>