Re: Problem with the method process request in SipListener Interface
"M. Rangnathan" <[email protected]> Tue, 17 Apr 2007 09:47:18 -0400
| Newsgroups | gmane.comp.voip.nist-sip |
|---|---|
| Message-ID | <[email protected]> |
Hi 1. Check the branch id of the BYE request and see if there is a repeat. 2. When you respond to a BYE, the server transaction is terminated. So when you get a new request, you get a new server transaction. You should just reply OK to the server transaction. Why is it getting retransmitted? Is your OK getting to the other end? Ranga Celia Roses wrote: > Hello, > > I have one problem with this method in my program. > Shows this, in console: > > ************************************************************************************************************* > > Request SUBSCRIBE received at shootme with server transaction id null > *** shootme: got a SUBSCRIBE SUBSCRIBE sip:[email protected]:5070 > SIP/2.0 > Call-ID: [email protected] > <mailto:[email protected]> > CSeq: 1 SUBSCRIBE > From: "Diego" <sip:[email protected] > <mailto:[email protected]>>;tag=1001 > To: "The Little Blister" <sip:[email protected] > <mailto:sip:[email protected]>> > Via: SIP/2.0/UDP 127.0.0.1:5060 > <http://127.0.0.1:5060/>;branch=z9hG4bKfb49f7eebd9d9702 > 554ac86191e3c0e5 > Max-Forwards: 1 > Contact: "diego.rivera" <sip:[email protected]:5060> > Content-Type: application/sdp > Content-Length: 247 > > v=0 > o=4855 13760799956958020 13760799956958020 IN IP4 129.6.55.78 > <http://129.6.55.78/> > s=mysession session > p=+46 8 52018010 > c=IN IP4 129.6.55.78 <http://129.6.55.78/> > t=0 0 > m=audio 6022 RTP/AVP 0 4 18 > a=rtpmap:0 PCMU/8000 > a=rtpmap:4 G723/8000 > a=rtpmap:18 G729A/8000 > a=ptime:20 > > MANDA LA RESPUESTAA OKKKKK > > shootme: got a SUBSCRIBE -- sending NOTIFY! > El dialogo es ... gov.nist.javax.sip.stack.SIPDialog@1ef9f1d > El estado del dialogo es ... Confirmed Dialog > Dialog State = Confirmed Dialog > > > > CLASE SHOOTME: pasa por la process Request! > > Request ACK received at shootme with server transaction id null > El request es ... ACK sip:[email protected]:5070 SIP/2.0 > Call-ID: [email protected] > <mailto:[email protected]> > CSeq: 1 ACK > From: "The Missys" <sip:[email protected] > <mailto:[email protected]>>;tag=1002 > To: "The Little Blister" <sip:[email protected] > <mailto:sip:[email protected]>> > Via: SIP/2.0/UDP 127.0.0.1:5060 > <http://127.0.0.1:5060/>;branch=z9hG4bK4d5346d686a9fe0332d5136e39224c28 > Max-Forwards: 1 > Contact: "diego.rivera" <sip:[email protected]:5060> > Content-Type: application/sdp > Content-Length: 247 > > v=0 > o=4855 13760799956958020 13760799956958020 IN IP4 129.6.55.78 > <http://129.6.55.78/> > s=mysession session > p=+46 8 52018010 > c=IN IP4 129.6.55.78 <http://129.6.55.78/> > t=0 0 > m=audio 6022 RTP/AVP 0 4 18 > a=rtpmap:0 PCMU/8000 > a=rtpmap:4 G723/8000 > a=rtpmap:18 G729A/8000 > a=ptime:20 > > El server transaction es ... null > *** shootme: got an ACK ACK sip:[email protected]:5070 SIP/2.0 > Call-ID: [email protected] > <mailto:[email protected]> > CSeq: 1 ACK > From: "The Missys" <sip:[email protected] > <mailto:[email protected]>>;tag=1002 > To: "The Little Blister" <sip:[email protected] > <mailto:sip:[email protected]>> > Via: SIP/2.0/UDP 127.0.0.1:5060 > <http://127.0.0.1:5060/>;branch=z9hG4bK4d5346d686a9fe0332d5136e39224c28 > Max-Forwards: 1 > Contact: "diego.rivera" <sip:[email protected]:5060> > Content-Type: application/sdp > Content-Length: 247 > > v=0 > o=4855 13760799956958020 13760799956958020 IN IP4 129.6.55.78 > <http://129.6.55.78/> > s=mysession session > p=+46 8 52018010 > c=IN IP4 129.6.55.78 <http://129.6.55.78/> > t=0 0 > m=audio 6022 RTP/AVP 0 4 18 > a=rtpmap:0 PCMU/8000 > a=rtpmap:4 G723/8000 > a=rtpmap:18 G729A/8000 > a=ptime:20 > > El server transaction es processAck es ... > gov.nist.javax.sip.stack.SIPServerTransaction@805eb8be > shootme: got an ACK -- sending bye! > El dialogo es ..... gov.nist.javax.sip.stack.SIPDialog@1ef9f1d > Dialog State = Completed Dialog > CLASE SHOOTME: pasa por la process Request! > > > Request BYE received at shootme with server transaction id > gov.nist.javax.sip.stack.SIPServerTransaction@79f3e555 > CLASE SHOOTME: pasa por la process Request! > > > Request ACK received at shootme with server transaction id null > Entra en el processAck > El request es ... ACK sip:[email protected]:5070 SIP/2.0 > Call-ID: [email protected] > <mailto:[email protected]> > CSeq: 1 ACK > From: "The Missys" <sip:[email protected] > <mailto:[email protected]>>;tag=1002 > To: "The Little Blister" <sip:[email protected] > <mailto:sip:[email protected]>> > Via: SIP/2.0/UDP 127.0.0.1:5060 > <http://127.0.0.1:5060/>;branch=z9hG4bKc7b49db23c70900a36cb0602e8437bd5 > Max-Forwards: 1 > Contact: "diego.rivera" <sip:[email protected]:5060> > Content-Type: application/sdp > Content-Length: 247 > > v=0 > o=4855 13760799956958020 13760799956958020 IN IP4 129.6.55.78 > <http://129.6.55.78/> > s=mysession session > p=+46 8 52018010 > c=IN IP4 129.6.55.78 <http://129.6.55.78/> > t=0 0 > m=audio 6022 RTP/AVP 0 4 18 > a=rtpmap:0 PCMU/8000 > a=rtpmap:4 G723/8000 > a=rtpmap:18 G729A/8000 > a=ptime:20 > > El server transaction es ... null > ENTRA EN EL TIMER TTASK ************* > *** shootme: got an ACK ACK sip:[email protected]:5070 SIP/2.0 > Call-ID: [email protected] > <mailto:[email protected]> > CSeq: 1 ACK > From: "The Missys" <sip:[email protected] > <mailto:[email protected]>>;tag=1002 > To: "The Little Blister" <sip:[email protected] > <mailto:sip:[email protected]>> > Via: SIP/2.0/UDP 127.0.0.1:5060 > <http://127.0.0.1:5060/>;branch=z9hG4bKc7b49db23c70900a36cb0602e8437bd5 > Max-Forwards: 1 > Contact: "diego.rivera" <sip:[email protected]:5060> > Content-Type: application/sdp > Content-Length: 247 > > v=0 > o=4855 13760799956958020 13760799956958020 IN IP4 129.6.55.78 > <http://129.6.55.78/> > s=mysession session > p=+46 8 52018010 > c=IN IP4 129.6.55.78 <http://129.6.55.78/> > t=0 0 > m=audio 6022 RTP/AVP 0 4 18 > a=rtpmap:0 PCMU/8000 > a=rtpmap:4 G723/8000 > a=rtpmap:18 G729A/8000 > a=ptime:20 > > El server transaction es processAck es ... > gov.nist.javax.sip.stack.SIPServerTransaction@805eb8be > El tiempo de retransmision en el process Ack es ... ***************** 500 > shootme: got an ACK -- sending bye! > El dialogo es ..... gov.nist.javax.sip.stack.SIPDialog@1ef9f1d > Dialog State = Completed Dialog > CLASE SHOOTME: pasa por la process Request! > > > Request BYE received at shootme with server transaction id > gov.nist.javax.sip.stack.SIPServerTransaction@a63be715 > CLASE SHOOTME: pasa por la process Request! > > > Request BYE received at shootme with server transaction id > gov.nist.javax.sip.stack.SIPServerTransaction@a49903f7 > CLASE SHOOTME: pasa por la process Request! > > > Request BYE received at shootme with server transaction id > gov.nist.javax.sip.stack.SIPServerTransaction@56aca5ac > CLASE SHOOTME: pasa por la process Request! > > > Request ACK received at shootme with server transaction id null > Entra en el processAck > El request es ... ACK sip:[email protected]:5070 SIP/2.0 > Call-ID: [email protected] > <mailto:[email protected]> > CSeq: 1 ACK > From: "The Missys" <sip:[email protected] > <mailto:[email protected]>>;tag=1002 > To: "The Little Blister" <sip:[email protected] > <mailto:sip:[email protected]>> > Via: SIP/2.0/UDP 127.0.0.1:5060 > <http://127.0.0.1:5060/>;branch=z9hG4bK0f8dc838027a3394dfecb63097094c9e > Max-Forwards: 1 > Contact: "diego.rivera" <sip:[email protected]:5060> > Content-Type: application/sdp > Content-Length: 247 > > v=0 > o=4855 13760799956958020 13760799956958020 IN IP4 129.6.55.78 > <http://129.6.55.78/> > s=mysession session > p=+46 8 52018010 > c=IN IP4 129.6.55.78 <http://129.6.55.78/> > t=0 0 > m=audio 6022 RTP/AVP 0 4 18 > a=rtpmap:0 PCMU/8000 > a=rtpmap:4 G723/8000 > a=rtpmap:18 G729A/8000 > a=ptime:20 > > El server transaction es ... null > *** shootme: got an ACK ACK sip:[email protected]:5070 SIP/2.0 > Call-ID: [email protected] > <mailto:[email protected]> > CSeq: 1 ACK > From: "The Missys" <sip:[email protected] > <mailto:[email protected]>>;tag=1002 > To: "The Little Blister" <sip:[email protected] > <mailto:sip:[email protected]>> > Via: SIP/2.0/UDP 127.0.0.1:5060 > <http://127.0.0.1:5060/>;branch=z9hG4bK0f8dc838027a3394dfecb63097094c9e > Max-Forwards: 1 > Contact: "diego.rivera" <sip:[email protected]:5060> > Content-Type: application/sdp > Content-Length: 247 > > v=0 > o=4855 13760799956958020 13760799956958020 IN IP4 129.6.55.78 > <http://129.6.55.78/> > s=mysession session > p=+46 8 52018010 > c=IN IP4 129.6.55.78 <http://129.6.55.78/> > t=0 0 > m=audio 6022 RTP/AVP 0 4 18 > a=rtpmap:0 PCMU/8000 > a=rtpmap:4 G723/8000 > a=rtpmap:18 G729A/8000 > a=ptime:20 > > El server transaction es processAck es ... > gov.nist.javax.sip.stack.SIPServerTransaction@805eb8be > El tiempo de retransmision en el process Ack es ... ***************** 500 > shootme: got an ACK -- sending bye! > El dialogo es ..... gov.nist.javax.sip.stack.SIPDialog@1ef9f1d > Dialog State = Completed Dialog > CLASE SHOOTME: pasa por la process Request! > > > Request BYE received at shootme with server transaction id > gov.nist.javax.sip.stack.SIPServerTransaction@e94f4cc6 > CLASE SHOOTME: pasa por la process Request! > > > Request BYE received at shootme with server transaction id > gov.nist.javax.sip.stack.SIPServerTransaction@26610e1b > CLASE SHOOTME: pasa por la process Request! > > > Request BYE received at shootme with server transaction id > gov.nist.javax.sip.stack.SIPServerTransaction@489d28c8 > CLASE SHOOTME: pasa por la process Request! > > > Request BYE received at shootme with server transaction id > gov.nist.javax.sip.stack.SIPServerTransaction@c227dcad > CLASE SHOOTME: pasa por la process Request! > > > Request BYE received at shootme with server transaction id > gov.nist.javax.sip.stack.SIPServerTransaction@d4e51d9c > CLASE SHOOTME: pasa por la process Request! > > > Request ACK received at shootme with server transaction id null > Entra en el processAck > El request es ... ACK sip:[email protected]:5070 SIP/2.0 > Call-ID: [email protected] > <mailto:[email protected]> > CSeq: 1 ACK > From: "The Missys" <sip:[email protected] > <mailto:[email protected]>>;tag=1002 > To: "The Little Blister" <sip:[email protected] > <mailto:sip:[email protected]>> > Via: SIP/2.0/UDP 127.0.0.1:5060 > <http://127.0.0.1:5060/>;branch=z9hG4bKccee6dc021ccd1e64b05a392d01de03f > Max-Forwards: 1 > Contact: "diego.rivera" <sip:[email protected]:5060> > Content-Type: application/sdp > Content-Length: 247 > > v=0 > o=4855 13760799956958020 13760799956958020 IN IP4 129.6.55.78 > <http://129.6.55.78/> > s=mysession session > p=+46 8 52018010 > c=IN IP4 129.6.55.78 <http://129.6.55.78/> > t=0 0 > m=audio 6022 RTP/AVP 0 4 18 > a=rtpmap:0 PCMU/8000 > a=rtpmap:4 G723/8000 > a=rtpmap:18 G729A/8000 > a=ptime:20 > > El server transaction es ... null > *** shootme: got an ACK ACK sip:[email protected]:5070 SIP/2.0 > Call-ID: [email protected] > <mailto:[email protected]> > CSeq: 1 ACK > From: "The Missys" <sip:[email protected] > <mailto:[email protected]>>;tag=1002 > To: "The Little Blister" <sip:[email protected] > <mailto:sip:[email protected]>> > Via: SIP/2.0/UDP 127.0.0.1:5060 > <http://127.0.0.1:5060/>;branch=z9hG4bKccee6dc021ccd1e64b05a392d01de03f > Max-Forwards: 1 > Contact: "diego.rivera" <sip:[email protected]:5060> > Content-Type: application/sdp > Content-Length: 247 > > v=0 > o=4855 13760799956958020 13760799956958020 IN IP4 129.6.55.78 > <http://129.6.55.78/> > s=mysession session > p=+46 8 52018010 > c=IN IP4 129.6.55.78 <http://129.6.55.78/> > t=0 0 > m=audio 6022 RTP/AVP 0 4 18 > a=rtpmap:0 PCMU/8000 > a=rtpmap:4 G723/8000 > a=rtpmap:18 G729A/8000 > a=ptime:20 > > El server transaction es processAck es ... > gov.nist.javax.sip.stack.SIPServerTransaction@805eb8be > El tiempo de retransmision en el process Ack es ... ***************** 500 > shootme: got an ACK -- sending bye! > El dialogo es ..... gov.nist.javax.sip.stack.SIPDialog@1ef9f1d > Dialog State = Completed Dialog > CLASE SHOOTME: pasa por la process Request! > > > Request BYE received at shootme with server transaction id > gov.nist.javax.sip.stack.SIPServerTransaction@e3d4481d > CLASE SHOOTME: pasa por la process Request! > > > Request BYE received at shootme with server transaction id > gov.nist.javax.sip.stack.SIPServerTransaction@f425a1a8 > CLASE SHOOTME: pasa por la process Request! > > > Request BYE received at shootme with server transaction id > gov.nist.javax.sip.stack.SIPServerTransaction@e59afb06 > CLASE SHOOTME: pasa por la process Request! > > > Request BYE received at shootme with server transaction id > gov.nist.javax.sip.stack.SIPServerTransaction@ec4805e6 > CLASE SHOOTME: pasa por la process Request! > > > Request BYE received at shootme with server transaction id > gov.nist.javax.sip.stack.SIPServerTransaction@482fe277 > CLASE SHOOTME: pasa por la process Request! > > > Request BYE received at shootme with server transaction id > gov.nist.javax.sip.stack.SIPServerTransaction@ab2e4986 > CLASE SHOOTME: pasa por la process Request! > > > Request BYE received at shootme with server transaction id > gov.nist.javax.sip.stack.SIPServerTransaction@18e40d3 > CLASE SHOOTME: pasa por la process Request! > > > Request ACK received at shootme with server transaction id null > Entra en el processAck > El request es ... ACK sip:[email protected]:5070 SIP/2.0 > Call-ID: [email protected] > <mailto:[email protected]> > CSeq: 1 ACK > From: "The Missys" <sip:[email protected] > <mailto:[email protected]>>;tag=1002 > To: "The Little Blister" <sip:[email protected] > <mailto:sip:[email protected]>> > Via: SIP/2.0/UDP 127.0.0.1:5060 > <http://127.0.0.1:5060/>;branch=z9hG4bKa3666025ecc1e98faf2dcdead2f0594a > Max-Forwards: 1 > Contact: "diego.rivera" <sip:[email protected]:5060> > Content-Type: application/sdp > Content-Length: 247 > > v=0 > o=4855 13760799956958020 13760799956958020 IN IP4 129.6.55.78 > <http://129.6.55.78/> > s=mysession session > p=+46 8 52018010 > c=IN IP4 129.6.55.78 <http://129.6.55.78/> > t=0 0 > m=audio 6022 RTP/AVP 0 4 18 > a=rtpmap:0 PCMU/8000 > a=rtpmap:4 G723/8000 > a=rtpmap:18 G729A/8000 > a=ptime:20 > > El server transaction es ... null > shootme: got an ACK ACK sip:[email protected]:5070 SIP/2.0 > Call-ID: [email protected] > <mailto:[email protected]> > CSeq: 1 ACK > From: "The Missys" <sip:[email protected] > <mailto:[email protected]>>;tag=1002 > To: "The Little Blister" <sip:[email protected] > <mailto:sip:[email protected]>> > Via: SIP/2.0/UDP 127.0.0.1:5060 > <http://127.0.0.1:5060/>;branch=z9hG4bKa3666025ecc1e98faf2dcdead2f0594a > Max-Forwards: 1 > Contact: "diego.rivera" <sip:[email protected]:5060> > Content-Type: application/sdp > Content-Length: 247 > > v=0 > o=4855 13760799956958020 13760799956958020 IN IP4 129.6.55.78 > <http://129.6.55.78/> > s=mysession session > p=+46 8 52018010 > c=IN IP4 129.6.55.78 <http://129.6.55.78/> > t=0 0 > m=audio 6022 RTP/AVP 0 4 18 > a=rtpmap:0 PCMU/8000 > a=rtpmap:4 G723/8000 > a=rtpmap:18 G729A/8000 > a=ptime:20 > > El server transaction es processAck es ... > gov.nist.javax.sip.stack.SIPServerTransaction@805eb8be > El tiempo de retransmision en el process Ack es ... ***************** 500 > shootme: got an ACK -- sending bye! > El dialogo es ..... gov.nist.javax.sip.stack.SIPDialog@1ef9f1d > Dialog State = Completed Dialog > CLASE SHOOTME: pasa por la process Request! > > > Request BYE received at shootme with server transaction id > gov.nist.javax.sip.stack.SIPServerTransaction@58c19e9a > CLASE SHOOTME: pasa por la process Request! > > > Request BYE received at shootme with server transaction id > gov.nist.javax.sip.stack.SIPServerTransaction@d09f91ee > CLASE SHOOTME: pasa por la process Request! > > > Request BYE received at shootme with server transaction id > gov.nist.javax.sip.stack.SIPServerTransaction@509028fd > > > ************************************************************************************************************* > > Is like an infinite loop ..... > The "Bye requests" are send with diferent "server transaction" ..... > is it the problem?? > WHY DOES IT GET continuously THE PROCESS REQUEST METHOD IN?? > > Thank you so much, > > Celia > > > > > > > > Hello, > > I have one problem with this method in my program. > Shows this, in console: > > ************************************************************************************************************* > > Request SUBSCRIBE received at shootme with server transaction id null > *** shootme: got a SUBSCRIBE SUBSCRIBE sip:[email protected]:5070 > SIP/2.0 > Call-ID: [email protected] > <mailto:[email protected]> > CSeq: 1 SUBSCRIBE > From: "Diego" <sip:[email protected] > <mailto:[email protected]>>;tag=1001 > To: "The Little Blister" <sip:[email protected] > <mailto:sip:[email protected]>> > Via: SIP/2.0/UDP 127.0.0.1:5060 > <http://127.0.0.1:5060/>;branch=z9hG4bKfb49f7eebd9d9702 > 554ac86191e3c0e5 > Max-Forwards: 1 > Contact: "diego.rivera" <sip:[email protected]:5060> > Content-Type: application/sdp > Content-Length: 247 > > v=0 > o=4855 13760799956958020 13760799956958020 IN IP4 129.6.55.78 > <http://129.6.55.78/> > s=mysession session > p=+46 8 52018010 > c=IN IP4 129.6.55.78 <http://129.6.55.78/> > t=0 0 > m=audio 6022 RTP/AVP 0 4 18 > a=rtpmap:0 PCMU/8000 > a=rtpmap:4 G723/8000 > a=rtpmap:18 G729A/8000 > a=ptime:20 > > MANDA LA RESPUESTAA OKKKKK > > shootme: got a SUBSCRIBE -- sending NOTIFY! > El dialogo es ... gov.nist.javax.sip.stack.SIPDialog@1ef9f1d > El estado del dialogo es ... Confirmed Dialog > Dialog State = Confirmed Dialog > > > > CLASE SHOOTME: pasa por la process Request! > > Request ACK received at shootme with server transaction id null > El request es ... ACK sip:[email protected]:5070 SIP/2.0 > Call-ID: [email protected] > <mailto:[email protected]> > CSeq: 1 ACK > From: "The Missys" <sip:[email protected] > <mailto:[email protected]>>;tag=1002 > To: "The Little Blister" <sip:[email protected] > <mailto:sip:[email protected]>> > Via: SIP/2.0/UDP 127.0.0.1:5060 > <http://127.0.0.1:5060/>;branch=z9hG4bK4d5346d686a9fe0332d5136e39224c28 > Max-Forwards: 1 > Contact: "diego.rivera" <sip:[email protected]:5060> > Content-Type: application/sdp > Content-Length: 247 > > v=0 > o=4855 13760799956958020 13760799956958020 IN IP4 129.6.55.78 > <http://129.6.55.78/> > s=mysession session > p=+46 8 52018010 > c=IN IP4 129.6.55.78 <http://129.6.55.78/> > t=0 0 > m=audio 6022 RTP/AVP 0 4 18 > a=rtpmap:0 PCMU/8000 > a=rtpmap:4 G723/8000 > a=rtpmap:18 G729A/8000 > a=ptime:20 > > El server transaction es ... null > *** shootme: got an ACK ACK sip:[email protected]:5070 SIP/2.0 > Call-ID: [email protected] > <mailto:[email protected]> > CSeq: 1 ACK > From: "The Missys" <sip:[email protected] > <mailto:[email protected]>>;tag=1002 > To: "The Little Blister" <sip:[email protected] > <mailto:sip:[email protected]>> > Via: SIP/2.0/UDP 127.0.0.1:5060 > <http://127.0.0.1:5060/>;branch=z9hG4bK4d5346d686a9fe0332d5136e39224c28 > Max-Forwards: 1 > Contact: "diego.rivera" <sip:[email protected]:5060> > Content-Type: application/sdp > Content-Length: 247 > > v=0 > o=4855 13760799956958020 13760799956958020 IN IP4 129.6.55.78 > <http://129.6.55.78/> > s=mysession session > p=+46 8 52018010 > c=IN IP4 129.6.55.78 <http://129.6.55.78/> > t=0 0 > m=audio 6022 RTP/AVP 0 4 18 > a=rtpmap:0 PCMU/8000 > a=rtpmap:4 G723/8000 > a=rtpmap:18 G729A/8000 > a=ptime:20 > > El server transaction es processAck es ... > gov.nist.javax.sip.stack.SIPServerTransaction@805eb8be > shootme: got an ACK -- sending bye! > El dialogo es ..... gov.nist.javax.sip.stack.SIPDialog@1ef9f1d > Dialog State = Completed Dialog > CLASE SHOOTME: pasa por la process Request! > > > Request BYE received at shootme with server transaction id > gov.nist.javax.sip.stack.SIPServerTransaction@79f3e555 > CLASE SHOOTME: pasa por la process Request! > > > Request ACK received at shootme with server transaction id null > Entra en el processAck > El request es ... ACK sip:[email protected]:5070 SIP/2.0 > Call-ID: [email protected] > <mailto:[email protected]> > CSeq: 1 ACK > From: "The Missys" <sip:[email protected] > <mailto:[email protected]>>;tag=1002 > To: "The Little Blister" <sip:[email protected] > <mailto:sip:[email protected]>> > Via: SIP/2.0/UDP 127.0.0.1:5060 > <http://127.0.0.1:5060/>;branch=z9hG4bKc7b49db23c70900a36cb0602e8437bd5 > Max-Forwards: 1 > Contact: "diego.rivera" <sip:[email protected]:5060> > Content-Type: application/sdp > Content-Length: 247 > > v=0 > o=4855 13760799956958020 13760799956958020 IN IP4 129.6.55.78 > <http://129.6.55.78/> > s=mysession session > p=+46 8 52018010 > c=IN IP4 129.6.55.78 <http://129.6.55.78/> > t=0 0 > m=audio 6022 RTP/AVP 0 4 18 > a=rtpmap:0 PCMU/8000 > a=rtpmap:4 G723/8000 > a=rtpmap:18 G729A/8000 > a=ptime:20 > > El server transaction es ... null > ENTRA EN EL TIMER TTASK ************* > *** shootme: got an ACK ACK sip:[email protected]:5070 SIP/2.0 > Call-ID: [email protected] > <mailto:[email protected]> > CSeq: 1 ACK > From: "The Missys" <sip:[email protected] > <mailto:[email protected]>>;tag=1002 > To: "The Little Blister" <sip:[email protected] > <mailto:sip:[email protected]>> > Via: SIP/2.0/UDP 127.0.0.1:5060 > <http://127.0.0.1:5060/>;branch=z9hG4bKc7b49db23c70900a36cb0602e8437bd5 > Max-Forwards: 1 > Contact: "diego.rivera" <sip:[email protected]:5060> > Content-Type: application/sdp > Content-Length: 247 > > v=0 > o=4855 13760799956958020 13760799956958020 IN IP4 129.6.55.78 > <http://129.6.55.78/> > s=mysession session > p=+46 8 52018010 > c=IN IP4 129.6.55.78 <http://129.6.55.78/> > t=0 0 > m=audio 6022 RTP/AVP 0 4 18 > a=rtpmap:0 PCMU/8000 > a=rtpmap:4 G723/8000 > a=rtpmap:18 G729A/8000 > a=ptime:20 > > El server transaction es processAck es ... > gov.nist.javax.sip.stack.SIPServerTransaction@805eb8be > El tiempo de retransmision en el process Ack es ... ***************** 500 > shootme: got an ACK -- sending bye! > El dialogo es ..... gov.nist.javax.sip.stack.SIPDialog@1ef9f1d > Dialog State = Completed Dialog > CLASE SHOOTME: pasa por la process Request! > > > Request BYE received at shootme with server transaction id > gov.nist.javax.sip.stack.SIPServerTransaction@a63be715 > CLASE SHOOTME: pasa por la process Request! > > > Request BYE received at shootme with server transaction id > gov.nist.javax.sip.stack.SIPServerTransaction@a49903f7 > CLASE SHOOTME: pasa por la process Request! > > > Request BYE received at shootme with server transaction id > gov.nist.javax.sip.stack.SIPServerTransaction@56aca5ac > CLASE SHOOTME: pasa por la process Request! > > > Request ACK received at shootme with server transaction id null > Entra en el processAck > El request es ... ACK sip:[email protected]:5070 SIP/2.0 > Call-ID: [email protected] > <mailto:[email protected]> > CSeq: 1 ACK > From: "The Missys" <sip:[email protected] > <mailto:[email protected]>>;tag=1002 > To: "The Little Blister" <sip:[email protected] > <mailto:sip:[email protected]>> > Via: SIP/2.0/UDP 127.0.0.1:5060 > <http://127.0.0.1:5060/>;branch=z9hG4bK0f8dc838027a3394dfecb63097094c9e > Max-Forwards: 1 > Contact: "diego.rivera" <sip:[email protected]:5060> > Content-Type: application/sdp > Content-Length: 247 > > v=0 > o=4855 13760799956958020 13760799956958020 IN IP4 129.6.55.78 > <http://129.6.55.78/> > s=mysession session > p=+46 8 52018010 > c=IN IP4 129.6.55.78 <http://129.6.55.78/> > t=0 0 > m=audio 6022 RTP/AVP 0 4 18 > a=rtpmap:0 PCMU/8000 > a=rtpmap:4 G723/8000 > a=rtpmap:18 G729A/8000 > a=ptime:20 > > El server transaction es ... null > *** shootme: got an ACK ACK sip:[email protected]:5070 SIP/2.0 > Call-ID: [email protected] > <mailto:[email protected]> > CSeq: 1 ACK > From: "The Missys" <sip:[email protected] > <mailto:[email protected]>>;tag=1002 > To: "The Little Blister" <sip:[email protected] > <mailto:sip:[email protected]>> > Via: SIP/2.0/UDP 127.0.0.1:5060 > <http://127.0.0.1:5060/>;branch=z9hG4bK0f8dc838027a3394dfecb63097094c9e > Max-Forwards: 1 > Contact: "diego.rivera" <sip:[email protected]:5060> > Content-Type: application/sdp > Content-Length: 247 > > v=0 > o=4855 13760799956958020 13760799956958020 IN IP4 129.6.55.78 > <http://129.6.55.78/> > s=mysession session > p=+46 8 52018010 > c=IN IP4 129.6.55.78 <http://129.6.55.78/> > t=0 0 > m=audio 6022 RTP/AVP 0 4 18 > a=rtpmap:0 PCMU/8000 > a=rtpmap:4 G723/8000 > a=rtpmap:18 G729A/8000 > a=ptime:20 > > El server transaction es processAck es ... > gov.nist.javax.sip.stack.SIPServerTransaction@805eb8be > El tiempo de retransmision en el process Ack es ... ***************** 500 > shootme: got an ACK -- sending bye! > El dialogo es ..... gov.nist.javax.sip.stack.SIPDialog@1ef9f1d > Dialog State = Completed Dialog > CLASE SHOOTME: pasa por la process Request! > > > Request BYE received at shootme with server transaction id > gov.nist.javax.sip.stack.SIPServerTransaction@e94f4cc6 > CLASE SHOOTME: pasa por la process Request! > > > Request BYE received at shootme with server transaction id > gov.nist.javax.sip.stack.SIPServerTransaction@26610e1b > CLASE SHOOTME: pasa por la process Request! > > > Request BYE received at shootme with server transaction id > gov.nist.javax.sip.stack.SIPServerTransaction@489d28c8 > CLASE SHOOTME: pasa por la process Request! > > > Request BYE received at shootme with server transaction id > gov.nist.javax.sip.stack.SIPServerTransaction@c227dcad > CLASE SHOOTME: pasa por la process Request! > > > Request BYE received at shootme with server transaction id > gov.nist.javax.sip.stack.SIPServerTransaction@d4e51d9c > CLASE SHOOTME: pasa por la process Request! > > > Request ACK received at shootme with server transaction id null > Entra en el processAck > El request es ... ACK sip:[email protected]:5070 SIP/2.0 > Call-ID: [email protected] > <mailto:[email protected]> > CSeq: 1 ACK > From: "The Missys" <sip:[email protected] > <mailto:[email protected]>>;tag=1002 > To: "The Little Blister" <sip:[email protected] > <mailto:sip:[email protected]>> > Via: SIP/2.0/UDP 127.0.0.1:5060 > <http://127.0.0.1:5060/>;branch=z9hG4bKccee6dc021ccd1e64b05a392d01de03f > Max-Forwards: 1 > Contact: "diego.rivera" <sip:[email protected]:5060> > Content-Type: application/sdp > Content-Length: 247 > > v=0 > o=4855 13760799956958020 13760799956958020 IN IP4 129.6.55.78 > <http://129.6.55.78/> > s=mysession session > p=+46 8 52018010 > c=IN IP4 129.6.55.78 <http://129.6.55.78/> > t=0 0 > m=audio 6022 RTP/AVP 0 4 18 > a=rtpmap:0 PCMU/8000 > a=rtpmap:4 G723/8000 > a=rtpmap:18 G729A/8000 > a=ptime:20 > > El server transaction es ... null > *** shootme: got an ACK ACK sip:[email protected]:5070 SIP/2.0 > Call-ID: [email protected] > <mailto:[email protected]> > CSeq: 1 ACK > From: "The Missys" <sip:[email protected] > <mailto:[email protected]>>;tag=1002 > To: "The Little Blister" <sip:[email protected] > <mailto:sip:[email protected]>> > Via: SIP/2.0/UDP 127.0.0.1:5060 > <http://127.0.0.1:5060/>;branch=z9hG4bKccee6dc021ccd1e64b05a392d01de03f > Max-Forwards: 1 > Contact: "diego.rivera" <sip:[email protected]:5060> > Content-Type: application/sdp > Content-Length: 247 > > v=0 > o=4855 13760799956958020 13760799956958020 IN IP4 129.6.55.78 > <http://129.6.55.78/> > s=mysession session > p=+46 8 52018010 > c=IN IP4 129.6.55.78 <http://129.6.55.78/> > t=0 0 > m=audio 6022 RTP/AVP 0 4 18 > a=rtpmap:0 PCMU/8000 > a=rtpmap:4 G723/8000 > a=rtpmap:18 G729A/8000 > a=ptime:20 > > El server transaction es processAck es ... > gov.nist.javax.sip.stack.SIPServerTransaction@805eb8be > El tiempo de retransmision en el process Ack es ... ***************** 500 > shootme: got an ACK -- sending bye! > El dialogo es ..... gov.nist.javax.sip.stack.SIPDialog@1ef9f1d > Dialog State = Completed Dialog > CLASE SHOOTME: pasa por la process Request! > > > Request BYE received at shootme with server transaction id > gov.nist.javax.sip.stack.SIPServerTransaction@e3d4481d > CLASE SHOOTME: pasa por la process Request! > > > Request BYE received at shootme with server transaction id > gov.nist.javax.sip.stack.SIPServerTransaction@f425a1a8 > CLASE SHOOTME: pasa por la process Request! > > > Request BYE received at shootme with server transaction id > gov.nist.javax.sip.stack.SIPServerTransaction@e59afb06 > CLASE SHOOTME: pasa por la process Request! > > > Request BYE received at shootme with server transaction id > gov.nist.javax.sip.stack.SIPServerTransaction@ec4805e6 > CLASE SHOOTME: pasa por la process Request! > > > Request BYE received at shootme with server transaction id > gov.nist.javax.sip.stack.SIPServerTransaction@482fe277 > CLASE SHOOTME: pasa por la process Request! > > > Request BYE received at shootme with server transaction id > gov.nist.javax.sip.stack.SIPServerTransaction@ab2e4986 > CLASE SHOOTME: pasa por la process Request! > > > Request BYE received at shootme with server transaction id > gov.nist.javax.sip.stack.SIPServerTransaction@18e40d3 > CLASE SHOOTME: pasa por la process Request! > > > Request ACK received at shootme with server transaction id null > Entra en el processAck > El request es ... ACK sip:[email protected]:5070 SIP/2.0 > Call-ID: [email protected] > <mailto:[email protected]> > CSeq: 1 ACK > From: "The Missys" <sip:[email protected] > <mailto:[email protected]>>;tag=1002 > To: "The Little Blister" <sip:[email protected] > <mailto:sip:[email protected]>> > Via: SIP/2.0/UDP 127.0.0.1:5060 > <http://127.0.0.1:5060/>;branch=z9hG4bKa3666025ecc1e98faf2dcdead2f0594a > Max-Forwards: 1 > Contact: "diego.rivera" <sip:[email protected]:5060> > Content-Type: application/sdp > Content-Length: 247 > > v=0 > o=4855 13760799956958020 13760799956958020 IN IP4 129.6.55.78 > <http://129.6.55.78/> > s=mysession session > p=+46 8 52018010 > c=IN IP4 129.6.55.78 <http://129.6.55.78/> > t=0 0 > m=audio 6022 RTP/AVP 0 4 18 > a=rtpmap:0 PCMU/8000 > a=rtpmap:4 G723/8000 > a=rtpmap:18 G729A/8000 > a=ptime:20 > > El server transaction es ... null > shootme: got an ACK ACK sip:[email protected]:5070 SIP/2.0 > Call-ID: [email protected] > <mailto:[email protected]> > CSeq: 1 ACK > From: "The Missys" <sip:[email protected] > <mailto:[email protected]>>;tag=1002 > To: "The Little Blister" <sip:[email protected] > <mailto:sip:[email protected]>> > Via: SIP/2.0/UDP 127.0.0.1:5060 > <http://127.0.0.1:5060/>;branch=z9hG4bKa3666025ecc1e98faf2dcdead2f0594a > Max-Forwards: 1 > Contact: "diego.rivera" <sip:[email protected]:5060> > Content-Type: application/sdp > Content-Length: 247 > > v=0 > o=4855 13760799956958020 13760799956958020 IN IP4 129.6.55.78 > <http://129.6.55.78/> > s=mysession session > p=+46 8 52018010 > c=IN IP4 129.6.55.78 <http://129.6.55.78/> > t=0 0 > m=audio 6022 RTP/AVP 0 4 18 > a=rtpmap:0 PCMU/8000 > a=rtpmap:4 G723/8000 > a=rtpmap:18 G729A/8000 > a=ptime:20 > > El server transaction es processAck es ... > gov.nist.javax.sip.stack.SIPServerTransaction@805eb8be > El tiempo de retransmision en el process Ack es ... ***************** 500 > shootme: got an ACK -- sending bye! > El dialogo es ..... gov.nist.javax.sip.stack.SIPDialog@1ef9f1d > Dialog State = Completed Dialog > CLASE SHOOTME: pasa por la process Request! > > > Request BYE received at shootme with server transaction id > gov.nist.javax.sip.stack.SIPServerTransaction@58c19e9a > CLASE SHOOTME: pasa por la process Request! > > > Request BYE received at shootme with server transaction id > gov.nist.javax.sip.stack.SIPServerTransaction@d09f91ee > CLASE SHOOTME: pasa por la process Request! > > > Request BYE received at shootme with server transaction id > gov.nist.javax.sip.stack.SIPServerTransaction@509028fd > > > ************************************************************************************************************* > > Is like an infinite loop ..... > The "Bye requests" are send with diferent "server transaction" ..... > is it the problem?? > WHY DOES IT GET continuously THE PROCESS REQUEST METHOD IN?? > > Thank you so much, > > Celia > > > > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > nist-sip mailing list > [email protected] > http://www-x.antd.nist.gov/mailman/listinfo/nist-sip > -- M. Ranganathan Advanced Networking Technologies Division, National Institute of Standards and Technology (NIST), 100 Bureau Drive, Stop 8920, Gaithersburg, MD 20899. tel:301 975 3664 , fax:301 590 0932 http://w3.antd.nist.gov/ Advanced Networking Technologies For the People!