4 Replies Last post: Jun 3, 2008 8:16 PM by Guest  
Guest

May 22, 2008 10:20 AM

[OpenSIPStack] [SF] RTP fault

Guest
1. May 22, 2008 10:20 AM in response to: Guest
Re: [OpenSIPStack] [SF] RTP fault
Hi

Log (for pwlib - level 6) - in attachments

Joegen E. Baclor wrote:

Hmmn. Strange. Seems like the codec from the previous call has not
been destroyed. Can you send me a maximum level log of two consecutive
calls right after fresh startup of your SoftPhone?

H.Kropf wrote:

Hi


can you put a break-point in
OpalTranscoder::ConvertFrames() and figure out where exactly it fails?

I can :)

bool OpalMediaPatch::Sink::WriteFrame(RTP_DataFrame & sourceFrame)
{
......
if (!primaryCodec->ConvertFrames(sourceFrame, intermediateFrames))
{
PTRACE(1, "Patch\tMedia conversion (primary) failed");
return false;
}
......
}

BOOL OpalTranscoder::ConvertFrames(const RTP_DataFrame & input,
RTP_DataFrameList & output)
{
.......
return Convert(input, output[0]);
}

BOOL OpalFlexiTranscoder::Convert( const RTP_DataFrame & input,
RTP_DataFrame & output)
{
return m_Transcoder->Convert( input, output );
}

BOOL OpalFramedTranscoder::Convert(const RTP_DataFrame & input,
RTP_DataFrame & output)
{
....
while (inputLength > 0)
{
......
if (!ConvertFrame(inputPtr, consumed, outputPtr, created))
return FALSE;
.......
}
.......
}

BOOL OpalFramedTranscoder::ConvertFrame(const BYTE * inputPtr, PINDEX &
/*consumed*/, BYTE * outputPtr, PINDEX & /*created*/)
{
return ConvertFrame(inputPtr, outputPtr);
}


BOOL Opal_PCM_G729::ConvertFrame(const BYTE * src, BYTE * dst)
{
if (voiceAgeEncoderInUse != this) return FALSE; // !!!!!!!!!!!!
<<<=== this place
......
}


Hi,

Are you a C++ developer? If so, can you put a break-point in
OpalTranscoder::ConvertFrames() and figure out where exactly it fails?

Joegen

H.Kropf wrote:


Hello

After a last update of library from CVS (2008-05-20), my softphone (on
OSS library) makes only one successful call after start. In next calls
there is no voice. In PTRACE-log there are many such records

Media Patch:1eb9410 PWL: [CID=0x0000] Patch Media conversion (primary)
failed
Media Patch:1eb9410 PWL: [CID=0x0000] Patch Media conversion (primary)
failed
Media Patch:1eb9410 PWL: [CID=0x0000] Patch Media conversion (primary)
failed
Media Patch:1eb9410 PWL: [CID=0x0000] Patch Media conversion (primary)
failed

In the previous version (CVS 2008-05-12) this problem did not exist


This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
opensipstack-devel mailing list
opensipstack-devel at lists dot sourceforge dot net
https://lists.sourceforge.net/lists/listinfo/opensipstack-devel


This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
opensipstack-devel mailing list
opensipstack-devel at lists dot sourceforge dot net
https://lists.sourceforge.net/lists/listinfo/opensipstack-devel



This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
opensipstack-devel mailing list
opensipstack-devel at lists dot sourceforge dot net
https://lists.sourceforge.net/lists/listinfo/opensipstack-devel



This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
opensipstack-devel mailing list
opensipstack-devel at lists dot sourceforge dot net
https://lists.sourceforge.net/lists/listinfo/opensipstack-devel

2008/05/21 11:39:21.817 IPshka.com INF: [CID=0x0000] SIP Stack CREATED
2008/05/21 11:39:27.098 IPshka.com DTL: [CID=0x0000] Starting UDP Transport on *:5061
2008/05/21 11:39:27.130 IPshka.com DTL: [CID=0x0000] *** TRANSPORT STARTED *** Listener: *:5061
2008/05/21 11:39:27.130 IPshka.com DTL: [CID=0x0000] Starting TCP Transport on *:5061
2008/05/21 11:39:27.161 IPshka.com DTL: [CID=0x0000] *** TRANSPORT STARTED *** Listener: *:5061
2008/05/21 11:39:27.473 IPshka.com DBG: [CID=0x0902] Session CREATED
2008/05/21 11:39:27.505 IPshka.com DBG: [CID=0x06cb] CREATED via=10.0.1.13:5061 for target=193.28.184.13 protocol=UDP
2008/05/21 11:39:27.505 IPshka.com INF: [CID=0x0902] *** CREATED *** CLIENT REGISTER Session REGISTER-olden1 at ipshka dot com
2008/05/21 11:39:27.505 IPshka.com DBG: [CID=0x0ceb] Finding transaction for REGISTER sip:ipshka.com SIP/2.0
2008/05/21 11:39:27.505 IPshka.com DBG: [CID=0x0ceb] Setting Transaction ID to 9570f917-9cfb-1810-9ad2-dd0473763361 at ipshka dot com|z9hG4bKaf76f9179cfb18109778b5877be8f082|REGISTER
2008/05/21 11:39:27.505 IPshka.com DBG: [CID=0x0ceb]
2008/05/21 11:39:27.505 IPshka.com DBG: [CID=0x0ceb] *** CREATING TRANSACTION (NICT) ***
2008/05/21 11:39:27.505 IPshka.com DBG: [CID=0x0ceb] Message: REGISTER sip:ipshka.com SIP/2.0
2008/05/21 11:39:27.505 IPshka.com DBG: [CID=0x0ceb] Call-Id: 9570f917-9cfb-1810-9ad2-dd0473763361 at ipshka dot com
2008/05/21 11:39:27.505 IPshka.com DBG: [CID=0x0ceb]
2008/05/21 11:39:27.536 IPshka.com DTL: [CID=0x0ceb] NICT(2222871559) *** CREATED *** - NICT|9570f917-9cfb-1810-9ad2-dd0473763361 at ipshka dot com|z9hG4bKaf76f9179cfb18109778b5877be8f082|REGISTER
2008/05/21 11:39:27.551 Transaction DTL: [CID=0x0ceb] NICT(2222871559) Event(SIPMessage) - REGISTER sip:ipshka.com SIP/2.0
2008/05/21 11:39:27.551 Transaction DBG: [CID=0x0ceb] TRANSACTION: (NICT) REGISTER sip:ipshka.com SIP/2.0 State: 0
2008/05/21 11:39:27.551 Transaction DTL: [CID=0x0ceb] NICT(2222871559) StateIdle->StateTrying(REGISTER sip:ipshka.com SIP/2.0)
2008/05/21 11:39:27.567 Transaction DBG: [CID=0x0ceb] NICT(2222871559) Timer E( 500 ms ) STARTED
2008/05/21 11:39:27.567 Transaction DBG: [CID=0x0ceb] NICT(2222871559) Timer F( 10000 ms ) STARTED
2008/05/21 11:39:27.567 Transport (OUTBOUND) INF: [CID=0x0ceb] >>> REGISTER sip:ipshka.com SIP/2.0 DST: 193.28.184.13:5060:UDP SRC: 10.0.1.13:5061 enc=0 bytes=568
2008/05/21 11:39:27.567 Transport (OUTBOUND) DBG: [CID=0x0ceb]
2008/05/21 11:39:27.567 Transport (OUTBOUND) DBG: [CID=0x0ceb] REGISTER sip:ipshka.com SIP/2.0
2008/05/21 11:39:27.567 Transport (OUTBOUND) DBG: [CID=0x0ceb] From: 100008 ;tag=9570f9179cfb18109778b5877be8f082
2008/05/21 11:39:27.567 Transport (OUTBOUND) DBG: [CID=0x0ceb] To: 100008
2008/05/21 11:39:27.567 Transport (OUTBOUND) DBG: [CID=0x0ceb] Via: SIP/2.0/UDP 10.0.1.13:5061;iid=2713;branch=z9hG4bKaf76f9179cfb18109778b5877be8f082;uas-addr=193.28.184.13;rport
2008/05/21 11:39:27.567 Transport (OUTBOUND) DBG: [CID=0x0ceb] CSeq: 1 REGISTER
2008/05/21 11:39:27.567 Transport (OUTBOUND) DBG: [CID=0x0ceb] Call-ID: 9570f917-9cfb-1810-9ad2-dd0473763361 at ipshka dot com
2008/05/21 11:39:27.567 Transport (OUTBOUND) DBG: [CID=0x0ceb] Contact: "100008" <sip:100008@10.0.1.13:5061;transport=udp>
2008/05/21 11:39:27.567 Transport (OUTBOUND) DBG: [CID=0x0ceb] User-Agent: OpenSIPStack v1.1.7-23
2008/05/21 11:39:27.567 Transport (OUTBOUND) DBG: [CID=0x0ceb] Expires: 3600
2008/05/21 11:39:27.567 Transport (OUTBOUND) DBG: [CID=0x0ceb] Max-Forwards: 70
2008/05/21 11:39:27.567 Transport (OUTBOUND) DBG: [CID=0x0ceb] Allow: INVITE, BYE, CANCEL, ACK, REFER, MESSAGE, INFO, NOTIFY, OPTIONS, PRACK
2008/05/21 11:39:27.567 Transport (OUTBOUND) DBG: [CID=0x0ceb] Content-Length: 0
2008/05/21 11:39:27.567 Transport (OUTBOUND) DBG: [CID=0x0ceb]
2008/05/21 11:39:27.567 Transport (OUTBOUND) DBG: [CID=0x0ceb]
2008/05/21 11:39:27.583 Transport (INBOUND) INF: [CID=0x0ceb] <<< SIP/2.0 100 Trying SRC: 193.28.184.13:5060:UDP enc=0 bytes=420
2008/05/21 11:39:27.583 Transport (INBOUND) DBG: [CID=0x0ceb]
2008/05/21 11:39:27.583 Transport (INBOUND) DBG: [CID=0x0ceb] SIP/2.0 100 Trying
2008/05/21 11:39:27.583 Transport (INBOUND) DBG: [CID=0x0ceb] From: 100008 ;tag=9570f9179cfb18109778b5877be8f082
2008/05/21 11:39:27.583 Transport (INBOUND) DBG: [CID=0x0ceb] To: 100008
2008/05/21 11:39:27.583 Transport (INBOUND) DBG: [CID=0x0ceb] Via: SIP/2.0/UDP 10.0.1.13:5061;iid=2713;branch=z9hG4bKaf76f9179cfb18109778b5877be8f082;uas-addr=193.28.184.13;rport=5061;received=193.28.184.10
2008/05/21 11:39:27.583 Transport (INBOUND) DBG: [CID=0x0ceb] CSeq: 1 REGISTER
2008/05/21 11:39:27.583 Transport (INBOUND) DBG: [CID=0x0ceb] Call-ID: 9570f917-9cfb-1810-9ad2-dd0473763361 at ipshka dot com
2008/05/21 11:39:27.583 Transport (INBOUND) DBG: [CID=0x0ceb] Server: OpenSER (1.3.0-notls (x86_64/linux))
2008/05/21 11:39:27.583 Transport (INBOUND) DBG: [CID=0x0ceb] Content-Length: 0
2008/05/21 11:39:27.583 Transport (INBOUND) DBG: [CID=0x0ceb]
2008/05/21 11:39:27.583 Transport (INBOUND) DBG: [CID=0x0ceb]
2008/05/21 11:39:27.583 Transport (INBOUND) DBG: [CID=0x0ceb] Finding transaction for SIP/2.0 100 Trying
2008/05/21 11:39:27.583 Transport (INBOUND) DBG: [CID=0x0ceb] Setting Transaction ID to 9570f917-9cfb-1810-9ad2-dd0473763361 at ipshka dot com|z9hG4bKaf76f9179cfb18109778b5877be8f082|REGISTER
2008/05/21 11:39:27.583 Transport (INBOUND) DTL: [CID=0x0ceb] Found NICT|9570f917-9cfb-1810-9ad2-dd0473763361 at ipshka dot com|z9hG4bKaf76f9179cfb18109778b5877be8f082|REGISTER for SIP/2.0 100 Trying
2008/05/21 11:39:27.583 Transport (INBOUND) INF: [CID=0x0ceb] <<< SIP/2.0 401 Unauthorized SRC: 193.28.184.13:5060:UDP enc=0 bytes=575
2008/05/21 11:39:27.583 Transport (INBOUND) DBG: [CID=0x0ceb]
2008/05/21 11:39:27.583 Transport (INBOUND) DBG: [CID=0x0ceb] SIP/2.0 401 Unauthorized
2008/05/21 11:39:27.583 Transport (INBOUND) DBG: [CID=0x0ceb] From: 100008 ;tag=9570f9179cfb18109778b5877be8f082
2008/05/21 11:39:27.583 Transport (INBOUND) DBG: [CID=0x0ceb] To: 100008 ;tag=8e373578fa68a199c630c28b25cb902f.1041
2008/05/21 11:39:27.583 Transport (INBOUND) DBG: [CID=0x0ceb] Via: SIP/2.0/UDP 10.0.1.13:5061;iid=2713;branch=z9hG4bKaf76f9179cfb18109778b5877be8f082;uas-addr=193.28.184.13;rport=5061;received=193.28.184.10
2008/05/21 11:39:27.583 Transport (INBOUND) DBG: [CID=0x0ceb] CSeq: 1 REGISTER
2008/05/21 11:39:27.583 Transport (INBOUND) DBG: [CID=0x0ceb] Call-ID: 9570f917-9cfb-1810-9ad2-dd0473763361 at ipshka dot com
2008/05/21 11:39:27.583 Transport (INBOUND) DBG: [CID=0x0ceb] Server: OpenSER (1.3.0-notls (x86_64/linux))
2008/05/21 11:39:27.583 Transport (INBOUND) DBG: [CID=0x0ceb] WWW-Authenticate: Digest realm="ipshka.com", nonce="4833e0cd518415fa88899c3ac747417b78d22eca", qop="auth"
2008/05/21 11:39:27.583 Transport (INBOUND) DBG: [CID=0x0ceb] Content-Length: 0
2008/05/21 11:39:27.583 Transport (INBOUND) DBG: [CID=0x0ceb]
2008/05/21 11:39:27.583 Transport (INBOUND) DBG: [CID=0x0ceb]
2008/05/21 11:39:27.583 Transport (INBOUND) DBG: [CID=0x0ceb] Finding transaction for SIP/2.0 401 Unauthorized
2008/05/21 11:39:27.583 Transport (INBOUND) DBG: [CID=0x0ceb] Setting Transaction ID to 9570f917-9cfb-1810-9ad2-dd0473763361 at ipshka dot com|z9hG4bKaf76f9179cfb18109778b5877be8f082|REGISTER
2008/05/21 11:39:27.583 Transport (INBOUND) DTL: [CID=0x0ceb] Found NICT|9570f917-9cfb-1810-9ad2-dd0473763361 at ipshka dot com|z9hG4bKaf76f9179cfb18109778b5877be8f082|REGISTER for SIP/2.0 401 Unauthorized
2008/05/21 11:39:27.598 Transaction DTL: [CID=0x0ceb] NICT(2222871559) Event(SIPMessage) - SIP/2.0 100 Trying
2008/05/21 11:39:27.598 Transaction DBG: [CID=0x0ceb] TRANSACTION: (NICT) SIP/2.0 100 Trying State: 1
2008/05/21 11:39:27.598 Transaction DTL: [CID=0x0ceb] NICT(2222871559) StateTrying->StateProceeding
2008/05/21 11:39:27.598 Transaction DBG: [CID=0x0ceb] Event: SIPStack::Enqueue(SIP/2.0 100 Trying)
2008/05/21 11:39:27.598 UserAgent DTL: [CID=0x0ceb] Event: ---> Inbound - SIP/2.0 100 Trying
2008/05/21 11:39:27.614 Transaction DTL: [CID=0x0ceb] NICT(2222871559) Event(SIPMessage) - SIP/2.0 401 Unauthorized
2008/05/21 11:39:27.614 Transaction DBG: [CID=0x0ceb] TRANSACTION: (NICT) SIP/2.0 401 Unauthorized State: 2
2008/05/21 11:39:27.614 Transaction DBG: [CID=0x0ceb] Event: SIPStack::Enqueue(SIP/2.0 401 Unauthorized)
2008/05/21 11:39:27.614 Transaction DTL: [CID=0x0ceb] NICT(2222871559) StateProceeding->StateCompleted
2008/05/21 11:39:27.614 Transaction DBG: [CID=0x0ceb] NICT(2222871559) Timer E STOPPED
2008/05/21 11:39:27.614 Transaction DBG: [CID=0x0ceb] NICT(2222871559) Timer F STOPPED
2008/05/21 11:39:27.614 Transaction DBG: [CID=0x0ceb] NICT(2222871559) Timer K( 5000 ms ) STARTED
2008/05/21 11:39:27.614 UserAgent DTL: [CID=0x0ceb] Event: ---> Inbound - SIP/2.0 401 Unauthorized
2008/05/21 11:39:27.614 UserAgent DBG: [CID=0x0902]
2008/05/21 11:39:27.614 UserAgent DBG: [CID=0x0902] SIP/2.0 401 Unauthorized
2008/05/21 11:39:27.614 UserAgent DBG: [CID=0x0902] From: 100008 ;tag=9570f9179cfb18109778b5877be8f082
2008/05/21 11:39:27.614 UserAgent DBG: [CID=0x0902] To: 100008 ;tag=8e373578fa68a199c630c28b25cb902f.1041
2008/05/21 11:39:27.614 UserAgent DBG: [CID=0x0902] Via: SIP/2.0/UDP 10.0.1.13:5061;iid=2713;branch=z9hG4bKaf76f9179cfb18109778b5877be8f082;uas-addr=193.28.184.13;rport=5061;received=193.28.184.10
2008/05/21 11:39:27.614 UserAgent DBG: [CID=0x0902] CSeq: 1 REGISTER
2008/05/21 11:39:27.614 UserAgent DBG: [CID=0x0902] Call-ID: 9570f917-9cfb-1810-9ad2-dd0473763361 at ipshka dot com
2008/05/21 11:39:27.614 UserAgent DBG: [CID=0x0902] Server: OpenSER (1.3.0-notls (x86_64/linux))
2008/05/21 11:39:27.614 UserAgent DBG: [CID=0x0902] WWW-Authenticate: Digest realm="ipshka.com", nonce="4833e0cd518415fa88899c3ac747417b78d22eca", qop="auth"
2008/05/21 11:39:27.614 UserAgent DBG: [CID=0x0902] Content-Length: 0
2008/05/21 11:39:27.614 UserAgent DBG: [CID=0x0902]
2008/05/21 11:39:27.614 UserAgent DBG: [CID=0x0902]
2008/05/21 11:39:27.614 UserAgent INF: [CID=0x0ceb] REGISTER: Registration being authenticated
2008/05/21 11:39:27.614 UserAgent DBG: [CID=0x0ceb] Finding transaction for REGISTER sip:ipshka.com SIP/2.0
2008/05/21 11:39:27.614 UserAgent DBG: [CID=0x0ceb] Setting Transaction ID to 9570f917-9cfb-1810-9ad2-dd0473763361 at ipshka dot com|z9hG4bK69a1f9179cfb18109778b5877be8f082|REGISTER
2008/05/21 11:39:27.614 UserAgent DBG: [CID=0x0ceb]
2008/05/21 11:39:27.614 UserAgent DBG: [CID=0x0ceb] *** CREATING TRANSACTION (NICT) ***
2008/05/21 11:39:27.614 UserAgent DBG: [CID=0x0ceb] Message: REGISTER sip:ipshka.com SIP/2.0
2008/05/21 11:39:27.614 UserAgent DBG: [CID=0x0ceb] Call-Id: 9570f917-9cfb-1810-9ad2-dd0473763361 at ipshka dot com
2008/05/21 11:39:27.614 UserAgent DBG: [CID=0x0ceb]
2008/05/21 11:39:27.614 UserAgent DTL: [CID=0x0ceb] NICT(2222871560) *** CREATED *** - NICT|9570f917-9cfb-1810-9ad2-dd0473763361 at ipshka dot com|z9hG4bK69a1f9179cfb18109778b5877be8f082|REGISTER
2008/05/21 11:39:27.614 Transaction DTL: [CID=0x0ceb] NICT(2222871560) Event(SIPMessage) - REGISTER sip:ipshka.com SIP/2.0
2008/05/21 11:39:27.614 Transaction DBG: [CID=0x0ceb] TRANSACTION: (NICT) REGISTER sip:ipshka.com SIP/2.0 State: 0
2008/05/21 11:39:27.614 Transaction DTL: [CID=0x0ceb] NICT(2222871560) StateIdle->StateTrying(REGISTER sip:ipshka.com SIP/2.0)
2008/05/21 11:39:27.614 Transaction DBG: [CID=0x0ceb] NICT(2222871560) Timer E( 500 ms ) STARTED
2008/05/21 11:39:27.614 Transaction DBG: [CID=0x0ceb] NICT(2222871560) Timer F( 10000 ms ) STARTED
2008/05/21 11:39:27.630 Transport (OUTBOUND) INF: [CID=0x0ceb] >>> REGISTER sip:ipshka.com SIP/2.0 DST: 193.28.184.13:5060:UDP SRC: 10.0.1.13:5061 enc=0 bytes=772
2008/05/21 11:39:27.630 Transport (OUTBOUND) DBG: [CID=0x0ceb]
2008/05/21 11:39:27.630 Transport (OUTBOUND) DBG: [CID=0x0ceb] REGISTER sip:ipshka.com SIP/2.0
2008/05/21 11:39:27.630 Transport (OUTBOUND) DBG: [CID=0x0ceb] From: 100008 ;tag=9570f9179cfb18109778b5877be8f082
2008/05/21 11:39:27.630 Transport (OUTBOUND) DBG: [CID=0x0ceb] To: 100008
2008/05/21 11:39:27.630 Transport (OUTBOUND) DBG: [CID=0x0ceb] Via: SIP/2.0/UDP 10.0.1.13:5061;iid=2713;branch=z9hG4bK69a1f9179cfb18109778b5877be8f082;uas-addr=193.28.184.13;rport
2008/05/21 11:39:27.630 Transport (OUTBOUND) DBG: [CID=0x0ceb] CSeq: 2 REGISTER
2008/05/21 11:39:27.630 Transport (OUTBOUND) DBG: [CID=0x0ceb] Call-ID: 9570f917-9cfb-1810-9ad2-dd0473763361 at ipshka dot com
2008/05/21 11:39:27.630 Transport (OUTBOUND) DBG: [CID=0x0ceb] Contact: "100008" <sip:100008@10.0.1.13:5061;transport=udp>
2008/05/21 11:39:27.630 Transport (OUTBOUND) DBG: [CID=0x0ceb] User-Agent: OpenSIPStack v1.1.7-23
2008/05/21 11:39:27.630 Transport (OUTBOUND) DBG: [CID=0x0ceb] Expires: 3600
2008/05/21 11:39:27.630 Transport (OUTBOUND) DBG: [CID=0x0ceb] Max-Forwards: 70
2008/05/21 11:39:27.630 Transport (OUTBOUND) DBG: [CID=0x0ceb] Authorization: Digest username="olden1", realm="ipshka.com", nonce="4833e0cd518415fa88899c3ac747417b78d22eca", uri="sip:ipshka.com", response="6af13561c2f0c59a13deab2de71590e0", opaque="", algorithm=MD5
2008/05/21 11:39:27.630 Transport (OUTBOUND) DBG: [CID=0x0ceb] Allow: INVITE, BYE, CANCEL, ACK, REFER, MESSAGE, INFO, NOTIFY, OPTIONS, PRACK
2008/05/21 11:39:27.630 Transport (OUTBOUND) DBG: [CID=0x0ceb] Content-Length: 0
2008/05/21 11:39:27.630 Transport (OUTBOUND) DBG: [CID=0x0ceb]
2008/05/21 11:39:27.630 Transport (OUTBOUND) DBG: [CID=0x0ceb]
2008/05/21 11:39:27.630 Transport (INBOUND) INF: [CID=0x0ceb] <<< SIP/2.0 100 Trying SRC: 193.28.184.13:5060:UDP enc=0 bytes=420
2008/05/21 11:39:27.630 Transport (INBOUND) DBG: [CID=0x0ceb]
2008/05/21 11:39:27.630 Transport (INBOUND) DBG: [CID=0x0ceb] SIP/2.0 100 Trying
2008/05/21 11:39:27.630 Transport (INBOUND) DBG: [CID=0x0ceb] From: 100008 ;tag=9570f9179cfb18109778b5877be8f082
2008/05/21 11:39:27.630 Transport (INBOUND) DBG: [CID=0x0ceb] To: 100008
2008/05/21 11:39:27.630 Transport (INBOUND) DBG: [CID=0x0ceb] Via: SIP/2.0/UDP 10.0.1.13:5061;iid=2713;branch=z9hG4bK69a1f9179cfb18109778b5877be8f082;uas-addr=193.28.184.13;rport=5061;received=193.28.184.10
2008/05/21 11:39:27.630 Transport (INBOUND) DBG: [CID=0x0ceb] CSeq: 2 REGISTER
2008/05/21 11:39:27.630 Transport (INBOUND) DBG: [CID=0x0ceb] Call-ID: 9570f917-9cfb-1810-9ad2-dd0473763361 at ipshka dot com
2008/05/21 11:39:27.630 Transport (INBOUND) DBG: [CID=0x0ceb] Server: OpenSER (1.3.0-notls (x86_64/linux))
2008/05/21 11:39:27.630 Transport (INBOUND) DBG: [CID=0x0ceb] Content-Length: 0
2008/05/21 11:39:27.630 Transport (INBOUND) DBG: [CID=0x0ceb]
2008/05/21 11:39:27.630 Transport (INBOUND) DBG: [CID=0x0ceb]
2008/05/21 11:39:27.630 Transport (INBOUND) DBG: [CID=0x0ceb] Finding transaction for SIP/2.0 100 Trying
2008/05/21 11:39:27.630 Transport (INBOUND) DBG: [CID=0x0ceb] Setting Transaction ID to 9570f917-9cfb-1810-9ad2-dd0473763361 at ipshka dot com|z9hG4bK69a1f9179cfb18109778b5877be8f082|REGISTER
2008/05/21 11:39:27.645 Transport (INBOUND) DTL: [CID=0x0ceb] Found NICT|9570f917-9cfb-1810-9ad2-dd0473763361 at ipshka dot com|z9hG4bK69a1f9179cfb18109778b5877be8f082|REGISTER for SIP/2.0 100 Trying
2008/05/21 11:39:27.645 Transport (INBOUND) INF: [CID=0x0ceb] <<< SIP/2.0 200 OK SRC: 193.28.184.13:5060:UDP enc=0 bytes=552
2008/05/21 11:39:27.645 Transport (INBOUND) DBG: [CID=0x0ceb]
2008/05/21 11:39:27.645 Transport (INBOUND) DBG: [CID=0x0ceb] SIP/2.0 200 OK
2008/05/21 11:39:27.645 Transport (INBOUND) DBG: [CID=0x0ceb] From: 100008 ;tag=9570f9179cfb18109778b5877be8f082
2008/05/21 11:39:27.645 Transport (INBOUND) DBG: [CID=0x0ceb] To: 100008 ;tag=8e373578fa68a199c630c28b25cb902f.536d
2008/05/21 11:39:27.645 Transport (INBOUND) DBG: [CID=0x0ceb] Via: SIP/2.0/UDP 10.0.1.13:5061;iid=2713;branch=z9hG4bK69a1f9179cfb18109778b5877be8f082;uas-addr=193.28.184.13;rport=5061;received=193.28.184.10
2008/05/21 11:39:27.645 Transport (INBOUND) DBG: [CID=0x0ceb] CSeq: 2 REGISTER
2008/05/21 11:39:27.645 Transport (INBOUND) DBG: [CID=0x0ceb] Call-ID: 9570f917-9cfb-1810-9ad2-dd0473763361 at ipshka dot com
2008/05/21 11:39:27.645 Transport (INBOUND) DBG: [CID=0x0ceb] Contact: <sip:100008@10.0.1.13:5061;transport=udp>;expires=3600;rcv="sip:193.28.184.10:5061"
2008/05/21 11:39:27.645 Transport (INBOUND) DBG: [CID=0x0ceb] Server: OpenSER (1.3.0-notls (x86_64/linux))
2008/05/21 11:39:27.645 Transport (INBOUND) DBG: [CID=0x0ceb] Content-Length: 0
2008/05/21 11:39:27.645 Transport (INBOUND) DBG: [CID=0x0ceb]
2008/05/21 11:39:27.645 Transport (INBOUND) DBG: [CID=0x0ceb]
2008/05/21 11:39:27.645 Transport (INBOUND) DBG: [CID=0x0ceb] Finding transaction for SIP/2.0 200 OK
2008/05/21 11:39:27.645 Transport (INBOUND) DBG: [CID=0x0ceb] Setting Transaction ID to 9570f917-9cfb-1810-9ad2-dd0473763361 at ipshka dot com|z9hG4bK69a1f9179cfb18109778b5877be8f082|REGISTER
2008/05/21 11:39:27.645 Transport (INBOUND) DTL: [CID=0x0ceb] Found NICT|9570f917-9cfb-1810-9ad2-dd0473763361 at ipshka dot com|z9hG4bK69a1f9179cfb18109778b5877be8f082|REGISTER for SIP/2.0 200 OK
2008/05/21 11:39:27.645 Transaction DTL: [CID=0x0ceb] NICT(2222871560) Event(SIPMessage) - SIP/2.0 100 Trying
2008/05/21 11:39:27.645 Transaction DBG: [CID=0x0ceb] TRANSACTION: (NICT) SIP/2.0 100 Trying State: 1
2008/05/21 11:39:27.645 Transaction DTL: [CID=0x0ceb] NICT(2222871560) StateTrying->StateProceeding
2008/05/21 11:39:27.645 Transaction DBG: [CID=0x0ceb] Event: SIPStack::Enqueue(SIP/2.0 100 Trying)
2008/05/21 11:39:27.645 UserAgent DTL: [CID=0x0ceb] Event: ---> Inbound - SIP/2.0 100 Trying
2008/05/21 11:39:27.661 Transaction DTL: [CID=0x0ceb] NICT(2222871560) Event(SIPMessage) - SIP/2.0 200 OK
2008/05/21 11:39:27.661 Transaction DBG: [CID=0x0ceb] TRANSACTION: (NICT) SIP/2.0 200 OK State: 2
2008/05/21 11:39:27.661 Transaction DBG: [CID=0x0ceb] Event: SIPStack::Enqueue(SIP/2.0 200 OK)
2008/05/21 11:39:27.661 UserAgent DTL: [CID=0x0ceb] Event: ---> Inbound - SIP/2.0 200 OK
2008/05/21 11:39:27.661 UserAgent DBG: [CID=0x0902]
2008/05/21 11:39:27.661 UserAgent DBG: [CID=0x0902] SIP/2.0 200 OK
2008/05/21 11:39:27.661 UserAgent DBG: [CID=0x0902] From: 100008 ;tag=9570f9179cfb18109778b5877be8f082
2008/05/21 11:39:27.661 UserAgent DBG: [CID=0x0902] To: 100008 ;tag=8e373578fa68a199c630c28b25cb902f.536d
2008/05/21 11:39:27.661 UserAgent DBG: [CID=0x0902] Via: SIP/2.0/UDP 10.0.1.13:5061;iid=2713;branch=z9hG4bK69a1f9179cfb18109778b5877be8f082;uas-addr=193.28.184.13;rport=5061;received=193.28.184.10
2008/05/21 11:39:27.661 UserAgent DBG: [CID=0x0902] CSeq: 2 REGISTER
2008/05/21 11:39:27.661 UserAgent DBG: [CID=0x0902] Call-ID: 9570f917-9cfb-1810-9ad2-dd0473763361 at ipshka dot com
2008/05/21 11:39:27.661 UserAgent DBG: [CID=0x0902] Contact: <sip:100008@10.0.1.13:5061;transport=udp>;expires=3600;rcv="sip:193.28.184.10:5061"
2008/05/21 11:39:27.661 UserAgent DBG: [CID=0x0902] Server: OpenSER (1.3.0-notls (x86_64/linux))
2008/05/21 11:39:27.661 UserAgent DBG: [CID=0x0902] Content-Length: 0
2008/05/21 11:39:27.661 UserAgent DBG: [CID=0x0902]
2008/05/21 11:39:27.661 UserAgent DBG: [CID=0x0902]
2008/05/21 11:39:27.661 Transaction DTL: [CID=0x0ceb] NICT(2222871560) StateProceeding->StateCompleted
2008/05/21 11:39:27.661 Transaction DBG: [CID=0x0ceb] NICT(2222871560) Timer E STOPPED
2008/05/21 11:39:27.661 Transaction DBG: [CID=0x0ceb] NICT(2222871560) Timer F STOPPED
2008/05/21 11:39:27.661 Transaction DBG: [CID=0x0ceb] NICT(2222871560) Timer K( 5000 ms ) STARTED
2008/05/21 11:39:27.677 UserAgent INF: [CID=0x0ceb] REGISTER: Registration Accepted
2008/05/21 11:39:32.614 SIP Timer Thread DBG: [CID=0x0ceb] NICT(2222871559) Timer K( 5000 ms ) EXPIRED
2008/05/21 11:39:32.614 Transaction DTL: [CID=0x0ceb] NICT(2222871559) Event( Timer-K ) Interval: 5000
2008/05/21 11:39:32.614 Transaction DTL: [CID=0x0ceb] NICT(2222871559) Event(Final)
2008/05/21 11:39:32.614 Transaction DTL: [CID=0x0000] *** REMOVED TRANSACTION *** NICT|9570f917-9cfb-1810-9ad2-dd0473763361 at ipshka dot com|z9hG4bKaf76f9179cfb18109778b5877be8f082|REGISTER
2008/05/21 11:39:32.614 Transaction Cleaner DBG: [CID=0x0000] GC: First Stale Object SIPTransaction
2008/05/21 11:39:32.630 GC::Collector DBG: [CID=0x0ceb] TRANSACTION: (NICT) DESTROYED
2008/05/21 11:39:32.630 GC::Collector DTL: [CID=0x0ceb] NICT(2222871559) *** DESTROYED *** - NICT|9570f917-9cfb-1810-9ad2-dd0473763361 at ipshka dot com|z9hG4bKaf76f9179cfb18109778b5877be8f082|REGISTER
2008/05/21 11:39:32.661 SIP Timer Thread DBG: [CID=0x0ceb] NICT(2222871560) Timer K( 5000 ms ) EXPIRED
2008/05/21 11:39:32.661 Transaction DTL: [CID=0x0ceb] NICT(2222871560) Event( Timer-K ) Interval: 5000
2008/05/21 11:39:32.661 Transaction DTL: [CID=0x0ceb] NICT(2222871560) Event(Final)
2008/05/21 11:39:32.661 Transaction DTL: [CID=0x0000] *** REMOVED TRANSACTION *** NICT|9570f917-9cfb-1810-9ad2-dd0473763361 at ipshka dot com|z9hG4bK69a1f9179cfb18109778b5877be8f082|REGISTER
2008/05/21 11:39:32.661 Transaction Cleaner DBG: [CID=0x0000] GC: First Stale Object SIPTransaction
2008/05/21 11:39:32.661 GC::Collector DBG: [CID=0x0ceb] TRANSACTION: (NICT) DESTROYED
2008/05/21 11:39:32.661 GC::Collector DTL: [CID=0x0ceb] NICT(2222871560) *** DESTROYED *** - NICT|9570f917-9cfb-1810-9ad2-dd0473763361 at ipshka dot com|z9hG4bK69a1f9179cfb18109778b5877be8f082|REGISTER
2008/05/21 11:39:38.286 Transport (INBOUND) INF: [CID=0x0870] <<< OPTIONS sip:193.28.184.10:5061 SIP/2.0 SRC: 193.28.184.13:5060:UDP enc=0 bytes=241
2008/05/21 11:39:38.286 Transport (INBOUND) DBG: [CID=0x0870]
2008/05/21 11:39:38.286 Transport (INBOUND) DBG: [CID=0x0870] OPTIONS sip:193.28.184.10:5061 SIP/2.0
2008/05/21 11:39:38.286 Transport (INBOUND) DBG: [CID=0x0870] From: sip:pinger at ipshka dot com;tag=c7f3a574
2008/05/21 11:39:38.286 Transport (INBOUND) DBG: [CID=0x0870] To: sip:193.28.184.10:5061
2008/05/21 11:39:38.286 Transport (INBOUND) DBG: [CID=0x0870] Via: SIP/2.0/UDP 193.28.184.13:5060;branch=0
2008/05/21 11:39:38.286 Transport (INBOUND) DBG: [CID=0x0870] CSeq: 1 OPTIONS
2008/05/21 11:39:38.286 Transport (INBOUND) DBG: [CID=0x0870] Call-ID: 4d0b6755-ff8845d-6c962@193.28.184.13
2008/05/21 11:39:38.286 Transport (INBOUND) DBG: [CID=0x0870] Content-Length: 0
2008/05/21 11:39:38.286 Transport (INBOUND) DBG: [CID=0x0870]
2008/05/21 11:39:38.286 Transport (INBOUND) DBG: [CID=0x0870]
2008/05/21 11:39:38.286 Transport (INBOUND) DBG: [CID=0x0870] Finding transaction for OPTIONS sip:193.28.184.10:5061 SIP/2.0
2008/05/21 11:39:38.286 Transport (INBOUND) DBG: [CID=0x0870] Setting Transaction ID to 4d0b6755-ff8845d-6c962@193.28.184.13|0|OPTIONS|c7f3a574|1
2008/05/21 11:39:38.286 Transport (INBOUND) DBG: [CID=0x0870]
2008/05/21 11:39:38.286 Transport (INBOUND) DBG: [CID=0x0870] *** CREATING TRANSACTION (NIST) ***
2008/05/21 11:39:38.286 Transport (INBOUND) DBG: [CID=0x0870] Message: OPTIONS sip:193.28.184.10:5061 SIP/2.0
2008/05/21 11:39:38.286 Transport (INBOUND) DBG: [CID=0x0870] Call-Id: 4d0b6755-ff8845d-6c962@193.28.184.13
2008/05/21 11:39:38.286 Transport (INBOUND) DBG: [CID=0x0870]
2008/05/21 11:39:38.286 Transport (INBOUND) DTL: [CID=0x0870] NIST(2222871561) *** CREATED *** - NIST|4d0b6755-ff8845d-6c962@193.28.184.13|0|OPTIONS|c7f3a574|1
2008/05/21 11:39:38.286 Transaction DTL: [CID=0x0870] NIST(2222871561) Event(SIPMessage) - OPTIONS sip:193.28.184.10:5061 SIP/2.0
2008/05/21 11:39:38.286 Transaction DBG: [CID=0x0870] TRANSACTION: (NIST) OPTIONS sip:193.28.184.10:5061 SIP/2.0 State: 0
2008/05/21 11:39:38.286 Transaction DTL: [CID=0x0870] NIST(2222871561) StateIdle->StateTrying
2008/05/21 11:39:38.286 Transaction DBG: [CID=0x0870] Event: SIPStack::Enqueue(OPTIONS sip:193.28.184.10:5061 SIP/2.0)
2008/05/21 11:39:38.286 UserAgent DTL: [CID=0x0870] Event: ---> Inbound - OPTIONS sip:193.28.184.10:5061 SIP/2.0
2008/05/21 11:39:38.286 UserAgent DBG: [CID=0x06cb] *** NULL SESSION *** CallSessionManager::OnCreateServerSession() got a None-INVITE request.
2008/05/21 11:39:38.286 UserAgent DBG: [CID=0x06cb] *** MESSAGE ARRIVAL *** No Session available to handle OPTIONS sip:193.28.184.10:5061 SIP/2.0
2008/05/21 11:39:38.286 UserAgent DTL: [CID=0x0870] Found NIST|4d0b6755-ff8845d-6c962@193.28.184.13|0|OPTIONS|c7f3a574|1 for SIP/2.0 200 OK
2008/05/21 11:39:38.286 Transaction DTL: [CID=0x0870] NIST(2222871561) Event(SIPMessage) - SIP/2.0 200 OK
2008/05/21 11:39:38.286 Transaction DBG: [CID=0x0870] TRANSACTION: (NIST) SIP/2.0 200 OK State: 1
2008/05/21 11:39:38.302 Transaction DTL: [CID=0x0870] NIST(2222871561)HandleStateTrying->StateCompleted
2008/05/21 11:39:38.302 Transport (OUTBOUND) INF: [CID=0x0870] >>> SIP/2.0 200 OK DST: 193.28.184.13:5060:UDP SRC: 10.0.1.13:5061 enc=0 bytes=332
2008/05/21 11:39:38.302 Transport (OUTBOUND) DBG: [CID=0x0870]
2008/05/21 11:39:38.302 Transport (OUTBOUND) DBG: [CID=0x0870] SIP/2.0 200 OK
2008/05/21 11:39:38.302 Transport (OUTBOUND) DBG: [CID=0x0870] From: sip:pinger at ipshka dot com;tag=c7f3a574
2008/05/21 11:39:38.302 Transport (OUTBOUND) DBG: [CID=0x0870] To: sip:193.28.184.10:5061
2008/05/21 11:39:38.302 Transport (OUTBOUND) DBG: [CID=0x0870] Via: SIP/2.0/UDP 193.28.184.13:5060;branch=0;rport=5060;received=193.28.184.13
2008/05/21 11:39:38.302 Transport (OUTBOUND) DBG: [CID=0x0870] CSeq: 1 OPTIONS
2008/05/21 11:39:38.302 Transport (OUTBOUND) DBG: [CID=0x0870] Call-ID: 4d0b6755-ff8845d-6c962@193.28.184.13
2008/05/21 11:39:38.302 Transport (OUTBOUND) DBG: [CID=0x0870] Allow: INVITE, ACK, CANCEL, OPTIONS, INFO, MESSAGE, BYE, REFER, NOTIFY, OPTIONS
2008/05/21 11:39:38.302 Transport (OUTBOUND) DBG: [CID=0x0870] Content-Length: 0
2008/05/21 11:39:38.302 Transport (OUTBOUND) DBG: [CID=0x0870]
2008/05/21 11:39:38.302 Transport (OUTBOUND) DBG: [CID=0x0870]
2008/05/21 11:39:38.302 Transaction DBG: [CID=0x0870] NIST(2222871561) Timer J( 32000 ms ) STARTED
2008/05/21 11:40:07.288 Transport (INBOUND) INF: [CID=0x080c] <<< OPTIONS sip:193.28.184.10:5061 SIP/2.0 SRC: 193.28.184.13:5060:UDP enc=0 bytes=241
2008/05/21 11:40:07.288 Transport (INBOUND) DBG: [CID=0x080c]
2008/05/21 11:40:07.288 Transport (INBOUND) DBG: [CID=0x080c] OPTIONS sip:193.28.184.10:5061 SIP/2.0
2008/05/21 11:40:07.288 Transport (INBOUND) DBG: [CID=0x080c] From: sip:pinger at ipshka dot com;tag=eef3a574
2008/05/21 11:40:07.288 Transport (INBOUND) DBG: [CID=0x080c] To: sip:193.28.184.10:5061
2008/05/21 11:40:07.288 Transport (INBOUND) DBG: [CID=0x080c] Via: SIP/2.0/UDP 193.28.184.13:5060;branch=0
2008/05/21 11:40:07.288 Transport (INBOUND) DBG: [CID=0x080c] CSeq: 1 OPTIONS
2008/05/21 11:40:07.288 Transport (INBOUND) DBG: [CID=0x080c] Call-ID: 4d0b6755-179845d-3e962@193.28.184.13
2008/05/21 11:40:07.288 Transport (INBOUND) DBG: [CID=0x080c] Content-Length: 0
2008/05/21 11:40:07.288 Transport (INBOUND) DBG: [CID=0x080c]
2008/05/21 11:40:07.288 Transport (INBOUND) DBG: [CID=0x080c]
2008/05/21 11:40:07.288 Transport (INBOUND) DBG: [CID=0x080c] Finding transaction for OPTIONS sip:193.28.184.10:5061 SIP/2.0
2008/05/21 11:40:07.288 Transport (INBOUND) DBG: [CID=0x080c] Setting Transaction ID to 4d0b6755-179845d-3e962@193.28.184.13|0|OPTIONS|eef3a574|1
2008/05/21 11:40:07.288 Transport (INBOUND) DBG: [CID=0x080c]
2008/05/21 11:40:07.288 Transport (INBOUND) DBG: [CID=0x080c] *** CREATING TRANSACTION (NIST) ***
2008/05/21 11:40:07.288 Transport (INBOUND) DBG: [CID=0x080c] Message: OPTIONS sip:193.28.184.10:5061 SIP/2.0
2008/05/21 11:40:07.288 Transport (INBOUND) DBG: [CID=0x080c] Call-Id: 4d0b6755-179845d-3e962@193.28.184.13
2008/05/21 11:40:07.288 Transport (INBOUND) DBG: [CID=0x080c]
2008/05/21 11:40:07.288 Transport (INBOUND) DTL: [CID=0x080c] NIST(2222871562) *** CREATED *** - NIST|4d0b6755-179845d-3e962@193.28.184.13|0|OPTIONS|eef3a574|1
2008/05/21 11:40:07.288 Transaction DTL: [CID=0x080c] NIST(2222871562) Event(SIPMessage) - OPTIONS sip:193.28.184.10:5061 SIP/2.0
2008/05/21 11:40:07.288 Transaction DBG: [CID=0x080c] TRANSACTION: (NIST) OPTIONS sip:193.28.184.10:5061 SIP/2.0 State: 0
2008/05/21 11:40:07.288 Transaction DTL: [CID=0x080c] NIST(2222871562) StateIdle->StateTrying
2008/05/21 11:40:07.288 Transaction DBG: [CID=0x080c] Event: SIPStack::Enqueue(OPTIONS sip:193.28.184.10:5061 SIP/2.0)
2008/05/21 11:40:07.288 UserAgent DTL: [CID=0x080c] Event: ---> Inbound - OPTIONS sip:193.28.184.10:5061 SIP/2.0
2008/05/21 11:40:07.288 UserAgent DBG: [CID=0x06cb] *** NULL SESSION *** CallSessionManager::OnCreateServerSession() got a None-INVITE request.
2008/05/21 11:40:07.288 UserAgent DBG: [CID=0x06cb] *** MESSAGE ARRIVAL *** No Session available to handle OPTIONS sip:193.28.184.10:5061 SIP/2.0
2008/05/21 11:40:07.304 UserAgent DTL: [CID=0x080c] Found NIST|4d0b6755-179845d-3e962@193.28.184.13|0|OPTIONS|eef3a574|1 for SIP/2.0 200 OK
2008/05/21 11:40:07.304 Transaction DTL: [CID=0x080c] NIST(2222871562) Event(SIPMessage) - SIP/2.0 200 OK
2008/05/21 11:40:07.304 Transaction DBG: [CID=0x080c] TRANSACTION: (NIST) SIP/2.0 200 OK State: 1
2008/05/21 11:40:07.304 Transaction DTL: [CID=0x080c] NIST(2222871562)HandleStateTrying->StateCompleted
2008/05/21 11:40:07.304 Transport (OUTBOUND) INF: [CID=0x080c] >>> SIP/2.0 200 OK DST: 193.28.184.13:5060:UDP SRC: 10.0.1.13:5061 enc=0 bytes=332
2008/05/21 11:40:07.304 Transport (OUTBOUND) DBG: [CID=0x080c]
2008/05/21 11:40:07.304 Transport (OUTBOUND) DBG: [CID=0x080c] SIP/2.0 200 OK
2008/05/21 11:40:07.304 Transport (OUTBOUND) DBG: [CID=0x080c] From: sip:pinger at ipshka dot com;tag=eef3a574
2008/05/21 11:40:07.304 Transport (OUTBOUND) DBG: [CID=0x080c] To: sip:193.28.184.10:5061
2008/05/21 11:40:07.304 Transport (OUTBOUND) DBG: [CID=0x080c] Via: SIP/2.0/UDP 193.28.184.13:5060;branch=0;rport=5060;received=193.28.184.13
2008/05/21 11:40:07.304 Transport (OUTBOUND) DBG: [CID=0x080c] CSeq: 1 OPTIONS
2008/05/21 11:40:07.304 Transport (OUTBOUND) DBG: [CID=0x080c] Call-ID: 4d0b6755-179845d-3e962@193.28.184.13
2008/05/21 11:40:07.304 Transport (OUTBOUND) DBG: [CID=0x080c] Allow: INVITE, ACK, CANCEL, OPTIONS, INFO, MESSAGE, BYE, REFER, NOTIFY, OPTIONS
2008/05/21 11:40:07.304 Transport (OUTBOUND) DBG: [CID=0x080c] Content-Length: 0
2008/05/21 11:40:07.304 Transport (OUTBOUND) DBG: [CID=0x080c]
2008/05/21 11:40:07.304 Transport (OUTBOUND) DBG: [CID=0x080c]
2008/05/21 11:40:07.304 Transaction DBG: [CID=0x080c] NIST(2222871562) Timer J( 32000 ms ) STARTED
2008/05/21 11:40:10.257 SIP Timer Thread DBG: [CID=0x0870] NIST(2222871561) Timer J( 32000 ms ) EXPIRED
2008/05/21 11:40:10.257 Transaction DTL: [CID=0x0870] NIST(2222871561) Event( Timer-J ) Interval: 32000
2008/05/21 11:40:10.257 Transaction DTL: [CID=0x0870] NIST(2222871561) StateCompleted->StateTerminated
2008/05/21 11:40:10.257 Transaction DTL: [CID=0x0870] NIST(2222871561) Event(Final)
2008/05/21 11:40:10.257 Transaction DTL: [CID=0x0000] *** REMOVED TRANSACTION *** NIST|4d0b6755-ff8845d-6c962@193.28.184.13|0|OPTIONS|c7f3a574|1
2008/05/21 11:40:10.273 Transaction Cleaner DBG: [CID=0x0000] GC: First Stale Object SIPTransaction
2008/05/21 11:40:10.273 GC::Collector DBG: [CID=0x0870] TRANSACTION: (NIST) DESTROYED
2008/05/21 11:40:10.273 GC::Collector DTL: [CID=0x0870] NIST(2222871561) *** DESTROYED *** - NIST|4d0b6755-ff8845d-6c962@193.28.184.13|0|OPTIONS|c7f3a574|1
2008/05/21 11:40:36.290 Transport (INBOUND) INF: [CID=0x082c] <<< OPTIONS sip:193.28.184.10:5061 SIP/2.0 SRC: 193.28.184.13:5060:UDP enc=0 bytes=241
2008/05/21 11:40:36.290 Transport (INBOUND) DBG: [CID=0x082c]
2008/05/21 11:40:36.290 Transport (INBOUND) DBG: [CID=0x082c] OPTIONS sip:193.28.184.10:5061 SIP/2.0
2008/05/21 11:40:36.290 Transport (INBOUND) DBG: [CID=0x082c] From: sip:pinger at ipshka dot com;tag=0604a574
2008/05/21 11:40:36.290 Transport (INBOUND) DBG: [CID=0x082c] To: sip:193.28.184.10:5061
2008/05/21 11:40:36.290 Transport (INBOUND) DBG: [CID=0x082c] Via: SIP/2.0/UDP 193.28.184.13:5060;branch=0
2008/05/21 11:40:36.290 Transport (INBOUND) DBG: [CID=0x082c] CSeq: 1 OPTIONS
2008/05/21 11:40:36.290 Transport (INBOUND) DBG: [CID=0x082c] Call-ID: 4d0b6755-3e9845d-00a62@193.28.184.13
2008/05/21 11:40:36.290 Transport (INBOUND) DBG: [CID=0x082c] Content-Length: 0
2008/05/21 11:40:36.290 Transport (INBOUND) DBG: [CID=0x082c]
2008/05/21 11:40:36.290 Transport (INBOUND) DBG: [CID=0x082c]
2008/05/21 11:40:36.290 Transport (INBOUND) DBG: [CID=0x082c] Finding transaction for OPTIONS sip:193.28.184.10:5061 SIP/2.0
2008/05/21 11:40:36.290 Transport (INBOUND) DBG: [CID=0x082c] Setting Transaction ID to 4d0b6755-3e9845d-00a62@193.28.184.13|0|OPTIONS|0604a574|1
2008/05/21 11:40:36.290 Transport (INBOUND) DBG: [CID=0x082c]
2008/05/21 11:40:36.290 Transport (INBOUND) DBG: [CID=0x082c] *** CREATING TRANSACTION (NIST) ***
2008/05/21 11:40:36.290 Transport (INBOUND) DBG: [CID=0x082c] Message: OPTIONS sip:193.28.184.10:5061 SIP/2.0
2008/05/21 11:40:36.290 Transport (INBOUND) DBG: [CID=0x082c] Call-Id: 4d0b6755-3e9845d-00a62@193.28.184.13
2008/05/21 11:40:36.290 Transport (INBOUND) DBG: [CID=0x082c]
2008/05/21 11:40:36.290 Transport (INBOUND) DTL: [CID=0x082c] NIST(2222871563) *** CREATED *** - NIST|4d0b6755-3e9845d-00a62@193.28.184.13|0|OPTIONS|0604a574|1
2008/05/21 11:40:36.290 Transaction DTL: [CID=0x082c] NIST(2222871563) Event(SIPMessage) - OPTIONS sip:193.28.184.10:5061 SIP/2.0
2008/05/21 11:40:36.290 Transaction DBG: [CID=0x082c] TRANSACTION: (NIST) OPTIONS sip:193.28.184.10:5061 SIP/2.0 State: 0
2008/05/21 11:40:36.290 Transaction DTL: [CID=0x082c] NIST(2222871563) StateIdle->StateTrying
2008/05/21 11:40:36.290 Transaction DBG: [CID=0x082c] Event: SIPStack::Enqueue(OPTIONS sip:193.28.184.10:5061 SIP/2.0)
2008/05/21 11:40:36.290 UserAgent DTL: [CID=0x082c] Event: ---> Inbound - OPTIONS sip:193.28.184.10:5061 SIP/2.0
2008/05/21 11:40:36.305 UserAgent DBG: [CID=0x06cb] *** NULL SESSION *** CallSessionManager::OnCreateServerSession() got a None-INVITE request.
2008/05/21 11:40:36.305 UserAgent DBG: [CID=0x06cb] *** MESSAGE ARRIVAL *** No Session available to handle OPTIONS sip:193.28.184.10:5061 SIP/2.0
2008/05/21 11:40:36.305 UserAgent DTL: [CID=0x082c] Found NIST|4d0b6755-3e9845d-00a62@193.28.184.13|0|OPTIONS|0604a574|1 for SIP/2.0 200 OK
2008/05/21 11:40:36.305 Transaction DTL: [CID=0x082c] NIST(2222871563) Event(SIPMessage) - SIP/2.0 200 OK
2008/05/21 11:40:36.305 Transaction DBG: [CID=0x082c] TRANSACTION: (NIST) SIP/2.0 200 OK State: 1
2008/05/21 11:40:36.305 Transaction DTL: [CID=0x082c] NIST(2222871563)HandleStateTrying->StateCompleted
2008/05/21 11:40:36.305 Transport (OUTBOUND) INF: [CID=0x082c] >>> SIP/2.0 200 OK DST: 193.28.184.13:5060:UDP SRC: 10.0.1.13:5061 enc=0 bytes=332
2008/05/21 11:40:36.305 Transport (OUTBOUND) DBG: [CID=0x082c]
2008/05/21 11:40:36.305 Transport (OUTBOUND) DBG: [CID=0x082c] SIP/2.0 200 OK
2008/05/21 11:40:36.305 Transport (OUTBOUND) DBG: [CID=0x082c] From: sip:pinger at ipshka dot com;tag=0604a574
2008/05/21 11:40:36.305 Transport (OUTBOUND) DBG: [CID=0x082c] To: sip:193.28.184.10:5061
2008/05/21 11:40:36.305 Transport (OUTBOUND) DBG: [CID=0x082c] Via: SIP/2.0/UDP 193.28.184.13:5060;branch=0;rport=5060;received=193.28.184.13
2008/05/21 11:40:36.305 Transport (OUTBOUND) DBG: [CID=0x082c] CSeq: 1 OPTIONS
2008/05/21 11:40:36.305 Transport (OUTBOUND) DBG: [CID=0x082c] Call-ID: 4d0b6755-3e9845d-00a62@193.28.184.13
2008/05/21 11:40:36.305 Transport (OUTBOUND) DBG: [CID=0x082c] Allow: INVITE, ACK, CANCEL, OPTIONS, INFO, MESSAGE, BYE, REFER, NOTIFY, OPTIONS
2008/05/21 11:40:36.305 Transport (OUTBOUND) DBG: [CID=0x082c] Content-Length: 0
2008/05/21 11:40:36.305 Transport (OUTBOUND) DBG: [CID=0x082c]
2008/05/21 11:40:36.305 Transport (OUTBOUND) DBG: [CID=0x082c]
2008/05/21 11:40:36.321 Transaction DBG: [CID=0x082c] NIST(2222871563) Timer J( 32000 ms ) STARTED
2008/05/21 11:40:39.259 SIP Timer Thread DBG: [CID=0x080c] NIST(2222871562) Timer J( 32000 ms ) EXPIRED
2008/05/21 11:40:39.259 Transaction DTL: [CID=0x080c] NIST(2222871562) Event( Timer-J ) Interval: 32000
2008/05/21 11:40:39.259 Transaction DTL: [CID=0x080c] NIST(2222871562) StateCompleted->StateTerminated
2008/05/21 11:40:39.259 Transaction DTL: [CID=0x080c] NIST(2222871562) Event(Final)
2008/05/21 11:40:39.259 Transaction DTL: [CID=0x0000] *** REMOVED TRANSACTION *** NIST|4d0b6755-179845d-3e962@193.28.184.13|0|OPTIONS|eef3a574|1
2008/05/21 11:40:39.259 Transaction Cleaner DBG: [CID=0x0000] GC: First Stale Object SIPTransaction
2008/05/21 11:40:39.259 GC::Collector DBG: [CID=0x080c] TRANSACTION: (NIST) DESTROYED
2008/05/21 11:40:39.259 GC::Collector DTL: [CID=0x080c] NIST(2222871562) *** DESTROYED *** - NIST|4d0b6755-179845d-3e962@193.28.184.13|0|OPTIONS|eef3a574|1
2008/05/21 11:41:05.292 Transport (INBOUND) INF: [CID=0x085b] <<< OPTIONS sip:193.28.184.10:5061 SIP/2.0 SRC: 193.28.184.13:5060:UDP enc=0 bytes=241
2008/05/21 11:41:05.292 Transport (INBOUND) DBG: [CID=0x085b]
2008/05/21 11:41:05.292 Transport (INBOUND) DBG: [CID=0x085b] OPTIONS sip:193.28.184.10:5061 SIP/2.0
2008/05/21 11:41:05.292 Transport (INBOUND) DBG: [CID=0x085b] From: sip:pinger at ipshka dot com;tag=2d04a574
2008/05/21 11:41:05.292 Transport (INBOUND) DBG: [CID=0x085b] To: sip:193.28.184.10:5061
2008/05/21 11:41:05.292 Transport (INBOUND) DBG: [CID=0x085b] Via: SIP/2.0/UDP 193.28.184.13:5060;branch=0
2008/05/21 11:41:05.292 Transport (INBOUND) DBG: [CID=0x085b] CSeq: 1 OPTIONS
2008/05/21 11:41:05.292 Transport (INBOUND) DBG: [CID=0x085b] Call-ID: 4d0b6755-55a845d-d1a62@193.28.184.13
2008/05/21 11:41:05.292 Transport (INBOUND) DBG: [CID=0x085b] Content-Length: 0
2008/05/21 11:41:05.292 Transport (INBOUND) DBG: [CID=0x085b]
2008/05/21 11:41:05.292 Transport (INBOUND) DBG: [CID=0x085b]
2008/05/21 11:41:05.292 Transport (INBOUND) DBG: [CID=0x085b] Finding transaction for OPTIONS sip:193.28.184.10:5061 SIP/2.0
2008/05/21 11:41:05.292 Transport (INBOUND) DBG: [CID=0x085b] Setting Transaction ID to 4d0b6755-55a845d-d1a62@193.28.184.13|0|OPTIONS|2d04a574|1
2008/05/21 11:41:05.292 Transport (INBOUND) DBG: [CID=0x085b]
2008/05/21 11:41:05.292 Transport (INBOUND) DBG: [CID=0x085b] *** CREATING TRANSACTION (NIST) ***
2008/05/21 11:41:05.292 Transport (INBOUND) DBG: [CID=0x085b] Message: OPTIONS sip:193.28.184.10:5061 SIP/2.0
2008/05/21 11:41:05.292 Transport (INBOUND) DBG: [CID=0x085b] Call-Id: 4d0b6755-55a845d-d1a62@193.28.184.13
2008/05/21 11:41:05.292 Transport (INBOUND) DBG: [CID=0x085b]
2008/05/21 11:41:05.292 Transport (INBOUND) DTL: [CID=0x085b] NIST(2222871564) *** CREATED *** - NIST|4d0b6755-55a845d-d1a62@193.28.184.13|0|OPTIONS|2d04a574|1
2008/05/21 11:41:05.307 Transaction DTL: [CID=0x085b] NIST(2222871564) Event(SIPMessage) - OPTIONS sip:193.28.184.10:5061 SIP/2.0
2008/05/21 11:41:05.307 Transaction DBG: [CID=0x085b] TRANSACTION: (NIST) OPTIONS sip:193.28.184.10:5061 SIP/2.0 State: 0
2008/05/21 11:41:05.307 Transaction DTL: [CID=0x085b] NIST(2222871564) StateIdle->StateTrying
2008/05/21 11:41:05.307 Transaction DBG: [CID=0x085b] Event: SIPStack::Enqueue(OPTIONS sip:193.28.184.10:5061 SIP/2.0)
2008/05/21 11:41:05.307 UserAgent DTL: [CID=0x085b] Event: ---> Inbound - OPTIONS sip:193.28.184.10:5061 SIP/2.0
2008/05/21 11:41:05.307 UserAgent DBG: [CID=0x06cb] *** NULL SESSION *** CallSessionManager::OnCreateServerSession() got a None-INVITE request.
2008/05/21 11:41:05.307 UserAgent DBG: [CID=0x06cb] *** MESSAGE ARRIVAL *** No Session available to handle OPTIONS sip:193.28.184.10:5061 SIP/2.0
2008/05/21 11:41:05.307 UserAgent DTL: [CID=0x085b] Found NIST|4d0b6755-55a845d-d1a62@193.28.184.13|0|OPTIONS|2d04a574|1 for SIP/2.0 200 OK
2008/05/21 11:41:05.307 Transaction DTL: [CID=0x085b] NIST(2222871564) Event(SIPMessage) - SIP/2.0 200 OK
2008/05/21 11:41:05.307 Transaction DBG: [CID=0x085b] TRANSACTION: (NIST) SIP/2.0 200 OK State: 1
2008/05/21 11:41:05.307 Transaction DTL: [CID=0x085b] NIST(2222871564)HandleStateTrying->StateCompleted
2008/05/21 11:41:05.323 Transport (OUTBOUND) INF: [CID=0x085b] >>> SIP/2.0 200 OK DST: 193.28.184.13:5060:UDP SRC: 10.0.1.13:5061 enc=0 bytes=332
2008/05/21 11:41:05.323 Transport (OUTBOUND) DBG: [CID=0x085b]
2008/05/21 11:41:05.323 Transport (OUTBOUND) DBG: [CID=0x085b] SIP/2.0 200 OK
2008/05/21 11:41:05.323 Transport (OUTBOUND) DBG: [CID=0x085b] From: sip:pinger at ipshka dot com;tag=2d04a574
2008/05/21 11:41:05.323 Transport (OUTBOUND) DBG: [CID=0x085b] To: sip:193.28.184.10:5061
2008/05/21 11:41:05.323 Transport (OUTBOUND) DBG: [CID=0x085b] Via: SIP/2.0/UDP 193.28.184.13:5060;branch=0;rport=5060;received=193.28.184.13
2008/05/21 11:41:05.323 Transport (OUTBOUND) DBG: [CID=0x085b] CSeq: 1 OPTIONS
2008/05/21 11:41:05.323 Transport (OUTBOUND) DBG: [CID=0x085b] Call-ID: 4d0b6755-55a845d-d1a62@193.28.184.13
2008/05/21 11:41:05.323 Transport (OUTBOUND) DBG: [CID=0x085b] Allow: INVITE, ACK, CANCEL, OPTIONS, INFO, MESSAGE, BYE, REFER, NOTIFY, OPTIONS
2008/05/21 11:41:05.323 Transport (OUTBOUND) DBG: [CID=0x085b] Content-Length: 0
2008/05/21 11:41:05.323 Transport (OUTBOUND) DBG: [CID=0x085b]
2008/05/21 11:41:05.323 Transport (OUTBOUND) DBG: [CID=0x085b]
2008/05/21 11:41:05.323 Transaction DBG: [CID=0x085b] NIST(2222871564) Timer J( 32000 ms ) STARTED
2008/05/21 11:41:08.260 SIP Timer Thread DBG: [CID=0x082c] NIST(2222871563) Timer J( 32000 ms ) EXPIRED
2008/05/21 11:41:08.260 Transaction DTL: [CID=0x082c] NIST(2222871563) Event( Timer-J ) Interval: 32000
2008/05/21 11:41:08.260 Transaction DTL: [CID=0x082c] NIST(2222871563) StateCompleted->StateTerminated
2008/05/21 11:41:08.260 Transaction DTL: [CID=0x082c] NIST(2222871563) Event(Final)
2008/05/21 11:41:08.260 Transaction DTL: [CID=0x0000] *** REMOVED TRANSACTION *** NIST|4d0b6755-3e9845d-00a62@193.28.184.13|0|OPTIONS|0604a574|1
2008/05/21 11:41:08.260 Transaction Cleaner DBG: [CID=0x0000] GC: First Stale Object SIPTransaction
2008/05/21 11:41:08.260 GC::Collector DBG: [CID=0x082c] TRANSACTION: (NIST) DESTROYED
2008/05/21 11:41:08.260 GC::Collector DTL: [CID=0x082c] NIST(2222871563) *** DESTROYED *** - NIST|4d0b6755-3e9845d-00a62@193.28.184.13|0|OPTIONS|0604a574|1
2008/05/21 11:41:15.620 IPshka.com DBG: [CID=0x08f2] Session CREATED
2008/05/21 11:41:15.620 IPshka.com INF: [CID=0x08f2] *** CREATED (UAC) CALL *** 586f9e18-9cfb-1810-9ad2-dd0473763361
2008/05/21 11:41:15.620 IPshka.com DBG: [CID=0x06cb] CREATED via=10.0.1.13:5061 for target=193.28.184.13 protocol=UDP
2008/05/21 11:41:15.730 IPshka.com DBG: [CID=0x08f2] Finding transaction for INVITE sip:810380673584814 at ipshka dot com SIP/2.0
2008/05/21 11:41:15.730 IPshka.com DBG: [CID=0x08f2] Setting Transaction ID to 586f9e18-9cfb-1810-9ad2-dd0473763361|z9hG4bK586f9e189cfb18109778b5877be8f082|INVITE
2008/05/21 11:41:15.730 IPshka.com DBG: [CID=0x08f2]
2008/05/21 11:41:15.730 IPshka.com DBG: [CID=0x08f2] *** CREATING TRANSACTION (ICT) ***
2008/05/21 11:41:15.730 IPshka.com DBG: [CID=0x08f2] Message: INVITE sip:810380673584814 at ipshka dot com SIP/2.0
2008/05/21 11:41:15.730 IPshka.com DBG: [CID=0x08f2] Call-Id: 586f9e18-9cfb-1810-9ad2-dd0473763361
2008/05/21 11:41:15.730 IPshka.com DBG: [CID=0x08f2]
2008/05/21 11:41:15.730 IPshka.com DTL: [CID=0x08f2] ICT(2222871565) *** CREATED *** - ICT|586f9e18-9cfb-1810-9ad2-dd0473763361|z9hG4bK586f9e189cfb18109778b5877be8f082|INVITE
2008/05/21 11:41:15.730 Transaction DTL: [CID=0x08f2] ICT(2222871565) Event(SIPMessage) - INVITE sip:810380673584814 at ipshka dot com SIP/2.0
2008/05/21 11:41:15.730 Transaction DBG: [CID=0x08f2] TRANSACTION: (ICT) INVITE sip:810380673584814 at ipshka dot com SIP/2.0 State: 0
2008/05/21 11:41:15.745 Transport (OUTBOUND) INF: [CID=0x08f2] >>> INVITE sip:810380673584814 at ipshka dot com SIP/2.0 DST: 193.28.184.13:5060:UDP SRC: 10.0.1.13:5061 enc=0 bytes=998
2008/05/21 11:41:15.745 Transport (OUTBOUND) DBG: [CID=0x08f2]
2008/05/21 11:41:15.745 Transport (OUTBOUND) DBG: [CID=0x08f2] INVITE sip:810380673584814 at ipshka dot com SIP/2.0
2008/05/21 11:41:15.745 Transport (OUTBOUND) DBG: [CID=0x08f2] From: 100008 ;tag=586f9e189cfb18109779b5877be8f082
2008/05/21 11:41:15.745 Transport (OUTBOUND) DBG: [CID=0x08f2] To: sip:810380673584814 at ipshka dot com
2008/05/21 11:41:15.745 Transport (OUTBOUND) DBG: [CID=0x08f2] Via: SIP/2.0/UDP 10.0.1.13:5061;iid=2714;branch=z9hG4bK586f9e189cfb18109778b5877be8f082;uas-addr=193.28.184.13;rport
2008/05/21 11:41:15.745 Transport (OUTBOUND) DBG: [CID=0x08f2] CSeq: 4711 INVITE
2008/05/21 11:41:15.745 Transport (OUTBOUND) DBG: [CID=0x08f2] Call-ID: 586f9e18-9cfb-1810-9ad2-dd0473763361
2008/05/21 11:41:15.745 Transport (OUTBOUND) DBG: [CID=0x08f2] Contact: "100008"
2008/05/21 11:41:15.745 Transport (OUTBOUND) DBG: [CID=0x08f2] User-Agent: OpenSIPStack v1.1.7-23
2008/05/21 11:41:15.745 Transport (OUTBOUND) DBG: [CID=0x08f2] Max-Forwards: 70
2008/05/21 11:41:15.745 Transport (OUTBOUND) DBG: [CID=0x08f2] Allow: INVITE, BYE, CANCEL, REFER, ACK, REFER, MESSAGE, INFO, NOTIFY, OPTIONS
2008/05/21 11:41:15.745 Transport (OUTBOUND) DBG: [CID=0x08f2] Supported: 100rel
2008/05/21 11:41:15.745 Transport (OUTBOUND) DBG: [CID=0x08f2] Content-Type: application/sdp
2008/05/21 11:41:15.745 Transport (OUTBOUND) DBG: [CID=0x08f2] Content-Length: 403
2008/05/21 11:41:15.745 Transport (OUTBOUND) DBG: [CID=0x08f2]
2008/05/21 11:41:15.745 Transport (OUTBOUND) DBG: [CID=0x08f2] v=0
2008/05/21 11:41:15.745 Transport (OUTBOUND) DBG: [CID=0x08f2] o=- 1211359275 1211359275 IN IP4 10.0.1.13
2008/05/21 11:41:15.745 Transport (OUTBOUND) DBG: [CID=0x08f2] s=OSS RTP Session
2008/05/21 11:41:15.745 Transport (OUTBOUND) DBG: [CID=0x08f2] c=IN IP4 10.0.1.13
2008/05/21 11:41:15.745 Transport (OUTBOUND) DBG: [CID=0x08f2] t=0 0
2008/05/21 11:41:15.745 Transport (OUTBOUND) DBG: [CID=0x08f2] m=audio 16384 RTP/AVP 18 3 0 8 106 96 7 101
2008/05/21 11:41:15.745 Transport (OUTBOUND) DBG: [CID=0x08f2] a=rtpmap:18 G729/8000
2008/05/21 11:41:15.745 Transport (OUTBOUND) DBG: [CID=0x08f2] a=rtpmap:3 GSM/8000
2008/05/21 11:41:15.745 Transport (OUTBOUND) DBG: [CID=0x08f2] a=rtpmap:0 PCMU/8000
2008/05/21 11:41:15.745 Transport (OUTBOUND) DBG: [CID=0x08f2] a=rtpmap:8 PCMA/8000
2008/05/21 11:41:15.745 Transport (OUTBOUND) DBG: [CID=0x08f2] a=rtpmap:106 iLBC/8000
2008/05/21 11:41:15.745 Transport (OUTBOUND) DBG: [CID=0x08f2] a=rtpmap:96 iLBC-15k2/8000
2008/05/21 11:41:15.745 Transport (OUTBOUND) DBG: [CID=0x08f2] a=rtpmap:7 LPC/8000
2008/05/21 11:41:15.745 Transport (OUTBOUND) DBG: [CID=0x08f2] a=rtpmap:101 telephone-event/8000
2008/05/21 11:41:15.745 Transport (OUTBOUND) DBG: [CID=0x08f2] a=fmtp:101 0-15
2008/05/21 11:41:15.745 Transport (OUTBOUND) DBG: [CID=0x08f2] m=video 16386 RTP/AVP 31
2008/05/21 11:41:15.745 Transport (OUTBOUND) DBG: [CID=0x08f2] a=rtpmap:31 H261/90000
2008/05/21 11:41:15.745 Transport (OUTBOUND) DBG: [CID=0x08f2]
2008/05/21 11:41:15.745 Transport (OUTBOUND) DBG: [CID=0x08f2] Finding transaction for INVITE sip:810380673584814 at ipshka dot com SIP/2.0
2008/05/21 11:41:15.745 Transport (OUTBOUND) DBG: [CID=0x08f2] Setting Transaction ID to 586f9e18-9cfb-1810-9ad2-dd0473763361|z9hG4bK586f9e189cfb18109778b5877be8f082|INVITE
2008/05/21 11:41:15.745 Transport (OUTBOUND) DTL: [CID=0x08f2] Found ICT|586f9e18-9cfb-1810-9ad2-dd0473763361|z9hG4bK586f9e189cfb18109778b5877be8f082|INVITE for INVITE sip:810380673584814 at ipshka dot com SIP/2.0
2008/05/21 11:41:15.761 UserAgent DTL: [CID=0x08f2] Event: ---> TransportWrite - INVITE
2008/05/21 11:41:15.761 Transport (INBOUND) INF: [CID=0x08f2] <<< SIP/2.0 100 Trying SRC: 193.28.184.13:5060:UDP enc=0 bytes=410
2008/05/21 11:41:15.761 Transport (INBOUND) DBG: [CID=0x08f2]
2008/05/21 11:41:15.761 Transport (INBOUND) DBG: [CID=0x08f2] SIP/2.0 100 Trying
2008/05/21 11:41:15.761 Transport (INBOUND) DBG: [CID=0x08f2] From: 100008 ;tag=586f9e189cfb18109779b5877be8f082
2008/05/21 11:41:15.761 Transport (INBOUND) DBG: [CID=0x08f2] To: sip:810380673584814 at ipshka dot com
2008/05/21 11:41:15.761 Transport (INBOUND) DBG: [CID=0x08f2] Via: SIP/2.0/UDP 10.0.1.13:5061;iid=2714;branch=z9hG4bK586f9e189cfb18109778b5877be8f082;uas-addr=193.28.184.13;rport=5061;received=193.28.184.10
2008/05/21 11:41:15.761 Transport (INBOUND) DBG: [CID=0x08f2] CSeq: 4711 INVITE
2008/05/21 11:41:15.761 Transport (INBOUND) DBG: [CID=0x08f2] Call-ID: 586f9e18-9cfb-1810-9ad2-dd0473763361
2008/05/21 11:41:15.761 Transport (INBOUND) DBG: [CID=0x08f2] Server: OpenSER (1.3.0-notls (x86_64/linux))
2008/05/21 11:41:15.761 Transport (INBOUND) DBG: [CID=0x08f2] Content-Length: 0
2008/05/21 11:41:15.761 Transport (INBOUND) DBG: [CID=0x08f2]
2008/05/21 11:41:15.761 Transport (INBOUND) DBG: [CID=0x08f2]
2008/05/21 11:41:15.761 Transport (INBOUND) DBG: [CID=0x08f2] Finding transaction for SIP/2.0 100 Trying
2008/05/21 11:41:15.761 Transport (INBOUND) DBG: [CID=0x08f2] Setting Transaction ID to 586f9e18-9cfb-1810-9ad2-dd0473763361|z9hG4bK586f9e189cfb18109778b5877be8f082|INVITE
2008/05/21 11:41:15.761 Transport (INBOUND) DTL: [CID=0x08f2] Found ICT|586f9e18-9cfb-1810-9ad2-dd0473763361|z9hG4bK586f9e189cfb18109778b5877be8f082|INVITE for SIP/2.0 100 Trying
2008/05/21 11:41:15.761 Transport (INBOUND) INF: [CID=0x08f2] <<< SIP/2.0 407 Proxy Authentication Required SRC: 193.28.184.13:5060:UDP enc=0 bytes=584
2008/05/21 11:41:15.761 Transport (INBOUND) DBG: [CID=0x08f2]
2008/05/21 11:41:15.761 Transport (INBOUND) DBG: [CID=0x08f2] SIP/2.0 407 Proxy Authentication Required
2008/05/21 11:41:15.761 Transport (INBOUND) DBG: [CID=0x08f2] From: 100008 ;tag=586f9e189cfb18109779b5877be8f082
2008/05/21 11:41:15.761 Transport (INBOUND) DBG: [CID=0x08f2] To: sip:810380673584814 at ipshka dot com;tag=8e373578fa68a199c630c28b25cb902f.ac5c
2008/05/21 11:41:15.761 Transport (INBOUND) DBG: [CID=0x08f2] Via: SIP/2.0/UDP 10.0.1.13:5061;iid=2714;branch=z9hG4bK586f9e189cfb18109778b5877be8f082;uas-addr=193.28.184.13;rport=5061;received=193.28.184.10
2008/05/21 11:41:15.761 Transport (INBOUND) DBG: [CID=0x08f2] CSeq: 4711 INVITE
2008/05/21 11:41:15.761 Transport (INBOUND) DBG: [CID=0x08f2] Call-ID: 586f9e18-9cfb-1810-9ad2-dd0473763361
2008/05/21 11:41:15.761 Transport (INBOUND) DBG: [CID=0x08f2] Server: OpenSER (1.3.0-notls (x86_64/linux))
2008/05/21 11:41:15.761 Transport (INBOUND) DBG: [CID=0x08f2] Proxy-Authenticate: Digest realm="ipshka.com", nonce="4833e1391db09ece1368ae3e26c9020593d90f78", qop="auth"
2008/05/21 11:41:15.761 Transport (INBOUND) DBG: [CID=0x08f2] Content-Length: 0
2008/05/21 11:41:15.761 Transport (INBOUND) DBG: [CID=0x08f2]
2008/05/21 11:41:15.761 Transport (INBOUND) DBG: [CID=0x08f2]
2008/05/21 11:41:15.761 Transport (INBOUND) DBG: [CID=0x08f2] Finding transaction for SIP/2.0 407 Proxy Authentication Required
2008/05/21 11:41:15.761 Transport (INBOUND) DBG: [CID=0x08f2] Setting Transaction ID to 586f9e18-9cfb-1810-9ad2-dd0473763361|z9hG4bK586f9e189cfb18109778b5877be8f082|INVITE
2008/05/21 11:41:15.776 Transport (INBOUND) DTL: [CID=0x08f2] Found ICT|586f9e18-9cfb-1810-9ad2-dd0473763361|z9hG4bK586f9e189cfb18109778b5877be8f082|INVITE for SIP/2.0 407 Proxy Authentication Required
2008/05/21 11:41:15.776 Transaction DTL: [CID=0x08f2] ICT(2222871565) Event(SIPMessage) - INVITE sip:810380673584814 at ipshka dot com SIP/2.0
2008/05/21 11:41:15.776 Transaction DBG: [CID=0x08f2] TRANSACTION: (ICT) INVITE sip:810380673584814 at ipshka dot com SIP/2.0 State: 0
2008/05/21 11:41:15.776 Transaction DTL: [CID=0x08f2] ICT(2222871565) StateIdle->StateCalling(INVITE sip:810380673584814 at ipshka dot com SIP/2.0)
2008/05/21 11:41:15.776 Transaction DBG: [CID=0x08f2] ICT(2222871565) Timer A( 500 ms ) STARTED
2008/05/21 11:41:15.776 Transaction DBG: [CID=0x08f2] ICT(2222871565) Timer B( 10000 ms ) STARTED
2008/05/21 11:41:15.792 Transaction DTL: [CID=0x08f2] ICT(2222871565) Event(SIPMessage) - SIP/2.0 100 Trying
2008/05/21 11:41:15.792 Transaction DBG: [CID=0x08f2] TRANSACTION: (ICT) SIP/2.0 100 Trying State: 1
2008/05/21 11:41:15.792 Transaction DBG: [CID=0x08f2] ICT(2222871565) Timer A STOPPED
2008/05/21 11:41:15.792 Transaction DBG: [CID=0x08f2] ICT(2222871565) Timer B STOPPED
2008/05/21 11:41:15.792 Transaction DTL: [CID=0x08f2] ICT(2222871565) StateCalling->StateProceeding(SIP/2.0 100 Trying)
2008/05/21 11:41:15.792 Transaction DBG: [CID=0x08f2] Event: SIPStack::Enqueue(SIP/2.0 100 Trying)
2008/05/21 11:41:15.792 UserAgent DTL: [CID=0x08f2] Event: ---> Inbound - SIP/2.0 100 Trying
2008/05/21 11:41:15.792 UserAgent DBG: [CID=0x08f2] *** MESSAGE ARRIVAL *** for SIP Session 586f9e18-9cfb-1810-9ad2-dd0473763361
2008/05/21 11:41:15.808 Transaction DTL: [CID=0x08f2] ICT(2222871565) Event(SIPMessage) - SIP/2.0 407 Proxy Authentication Required
2008/05/21 11:41:15.808 Transaction DBG: [CID=0x08f2] TRANSACTION: (ICT) SIP/2.0 407 Proxy Authentication Required State: 2
2008/05/21 11:41:15.808 Transaction DBG: [CID=0x08f2] ICT(2222871565) Timer A STOPPED
2008/05/21 11:41:15.808 Transaction DBG: [CID=0x08f2] ICT(2222871565) Timer B STOPPED
2008/05/21 11:41:15.808 Transaction DTL: [CID=0x08f2] ICT(2222871565) StateProceeding->StateCompleted(SIP/2.0 407 Proxy Authentication Required)
2008/05/21 11:41:15.808 Transaction DBG: [CID=0x08f2] Event: SIPStack::Enqueue(SIP/2.0 407 Proxy Authentication Required)
2008/05/21 11:41:15.808 UserAgent DTL: [CID=0x08f2] Event: ---> Inbound - SIP/2.0 407 Proxy Authentication Required
2008/05/21 11:41:15.808 UserAgent DBG: [CID=0x08f2] *** MESSAGE ARRIVAL *** for SIP Session 586f9e18-9cfb-1810-9ad2-dd0473763361
2008/05/21 11:41:15.808 Transport (OUTBOUND) INF: [CID=0x08f2] >>> ACK sip:810380673584814 at ipshka dot com SIP/2.0 DST: 193.28.184.13:5060:UDP SRC: 10.0.1.13:5061 enc=0 bytes=598
2008/05/21 11:41:15.808 Transport (OUTBOUND) DBG: [CID=0x08f2]
2008/05/21 11:41:15.808 Transport (OUTBOUND) DBG: [CID=0x08f2] ACK sip:810380673584814 at ipshka dot com SIP/2.0
2008/05/21 11:41:15.808 Transport (OUTBOUND) DBG: [CID=0x08f2] From: 100008 ;tag=586f9e189cfb18109779b5877be8f082
2008/05/21 11:41:15.808 Transport (OUTBOUND) DBG: [CID=0x08f2] To: sip:810380673584814 at ipshka dot com;tag=8e373578fa68a199c630c28b25cb902f.ac5c
2008/05/21 11:41:15.808 Transport (OUTBOUND) DBG: [CID=0x08f2] Via: SIP/2.0/UDP 10.0.1.13:5061;iid=2714;branch=z9hG4bK586f9e189cfb18109778b5877be8f082;uas-addr=193.28.184.13;rport
2008/05/21 11:41:15.808 Transport (OUTBOUND) DBG: [CID=0x08f2] CSeq: 4711 ACK
2008/05/21 11:41:15.808 Transport (OUTBOUND) DBG: [CID=0x08f2] Call-ID: 586f9e18-9cfb-1810-9ad2-dd0473763361
2008/05/21 11:41:15.808 Transport (OUTBOUND) DBG: [CID=0x08f2] Contact: "100008"
2008/05/21 11:41:15.808 Transport (OUTBOUND) DBG: [CID=0x08f2] User-Agent: OpenSIPStack v1.1.7-23
2008/05/21 11:41:15.808 Transport (OUTBOUND) DBG: [CID=0x08f2] Max-Forwards: 70
2008/05/21 11:41:15.808 Transport (OUTBOUND) DBG: [CID=0x08f2] Allow: INVITE, BYE, CANCEL, REFER, ACK, REFER, MESSAGE, INFO, NOTIFY, OPTIONS
2008/05/21 11:41:15.808 Transport (OUTBOUND) DBG: [CID=0x08f2] Supported: 100rel
2008/05/21 11:41:15.808 Transport (OUTBOUND) DBG: [CID=0x08f2] Content-Length: 0
2008/05/21 11:41:15.808 Transport (OUTBOUND) DBG: [CID=0x08f2]
2008/05/21 11:41:15.808 Transport (OUTBOUND) DBG: [CID=0x08f2]
2008/05/21 11:41:15.823 Transaction DBG: [CID=0x08f2] ICT(2222871565) Timer D( 32000 ms ) STARTED
2008/05/21 11:41:15.823 Call DBG: [CID=0x08f2] Finding transaction for INVITE sip:810380673584814 at ipshka dot com SIP/2.0
2008/05/21 11:41:15.823 Call DBG: [CID=0x08f2] Setting Transaction ID to 586f9e18-9cfb-1810-9ad2-dd0473763361|z9hG4bKb1be9e189cfb18109779b5877be8f082|INVITE
2008/05/21 11:41:15.823 Call DBG: [CID=0x08f2]
2008/05/21 11:41:15.823 Call DBG: [CID=0x08f2] *** CREATING TRANSACTION (ICT) ***
2008/05/21 11:41:15.823 Call DBG: [CID=0x08f2] Message: INVITE sip:810380673584814 at ipshka dot com SIP/2.0
2008/05/21 11:41:15.823 Call DBG: [CID=0x08f2] Call-Id: 586f9e18-9cfb-1810-9ad2-dd0473763361
2008/05/21 11:41:15.823 Call DBG: [CID=0x08f2]
2008/05/21 11:41:15.823 Call DTL: [CID=0x08f2] ICT(2222871566) *** CREATED *** - ICT|586f9e18-9cfb-1810-9ad2-dd0473763361|z9hG4bKb1be9e189cfb18109779b5877be8f082|INVITE
2008/05/21 11:41:15.839 Transaction DTL: [CID=0x08f2] ICT(2222871566) Event(SIPMessage) - INVITE sip:810380673584814 at ipshka dot com SIP/2.0
2008/05/21 11:41:15.839 Transaction DBG: [CID=0x08f2] TRANSACTION: (ICT) INVITE sip:810380673584814 at ipshka dot com SIP/2.0 State: 0
2008/05/21 11:41:15.839 Transport (OUTBOUND) INF: [CID=0x08f2] >>> INVITE sip:810380673584814 at ipshka dot com SIP/2.0 DST: 193.28.184.13:5060:UDP SRC: 10.0.1.13:5061 enc=0 bytes=1213
2008/05/21 11:41:15.839 Transport (OUTBOUND) DBG: [CID=0x08f2]
2008/05/21 11:41:15.839 Transport (OUTBOUND) DBG: [CID=0x08f2] INVITE sip:810380673584814 at ipshka dot com SIP/2.0
2008/05/21 11:41:15.839 Transport (OUTBOUND) DBG: [CID=0x08f2] From: 100008 ;tag=586f9e189cfb18109779b5877be8f082
2008/05/21 11:41:15.839 Transport (OUTBOUND) DBG: [CID=0x08f2] To: sip:810380673584814 at ipshka dot com
2008/05/21 11:41:15.839 Transport (OUTBOUND) DBG: [CID=0x08f2] Via: SIP/2.0/UDP 10.0.1.13:5061;iid=2714;branch=z9hG4bKb1be9e189cfb18109779b5877be8f082;uas-addr=193.28.184.13;rport
2008/05/21 11:41:15.839 Transport (OUTBOUND) DBG: [CID=0x08f2] CSeq: 4712 INVITE
2008/05/21 11:41:15.839 Transport (OUTBOUND) DBG: [CID=0x08f2] Call-ID: 586f9e18-9cfb-1810-9ad2-dd0473763361
2008/05/21 11:41:15.839 Transport (OUTBOUND) DBG: [CID=0x08f2] Contact: "100008"
2008/05/21 11:41:15.839 Transport (OUTBOUND) DBG: [CID=0x08f2] User-Agent: OpenSIPStack v1.1.7-23
2008/05/21 11:41:15.839 Transport (OUTBOUND) DBG: [CID=0x08f2] Max-Forwards: 70
2008/05/21 11:41:15.839 Transport (OUTBOUND) DBG: [CID=0x08f2] Proxy-Authorization: Digest username="olden1", realm="ipshka.com", nonce="4833e1391db09ece1368ae3e26c9020593d90f78", uri="sip:810380673584814 at ipshka dot com", response="1c08d74c1531ccb3a836638e28e859f7", algorithm=MD5
2008/05/21 11:41:15.839 Transport (OUTBOUND) DBG: [CID=0x08f2] Allow: INVITE, BYE, CANCEL, REFER, ACK, REFER, MESSAGE, INFO, NOTIFY, OPTIONS
2008/05/21 11:41:15.839 Transport (OUTBOUND) DBG: [CID=0x08f2] Supported: 100rel
2008/05/21 11:41:15.839 Transport (OUTBOUND) DBG: [CID=0x08f2] Content-Type: application/sdp
2008/05/21 11:41:15.839 Transport (OUTBOUND) DBG: [CID=0x08f2] Content-Length: 403
2008/05/21 11:41:15.839 Transport (OUTBOUND) DBG: [CID=0x08f2]
2008/05/21 11:41:15.839 Transport (OUTBOUND) DBG: [CID=0x08f2] v=0
2008/05/21 11:41:15.839 Transport (OUTBOUND) DBG: [CID=0x08f2] o=- 1211359275 1211359275 IN IP4 10.0.1.13
2008/05/21 11:41:15.839 Transport (OUTBOUND) DBG: [CID=0x08f2] s=OSS RTP Session
2008/05/21 11:41:15.839 Transport (OUTBOUND) DBG: [CID=0x08f2] c=IN IP4 10.0.1.13
2008/05/21 11:41:15.839 Transport (OUTBOUND) DBG: [CID=0x08f2] t=0 0
2008/05/21 11:41:15.839 Transport (OUTBOUND) DBG: [CID=0x08f2] m=audio 16384 RTP/AVP 18 3 0 8 106 96 7 101
2008/05/21 11:41:15.839 Transport (OUTBOUND) DBG: [CID=0x08f2] a=rtpmap:18 G729/8000
2008/05/21 11:41:15.839 Transport (OUTBOUND) DBG: [CID=0x08f2] a=rtpmap:3 GSM/8000
2008/05/21 11:41:15.839 Transport (OUTBOUND) DBG: [CID=0x08f2] a=rtpmap:0 PCMU/8000
2008/05/21 11:41:15.839 Transport (OUTBOUND) DBG: [CID=0x08f2] a=rtpmap:8 PCMA/8000
2008/05/21 11:41:15.839 Transport (OUTBOUND) DBG: [CID=0x08f2] a=rtpmap:106 iLBC/8000
2008/05/21 11:41:15.839 Transport (OUTBOUND) DBG: [CID=0x08f2] a=rtpmap:96 iLBC-15k2/8000
2008/05/21 11:41:15.839 Transport (OUTBOUND) DBG: [CID=0x08f2] a=rtpmap:7 LPC/8000
2008/05/21 11:41:15.839 Transport (OUTBOUND) DBG: [CID=0x08f2] a=rtpmap:101 telephone-event/8000
2008/05/21 11:41:15.839 Transport (OUTBOUND) DBG: [CID=0x08f2] a=fmtp:101 0-15
2008/05/21 11:41:15.839 Transport (OUTBOUND) DBG: [CID=0x08f2] m=video 16386 RTP/AVP 31
2008/05/21 11:41:15.839 Transport (OUTBOUND) DBG: [CID=0x08f2] a=rtpmap:31 H261/90000
2008/05/21 11:41:15.839 Transport (OUTBOUND) DBG: [CID=0x08f2]
2008/05/21 11:41:15.855 Transport (OUTBOUND) DBG: [CID=0x08f2] Finding transaction for INVITE sip:810380673584814 at ipshka dot com SIP/2.0
2008/05/21 11:41:15.855 Transport (OUTBOUND) DBG: [CID=0x08f2] Setting Transaction ID to 586f9e18-9cfb-1810-9ad2-dd0473763361|z9hG4bKb1be9e189cfb18109779b5877be8f082|INVITE
2008/05/21 11:41:15.855 Transport (OUTBOUND) DTL: [CID=0x08f2] Found ICT|586f9e18-9cfb-1810-9ad2-dd0473763361|z9hG4bKb1be9e189cfb18109779b5877be8f082|INVITE for INVITE sip:810380673584814 at ipshka dot com SIP/2.0
2008/05/21 11:41:15.855 Transport (INBOUND) INF: [CID=0x08f2] <<< SIP/2.0 100 Trying SRC: 193.28.184.13:5060:UDP enc=0 bytes=410
2008/05/21 11:41:15.855 Transport (INBOUND) DBG: [CID=0x08f2]
2008/05/21 11:41:15.855 Transport (INBOUND) DBG: [CID=0x08f2] SIP/2.0 100 Trying
2008/05/21 11:41:15.855 Transport (INBOUND) DBG: [CID=0x08f2] From: 100008 ;tag=586f9e189cfb18109779b5877be8f082
2008/05/21 11:41:15.855 Transport (INBOUND) DBG: [CID=0x08f2] To: sip:810380673584814 at ipshka dot com
2008/05/21 11:41:15.855 Transport (INBOUND) DBG: [CID=0x08f2] Via: SIP/2.0/UDP 10.0.1.13:5061;iid=2714;branch=z9hG4bKb1be9e189cfb18109779b5877be8f082;uas-addr=193.28.184.13;rport=5061;received=193.28.184.10
2008/05/21 11:41:15.855 Transport (INBOUND) DBG: [CID=0x08f2] CSeq: 4712 INVITE
2008/05/21 11:41:15.855 Transport (INBOUND) DBG: [CID=0x08f2] Call-ID: 586f9e18-9cfb-1810-9ad2-dd0473763361
2008/05/21 11:41:15.855 Transport (INBOUND) DBG: [CID=0x08f2] Server: OpenSER (1.3.0-notls (x86_64/linux))
2008/05/21 11:41:15.855 Transport (INBOUND) DBG: [CID=0x08f2] Content-Length: 0
2008/05/21 11:41:15.855 Transport (INBOUND) DBG: [CID=0x08f2]
2008/05/21 11:41:15.855 Transport (INBOUND) DBG: [CID=0x08f2]
2008/05/21 11:41:15.855 Transport (INBOUND) DBG: [CID=0x08f2] Finding transaction for SIP/2.0 100 Trying
2008/05/21 11:41:15.855 Transport (INBOUND) DBG: [CID=0x08f2] Setting Transaction ID to 586f9e18-9cfb-1810-9ad2-dd0473763361|z9hG4bKb1be9e189cfb18109779b5877be8f082|INVITE
2008/05/21 11:41:15.855 Transport (INBOUND) DTL: [CID=0x08f2] Found ICT|586f9e18-9cfb-1810-9ad2-dd0473763361|z9hG4bKb1be9e189cfb18109779b5877be8f082|INVITE for SIP/2.0 100 Trying
2008/05/21 11:41:15.855 UserAgent DTL: [CID=0x08f2] Event: ---> TransportWrite - INVITE
2008/05/21 11:41:15.855 Transport (INBOUND) INF: [CID=0x08f2] <<< SIP/2.0 100 Giving a try SRC: 193.28.184.13:5060:UDP enc=0 bytes=416
2008/05/21 11:41:15.870 Transport (INBOUND) DBG: [CID=0x08f2]
2008/05/21 11:41:15.870 Transport (INBOUND) DBG: [CID=0x08f2] SIP/2.0 100 Giving a try
2008/05/21 11:41:15.870 Transport (INBOUND) DBG: [CID=0x08f2] From: 100008 ;tag=586f9e189cfb18109779b5877be8f082
2008/05/21 11:41:15.870 Transport (INBOUND) DBG: [CID=0x08f2] To: sip:810380673584814 at ipshka dot com
2008/05/21 11:41:15.870 Transport (INBOUND) DBG: [CID=0x08f2] Via: SIP/2.0/UDP 10.0.1.13:5061;iid=2714;branch=z9hG4bKb1be9e189cfb18109779b5877be8f082;uas-addr=193.28.184.13;rport=5061;received=193.28.184.10
2008/05/21 11:41:15.870 Transport (INBOUND) DBG: [CID=0x08f2] CSeq: 4712 INVITE
2008/05/21 11:41:15.870 Transport (INBOUND) DBG: [CID=0x08f2] Call-ID: 586f9e18-9cfb-1810-9ad2-dd0473763361
2008/05/21 11:41:15.870 Transport (INBOUND) DBG: [CID=0x08f2] Server: OpenSER (1.3.0-notls (x86_64/linux))
2008/05/21 11:41:15.870 Transport (INBOUND) DBG: [CID=0x08f2] Content-Length: 0
2008/05/21 11:41:15.870 Transport (INBOUND) DBG: [CID=0x08f2]
2008/05/21 11:41:15.870 Transport (INBOUND) DBG: [CID=0x08f2]
2008/05/21 11:41:15.870 Transport (INBOUND) DBG: [CID=0x08f2] Finding transaction for SIP/2.0 100 Giving a try
2008/05/21 11:41:15.870 Transport (INBOUND) DBG: [CID=0x08f2] Setting Transaction ID to 586f9e18-9cfb-1810-9ad2-dd0473763361|z9hG4bKb1be9e189cfb18109779b5877be8f082|INVITE
2008/05/21 11:41:15.870 Transport (INBOUND) DTL: [CID=0x08f2] Found ICT|586f9e18-9cfb-1810-9ad2-dd0473763361|z9hG4bKb1be9e189cfb18109779b5877be8f082|INVITE for SIP/2.0 100 Giving a try
2008/05/21 11:41:15.870 Transaction DTL: [CID=0x08f2] ICT(2222871566) Event(SIPMessage) - INVITE sip:810380673584814 at ipshka dot com SIP/2.0
2008/05/21 11:41:15.870 Transaction DBG: [CID=0x08f2] TRANSACTION: (ICT) INVITE sip:810380673584814 at ipshka dot com SIP/2.0 State: 0
2008/05/21 11:41:15.870 Transaction DTL: [CID=0x08f2] ICT(2222871566) StateIdle->StateCalling(INVITE sip:810380673584814 at ipshka dot com SIP/2.0)
2008/05/21 11:41:15.870 Transaction DBG: [CID=0x08f2] ICT(2222871566) Timer A( 500 ms ) STARTED
2008/05/21 11:41:15.870 Transaction DBG: [CID=0x08f2] ICT(2222871566) Timer B( 10000 ms ) STARTED
2008/05/21 11:41:15.870 Transaction DTL: [CID=0x08f2] ICT(2222871566) Event(SIPMessage) - SIP/2.0 100 Trying
2008/05/21 11:41:15.870 Transaction DBG: [CID=0x08f2] TRANSACTION: (ICT) SIP/2.0 100 Trying State: 1
2008/05/21 11:41:15.870 Transaction DBG: [CID=0x08f2] ICT(2222871566) Timer A STOPPED
2008/05/21 11:41:15.870 Transaction DBG: [CID=0x08f2] ICT(2222871566) Timer B STOPPED
2008/05/21 11:41:15.870 Transaction DTL: [CID=0x08f2] ICT(2222871566) StateCalling->StateProceeding(SIP/2.0 100 Trying)
2008/05/21 11:41:15.870 Transaction DBG: [CID=0x08f2] Event: SIPStack::Enqueue(SIP/2.0 100 Trying)
2008/05/21 11:41:15.870 UserAgent DTL: [CID=0x08f2] Event: ---> Inbound - SIP/2.0 100 Trying
2008/05/21 11:41:15.870 UserAgent DBG: [CID=0x08f2] *** MESSAGE ARRIVAL *** for SIP Session 586f9e18-9cfb-1810-9ad2-dd0473763361
2008/05/21 11:41:15.886 Transaction DTL: [CID=0x08f2] ICT(2222871566) Event(SIPMessage) - SIP/2.0 100 Giving a try
2008/05/21 11:41:15.886 Transaction DBG: [CID=0x08f2] TRANSACTION: (ICT) SIP/2.0 100 Giving a try State: 2
2008/05/21 11:41:15.886 Transaction DBG: [CID=0x08f2] ICT(2222871566) Timer A STOPPED
2008/05/21 11:41:15.886 Transaction DBG: [CID=0x08f2] ICT(2222871566) Timer B STOPPED
2008/05/21 11:41:15.886 Transaction DBG: [CID=0x08f2] Event: SIPStack::Enqueue(SIP/2.0 100 Giving a try)
2008/05/21 11:41:15.886 UserAgent DTL: [CID=0x08f2] Event: ---> Inbound - SIP/2.0 100 Giving a try
2008/05/21 11:41:15.886 UserAgent DBG: [CID=0x08f2] *** MESSAGE ARRIVAL *** for SIP Session 586f9e18-9cfb-1810-9ad2-dd0473763361
2008/05/21 11:41:16.011 Transport (INBOUND) INF: [CID=0x08f2] <<< SIP/2.0 183 Session Progress SRC: 193.28.184.13:5060:UDP enc=0 bytes=991
2008/05/21 11:41:16.011 Transport (INBOUND) DBG: [CID=0x08f2]
2008/05/21 11:41:16.011 Transport (INBOUND) DBG: [CID=0x08f2] SIP/2.0 183 Session Progress
2008/05/21 11:41:16.011 Transport (INBOUND) DBG: [CID=0x08f2] From: 100008 ;tag=586f9e189cfb18109779b5877be8f082
2008/05/21 11:41:16.011 Transport (INBOUND) DBG: [CID=0x08f2] To: sip:810380673584814 at ipshka dot com;tag=as188b633f
2008/05/21 11:41:16.011 Transport (INBOUND) DBG: [CID=0x08f2] Via: SIP/2.0/UDP 10.0.1.13:5061;iid=2714;branch=z9hG4bKb1be9e189cfb18109779b5877be8f082;uas-addr=193.28.184.13;rport=5061;received=193.28.184.10
2008/05/21 11:41:16.011 Transport (INBOUND) DBG: [CID=0x08f2] CSeq: 4712 INVITE
2008/05/21 11:41:16.011 Transport (INBOUND) DBG: [CID=0x08f2] Call-ID: 586f9e18-9cfb-1810-9ad2-dd0473763361
2008/05/21 11:41:16.011 Transport (INBOUND) DBG: [CID=0x08f2] Contact: <sip:810380673584814@193.28.184.2;nat=yes>
2008/05/21 11:41:16.011 Transport (INBOUND) DBG: [CID=0x08f2] User-Agent: Asterisk PBX
2008/05/21 11:41:16.011 Transport (INBOUND) DBG: [CID=0x08f2] Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
2008/05/21 11:41:16.011 Transport (INBOUND) DBG: [CID=0x08f2] Supported: replaces
2008/05/21 11:41:16.011 Transport (INBOUND) DBG: [CID=0x08f2] Content-Type: application/sdp
2008/05/21 11:41:16.011 Transport (INBOUND) DBG: [CID=0x08f2] Content-Length: 401
2008/05/21 11:41:16.011 Transport (INBOUND) DBG: [CID=0x08f2]
2008/05/21 11:41:16.011 Transport (INBOUND) DBG: [CID=0x08f2] v=0
2008/05/21 11:41:16.011 Transport (INBOUND) DBG: [CID=0x08f2] o=root 21082 21082 IN IP4 193.28.184.2
2008/05/21 11:41:16.011 Transport (INBOUND) DBG: [CID=0x08f2] s=session
2008/05/21 11:41:16.011 Transport (INBOUND) DBG: [CID=0x08f2] c=IN IP4 193.28.184.13
2008/05/21 11:41:16.011 Transport (INBOUND) DBG: [CID=0x08f2] t=0 0
2008/05/21 11:41:16.011 Transport (INBOUND) DBG: [CID=0x08f2] m=audio 19468 RTP/AVP 18 106 3 0 8 101
2008/05/21 11:41:16.011 Transport (INBOUND) DBG: [CID=0x08f2] a=rtpmap:18 G729/8000
2008/05/21 11:41:16.011 Transport (INBOUND) DBG: [CID=0x08f2] a=fmtp:18 annexb=no
2008/05/21 11:41:16.011 Transport (INBOUND) DBG: [CID=0x08f2] a=rtpmap:106 iLBC/8000
2008/05/21 11:41:16.011 Transport (INBOUND) DBG: [CID=0x08f2] a=fmtp:106 mode=30
2008/05/21 11:41:16.011 Transport (INBOUND) DBG: [CID=0x08f2] a=rtpmap:3 GSM/8000
2008/05/21 11:41:16.011 Transport (INBOUND) DBG: [CID=0x08f2] a=rtpmap:0 PCMU/8000
2008/05/21 11:41:16.011 Transport (INBOUND) DBG: [CID=0x08f2] a=rtpmap:8 PCMA/8000
2008/05/21 11:41:16.011 Transport (INBOUND) DBG: [CID=0x08f2] a=rtpmap:101 telephone-event/8000
2008/05/21 11:41:16.011 Transport (INBOUND) DBG: [CID=0x08f2] a=fmtp:101 0-16
2008/05/21 11:41:16.011 Transport (INBOUND) DBG: [CID=0x08f2] a=silenceSupp:off - - - -
2008/05/21 11:41:16.011 Transport (INBOUND) DBG: [CID=0x08f2] a=ptime:20
2008/05/21 11:41:16.011 Transport (INBOUND) DBG: [CID=0x08f2] a=sendrecv
2008/05/21 11:41:16.011 Transport (INBOUND) DBG: [CID=0x08f2] a=nortpproxy:yes
2008/05/21 11:41:16.011 Transport (INBOUND) DBG: [CID=0x08f2]
2008/05/21 11:41:16.011 Transport (INBOUND) DBG: [CID=0x08f2] Finding transaction for SIP/2.0 183 Session Progress
2008/05/21 11:41:16.011 Transport (INBOUND) DBG: [CID=0x08f2] Setting Transaction ID to 586f9e18-9cfb-1810-9ad2-dd0473763361|z9hG4bKb1be9e189cfb18109779b5877be8f082|INVITE
2008/05/21 11:41:16.011 Transport (INBOUND) DTL: [CID=0x08f2] Found ICT|586f9e18-9cfb-1810-9ad2-dd0473763361|z9hG4bKb1be9e189cfb18109779b5877be8f082|INVITE for SIP/2.0 183 Session Progress
2008/05/21 11:41:16.011 Transaction DTL: [CID=0x08f2] ICT(2222871566) Event(SIPMessage) - SIP/2.0 183 Session Progress
2008/05/21 11:41:16.011 Transaction DBG: [CID=0x08f2] TRANSACTION: (ICT) SIP/2.0 183 Session Progress State: 2
2008/05/21 11:41:16.011 Transaction DBG: [CID=0x08f2] ICT(2222871566) Timer A STOPPED
2008/05/21 11:41:16.011 Transaction DBG: [CID=0x08f2] ICT(2222871566) Timer B STOPPED
2008/05/21 11:41:16.011 Transaction DBG: [CID=0x08f2] Event: SIPStack::Enqueue(SIP/2.0 183 Session Progress)
2008/05/21 11:41:16.011 UserAgent DTL: [CID=0x08f2] Event: ---> Inbound - SIP/2.0 183 Session Progress
2008/05/21 11:41:16.011 UserAgent DBG: [CID=0x08f2] *** MESSAGE ARRIVAL *** for SIP Session 586f9e18-9cfb-1810-9ad2-dd0473763361
2008/05/21 11:41:21.324 Transport (INBOUND) INF: [CID=0x08f2] <<< SIP/2.0 180 Ringing SRC: 193.28.184.13:5060:UDP enc=0 bytes=548
2008/05/21 11:41:21.324 Transport (INBOUND) DBG: [CID=0x08f2]
2008/05/21 11:41:21.324 Transport (INBOUND) DBG: [CID=0x08f2] SIP/2.0 180 Ringing
2008/05/21 11:41:21.324 Transport (INBOUND) DBG: [CID=0x08f2] From: 100008 ;tag=586f9e189cfb18109779b5877be8f082
2008/05/21 11:41:21.324 Transport (INBOUND) DBG: [CID=0x08f2] To: sip:810380673584814 at ipshka dot com;tag=as188b633f
2008/05/21 11:41:21.324 Transport (INBOUND) DBG: [CID=0x08f2] Via: SIP/2.0/UDP 10.0.1.13:5061;iid=2714;branch=z9hG4bKb1be9e189cfb18109779b5877be8f082;uas-addr=193.28.184.13;rport=5061;received=193.28.184.10
2008/05/21 11:41:21.324 Transport (INBOUND) DBG: [CID=0x08f2] CSeq: 4712 INVITE
2008/05/21 11:41:21.324 Transport (INBOUND) DBG: [CID=0x08f2] Call-ID: 586f9e18-9cfb-1810-9ad2-dd0473763361
2008/05/21 11:41:21.324 Transport (INBOUND) DBG: [CID=0x08f2] Contact: <sip:810380673584814@193.28.184.2;nat=yes>
2008/05/21 11:41:21.324 Transport (INBOUND) DBG: [CID=0x08f2] User-Agent: Asterisk PBX
2008/05/21 11:41:21.324 Transport (INBOUND) DBG: [CID=0x08f2] Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
2008/05/21 11:41:21.324 Transport (INBOUND) DBG: [CID=0x08f2] Supported: replaces
2008/05/21 11:41:21.324 Transport (INBOUND) DBG: [CID=0x08f2] Content-Length: 0
2008/05/21 11:41:21.324 Transport (INBOUND) DBG: [CID=0x08f2]
2008/05/21 11:41:21.324 Transport (INBOUND) DBG: [CID=0x08f2]
2008/05/21 11:41:21.324 Transport (INBOUND) DBG: [CID=0x08f2] Finding transaction for SIP/2.0 180 Ringing
2008/05/21 11:41:21.324 Transport (INBOUND) DBG: [CID=0x08f2] Setting Transaction ID to 586f9e18-9cfb-1810-9ad2-dd0473763361|z9hG4bKb1be9e189cfb18109779b5877be8f082|INVITE
2008/05/21 11:41:21.324 Transport (INBOUND) DTL: [CID=0x08f2] Found ICT|586f9e18-9cfb-1810-9ad2-dd0473763361|z9hG4bKb1be9e189cfb18109779b5877be8f082|INVITE for SIP/2.0 180 Ringing
2008/05/21 11:41:21.324 Transaction DTL: [CID=0x08f2] ICT(2222871566) Event(SIPMessage) - SIP/2.0 180 Ringing
2008/05/21 11:41:21.324 Transaction DBG: [CID=0x08f2] TRANSACTION: (ICT) SIP/2.0 180 Ringing State: 2
2008/05/21 11:41:21.324 Transaction DBG: [CID=0x08f2] ICT(2222871566) Timer A STOPPED
2008/05/21 11:41:21.324 Transaction DBG: [CID=0x08f2] ICT(2222871566) Timer B STOPPED
2008/05/21 11:41:21.324 Transaction DBG: [CID=0x08f2] Event: SIPStack::Enqueue(SIP/2.0 180 Ringing)
2008/05/21 11:41:21.324 UserAgent DTL: [CID=0x08f2] Event: ---> Inbound - SIP/2.0 180 Ringing
2008/05/21 11:41:21.324 UserAgent DBG: [CID=0x08f2] *** MESSAGE ARRIVAL *** for SIP Session 586f9e18-9cfb-1810-9ad2-dd0473763361
2008/05/21 11:41:25.121 Transport (INBOUND) INF: [CID=0x08f2] <<< SIP/2.0 200 OK SRC: 193.28.184.13:5060:UDP enc=0 bytes=1056
2008/05/21 11:41:25.136 Transport (INBOUND) DBG: [CID=0x08f2]
2008/05/21 11:41:25.136 Transport (INBOUND) DBG: [CID=0x08f2] SIP/2.0 200 OK
2008/05/21 11:41:25.136 Transport (INBOUND) DBG: [CID=0x08f2] From: 100008 ;tag=586f9e189cfb18109779b5877be8f082
2008/05/21 11:41:25.136 Transport (INBOUND) DBG: [CID=0x08f2] To: sip:810380673584814 at ipshka dot com;tag=as188b633f
2008/05/21 11:41:25.136 Transport (INBOUND) DBG: [CID=0x08f2] Via: SIP/2.0/UDP 10.0.1.13:5061;iid=2714;branch=z9hG4bKb1be9e189cfb18109779b5877be8f082;uas-addr=193.28.184.13;rport=5061;received=193.28.184.10
2008/05/21 11:41:25.136 Transport (INBOUND) DBG: [CID=0x08f2] CSeq: 4712 INVITE
2008/05/21 11:41:25.136 Transport (INBOUND) DBG: [CID=0x08f2] Call-ID: 586f9e18-9cfb-1810-9ad2-dd0473763361
2008/05/21 11:41:25.136 Transport (INBOUND) DBG: [CID=0x08f2] Contact: <sip:810380673584814@193.28.184.2;nat=yes>
2008/05/21 11:41:25.136 Transport (INBOUND) DBG: [CID=0x08f2] Record-Route: <sip:193.28.184.13;lr=on;ftag=586f9e189cfb18109779b5877be8f082>
2008/05/21 11:41:25.136 Transport (INBOUND) DBG: [CID=0x08f2] User-Agent: Asterisk PBX
2008/05/21 11:41:25.136 Transport (INBOUND) DBG: [CID=0x08f2] Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
2008/05/21 11:41:25.136 Transport (INBOUND) DBG: [CID=0x08f2] Supported: replaces
2008/05/21 11:41:25.136 Transport (INBOUND) DBG: [CID=0x08f2] Content-Type: application/sdp
2008/05/21 11:41:25.136 Transport (INBOUND) DBG: [CID=0x08f2] Content-Length: 401
2008/05/21 11:41:25.136 Transport (INBOUND) DBG: [CID=0x08f2]
2008/05/21 11:41:25.136 Transport (INBOUND) DBG: [CID=0x08f2] v=0
2008/05/21 11:41:25.136 Transport (INBOUND) DBG: [CID=0x08f2] o=root 21082 21083 IN IP4 193.28.184.2
2008/05/21 11:41:25.136 Transport (INBOUND) DBG: [CID=0x08f2] s=session
2008/05/21 11:41:25.136 Transport (INBOUND) DBG: [CID=0x08f2] c=IN IP4 193.28.184.13
2008/05/21 11:41:25.136 Transport (INBOUND) DBG: [CID=0x08f2] t=0 0
2008/05/21 11:41:25.136 Transport (INBOUND) DBG: [CID=0x08f2] m=audio 19468 RTP/AVP 18 106 3 0 8 101
2008/05/21 11:41:25.136 Transport (INBOUND) DBG: [CID=0x08f2] a=rtpmap:18 G729/8000
2008/05/21 11:41:25.136 Transport (INBOUND) DBG: [CID=0x08f2] a=fmtp:18 annexb=no
2008/05/21 11:41:25.136 Transport (INBOUND) DBG: [CID=0x08f2] a=rtpmap:106 iLBC/8000
2008/05/21 11:41:25.136 Transport (INBOUND) DBG: [CID=0x08f2] a=fmtp:106 mode=30
2008/05/21 11:41:25.136 Transport (INBOUND) DBG: [CID=0x08f2] a=rtpmap:3 GSM/8000
2008/05/21 11:41:25.136 Transport (INBOUND) DBG: [CID=0x08f2] a=rtpmap:0 PCMU/8000
2008/05/21 11:41:25.136 Transport (INBOUND) DBG: [CID=0x08f2] a=rtpmap:8 PCMA/8000
2008/05/21 11:41:25.136 Transport (INBOUND) DBG: [CID=0x08f2] a=rtpmap:101 telephone-event/8000
2008/05/21 11:41:25.136 Transport (INBOUND) DBG: [CID=0x08f2] a=fmtp:101 0-16
2008/05/21 11:41:25.136 Transport (INBOUND) DBG: [CID=0x08f2] a=silenceSupp:off - - - -
2008/05/21 11:41:25.136 Transport (INBOUND) DBG: [CID=0x08f2] a=ptime:20
2008/05/21 11:41:25.136 Transport (INBOUND) DBG: [CID=0x08f2] a=sendrecv
2008/05/21 11:41:25.136 Transport (INBOUND) DBG: [CID=0x08f2] a=nortpproxy:yes
2008/05/21 11:41:25.136 Transport (INBOUND) DBG: [CID=0x08f2]
2008/05/21 11:41:25.136 Transport (INBOUND) DBG: [CID=0x08f2] Finding transaction for SIP/2.0 200 OK
2008/05/21 11:41:25.136 Transport (INBOUND) DBG: [CID=0x08f2] Setting Transaction ID to 586f9e18-9cfb-1810-9ad2-dd0473763361|z9hG4bKb1be9e189cfb18109779b5877be8f082|INVITE
2008/05/21 11:41:25.136 Transport (INBOUND) DTL: [CID=0x08f2] Found ICT|586f9e18-9cfb-1810-9ad2-dd0473763361|z9hG4bKb1be9e189cfb18109779b5877be8f082|INVITE for SIP/2.0 200 OK
2008/05/21 11:41:25.136 Transaction DTL: [CID=0x08f2] ICT(2222871566) Event(SIPMessage) - SIP/2.0 200 OK
2008/05/21 11:41:25.136 Transaction DBG: [CID=0x08f2] TRANSACTION: (ICT) SIP/2.0 200 OK State: 2
2008/05/21 11:41:25.136 Transaction DBG: [CID=0x08f2] ICT(2222871566) Timer A STOPPED
2008/05/21 11:41:25.136 Transaction DBG: [CID=0x08f2] ICT(2222871566) Timer B STOPPED
2008/05/21 11:41:25.136 Transaction DTL: [CID=0x08f2] ICT(2222871566) StateProceeding->StateConnected(SIP/2.0 200 OK)
2008/05/21 11:41:25.136 Transaction DBG: [CID=0x08f2] Event: SIPStack::Enqueue(SIP/2.0 200 OK)
2008/05/21 11:41:25.136 Transaction DBG: [CID=0x08f2] ICT(2222871566) Timer D( 32000 ms ) STARTED
2008/05/21 11:41:25.136 UserAgent DTL: [CID=0x08f2] Event: ---> Inbound - SIP/2.0 200 OK
2008/05/21 11:41:25.136 UserAgent DBG: [CID=0x08f2] *** MESSAGE ARRIVAL *** for SIP Session 586f9e18-9cfb-1810-9ad2-dd0473763361
2008/05/21 11:41:25.168 Call DTL: [CID=0x08f2] *** INIT DIALOG (UAC) *** OPAL 586f9e18-9cfb-1810-9ad2-dd0473763361
2008/05/21 11:41:25.168 Call INF: [CID=0x08f2] *** CALL ESTABLISHED *** 586f9e18-9cfb-1810-9ad2-dd0473763361
2008/05/21 11:41:25.371 Call DBG: [CID=0x08f2]
2008/05/21 11:41:25.371 Call DBG: [CID=0x08f2] ACK sip:810380673584814@193.28.184.2;nat=yes SIP/2.0
2008/05/21 11:41:25.371 Call DBG: [CID=0x08f2] From: ;tag=586f9e189cfb18109779b5877be8f082
2008/05/21 11:41:25.371 Call DBG: [CID=0x08f2] To: ;tag=as188b633f
2008/05/21 11:41:25.371 Call DBG: [CID=0x08f2] Via: SIP/2.0/UDP 10.0.1.13:5061;branch=z9hG4bKb1be9e189cfb18109779b5877be8f082;rport
2008/05/21 11:41:25.371 Call DBG: [CID=0x08f2] CSeq: 4712 ACK
2008/05/21 11:41:25.371 Call DBG: [CID=0x08f2] Call-ID: 586f9e18-9cfb-1810-9ad2-dd0473763361
2008/05/21 11:41:25.371 Call DBG: [CID=0x08f2] Contact: "100008"
2008/05/21 11:41:25.371 Call DBG: [CID=0x08f2] Route: <sip:193.28.184.13;lr=on;ftag=586f9e189cfb18109779b5877be8f082>
2008/05/21 11:41:25.371 Call DBG: [CID=0x08f2] Content-Length: 0
2008/05/21 11:41:25.371 Call DBG: [CID=0x08f2]
2008/05/21 11:41:25.371 Call DBG: [CID=0x08f2]
2008/05/21 11:41:25.371 Transport (OUTBOUND) INF: [CID=0x08f2] >>> ACK sip:810380673584814@193.28.184.2;nat=yes SIP/2.0 DST: 193.28.184.13:5060:UDP SRC: 10.0.1.13:5061 enc=0 bytes=489
2008/05/21 11:41:25.371 Transport (OUTBOUND) DBG: [CID=0x08f2]
2008/05/21 11:41:25.371 Transport (OUTBOUND) DBG: [CID=0x08f2] ACK sip:810380673584814@193.28.184.2;nat=yes SIP/2.0
2008/05/21 11:41:25.371 Transport (OUTBOUND) DBG: [CID=0x08f2] From: ;tag=586f9e189cfb18109779b5877be8f082
2008/05/21 11:41:25.371 Transport (OUTBOUND) DBG: [CID=0x08f2] To: ;tag=as188b633f
2008/05/21 11:41:25.371 Transport (OUTBOUND) DBG: [CID=0x08f2] Via: SIP/2.0/UDP 10.0.1.13:5061;branch=z9hG4bKb1be9e189cfb18109779b5877be8f082;uas-addr=193.28.184.13;rport
2008/05/21 11:41:25.371 Transport (OUTBOUND) DBG: [CID=0x08f2] CSeq: 4712 ACK
2008/05/21 11:41:25.371 Transport (OUTBOUND) DBG: [CID=0x08f2] Call-ID: 586f9e18-9cfb-1810-9ad2-dd0473763361
2008/05/21 11:41:25.371 Transport (OUTBOUND) DBG: [CID=0x08f2] Contact: "100008"
2008/05/21 11:41:25.371 Transport (OUTBOUND) DBG: [CID=0x08f2] Route: <sip:193.28.184.13;lr=on;ftag=586f9e189cfb18109779b5877be8f082>
2008/05/21 11:41:25.371 Transport (OUTBOUND) DBG: [CID=0x08f2] Content-Length: 0
2008/05/21 11:41:25.371 Transport (OUTBOUND) DBG: [CID=0x08f2]
2008/05/21 11:41:25.371 Transport (OUTBOUND) DBG: [CID=0x08f2]
2008/05/21 11:41:28.855 OnRelease:1e89fc0 DBG: [CID=0x08f2] Finding transaction for BYE sip:810380673584814@193.28.184.2;nat=yes SIP/2.0
2008/05/21 11:41:28.855 OnRelease:1e89fc0 DBG: [CID=0x08f2] Setting Transaction ID to 586f9e18-9cfb-1810-9ad2-dd0473763361|z9hG4bK51a1b2189cfb18109779b5877be8f082|BYE
2008/05/21 11:41:28.855 OnRelease:1e89fc0 DBG: [CID=0x08f2]
2008/05/21 11:41:28.855 OnRelease:1e89fc0 DBG: [CID=0x08f2] *** CREATING TRANSACTION (NICT) ***
2008/05/21 11:41:28.855 OnRelease:1e89fc0 DBG: [CID=0x08f2] Message: BYE sip:810380673584814@193.28.184.2;nat=yes SIP/2.0
2008/05/21 11:41:28.855 OnRelease:1e89fc0 DBG: [CID=0x08f2] Call-Id: 586f9e18-9cfb-1810-9ad2-dd0473763361
2008/05/21 11:41:28.855 OnRelease:1e89fc0 DBG: [CID=0x08f2]
2008/05/21 11:41:28.855 OnRelease:1e89fc0 DTL: [CID=0x08f2] NICT(2222871567) *** CREATED *** - NICT|586f9e18-9cfb-1810-9ad2-dd0473763361|z9hG4bK51a1b2189cfb18109779b5877be8f082|BYE
2008/05/21 11:41:28.855 Transaction DTL: [CID=0x08f2] NICT(2222871567) Event(SIPMessage) - BYE sip:810380673584814@193.28.184.2;nat=yes SIP/2.0
2008/05/21 11:41:28.855 Transaction DBG: [CID=0x08f2] TRANSACTION: (NICT) BYE sip:810380673584814@193.28.184.2;nat=yes SIP/2.0 State: 0
2008/05/21 11:41:28.855 Transaction DTL: [CID=0x08f2] NICT(2222871567) StateIdle->StateTrying(BYE sip:810380673584814@193.28.184.2;nat=yes SIP/2.0)
2008/05/21 11:41:28.855 Transaction DBG: [CID=0x08f2] NICT(2222871567) Timer E( 500 ms ) STARTED
2008/05/21 11:41:28.855 Transaction DBG: [CID=0x08f2] NICT(2222871567) Timer F( 10000 ms ) STARTED
2008/05/21 11:41:28.871 Transport (OUTBOUND) INF: [CID=0x08f2] >>> BYE sip:810380673584814@193.28.184.2;nat=yes SIP/2.0 DST: 193.28.184.13:5060:UDP SRC: 10.0.1.13:5061 enc=0 bytes=552
2008/05/21 11:41:28.871 Transport (OUTBOUND) DBG: [CID=0x08f2]
2008/05/21 11:41:28.871 Transport (OUTBOUND) DBG: [CID=0x08f2] BYE sip:810380673584814@193.28.184.2;nat=yes SIP/2.0
2008/05/21 11:41:28.871 Transport (OUTBOUND) DBG: [CID=0x08f2] From: ;tag=586f9e189cfb18109779b5877be8f082
2008/05/21 11:41:28.871 Transport (OUTBOUND) DBG: [CID=0x08f2] To: ;tag=as188b633f
2008/05/21 11:41:28.871 Transport (OUTBOUND) DBG: [CID=0x08f2] Via: SIP/2.0/UDP 10.0.1.13:5061;iid=2714;branch=z9hG4bK51a1b2189cfb18109779b5877be8f082;uas-addr=193.28.184.13;rport
2008/05/21 11:41:28.871 Transport (OUTBOUND) DBG: [CID=0x08f2] CSeq: 4713 BYE
2008/05/21 11:41:28.871 Transport (OUTBOUND) DBG: [CID=0x08f2] Call-ID: 586f9e18-9cfb-1810-9ad2-dd0473763361
2008/05/21 11:41:28.871 Transport (OUTBOUND) DBG: [CID=0x08f2] Contact: "100008"
2008/05/21 11:41:28.871 Transport (OUTBOUND) DBG: [CID=0x08f2] Route: <sip:193.28.184.13;lr=on;ftag=586f9e189cfb18109779b5877be8f082>
2008/05/21 11:41:28.871 Transport (OUTBOUND) DBG: [CID=0x08f2] User-Agent: OpenSIPStack v1.1.7-23
2008/05/21 11:41:28.871 Transport (OUTBOUND) DBG: [CID=0x08f2] Max-Forwards: 70
2008/05/21 11:41:28.871 Transport (OUTBOUND) DBG: [CID=0x08f2] Content-Length: 0
2008/05/21 11:41:28.871 Transport (OUTBOUND) DBG: [CID=0x08f2]
2008/05/21 11:41:28.871 Transport (OUTBOUND) DBG: [CID=0x08f2]
2008/05/21 11:41:28.918 Transport (INBOUND) INF: [CID=0x08f2] <<< SIP/2.0 200 OK SRC: 193.28.184.13:5060:UDP enc=0 bytes=619
2008/05/21 11:41:28.918 Transport (INBOUND) DBG: [CID=0x08f2]
2008/05/21 11:41:28.918 Transport (INBOUND) DBG: [CID=0x08f2] SIP/2.0 200 OK
2008/05/21 11:41:28.918 Transport (INBOUND) DBG: [CID=0x08f2] From: ;tag=586f9e189cfb18109779b5877be8f082
2008/05/21 11:41:28.918 Transport (INBOUND) DBG: [CID=0x08f2] To: ;tag=as188b633f
2008/05/21 11:41:28.918 Transport (INBOUND) DBG: [CID=0x08f2] Via: SIP/2.0/UDP 10.0.1.13:5061;iid=2714;branch=z9hG4bK51a1b2189cfb18109779b5877be8f082;uas-addr=193.28.184.13;rport=5061;received=193.28.184.10
2008/05/21 11:41:28.918 Transport (INBOUND) DBG: [CID=0x08f2] CSeq: 4713 BYE
2008/05/21 11:41:28.918 Transport (INBOUND) DBG: [CID=0x08f2] Call-ID: 586f9e18-9cfb-1810-9ad2-dd0473763361
2008/05/21 11:41:28.918 Transport (INBOUND) DBG: [CID=0x08f2] Contact: <sip:810380673584814@193.28.184.2:5060;nat=yes>
2008/05/21 11:41:28.918 Transport (INBOUND) DBG: [CID=0x08f2] Record-Route: <sip:193.28.184.13;lr=on;ftag=586f9e189cfb18109779b5877be8f082>
2008/05/21 11:41:28.918 Transport (INBOUND) DBG: [CID=0x08f2] User-Agent: Asterisk PBX
2008/05/21 11:41:28.918 Transport (INBOUND) DBG: [CID=0x08f2] Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
2008/05/21 11:41:28.918 Transport (INBOUND) DBG: [CID=0x08f2] Supported: replaces
2008/05/21 11:41:28.918 Transport (INBOUND) DBG: [CID=0x08f2] Content-Length: 0
2008/05/21 11:41:28.918 Transport (INBOUND) DBG: [CID=0x08f2]
2008/05/21 11:41:28.918 Transport (INBOUND) DBG: [CID=0x08f2]
2008/05/21 11:41:28.918 Transport (INBOUND) DBG: [CID=0x08f2] Finding transaction for SIP/2.0 200 OK
2008/05/21 11:41:28.918 Transport (INBOUND) DBG: [CID=0x08f2] Setting Transaction ID to 586f9e18-9cfb-1810-9ad2-dd0473763361|z9hG4bK51a1b2189cfb18109779b5877be8f082|BYE
2008/05/21 11:41:28.918 Transport (INBOUND) DTL: [CID=0x08f2] Found NICT|586f9e18-9cfb-1810-9ad2-dd0473763361|z9hG4bK51a1b2189cfb18109779b5877be8f082|BYE for SIP/2.0 200 OK
2008/05/21 11:41:28.918 Transaction DTL: [CID=0x08f2] NICT(2222871567) Event(SIPMessage) - SIP/2.0 200 OK
2008/05/21 11:41:28.918 Transaction DBG: [CID=0x08f2] TRANSACTION: (NICT) SIP/2.0 200 OK State: 1
2008/05/21 11:41:28.918 Transaction DTL: [CID=0x08f2] NICT(2222871567) StateTrying->StateCompleted
2008/05/21 11:41:28.918 Transaction DBG: [CID=0x08f2] NICT(2222871567) Timer E STOPPED
2008/05/21 11:41:28.918 Transaction DBG: [CID=0x08f2] NICT(2222871567) Timer F STOPPED
2008/05/21 11:41:28.918 Transaction DBG: [CID=0x08f2] Event: SIPStack::Enqueue(SIP/2.0 200 OK)
2008/05/21 11:41:28.918 Transaction DBG: [CID=0x08f2] NICT(2222871567) Timer K( 5000 ms ) STARTED
2008/05/21 11:41:28.918 UserAgent DTL: [CID=0x08f2] Event: ---> Inbound - SIP/2.0 200 OK
2008/05/21 11:41:28.918 UserAgent DBG: [CID=0x08f2] *** MESSAGE ARRIVAL *** for SIP Session 586f9e18-9cfb-1810-9ad2-dd0473763361
2008/05/21 11:41:29.387 OpalGarbage DTL: [CID=0x06cb] *** QUEUED FOR DELETION *** SIPSession: 586f9e18-9cfb-1810-9ad2-dd0473763361
2008/05/21 11:41:29.387 OpalGarbage DBG: [CID=0x0000] GC: First Stale Object CallSession
2008/05/21 11:41:30.559 GC::Collector INF: [CID=0x08f2] *** DESTROYED CALL *** 586f9e18-9cfb-1810-9ad2-dd0473763361
2008/05/21 11:41:30.559 GC::Collector DBG: [CID=0x08f2] CALL: Session DESTROYED
2008/05/21 11:41:33.918 SIP Timer Thread DBG: [CID=0x08f2] NICT(2222871567) Timer K( 5000 ms ) EXPIRED
2008/05/21 11:41:33.918 Transaction DTL: [CID=0x08f2] NICT(2222871567) Event( Timer-K ) Interval: 5000
2008/05/21 11:41:33.918 Transaction DTL: [CID=0x08f2] NICT(2222871567) Event(Final)
2008/05/21 11:41:33.918 Transaction DTL: [CID=0x0000] *** REMOVED TRANSACTION *** NICT|586f9e18-9cfb-1810-9ad2-dd0473763361|z9hG4bK51a1b2189cfb18109779b5877be8f082|BYE
2008/05/21 11:41:33.918 Transaction Cleaner DBG: [CID=0x0000] GC: First Stale Object SIPTransaction
2008/05/21 11:41:33.918 GC::Collector DBG: [CID=0x08f2] TRANSACTION: (NICT) DESTROYED
2008/05/21 11:41:33.918 GC::Collector DTL: [CID=0x08f2] NICT(2222871567) *** DESTROYED *** - NICT|586f9e18-9cfb-1810-9ad2-dd0473763361|z9hG4bK51a1b2189cfb18109779b5877be8f082|BYE
2008/05/21 11:41:34.293 Transport (INBOUND) INF: [CID=0x088a] <<< OPTIONS sip:193.28.184.10:5061 SIP/2.0 SRC: 193.28.184.13:5060:UDP enc=0 bytes=241
2008/05/21 11:41:34.309 Transport (INBOUND) DBG: [CID=0x088a]
2008/05/21 11:41:34.309 Transport (INBOUND) DBG: [CID=0x088a] OPTIONS sip:193.28.184.10:5061 SIP/2.0
2008/05/21 11:41:34.309 Transport (INBOUND) DBG: [CID=0x088a] From: sip:pinger at ipshka dot com;tag=4414a574
2008/05/21 11:41:34.309 Transport (INBOUND) DBG: [CID=0x088a] To: sip:193.28.184.10:5061
2008/05/21 11:41:34.309 Transport (INBOUND) DBG: [CID=0x088a] Via: SIP/2.0/UDP 193.28.184.13:5060;branch=0
2008/05/21 11:41:34.309 Transport (INBOUND) DBG: [CID=0x088a] CSeq: 1 OPTIONS
2008/05/21 11:41:34.309 Transport (INBOUND) DBG: [CID=0x088a] Call-ID: 4d0b6755-7ca845d-a3a62@193.28.184.13
2008/05/21 11:41:34.309 Transport (INBOUND) DBG: [CID=0x088a] Content-Length: 0
2008/05/21 11:41:34.309 Transport (INBOUND) DBG: [CID=0x088a]
2008/05/21 11:41:34.309 Transport (INBOUND) DBG: [CID=0x088a]
2008/05/21 11:41:34.309 Transport (INBOUND) DBG: [CID=0x088a] Finding transaction for OPTIONS sip:193.28.184.10:5061 SIP/2.0
2008/05/21 11:41:34.309 Transport (INBOUND) DBG: [CID=0x088a] Setting Transaction ID to 4d0b6755-7ca845d-a3a62@193.28.184.13|0|OPTIONS|4414a574|1
2008/05/21 11:41:34.309 Transport (INBOUND) DBG: [CID=0x088a]
2008/05/21 11:41:34.309 Transport (INBOUND) DBG: [CID=0x088a] *** CREATING TRANSACTION (NIST) ***
2008/05/21 11:41:34.309 Transport (INBOUND) DBG: [CID=0x088a] Message: OPTIONS sip:193.28.184.10:5061 SIP/2.0
2008/05/21 11:41:34.309 Transport (INBOUND) DBG: [CID=0x088a] Call-Id: 4d0b6755-7ca845d-a3a62@193.28.184.13
2008/05/21 11:41:34.309 Transport (INBOUND) DBG: [CID=0x088a]
2008/05/21 11:41:34.309 Transport (INBOUND) DTL: [CID=0x088a] NIST(2222871568) *** CREATED *** - NIST|4d0b6755-7ca845d-a3a62@193.28.184.13|0|OPTIONS|4414a574|1
2008/05/21 11:41:34.309 Transaction DTL: [CID=0x088a] NIST(2222871568) Event(SIPMessage) - OPTIONS sip:193.28.184.10:5061 SIP/2.0
2008/05/21 11:41:34.309 Transaction DBG: [CID=0x088a] TRANSACTION: (NIST) OPTIONS sip:193.28.184.10:5061 SIP/2.0 State: 0
2008/05/21 11:41:34.309 Transaction DTL: [CID=0x088a] NIST(2222871568) StateIdle->StateTrying
2008/05/21 11:41:34.309 Transaction DBG: [CID=0x088a] Event: SIPStack::Enqueue(OPTIONS sip:193.28.184.10:5061 SIP/2.0)
2008/05/21 11:41:34.309 UserAgent DTL: [CID=0x088a] Event: ---> Inbound - OPTIONS sip:193.28.184.10:5061 SIP/2.0
2008/05/21 11:41:34.309 UserAgent DBG: [CID=0x06cb] *** NULL SESSION *** CallSessionManager::OnCreateServerSession() got a None-INVITE request.
2008/05/21 11:41:34.309 UserAgent DBG: [CID=0x06cb] *** MESSAGE ARRIVAL *** No Session available to handle OPTIONS sip:193.28.184.10:5061 SIP/2.0
2008/05/21 11:41:34.309 UserAgent DTL: [CID=0x088a] Found NIST|4d0b6755-7ca845d-a3a62@193.28.184.13|0|OPTIONS|4414a574|1 for SIP/2.0 200 OK
2008/05/21 11:41:34.309 Transaction DTL: [CID=0x088a] NIST(2222871568) Event(SIPMessage) - SIP/2.0 200 OK
2008/05/21 11:41:34.309 Transaction DBG: [CID=0x088a] TRANSACTION: (NIST) SIP/2.0 200 OK State: 1
2008/05/21 11:41:34.309 Transaction DTL: [CID=0x088a] NIST(2222871568)HandleStateTrying->StateCompleted
2008/05/21 11:41:34.324 Transport (OUTBOUND) INF: [CID=0x088a] >>> SIP/2.0 200 OK DST: 193.28.184.13:5060:UDP SRC: 10.0.1.13:5061 enc=0 bytes=332
2008/05/21 11:41:34.324 Transport (OUTBOUND) DBG: [CID=0x088a]
2008/05/21 11:41:34.324 Transport (OUTBOUND) DBG: [CID=0x088a] SIP/2.0 200 OK
2008/05/21 11:41:34.324 Transport (OUTBOUND) DBG: [CID=0x088a] From: sip:pinger at ipshka dot com;tag=4414a574
2008/05/21 11:41:34.324 Transport (OUTBOUND) DBG: [CID=0x088a] To: sip:193.28.184.10:5061
2008/05/21 11:41:34.324 Transport (OUTBOUND) DBG: [CID=0x088a] Via: SIP/2.0/UDP 193.28.184.13:5060;branch=0;rport=5060;received=193.28.184.13
2008/05/21 11:41:34.324 Transport (OUTBOUND) DBG: [CID=0x088a] CSeq: 1 OPTIONS
2008/05/21 11:41:34.324 Transport (OUTBOUND) DBG: [CID=0x088a] Call-ID: 4d0b6755-7ca845d-a3a62@193.28.184.13
2008/05/21 11:41:34.324 Transport (OUTBOUND) DBG: [CID=0x088a] Allow: INVITE, ACK, CANCEL, OPTIONS, INFO, MESSAGE, BYE, REFER, NOTIFY, OPTIONS
2008/05/21 11:41:34.324 Transport (OUTBOUND) DBG: [CID=0x088a] Content-Length: 0
2008/05/21 11:41:34.324 Transport (OUTBOUND) DBG: [CID=0x088a]
2008/05/21 11:41:34.324 Transport (OUTBOUND) DBG: [CID=0x088a]
2008/05/21 11:41:34.324 Transaction DBG: [CID=0x088a] NIST(2222871568) Timer J( 32000 ms ) STARTED
2008/05/21 11:41:37.262 SIP Timer Thread DBG: [CID=0x085b] NIST(2222871564) Timer J( 32000 ms ) EXPIRED
2008/05/21 11:41:37.262 Transaction DTL: [CID=0x085b] NIST(2222871564) Event( Timer-J ) Interval: 32000
2008/05/21 11:41:37.262 Transaction DTL: [CID=0x085b] NIST(2222871564) StateCompleted->StateTerminated
2008/05/21 11:41:37.262 Transaction DTL: [CID=0x085b] NIST(2222871564) Event(Final)
2008/05/21 11:41:37.262 Transaction DTL: [CID=0x0000] *** REMOVED TRANSACTION *** NIST|4d0b6755-55a845d-d1a62@193.28.184.13|0|OPTIONS|2d04a574|1
2008/05/21 11:41:37.262 Transaction Cleaner DBG: [CID=0x0000] GC: First Stale Object SIPTransaction
2008/05/21 11:41:37.262 GC::Collector DBG: [CID=0x085b] TRANSACTION: (NIST) DESTROYED
2008/05/21 11:41:37.262 GC::Collector DTL: [CID=0x085b] NIST(2222871564) *** DESTROYED *** - NIST|4d0b6755-55a845d-d1a62@193.28.184.13|0|OPTIONS|2d04a574|1
2008/05/21 11:41:41.403 IPshka.com DBG: [CID=0x0918] Session CREATED
2008/05/21 11:41:41.403 IPshka.com INF: [CID=0x0918] *** CREATED (UAC) CALL *** b9c6c518-9cfb-1810-9ad3-dd0473763361
2008/05/21 11:41:41.403 IPshka.com DBG: [CID=0x06cb] CREATED via=10.0.1.13:5061 for target=193.28.184.13 protocol=UDP
2008/05/21 11:41:41.481 IPshka.com DBG: [CID=0x0918] Finding transaction for INVITE sip:810380673584814 at ipshka dot com SIP/2.0
2008/05/21 11:41:41.481 IPshka.com DBG: [CID=0x0918] Setting Transaction ID to b9c6c518-9cfb-1810-9ad3-dd0473763361|z9hG4bKb9c6c5189cfb18109779b5877be8f082|INVITE
2008/05/21 11:41:41.481 IPshka.com DBG: [CID=0x0918]
2008/05/21 11:41:41.481 IPshka.com DBG: [CID=0x0918] *** CREATING TRANSACTION (ICT) ***
2008/05/21 11:41:41.481 IPshka.com DBG: [CID=0x0918] Message: INVITE sip:810380673584814 at ipshka dot com SIP/2.0
2008/05/21 11:41:41.481 IPshka.com DBG: [CID=0x0918] Call-Id: b9c6c518-9cfb-1810-9ad3-dd0473763361
2008/05/21 11:41:41.481 IPshka.com DBG: [CID=0x0918]
2008/05/21 11:41:41.481 IPshka.com DTL: [CID=0x0918] ICT(2222871569) *** CREATED *** - ICT|b9c6c518-9cfb-1810-9ad3-dd0473763361|z9hG4bKb9c6c5189cfb18109779b5877be8f082|INVITE
2008/05/21 11:41:41.481 Transaction DTL: [CID=0x0918] ICT(2222871569) Event(SIPMessage) - INVITE sip:810380673584814 at ipshka dot com SIP/2.0
2008/05/21 11:41:41.481 Transaction DBG: [CID=0x0918] TRANSACTION: (ICT) INVITE sip:810380673584814 at ipshka dot com SIP/2.0 State: 0
2008/05/21 11:41:41.481 Transport (OUTBOUND) INF: [CID=0x0918] >>> INVITE sip:810380673584814 at ipshka dot com SIP/2.0 DST: 193.28.184.13:5060:UDP SRC: 10.0.1.13:5061 enc=0 bytes=998
2008/05/21 11:41:41.481 Transport (OUTBOUND) DBG: [CID=0x0918]
2008/05/21 11:41:41.481 Transport (OUTBOUND) DBG: [CID=0x0918] INVITE sip:810380673584814 at ipshka dot com SIP/2.0
2008/05/21 11:41:41.481 Transport (OUTBOUND) DBG: [CID=0x0918] From: 100008 ;tag=b9c6c5189cfb1810977ab5877be8f082
2008/05/21 11:41:41.481 Transport (OUTBOUND) DBG: [CID=0x0918] To: sip:810380673584814 at ipshka dot com
2008/05/21 11:41:41.481 Transport (OUTBOUND) DBG: [CID=0x0918] Via: SIP/2.0/UDP 10.0.1.13:5061;iid=2714;branch=z9hG4bKb9c6c5189cfb18109779b5877be8f082;uas-addr=193.28.184.13;rport
2008/05/21 11:41:41.481 Transport (OUTBOUND) DBG: [CID=0x0918] CSeq: 4711 INVITE
2008/05/21 11:41:41.481 Transport (OUTBOUND) DBG: [CID=0x0918] Call-ID: b9c6c518-9cfb-1810-9ad3-dd0473763361
2008/05/21 11:41:41.481 Transport (OUTBOUND) DBG: [CID=0x0918] Contact: "100008"
2008/05/21 11:41:41.481 Transport (OUTBOUND) DBG: [CID=0x0918] User-Agent: OpenSIPStack v1.1.7-23
2008/05/21 11:41:41.481 Transport (OUTBOUND) DBG: [CID=0x0918] Max-Forwards: 70
2008/05/21 11:41:41.481 Transport (OUTBOUND) DBG: [CID=0x0918] Allow: INVITE, BYE, CANCEL, REFER, ACK, REFER, MESSAGE, INFO, NOTIFY, OPTIONS
2008/05/21 11:41:41.481 Transport (OUTBOUND) DBG: [CID=0x0918] Supported: 100rel
2008/05/21 11:41:41.481 Transport (OUTBOUND) DBG: [CID=0x0918] Content-Type: application/sdp
2008/05/21 11:41:41.481 Transport (OUTBOUND) DBG: [CID=0x0918] Content-Length: 403
2008/05/21 11:41:41.481 Transport (OUTBOUND) DBG: [CID=0x0918]
2008/05/21 11:41:41.481 Transport (OUTBOUND) DBG: [CID=0x0918] v=0
2008/05/21 11:41:41.481 Transport (OUTBOUND) DBG: [CID=0x0918] o=- 1211359301 1211359301 IN IP4 10.0.1.13
2008/05/21 11:41:41.481 Transport (OUTBOUND) DBG: [CID=0x0918] s=OSS RTP Session
2008/05/21 11:41:41.481 Transport (OUTBOUND) DBG: [CID=0x0918] c=IN IP4 10.0.1.13
2008/05/21 11:41:41.481 Transport (OUTBOUND) DBG: [CID=0x0918] t=0 0
2008/05/21 11:41:41.481 Transport (OUTBOUND) DBG: [CID=0x0918] m=audio 16388 RTP/AVP 18 3 0 8 106 96 7 101
2008/05/21 11:41:41.481 Transport (OUTBOUND) DBG: [CID=0x0918] a=rtpmap:18 G729/8000
2008/05/21 11:41:41.481 Transport (OUTBOUND) DBG: [CID=0x0918] a=rtpmap:3 GSM/8000
2008/05/21 11:41:41.481 Transport (OUTBOUND) DBG: [CID=0x0918] a=rtpmap:0 PCMU/8000
2008/05/21 11:41:41.481 Transport (OUTBOUND) DBG: [CID=0x0918] a=rtpmap:8 PCMA/8000
2008/05/21 11:41:41.481 Transport (OUTBOUND) DBG: [CID=0x0918] a=rtpmap:106 iLBC/8000
2008/05/21 11:41:41.481 Transport (OUTBOUND) DBG: [CID=0x0918] a=rtpmap:96 iLBC-15k2/8000
2008/05/21 11:41:41.481 Transport (OUTBOUND) DBG: [CID=0x0918] a=rtpmap:7 LPC/8000
2008/05/21 11:41:41.481 Transport (OUTBOUND) DBG: [CID=0x0918] a=rtpmap:101 telephone-event/8000
2008/05/21 11:41:41.481 Transport (OUTBOUND) DBG: [CID=0x0918] a=fmtp:101 0-15
2008/05/21 11:41:41.481 Transport (OUTBOUND) DBG: [CID=0x0918] m=video 16390 RTP/AVP 31
2008/05/21 11:41:41.481 Transport (OUTBOUND) DBG: [CID=0x0918] a=rtpmap:31 H261/90000
2008/05/21 11:41:41.481 Transport (OUTBOUND) DBG: [CID=0x0918]
2008/05/21 11:41:41.497 Transport (OUTBOUND) DBG: [CID=0x0918] Finding transaction for INVITE sip:810380673584814 at ipshka dot com SIP/2.0
2008/05/21 11:41:41.497 Transport (OUTBOUND) DBG: [CID=0x0918] Setting Transaction ID to b9c6c518-9cfb-1810-9ad3-dd0473763361|z9hG4bKb9c6c5189cfb18109779b5877be8f082|INVITE
2008/05/21 11:41:41.497 Transport (OUTBOUND) DTL: [CID=0x0918] Found ICT|b9c6c518-9cfb-1810-9ad3-dd0473763361|z9hG4bKb9c6c5189cfb18109779b5877be8f082|INVITE for INVITE sip:810380673584814 at ipshka dot com SIP/2.0
2008/05/21 11:41:41.497 Transport (INBOUND) INF: [CID=0x0918] <<< SIP/2.0 100 Trying SRC: 193.28.184.13:5060:UDP enc=0 bytes=410
2008/05/21 11:41:41.497 Transport (INBOUND) DBG: [CID=0x0918]
2008/05/21 11:41:41.497 Transport (INBOUND) DBG: [CID=0x0918] SIP/2.0 100 Trying
2008/05/21 11:41:41.497 Transport (INBOUND) DBG: [CID=0x0918] From: 100008 ;tag=b9c6c5189cfb1810977ab5877be8f082
2008/05/21 11:41:41.497 Transport (INBOUND) DBG: [CID=0x0918] To: sip:810380673584814 at ipshka dot com
2008/05/21 11:41:41.497 Transport (INBOUND) DBG: [CID=0x0918] Via: SIP/2.0/UDP 10.0.1.13:5061;iid=2714;branch=z9hG4bKb9c6c5189cfb18109779b5877be8f082;uas-addr=193.28.184.13;rport=5061;received=193.28.184.10
2008/05/21 11:41:41.497 Transport (INBOUND) DBG: [CID=0x0918] CSeq: 4711 INVITE
2008/05/21 11:41:41.497 Transport (INBOUND) DBG: [CID=0x0918] Call-ID: b9c6c518-9cfb-1810-9ad3-dd0473763361
2008/05/21 11:41:41.497 Transport (INBOUND) DBG: [CID=0x0918] Server: OpenSER (1.3.0-notls (x86_64/linux))
2008/05/21 11:41:41.497 Transport (INBOUND) DBG: [CID=0x0918] Content-Length: 0
2008/05/21 11:41:41.497 Transport (INBOUND) DBG: [CID=0x0918]
2008/05/21 11:41:41.497 Transport (INBOUND) DBG: [CID=0x0918]
2008/05/21 11:41:41.512 Transport (INBOUND) DBG: [CID=0x0918] Finding transaction for SIP/2.0 100 Trying
2008/05/21 11:41:41.512 Transport (INBOUND) DBG: [CID=0x0918] Setting Transaction ID to b9c6c518-9cfb-1810-9ad3-dd0473763361|z9hG4bKb9c6c5189cfb18109779b5877be8f082|INVITE
2008/05/21 11:41:41.512 Transport (INBOUND) DTL: [CID=0x0918] Found ICT|b9c6c518-9cfb-1810-9ad3-dd0473763361|z9hG4bKb9c6c5189cfb18109779b5877be8f082|INVITE for SIP/2.0 100 Trying
2008/05/21 11:41:41.512 UserAgent DTL: [CID=0x0918] Event: ---> TransportWrite - INVITE
2008/05/21 11:41:41.512 Transport (INBOUND) INF: [CID=0x0918] <<< SIP/2.0 407 Proxy Authentication Required SRC: 193.28.184.13:5060:UDP enc=0 bytes=584
2008/05/21 11:41:41.512 Transport (INBOUND) DBG: [CID=0x0918]
2008/05/21 11:41:41.512 Transport (INBOUND) DBG: [CID=0x0918] SIP/2.0 407 Proxy Authentication Required
2008/05/21 11:41:41.512 Transport (INBOUND) DBG: [CID=0x0918] From: 100008 ;tag=b9c6c5189cfb1810977ab5877be8f082
2008/05/21 11:41:41.512 Transport (INBOUND) DBG: [CID=0x0918] To: sip:810380673584814 at ipshka dot com;tag=8e373578fa68a199c630c28b25cb902f.7f4d
2008/05/21 11:41:41.512 Transport (INBOUND) DBG: [CID=0x0918] Via: SIP/2.0/UDP 10.0.1.13:5061;iid=2714;branch=z9hG4bKb9c6c5189cfb18109779b5877be8f082;uas-addr=193.28.184.13;rport=5061;received=193.28.184.10
2008/05/21 11:41:41.512 Transport (INBOUND) DBG: [CID=0x0918] CSeq: 4711 INVITE
2008/05/21 11:41:41.512 Transport (INBOUND) DBG: [CID=0x0918] Call-ID: b9c6c518-9cfb-1810-9ad3-dd0473763361
2008/05/21 11:41:41.512 Transport (INBOUND) DBG: [CID=0x0918] Server: OpenSER (1.3.0-notls (x86_64/linux))
2008/05/21 11:41:41.512 Transport (INBOUND) DBG: [CID=0x0918] Proxy-Authenticate: Digest realm="ipshka.com", nonce="4833e153686fc1cb48d7b185bc67b343fde0c67c", qop="auth"
2008/05/21 11:41:41.512 Transport (INBOUND) DBG: [CID=0x0918] Content-Length: 0
2008/05/21 11:41:41.512 Transport (INBOUND) DBG: [CID=0x0918]
2008/05/21 11:41:41.512 Transport (INBOUND) DBG: [CID=0x0918]
2008/05/21 11:41:41.512 Transport (INBOUND) DBG: [CID=0x0918] Finding transaction for SIP/2.0 407 Proxy Authentication Required
2008/05/21 11:41:41.512 Transport (INBOUND) DBG: [CID=0x0918] Setting Transaction ID to b9c6c518-9cfb-1810-9ad3-dd0473763361|z9hG4bKb9c6c5189cfb18109779b5877be8f082|INVITE
2008/05/21 11:41:41.512 Transport (INBOUND) DTL: [CID=0x0918] Found ICT|b9c6c518-9cfb-1810-9ad3-dd0473763361|z9hG4bKb9c6c5189cfb18109779b5877be8f082|INVITE for SIP/2.0 407 Proxy Authentication Required
2008/05/21 11:41:41.528 Transaction DTL: [CID=0x0918] ICT(2222871569) Event(SIPMessage) - INVITE sip:810380673584814 at ipshka dot com SIP/2.0
2008/05/21 11:41:41.528 Transaction DBG: [CID=0x0918] TRANSACTION: (ICT) INVITE sip:810380673584814 at ipshka dot com SIP/2.0 State: 0
2008/05/21 11:41:41.528 Transaction DTL: [CID=0x0918] ICT(2222871569) StateIdle->StateCalling(INVITE sip:810380673584814 at ipshka dot com SIP/2.0)
2008/05/21 11:41:41.528 Transaction DBG: [CID=0x0918] ICT(2222871569) Timer A( 500 ms ) STARTED
2008/05/21 11:41:41.528 Transaction DBG: [CID=0x0918] ICT(2222871569) Timer B( 10000 ms ) STARTED
2008/05/21 11:41:41.528 Transaction DTL: [CID=0x0918] ICT(2222871569) Event(SIPMessage) - SIP/2.0 100 Trying
2008/05/21 11:41:41.544 Transaction DBG: [CID=0x0918] TRANSACTION: (ICT) SIP/2.0 100 Trying State: 1
2008/05/21 11:41:41.544 Transaction DBG: [CID=0x0918] ICT(2222871569) Timer A STOPPED
2008/05/21 11:41:41.544 Transaction DBG: [CID=0x0918] ICT(2222871569) Timer B STOPPED
2008/05/21 11:41:41.544 Transaction DTL: [CID=0x0918] ICT(2222871569) StateCalling->StateProceeding(SIP/2.0 100 Trying)
2008/05/21 11:41:41.544 Transaction DBG: [CID=0x0918] Event: SIPStack::Enqueue(SIP/2.0 100 Trying)
2008/05/21 11:41:41.544 UserAgent DTL: [CID=0x0918] Event: ---> Inbound - SIP/2.0 100 Trying
2008/05/21 11:41:41.544 UserAgent DBG: [CID=0x0918] *** MESSAGE ARRIVAL *** for SIP Session b9c6c518-9cfb-1810-9ad3-dd0473763361
2008/05/21 11:41:41.544 Transaction DTL: [CID=0x0918] ICT(2222871569) Event(SIPMessage) - SIP/2.0 407 Proxy Authentication Required
2008/05/21 11:41:41.544 Transaction DBG: [CID=0x0918] TRANSACTION: (ICT) SIP/2.0 407 Proxy Authentication Required State: 2
2008/05/21 11:41:41.544 Transaction DBG: [CID=0x0918] ICT(2222871569) Timer A STOPPED
2008/05/21 11:41:41.544 Transaction DBG: [CID=0x0918] ICT(2222871569) Timer B STOPPED
2008/05/21 11:41:41.544 Transaction DTL: [CID=0x0918] ICT(2222871569) StateProceeding->StateCompleted(SIP/2.0 407 Proxy Authentication Required)
2008/05/21 11:41:41.544 Transaction DBG: [CID=0x0918] Event: SIPStack::Enqueue(SIP/2.0 407 Proxy Authentication Required)
2008/05/21 11:41:41.544 UserAgent DTL: [CID=0x0918] Event: ---> Inbound - SIP/2.0 407 Proxy Authentication Required
2008/05/21 11:41:41.544 UserAgent DBG: [CID=0x0918] *** MESSAGE ARRIVAL *** for SIP Session b9c6c518-9cfb-1810-9ad3-dd0473763361
2008/05/21 11:41:41.559 Transport (OUTBOUND) INF: [CID=0x0918] >>> ACK sip:810380673584814 at ipshka dot com SIP/2.0 DST: 193.28.184.13:5060:UDP SRC: 10.0.1.13:5061 enc=0 bytes=598
2008/05/21 11:41:41.559 Transport (OUTBOUND) DBG: [CID=0x0918]
2008/05/21 11:41:41.559 Transport (OUTBOUND) DBG: [CID=0x0918] ACK sip:810380673584814 at ipshka dot com SIP/2.0
2008/05/21 11:41:41.559 Transport (OUTBOUND) DBG: [CID=0x0918] From: 100008 ;tag=b9c6c5189cfb1810977ab5877be8f082
2008/05/21 11:41:41.559 Transport (OUTBOUND) DBG: [CID=0x0918] To: sip:810380673584814 at ipshka dot com;tag=8e373578fa68a199c630c28b25cb902f.7f4d
2008/05/21 11:41:41.559 Transport (OUTBOUND) DBG: [CID=0x0918] Via: SIP/2.0/UDP 10.0.1.13:5061;iid=2714;branch=z9hG4bKb9c6c5189cfb18109779b5877be8f082;uas-addr=193.28.184.13;rport
2008/05/21 11:41:41.559 Transport (OUTBOUND) DBG: [CID=0x0918] CSeq: 4711 ACK
2008/05/21 11:41:41.559 Transport (OUTBOUND) DBG: [CID=0x0918] Call-ID: b9c6c518-9cfb-1810-9ad3-dd0473763361
2008/05/21 11:41:41.559 Transport (OUTBOUND) DBG: [CID=0x0918] Contact: "100008"
2008/05/21 11:41:41.559 Transport (OUTBOUND) DBG: [CID=0x0918] User-Agent: OpenSIPStack v1.1.7-23
2008/05/21 11:41:41.559 Transport (OUTBOUND) DBG: [CID=0x0918] Max-Forwards: 70
2008/05/21 11:41:41.559 Transport (OUTBOUND) DBG: [CID=0x0918] Allow: INVITE, BYE, CANCEL, REFER, ACK, REFER, MESSAGE, INFO, NOTIFY, OPTIONS
2008/05/21 11:41:41.559 Transport (OUTBOUND) DBG: [CID=0x0918] Supported: 100rel
2008/05/21 11:41:41.559 Transport (OUTBOUND) DBG: [CID=0x0918] Content-Length: 0
2008/05/21 11:41:41.559 Transport (OUTBOUND) DBG: [CID=0x0918]
2008/05/21 11:41:41.559 Transport (OUTBOUND) DBG: [CID=0x0918]
2008/05/21 11:41:41.559 Transaction DBG: [CID=0x0918] ICT(2222871569) Timer D( 32000 ms ) STARTED
2008/05/21 11:41:41.559 Call DBG: [CID=0x0918] Finding transaction for INVITE sip:810380673584814 at ipshka dot com SIP/2.0
2008/05/21 11:41:41.559 Call DBG: [CID=0x0918] Setting Transaction ID to b9c6c518-9cfb-1810-9ad3-dd0473763361|z9hG4bKc303c6189cfb1810977ab5877be8f082|INVITE
2008/05/21 11:41:41.559 Call DBG: [CID=0x0918]
2008/05/21 11:41:41.559 Call DBG: [CID=0x0918] *** CREATING TRANSACTION (ICT) ***
2008/05/21 11:41:41.559 Call DBG: [CID=0x0918] Message: INVITE sip:810380673584814 at ipshka dot com SIP/2.0
2008/05/21 11:41:41.559 Call DBG: [CID=0x0918] Call-Id: b9c6c518-9cfb-1810-9ad3-dd0473763361
2008/05/21 11:41:41.559 Call DBG: [CID=0x0918]
2008/05/21 11:41:41.559 Call DTL: [CID=0x0918] ICT(2222871570) *** CREATED *** - ICT|b9c6c518-9cfb-1810-9ad3-dd0473763361|z9hG4bKc303c6189cfb1810977ab5877be8f082|INVITE
2008/05/21 11:41:41.575 Transaction DTL: [CID=0x0918] ICT(2222871570) Event(SIPMessage) - INVITE sip:810380673584814 at ipshka dot com SIP/2.0
2008/05/21 11:41:41.575 Transaction DBG: [CID=0x0918] TRANSACTION: (ICT) INVITE sip:810380673584814 at ipshka dot com SIP/2.0 State: 0
2008/05/21 11:41:41.575 Transport (OUTBOUND) INF: [CID=0x0918] >>> INVITE sip:810380673584814 at ipshka dot com SIP/2.0 DST: 193.28.184.13:5060:UDP SRC: 10.0.1.13:5061 enc=0 bytes=1213
2008/05/21 11:41:41.575 Transport (OUTBOUND) DBG: [CID=0x0918]
2008/05/21 11:41:41.575 Transport (OUTBOUND) DBG: [CID=0x0918] INVITE sip:810380673584814 at ipshka dot com SIP/2.0
2008/05/21 11:41:41.575 Transport (OUTBOUND) DBG: [CID=0x0918] From: 100008 ;tag=b9c6c5189cfb1810977ab5877be8f082
2008/05/21 11:41:41.575 Transport (OUTBOUND) DBG: [CID=0x0918] To: sip:810380673584814 at ipshka dot com
2008/05/21 11:41:41.575 Transport (OUTBOUND) DBG: [CID=0x0918] Via: SIP/2.0/UDP 10.0.1.13:5061;iid=2714;branch=z9hG4bKc303c6189cfb1810977ab5877be8f082;uas-addr=193.28.184.13;rport
2008/05/21 11:41:41.575 Transport (OUTBOUND) DBG: [CID=0x0918] CSeq: 4712 INVITE
2008/05/21 11:41:41.575 Transport (OUTBOUND) DBG: [CID=0x0918] Call-ID: b9c6c518-9cfb-1810-9ad3-dd0473763361
2008/05/21 11:41:41.575 Transport (OUTBOUND) DBG: [CID=0x0918] Contact: "100008"
2008/05/21 11:41:41.575 Transport (OUTBOUND) DBG: [CID=0x0918] User-Agent: OpenSIPStack v1.1.7-23
2008/05/21 11:41:41.575 Transport (OUTBOUND) DBG: [CID=0x0918] Max-Forwards: 70
2008/05/21 11:41:41.575 Transport (OUTBOUND) DBG: [CID=0x0918] Proxy-Authorization: Digest username="olden1", realm="ipshka.com", nonce="4833e153686fc1cb48d7b185bc67b343fde0c67c", uri="sip:810380673584814 at ipshka dot com", response="41ded24487127c9ff83cd96e873257b0", algorithm=MD5
2008/05/21 11:41:41.575 Transport (OUTBOUND) DBG: [CID=0x0918] Allow: INVITE, BYE, CANCEL, REFER, ACK, REFER, MESSAGE, INFO, NOTIFY, OPTIONS
2008/05/21 11:41:41.575 Transport (OUTBOUND) DBG: [CID=0x0918] Supported: 100rel
2008/05/21 11:41:41.575 Transport (OUTBOUND) DBG: [CID=0x0918] Content-Type: application/sdp
2008/05/21 11:41:41.575 Transport (OUTBOUND) DBG: [CID=0x0918] Content-Length: 403
2008/05/21 11:41:41.575 Transport (OUTBOUND) DBG: [CID=0x0918]
2008/05/21 11:41:41.575 Transport (OUTBOUND) DBG: [CID=0x0918] v=0
2008/05/21 11:41:41.575 Transport (OUTBOUND) DBG: [CID=0x0918] o=- 1211359301 1211359301 IN IP4 10.0.1.13
2008/05/21 11:41:41.575 Transport (OUTBOUND) DBG: [CID=0x0918] s=OSS RTP Session
2008/05/21 11:41:41.575 Transport (OUTBOUND) DBG: [CID=0x0918] c=IN IP4 10.0.1.13
2008/05/21 11:41:41.575 Transport (OUTBOUND) DBG: [CID=0x0918] t=0 0
2008/05/21 11:41:41.575 Transport (OUTBOUND) DBG: [CID=0x0918] m=audio 16388 RTP/AVP 18 3 0 8 106 96 7 101
2008/05/21 11:41:41.575 Transport (OUTBOUND) DBG: [CID=0x0918] a=rtpmap:18 G729/8000
2008/05/21 11:41:41.575 Transport (OUTBOUND) DBG: [CID=0x0918] a=rtpmap:3 GSM/8000
2008/05/21 11:41:41.575 Transport (OUTBOUND) DBG: [CID=0x0918] a=rtpmap:0 PCMU/8000
2008/05/21 11:41:41.575 Transport (OUTBOUND) DBG: [CID=0x0918] a=rtpmap:8 PCMA/8000
2008/05/21 11:41:41.575 Transport (OUTBOUND) DBG: [CID=0x0918] a=rtpmap:106 iLBC/8000
2008/05/21 11:41:41.575 Transport (OUTBOUND) DBG: [CID=0x0918] a=rtpmap:96 iLBC-15k2/8000
2008/05/21 11:41:41.575 Transport (OUTBOUND) DBG: [CID=0x0918] a=rtpmap:7 LPC/8000
2008/05/21 11:41:41.575 Transport (OUTBOUND) DBG: [CID=0x0918] a=rtpmap:101 telephone-event/8000
2008/05/21 11:41:41.575 Transport (OUTBOUND) DBG: [CID=0x0918] a=fmtp:101 0-15
2008/05/21 11:41:41.575 Transport (OUTBOUND) DBG: [CID=0x0918] m=video 16390 RTP/AVP 31
2008/05/21 11:41:41.575 Transport (OUTBOUND) DBG: [CID=0x0918] a=rtpmap:31 H261/90000
2008/05/21 11:41:41.575 Transport (OUTBOUND) DBG: [CID=0x0918]
2008/05/21 11:41:41.590 Transport (OUTBOUND) DBG: [CID=0x0918] Finding transaction for INVITE sip:810380673584814 at ipshka dot com SIP/2.0
2008/05/21 11:41:41.590 Transport (OUTBOUND) DBG: [CID=0x0918] Setting Transaction ID to b9c6c518-9cfb-1810-9ad3-dd0473763361|z9hG4bKc303c6189cfb1810977ab5877be8f082|INVITE
2008/05/21 11:41:41.590 Transport (OUTBOUND) DTL: [CID=0x0918] Found ICT|b9c6c518-9cfb-1810-9ad3-dd0473763361|z9hG4bKc303c6189cfb1810977ab5877be8f082|INVITE for INVITE sip:810380673584814 at ipshka dot com SIP/2.0
2008/05/21 11:41:41.590 Transport (INBOUND) INF: [CID=0x0918] <<< SIP/2.0 100 Trying SRC: 193.28.184.13:5060:UDP enc=0 bytes=410
2008/05/21 11:41:41.590 Transport (INBOUND) DBG: [CID=0x0918]
2008/05/21 11:41:41.590 Transport (INBOUND) DBG: [CID=0x0918] SIP/2.0 100 Trying
2008/05/21 11:41:41.590 Transport (INBOUND) DBG: [CID=0x0918] From: 100008 ;tag=b9c6c5189cfb1810977ab5877be8f082
2008/05/21 11:41:41.590 Transport (INBOUND) DBG: [CID=0x0918] To: sip:810380673584814 at ipshka dot com
2008/05/21 11:41:41.590 Transport (INBOUND) DBG: [CID=0x0918] Via: SIP/2.0/UDP 10.0.1.13:5061;iid=2714;branch=z9hG4bKc303c6189cfb1810977ab5877be8f082;uas-addr=193.28.184.13;rport=5061;received=193.28.184.10
2008/05/21 11:41:41.590 Transport (INBOUND) DBG: [CID=0x0918] CSeq: 4712 INVITE
2008/05/21 11:41:41.590 Transport (INBOUND) DBG: [CID=0x0918] Call-ID: b9c6c518-9cfb-1810-9ad3-dd0473763361
2008/05/21 11:41:41.590 Transport (INBOUND) DBG: [CID=0x0918] Server: OpenSER (1.3.0-notls (x86_64/linux))
2008/05/21 11:41:41.590 Transport (INBOUND) DBG: [CID=0x0918] Content-Length: 0
2008/05/21 11:41:41.590 Transport (INBOUND) DBG: [CID=0x0918]
2008/05/21 11:41:41.590 Transport (INBOUND) DBG: [CID=0x0918]
2008/05/21 11:41:41.590 Transport (INBOUND) DBG: [CID=0x0918] Finding transaction for SIP/2.0 100 Trying
2008/05/21 11:41:41.590 Transport (INBOUND) DBG: [CID=0x0918] Setting Transaction ID to b9c6c518-9cfb-1810-9ad3-dd0473763361|z9hG4bKc303c6189cfb1810977ab5877be8f082|INVITE
2008/05/21 11:41:41.590 Transport (INBOUND) DTL: [CID=0x0918] Found ICT|b9c6c518-9cfb-1810-9ad3-dd0473763361|z9hG4bKc303c6189cfb1810977ab5877be8f082|INVITE for SIP/2.0 100 Trying
2008/05/21 11:41:41.590 UserAgent DTL: [CID=0x0918] Event: ---> TransportWrite - INVITE
2008/05/21 11:41:41.606 Transport (INBOUND) INF: [CID=0x0918] <<< SIP/2.0 100 Giving a try SRC: 193.28.184.13:5060:UDP enc=0 bytes=416
2008/05/21 11:41:41.606 Transport (INBOUND) DBG: [CID=0x0918]
2008/05/21 11:41:41.606 Transport (INBOUND) DBG: [CID=0x0918] SIP/2.0 100 Giving a try
2008/05/21 11:41:41.606 Transport (INBOUND) DBG: [CID=0x0918] From: 100008 ;tag=b9c6c5189cfb1810977ab5877be8f082
2008/05/21 11:41:41.606 Transport (INBOUND) DBG: [CID=0x0918] To: sip:810380673584814 at ipshka dot com
2008/05/21 11:41:41.606 Transport (INBOUND) DBG: [CID=0x0918] Via: SIP/2.0/UDP 10.0.1.13:5061;iid=2714;branch=z9hG4bKc303c6189cfb1810977ab5877be8f082;uas-addr=193.28.184.13;rport=5061;received=193.28.184.10
2008/05/21 11:41:41.606 Transport (INBOUND) DBG: [CID=0x0918] CSeq: 4712 INVITE
2008/05/21 11:41:41.606 Transport (INBOUND) DBG: [CID=0x0918] Call-ID: b9c6c518-9cfb-1810-9ad3-dd0473763361
2008/05/21 11:41:41.606 Transport (INBOUND) DBG: [CID=0x0918] Server: OpenSER (1.3.0-notls (x86_64/linux))
2008/05/21 11:41:41.606 Transport (INBOUND) DBG: [CID=0x0918] Content-Length: 0
2008/05/21 11:41:41.606 Transport (INBOUND) DBG: [CID=0x0918]
2008/05/21 11:41:41.606 Transport (INBOUND) DBG: [CID=0x0918]
2008/05/21 11:41:41.606 Transport (INBOUND) DBG: [CID=0x0918] Finding transaction for SIP/2.0 100 Giving a try
2008/05/21 11:41:41.606 Transport (INBOUND) DBG: [CID=0x0918] Setting Transaction ID to b9c6c518-9cfb-1810-9ad3-dd0473763361|z9hG4bKc303c6189cfb1810977ab5877be8f082|INVITE
2008/05/21 11:41:41.606 Transport (INBOUND) DTL: [CID=0x0918] Found ICT|b9c6c518-9cfb-1810-9ad3-dd0473763361|z9hG4bKc303c6189cfb1810977ab5877be8f082|INVITE for SIP/2.0 100 Giving a try
2008/05/21 11:41:41.606 Transaction DTL: [CID=0x0918] ICT(2222871570) Event(SIPMessage) - INVITE sip:810380673584814 at ipshka dot com SIP/2.0
2008/05/21 11:41:41.606 Transaction DBG: [CID=0x0918] TRANSACTION: (ICT) INVITE sip:810380673584814 at ipshka dot com SIP/2.0 State: 0
2008/05/21 11:41:41.606 Transaction DTL: [CID=0x0918] ICT(2222871570) StateIdle->StateCalling(INVITE sip:810380673584814 at ipshka dot com SIP/2.0)
2008/05/21 11:41:41.606 Transaction DBG: [CID=0x0918] ICT(2222871570) Timer A( 500 ms ) STARTED
2008/05/21 11:41:41.606 Transaction DBG: [CID=0x0918] ICT(2222871570) Timer B( 10000 ms ) STARTED
2008/05/21 11:41:41.606 Transaction DTL: [CID=0x0918] ICT(2222871570) Event(SIPMessage) - SIP/2.0 100 Trying
2008/05/21 11:41:41.606 Transaction DBG: [CID=0x0918] TRANSACTION: (ICT) SIP/2.0 100 Trying State: 1
2008/05/21 11:41:41.606 Transaction DBG: [CID=0x0918] ICT(2222871570) Timer A STOPPED
2008/05/21 11:41:41.606 Transaction DBG: [CID=0x0918] ICT(2222871570) Timer B STOPPED
2008/05/21 11:41:41.606 Transaction DTL: [CID=0x0918] ICT(2222871570) StateCalling->StateProceeding(SIP/2.0 100 Trying)
2008/05/21 11:41:41.606 Transaction DBG: [CID=0x0918] Event: SIPStack::Enqueue(SIP/2.0 100 Trying)
2008/05/21 11:41:41.606 UserAgent DTL: [CID=0x0918] Event: ---> Inbound - SIP/2.0 100 Trying
2008/05/21 11:41:41.622 UserAgent DBG: [CID=0x0918] *** MESSAGE ARRIVAL *** for SIP Session b9c6c518-9cfb-1810-9ad3-dd0473763361
2008/05/21 11:41:41.622 Transaction DTL: [CID=0x0918] ICT(2222871570) Event(SIPMessage) - SIP/2.0 100 Giving a try
2008/05/21 11:41:41.622 Transaction DBG: [CID=0x0918] TRANSACTION: (ICT) SIP/2.0 100 Giving a try State: 2
2008/05/21 11:41:41.622 Transaction DBG: [CID=0x0918] ICT(2222871570) Timer A STOPPED
2008/05/21 11:41:41.622 Transaction DBG: [CID=0x0918] ICT(2222871570) Timer B STOPPED
2008/05/21 11:41:41.622 Transaction DBG: [CID=0x0918] Event: SIPStack::Enqueue(SIP/2.0 100 Giving a try)
2008/05/21 11:41:41.622 UserAgent DTL: [CID=0x0918] Event: ---> Inbound - SIP/2.0 100 Giving a try
2008/05/21 11:41:41.622 UserAgent DBG: [CID=0x0918] *** MESSAGE ARRIVAL *** for SIP Session b9c6c518-9cfb-1810-9ad3-dd0473763361
2008/05/21 11:41:41.747 Transport (INBOUND) INF: [CID=0x0918] <<< SIP/2.0 183 Session Progress SRC: 193.28.184.13:5060:UDP enc=0 bytes=991
2008/05/21 11:41:41.747 Transport (INBOUND) DBG: [CID=0x0918]
2008/05/21 11:41:41.747 Transport (INBOUND) DBG: [CID=0x0918] SIP/2.0 183 Session Progress
2008/05/21 11:41:41.747 Transport (INBOUND) DBG: [CID=0x0918] From: 100008 ;tag=b9c6c5189cfb1810977ab5877be8f082
2008/05/21 11:41:41.747 Transport (INBOUND) DBG: [CID=0x0918] To: sip:810380673584814 at ipshka dot com;tag=as6b9b303e
2008/05/21 11:41:41.747 Transport (INBOUND) DBG: [CID=0x0918] Via: SIP/2.0/UDP 10.0.1.13:5061;iid=2714;branch=z9hG4bKc303c6189cfb1810977ab5877be8f082;uas-addr=193.28.184.13;rport=5061;received=193.28.184.10
2008/05/21 11:41:41.747 Transport (INBOUND) DBG: [CID=0x0918] CSeq: 4712 INVITE
2008/05/21 11:41:41.747 Transport (INBOUND) DBG: [CID=0x0918] Call-ID: b9c6c518-9cfb-1810-9ad3-dd0473763361
2008/05/21 11:41:41.747 Transport (INBOUND) DBG: [CID=0x0918] Contact: <sip:810380673584814@193.28.184.2;nat=yes>
2008/05/21 11:41:41.747 Transport (INBOUND) DBG: [CID=0x0918] User-Agent: Asterisk PBX
2008/05/21 11:41:41.747 Transport (INBOUND) DBG: [CID=0x0918] Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
2008/05/21 11:41:41.747 Transport (INBOUND) DBG: [CID=0x0918] Supported: replaces
2008/05/21 11:41:41.747 Transport (INBOUND) DBG: [CID=0x0918] Content-Type: application/sdp
2008/05/21 11:41:41.747 Transport (INBOUND) DBG: [CID=0x0918] Content-Length: 401
2008/05/21 11:41:41.747 Transport (INBOUND) DBG: [CID=0x0918]
2008/05/21 11:41:41.747 Transport (INBOUND) DBG: [CID=0x0918] v=0
2008/05/21 11:41:41.747 Transport (INBOUND) DBG: [CID=0x0918] o=root 21082 21082 IN IP4 193.28.184.2
2008/05/21 11:41:41.747 Transport (INBOUND) DBG: [CID=0x0918] s=session
2008/05/21 11:41:41.747 Transport (INBOUND) DBG: [CID=0x0918] c=IN IP4 193.28.184.13
2008/05/21 11:41:41.747 Transport (INBOUND) DBG: [CID=0x0918] t=0 0
2008/05/21 11:41:41.747 Transport (INBOUND) DBG: [CID=0x0918] m=audio 19474 RTP/AVP 18 106 3 0 8 101
2008/05/21 11:41:41.747 Transport (INBOUND) DBG: [CID=0x0918] a=rtpmap:18 G729/8000
2008/05/21 11:41:41.747 Transport (INBOUND) DBG: [CID=0x0918] a=fmtp:18 annexb=no
2008/05/21 11:41:41.747 Transport (INBOUND) DBG: [CID=0x0918] a=rtpmap:106 iLBC/8000
2008/05/21 11:41:41.747 Transport (INBOUND) DBG: [CID=0x0918] a=fmtp:106 mode=30
2008/05/21 11:41:41.747 Transport (INBOUND) DBG: [CID=0x0918] a=rtpmap:3 GSM/8000
2008/05/21 11:41:41.747 Transport (INBOUND) DBG: [CID=0x0918] a=rtpmap:0 PCMU/8000
2008/05/21 11:41:41.747 Transport (INBOUND) DBG: [CID=0x0918] a=rtpmap:8 PCMA/8000
2008/05/21 11:41:41.747 Transport (INBOUND) DBG: [CID=0x0918] a=rtpmap:101 telephone-event/8000
2008/05/21 11:41:41.747 Transport (INBOUND) DBG: [CID=0x0918] a=fmtp:101 0-16
2008/05/21 11:41:41.747 Transport (INBOUND) DBG: [CID=0x0918] a=silenceSupp:off - - - -
2008/05/21 11:41:41.747 Transport (INBOUND) DBG: [CID=0x0918] a=ptime:20
2008/05/21 11:41:41.747 Transport (INBOUND) DBG: [CID=0x0918] a=sendrecv
2008/05/21 11:41:41.747 Transport (INBOUND) DBG: [CID=0x0918] a=nortpproxy:yes
2008/05/21 11:41:41.747 Transport (INBOUND) DBG: [CID=0x0918]
2008/05/21 11:41:41.747 Transport (INBOUND) DBG: [CID=0x0918] Finding transaction for SIP/2.0 183 Session Progress
2008/05/21 11:41:41.747 Transport (INBOUND) DBG: [CID=0x0918] Setting Transaction ID to b9c6c518-9cfb-1810-9ad3-dd0473763361|z9hG4bKc303c6189cfb1810977ab5877be8f082|INVITE
2008/05/21 11:41:41.747 Transport (INBOUND) DTL: [CID=0x0918] Found ICT|b9c6c518-9cfb-1810-9ad3-dd0473763361|z9hG4bKc303c6189cfb1810977ab5877be8f082|INVITE for SIP/2.0 183 Session Progress
2008/05/21 11:41:41.747 Transaction DTL: [CID=0x0918] ICT(2222871570) Event(SIPMessage) - SIP/2.0 183 Session Progress
2008/05/21 11:41:41.747 Transaction DBG: [CID=0x0918] TRANSACTION: (ICT) SIP/2.0 183 Session Progress State: 2
2008/05/21 11:41:41.747 Transaction DBG: [CID=0x0918] ICT(2222871570) Timer A STOPPED
2008/05/21 11:41:41.747 Transaction DBG: [CID=0x0918] ICT(2222871570) Timer B STOPPED
2008/05/21 11:41:41.747 Transaction DBG: [CID=0x0918] Event: SIPStack::Enqueue(SIP/2.0 183 Session Progress)
2008/05/21 11:41:41.747 UserAgent DTL: [CID=0x0918] Event: ---> Inbound - SIP/2.0 183 Session Progress
2008/05/21 11:41:41.762 UserAgent DBG: [CID=0x0918] *** MESSAGE ARRIVAL *** for SIP Session b9c6c518-9cfb-1810-9ad3-dd0473763361
2008/05/21 11:41:46.560 Transport (INBOUND) INF: [CID=0x0918] <<< SIP/2.0 180 Ringing SRC: 193.28.184.13:5060:UDP enc=0 bytes=548
2008/05/21 11:41:46.560 Transport (INBOUND) DBG: [CID=0x0918]
2008/05/21 11:41:46.560 Transport (INBOUND) DBG: [CID=0x0918] SIP/2.0 180 Ringing
2008/05/21 11:41:46.560 Transport (INBOUND) DBG: [CID=0x0918] From: 100008 ;tag=b9c6c5189cfb1810977ab5877be8f082
2008/05/21 11:41:46.560 Transport (INBOUND) DBG: [CID=0x0918] To: sip:810380673584814 at ipshka dot com;tag=as6b9b303e
2008/05/21 11:41:46.560 Transport (INBOUND) DBG: [CID=0x0918] Via: SIP/2.0/UDP 10.0.1.13:5061;iid=2714;branch=z9hG4bKc303c6189cfb1810977ab5877be8f082;uas-addr=193.28.184.13;rport=5061;received=193.28.184.10
2008/05/21 11:41:46.560 Transport (INBOUND) DBG: [CID=0x0918] CSeq: 4712 INVITE
2008/05/21 11:41:46.560 Transport (INBOUND) DBG: [CID=0x0918] Call-ID: b9c6c518-9cfb-1810-9ad3-dd0473763361
2008/05/21 11:41:46.560 Transport (INBOUND) DBG: [CID=0x0918] Contact: <sip:810380673584814@193.28.184.2;nat=yes>
2008/05/21 11:41:46.560 Transport (INBOUND) DBG: [CID=0x0918] User-Agent: Asterisk PBX
2008/05/21 11:41:46.560 Transport (INBOUND) DBG: [CID=0x0918] Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
2008/05/21 11:41:46.560 Transport (INBOUND) DBG: [CID=0x0918] Supported: replaces
2008/05/21 11:41:46.560 Transport (INBOUND) DBG: [CID=0x0918] Content-Length: 0
2008/05/21 11:41:46.560 Transport (INBOUND) DBG: [CID=0x0918]
2008/05/21 11:41:46.560 Transport (INBOUND) DBG: [CID=0x0918]
2008/05/21 11:41:46.560 Transport (INBOUND) DBG: [CID=0x0918] Finding transaction for SIP/2.0 180 Ringing
2008/05/21 11:41:46.560 Transport (INBOUND) DBG: [CID=0x0918] Setting Transaction ID to b9c6c518-9cfb-1810-9ad3-dd0473763361|z9hG4bKc303c6189cfb1810977ab5877be8f082|INVITE
2008/05/21 11:41:46.560 Transport (INBOUND) DTL: [CID=0x0918] Found ICT|b9c6c518-9cfb-1810-9ad3-dd0473763361|z9hG4bKc303c6189cfb1810977ab5877be8f082|INVITE for SIP/2.0 180 Ringing
2008/05/21 11:41:46.560 Transaction DTL: [CID=0x0918] ICT(2222871570) Event(SIPMessage) - SIP/2.0 180 Ringing
2008/05/21 11:41:46.560 Transaction DBG: [CID=0x0918] TRANSACTION: (ICT) SIP/2.0 180 Ringing State: 2
2008/05/21 11:41:46.560 Transaction DBG: [CID=0x0918] ICT(2222871570) Timer A STOPPED
2008/05/21 11:41:46.560 Transaction DBG: [CID=0x0918] ICT(2222871570) Timer B STOPPED
2008/05/21 11:41:46.560 Transaction DBG: [CID=0x0918] Event: SIPStack::Enqueue(SIP/2.0 180 Ringing)
2008/05/21 11:41:46.560 UserAgent DTL: [CID=0x0918] Event: ---> Inbound - SIP/2.0 180 Ringing
2008/05/21 11:41:46.575 UserAgent DBG: [CID=0x0918] *** MESSAGE ARRIVAL *** for SIP Session b9c6c518-9cfb-1810-9ad3-dd0473763361
2008/05/21 11:41:47.747 SIP Timer Thread DBG: [CID=0x08f2] ICT(2222871565) Timer D( 32000 ms ) EXPIRED
2008/05/21 11:41:47.747 Transaction DTL: [CID=0x08f2] ICT(2222871565) Event( Timer-D ) Interval: 32000
2008/05/21 11:41:47.747 Transaction DTL: [CID=0x08f2] ICT(2222871565) Event(Final)
2008/05/21 11:41:47.747 Transaction DTL: [CID=0x0000] *** REMOVED TRANSACTION *** ICT|586f9e18-9cfb-1810-9ad2-dd0473763361|z9hG4bK586f9e189cfb18109778b5877be8f082|INVITE
2008/05/21 11:41:47.747 Transaction Cleaner DBG: [CID=0x0000] GC: First Stale Object SIPTransaction
2008/05/21 11:41:47.747 GC::Collector DBG: [CID=0x08f2] TRANSACTION: (ICT) DESTROYED
2008/05/21 11:41:47.747 GC::Collector DTL: [CID=0x08f2] ICT(2222871565) *** DESTROYED *** - ICT|586f9e18-9cfb-1810-9ad2-dd0473763361|z9hG4bK586f9e189cfb18109778b5877be8f082|INVITE
2008/05/21 11:41:53.201 Transport (INBOUND) INF: [CID=0x0918] <<< SIP/2.0 200 OK SRC: 193.28.184.13:5060:UDP enc=0 bytes=1056
2008/05/21 11:41:53.201 Transport (INBOUND) DBG: [CID=0x0918]
2008/05/21 11:41:53.201 Transport (INBOUND) DBG: [CID=0x0918] SIP/2.0 200 OK
2008/05/21 11:41:53.201 Transport (INBOUND) DBG: [CID=0x0918] From: 100008 ;tag=b9c6c5189cfb1810977ab5877be8f082
2008/05/21 11:41:53.201 Transport (INBOUND) DBG: [CID=0x0918] To: sip:810380673584814 at ipshka dot com;tag=as6b9b303e
2008/05/21 11:41:53.201 Transport (INBOUND) DBG: [CID=0x0918] Via: SIP/2.0/UDP 10.0.1.13:5061;iid=2714;branch=z9hG4bKc303c6189cfb1810977ab5877be8f082;uas-addr=193.28.184.13;rport=5061;received=193.28.184.10
2008/05/21 11:41:53.201 Transport (INBOUND) DBG: [CID=0x0918] CSeq: 4712 INVITE
2008/05/21 11:41:53.201 Transport (INBOUND) DBG: [CID=0x0918] Call-ID: b9c6c518-9cfb-1810-9ad3-dd0473763361
2008/05/21 11:41:53.201 Transport (INBOUND) DBG: [CID=0x0918] Contact: <sip:810380673584814@193.28.184.2;nat=yes>
2008/05/21 11:41:53.201 Transport (INBOUND) DBG: [CID=0x0918] Record-Route: <sip:193.28.184.13;lr=on;ftag=b9c6c5189cfb1810977ab5877be8f082>
2008/05/21 11:41:53.201 Transport (INBOUND) DBG: [CID=0x0918] User-Agent: Asterisk PBX
2008/05/21 11:41:53.201 Transport (INBOUND) DBG: [CID=0x0918] Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
2008/05/21 11:41:53.201 Transport (INBOUND) DBG: [CID=0x0918] Supported: replaces
2008/05/21 11:41:53.201 Transport (INBOUND) DBG: [CID=0x0918] Content-Type: application/sdp
2008/05/21 11:41:53.201 Transport (INBOUND) DBG: [CID=0x0918] Content-Length: 401
2008/05/21 11:41:53.201 Transport (INBOUND) DBG: [CID=0x0918]
2008/05/21 11:41:53.201 Transport (INBOUND) DBG: [CID=0x0918] v=0
2008/05/21 11:41:53.201 Transport (INBOUND) DBG: [CID=0x0918] o=root 21082 21083 IN IP4 193.28.184.2
2008/05/21 11:41:53.201 Transport (INBOUND) DBG: [CID=0x0918] s=session
2008/05/21 11:41:53.201 Transport (INBOUND) DBG: [CID=0x0918] c=IN IP4 193.28.184.13
2008/05/21 11:41:53.201 Transport (INBOUND) DBG: [CID=0x0918] t=0 0
2008/05/21 11:41:53.201 Transport (INBOUND) DBG: [CID=0x0918] m=audio 19474 RTP/AVP 18 106 3 0 8 101
2008/05/21 11:41:53.201 Transport (INBOUND) DBG: [CID=0x0918] a=rtpmap:18 G729/8000
2008/05/21 11:41:53.201 Transport (INBOUND) DBG: [CID=0x0918] a=fmtp:18 annexb=no
2008/05/21 11:41:53.201 Transport (INBOUND) DBG: [CID=0x0918] a=rtpmap:106 iLBC/8000
2008/05/21 11:41:53.201 Transport (INBOUND) DBG: [CID=0x0918] a=fmtp:106 mode=30
2008/05/21 11:41:53.201 Transport (INBOUND) DBG: [CID=0x0918] a=rtpmap:3 GSM/8000
2008/05/21 11:41:53.201 Transport (INBOUND) DBG: [CID=0x0918] a=rtpmap:0 PCMU/8000
2008/05/21 11:41:53.201 Transport (INBOUND) DBG: [CID=0x0918] a=rtpmap:8 PCMA/8000
2008/05/21 11:41:53.201 Transport (INBOUND) DBG: [CID=0x0918] a=rtpmap:101 telephone-event/8000
2008/05/21 11:41:53.201 Transport (INBOUND) DBG: [CID=0x0918] a=fmtp:101 0-16
2008/05/21 11:41:53.201 Transport (INBOUND) DBG: [CID=0x0918] a=silenceSupp:off - - - -
2008/05/21 11:41:53.201 Transport (INBOUND) DBG: [CID=0x0918] a=ptime:20
2008/05/21 11:41:53.201 Transport (INBOUND) DBG: [CID=0x0918] a=sendrecv
2008/05/21 11:41:53.201 Transport (INBOUND) DBG: [CID=0x0918] a=nortpproxy:yes
2008/05/21 11:41:53.201 Transport (INBOUND) DBG: [CID=0x0918]
2008/05/21 11:41:53.201 Transport (INBOUND) DBG: [CID=0x0918] Finding transaction for SIP/2.0 200 OK
2008/05/21 11:41:53.201 Transport (INBOUND) DBG: [CID=0x0918] Setting Transaction ID to b9c6c518-9cfb-1810-9ad3-dd0473763361|z9hG4bKc303c6189cfb1810977ab5877be8f082|INVITE
2008/05/21 11:41:53.201 Transport (INBOUND) DTL: [CID=0x0918] Found ICT|b9c6c518-9cfb-1810-9ad3-dd0473763361|z9hG4bKc303c6189cfb1810977ab5877be8f082|INVITE for SIP/2.0 200 OK
2008/05/21 11:41:53.201 Transaction DTL: [CID=0x0918] ICT(2222871570) Event(SIPMessage) - SIP/2.0 200 OK
2008/05/21 11:41:53.201 Transaction DBG: [CID=0x0918] TRANSACTION: (ICT) SIP/2.0 200 OK State: 2
2008/05/21 11:41:53.201 Transaction DBG: [CID=0x0918] ICT(2222871570) Timer A STOPPED
2008/05/21 11:41:53.216 Transaction DBG: [CID=0x0918] ICT(2222871570) Timer B STOPPED
2008/05/21 11:41:53.216 Transaction DTL: [CID=0x0918] ICT(2222871570) StateProceeding->StateConnected(SIP/2.0 200 OK)
2008/05/21 11:41:53.216 Transaction DBG: [CID=0x0918] Event: SIPStack::Enqueue(SIP/2.0 200 OK)
2008/05/21 11:41:53.216 Transaction DBG: [CID=0x0918] ICT(2222871570) Timer D( 32000 ms ) STARTED
2008/05/21 11:41:53.216 UserAgent DTL: [CID=0x0918] Event: ---> Inbound - SIP/2.0 200 OK
2008/05/21 11:41:53.216 UserAgent DBG: [CID=0x0918] *** MESSAGE ARRIVAL *** for SIP Session b9c6c518-9cfb-1810-9ad3-dd0473763361
2008/05/21 11:41:53.232 Call DTL: [CID=0x0918] *** INIT DIALOG (UAC) *** OPAL b9c6c518-9cfb-1810-9ad3-dd0473763361
2008/05/21 11:41:53.232 Call INF: [CID=0x0918] *** CALL ESTABLISHED *** b9c6c518-9cfb-1810-9ad3-dd0473763361
2008/05/21 11:41:53.372 Call DBG: [CID=0x0918]
2008/05/21 11:41:53.372 Call DBG: [CID=0x0918] ACK sip:810380673584814@193.28.184.2;nat=yes SIP/2.0
2008/05/21 11:41:53.372 Call DBG: [CID=0x0918] From: ;tag=b9c6c5189cfb1810977ab5877be8f082
2008/05/21 11:41:53.372 Call DBG: [CID=0x0918] To: ;tag=as6b9b303e
2008/05/21 11:41:53.372 Call DBG: [CID=0x0918] Via: SIP/2.0/UDP 10.0.1.13:5061;branch=z9hG4bKc303c6189cfb1810977ab5877be8f082;rport
2008/05/21 11:41:53.372 Call DBG: [CID=0x0918] CSeq: 4712 ACK
2008/05/21 11:41:53.372 Call DBG: [CID=0x0918] Call-ID: b9c6c518-9cfb-1810-9ad3-dd0473763361
2008/05/21 11:41:53.372 Call DBG: [CID=0x0918] Contact: "100008"
2008/05/21 11:41:53.372 Call DBG: [CID=0x0918] Route: <sip:193.28.184.13;lr=on;ftag=b9c6c5189cfb1810977ab5877be8f082>
2008/05/21 11:41:53.372 Call DBG: [CID=0x0918] Content-Length: 0
2008/05/21 11:41:53.372 Call DBG: [CID=0x0918]
2008/05/21 11:41:53.372 Call DBG: [CID=0x0918]
2008/05/21 11:41:53.372 Transport (OUTBOUND) INF: [CID=0x0918] >>> ACK sip:810380673584814@193.28.184.2;nat=yes SIP/2.0 DST: 193.28.184.13:5060:UDP SRC: 10.0.1.13:5061 enc=0 bytes=489
2008/05/21 11:41:53.372 Transport (OUTBOUND) DBG: [CID=0x0918]
2008/05/21 11:41:53.372 Transport (OUTBOUND) DBG: [CID=0x0918] ACK sip:810380673584814@193.28.184.2;nat=yes SIP/2.0
2008/05/21 11:41:53.372 Transport (OUTBOUND) DBG: [CID=0x0918] From: ;tag=b9c6c5189cfb1810977ab5877be8f082
2008/05/21 11:41:53.372 Transport (OUTBOUND) DBG: [CID=0x0918] To: ;tag=as6b9b303e
2008/05/21 11:41:53.372 Transport (OUTBOUND) DBG: [CID=0x0918] Via: SIP/2.0/UDP 10.0.1.13:5061;branch=z9hG4bKc303c6189cfb1810977ab5877be8f082;uas-addr=193.28.184.13;rport
2008/05/21 11:41:53.372 Transport (OUTBOUND) DBG: [CID=0x0918] CSeq: 4712 ACK
2008/05/21 11:41:53.372 Transport (OUTBOUND) DBG: [CID=0x0918] Call-ID: b9c6c518-9cfb-1810-9ad3-dd0473763361
2008/05/21 11:41:53.372 Transport (OUTBOUND) DBG: [CID=0x0918] Contact: "100008"
2008/05/21 11:41:53.372 Transport (OUTBOUND) DBG: [CID=0x0918] Route: <sip:193.28.184.13;lr=on;ftag=b9c6c5189cfb1810977ab5877be8f082>
2008/05/21 11:41:53.372 Transport (OUTBOUND) DBG: [CID=0x0918] Content-Length: 0
2008/05/21 11:41:53.372 Transport (OUTBOUND) DBG: [CID=0x0918]
2008/05/21 11:41:53.372 Transport (OUTBOUND) DBG: [CID=0x0918]
2008/05/21 11:41:57.060 SIP Timer Thread DBG: [CID=0x08f2] ICT(2222871566) Timer D( 32000 ms ) EXPIRED
2008/05/21 11:41:57.076 Transaction DTL: [CID=0x08f2] ICT(2222871566) Event( Timer-D ) Interval: 32000
2008/05/21 11:41:57.076 Transaction DTL: [CID=0x08f2] ICT(2222871566) Event(Final)
2008/05/21 11:41:57.076 Transaction DTL: [CID=0x0000] *** REMOVED TRANSACTION *** ICT|586f9e18-9cfb-1810-9ad2-dd0473763361|z9hG4bKb1be9e189cfb18109779b5877be8f082|INVITE
2008/05/21 11:41:57.076 Transaction Cleaner DBG: [CID=0x0000] GC: First Stale Object SIPTransaction
2008/05/21 11:41:57.076 GC::Collector DBG: [CID=0x08f2] TRANSACTION: (ICT) DESTROYED
2008/05/21 11:41:57.076 GC::Collector DTL: [CID=0x08f2] ICT(2222871566) *** DESTROYED *** - ICT|586f9e18-9cfb-1810-9ad2-dd0473763361|z9hG4bKb1be9e189cfb18109779b5877be8f082|INVITE
2008/05/21 11:41:58.232 OnRelease:2518578 DBG: [CID=0x0918] Finding transaction for BYE sip:810380673584814@193.28.184.2;nat=yes SIP/2.0
2008/05/21 11:41:58.232 OnRelease:2518578 DBG: [CID=0x0918] Setting Transaction ID to b9c6c518-9cfb-1810-9ad3-dd0473763361|z9hG4bK9674df189cfb1810977ab5877be8f082|BYE
2008/05/21 11:41:58.232 OnRelease:2518578 DBG: [CID=0x0918]
2008/05/21 11:41:58.232 OnRelease:2518578 DBG: [CID=0x0918] *** CREATING TRANSACTION (NICT) ***
2008/05/21 11:41:58.232 OnRelease:2518578 DBG: [CID=0x0918] Message: BYE sip:810380673584814@193.28.184.2;nat=yes SIP/2.0
2008/05/21 11:41:58.232 OnRelease:2518578 DBG: [CID=0x0918] Call-Id: b9c6c518-9cfb-1810-9ad3-dd0473763361
2008/05/21 11:41:58.232 OnRelease:2518578 DBG: [CID=0x0918]
2008/05/21 11:41:58.248 OnRelease:2518578 DTL: [CID=0x0918] NICT(2222871571) *** CREATED *** - NICT|b9c6c518-9cfb-1810-9ad3-dd0473763361|z9hG4bK9674df189cfb1810977ab5877be8f082|BYE
2008/05/21 11:41:58.248 Transaction DTL: [CID=0x0918] NICT(2222871571) Event(SIPMessage) - BYE sip:810380673584814@193.28.184.2;nat=yes SIP/2.0
2008/05/21 11:41:58.248 Transaction DBG: [CID=0x0918] TRANSACTION: (NICT) BYE sip:810380673584814@193.28.184.2;nat=yes SIP/2.0 State: 0
2008/05/21 11:41:58.248 Transaction DTL: [CID=0x0918] NICT(2222871571) StateIdle->StateTrying(BYE sip:810380673584814@193.28.184.2;nat=yes SIP/2.0)
2008/05/21 11:41:58.248 Transaction DBG: [CID=0x0918] NICT(2222871571) Timer E( 500 ms ) STARTED
2008/05/21 11:41:58.248 Transaction DBG: [CID=0x0918] NICT(2222871571) Timer F( 10000 ms ) STARTED
2008/05/21 11:41:58.248 Transport (OUTBOUND) INF: [CID=0x0918] >>> BYE sip:810380673584814@193.28.184.2;nat=yes SIP/2.0 DST: 193.28.184.13:5060:UDP SRC: 10.0.1.13:5061 enc=0 bytes=552
2008/05/21 11:41:58.248 Transport (OUTBOUND) DBG: [CID=0x0918]
2008/05/21 11:41:58.248 Transport (OUTBOUND) DBG: [CID=0x0918] BYE sip:810380673584814@193.28.184.2;nat=yes SIP/2.0
2008/05/21 11:41:58.248 Transport (OUTBOUND) DBG: [CID=0x0918] From: ;tag=b9c6c5189cfb1810977ab5877be8f082
2008/05/21 11:41:58.248 Transport (OUTBOUND) DBG: [CID=0x0918] To: ;tag=as6b9b303e
2008/05/21 11:41:58.248 Transport (OUTBOUND) DBG: [CID=0x0918] Via: SIP/2.0/UDP 10.0.1.13:5061;iid=2714;branch=z9hG4bK9674df189cfb1810977ab5877be8f082;uas-addr=193.28.184.13;rport
2008/05/21 11:41:58.248 Transport (OUTBOUND) DBG: [CID=0x0918] CSeq: 4713 BYE
2008/05/21 11:41:58.248 Transport (OUTBOUND) DBG: [CID=0x0918] Call-ID: b9c6c518-9cfb-1810-9ad3-dd0473763361
2008/05/21 11:41:58.248 Transport (OUTBOUND) DBG: [CID=0x0918] Contact: "100008"
2008/05/21 11:41:58.248 Transport (OUTBOUND) DBG: [CID=0x0918] Route: <sip:193.28.184.13;lr=on;ftag=b9c6c5189cfb1810977ab5877be8f082>
2008/05/21 11:41:58.248 Transport (OUTBOUND) DBG: [CID=0x0918] User-Agent: OpenSIPStack v1.1.7-23
2008/05/21 11:41:58.248 Transport (OUTBOUND) DBG: [CID=0x0918] Max-Forwards: 70
2008/05/21 11:41:58.248 Transport (OUTBOUND) DBG: [CID=0x0918] Content-Length: 0
2008/05/21 11:41:58.248 Transport (OUTBOUND) DBG: [CID=0x0918]
2008/05/21 11:41:58.248 Transport (OUTBOUND) DBG: [CID=0x0918]
2008/05/21 11:41:58.295 Transport (INBOUND) INF: [CID=0x0918] <<< SIP/2.0 200 OK SRC: 193.28.184.13:5060:UDP enc=0 bytes=619
2008/05/21 11:41:58.295 Transport (INBOUND) DBG: [CID=0x0918]
2008/05/21 11:41:58.295 Transport (INBOUND) DBG: [CID=0x0918] SIP/2.0 200 OK
2008/05/21 11:41:58.295 Transport (INBOUND) DBG: [CID=0x0918] From: ;tag=b9c6c5189cfb1810977ab5877be8f082
2008/05/21 11:41:58.295 Transport (INBOUND) DBG: [CID=0x0918] To: ;tag=as6b9b303e
2008/05/21 11:41:58.295 Transport (INBOUND) DBG: [CID=0x0918] Via: SIP/2.0/UDP 10.0.1.13:5061;iid=2714;branch=z9hG4bK9674df189cfb1810977ab5877be8f082;uas-addr=193.28.184.13;rport=5061;received=193.28.184.10
2008/05/21 11:41:58.295 Transport (INBOUND) DBG: [CID=0x0918] CSeq: 4713 BYE
2008/05/21 11:41:58.295 Transport (INBOUND) DBG: [CID=0x0918] Call-ID: b9c6c518-9cfb-1810-9ad3-dd0473763361
2008/05/21 11:41:58.295 Transport (INBOUND) DBG: [CID=0x0918] Contact: <sip:810380673584814@193.28.184.2:5060;nat=yes>
2008/05/21 11:41:58.295 Transport (INBOUND) DBG: [CID=0x0918] Record-Route: <sip:193.28.184.13;lr=on;ftag=b9c6c5189cfb1810977ab5877be8f082>
2008/05/21 11:41:58.295 Transport (INBOUND) DBG: [CID=0x0918] User-Agent: Asterisk PBX
2008/05/21 11:41:58.295 Transport (INBOUND) DBG: [CID=0x0918] Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
2008/05/21 11:41:58.295 Transport (INBOUND) DBG: [CID=0x0918] Supported: replaces
2008/05/21 11:41:58.295 Transport (INBOUND) DBG: [CID=0x0918] Content-Length: 0
2008/05/21 11:41:58.295 Transport (INBOUND) DBG: [CID=0x0918]
2008/05/21 11:41:58.295 Transport (INBOUND) DBG: [CID=0x0918]
2008/05/21 11:41:58.295 Transport (INBOUND) DBG: [CID=0x0918] Finding transaction for SIP/2.0 200 OK
2008/05/21 11:41:58.295 Transport (INBOUND) DBG: [CID=0x0918] Setting Transaction ID to b9c6c518-9cfb-1810-9ad3-dd0473763361|z9hG4bK9674df189cfb1810977ab5877be8f082|BYE
2008/05/21 11:41:58.295 Transport (INBOUND) DTL: [CID=0x0918] Found NICT|b9c6c518-9cfb-1810-9ad3-dd0473763361|z9hG4bK9674df189cfb1810977ab5877be8f082|BYE for SIP/2.0 200 OK
2008/05/21 11:41:58.295 Transaction DTL: [CID=0x0918] NICT(2222871571) Event(SIPMessage) - SIP/2.0 200 OK
2008/05/21 11:41:58.295 Transaction DBG: [CID=0x0918] TRANSACTION: (NICT) SIP/2.0 200 OK State: 1
2008/05/21 11:41:58.295 Transaction DTL: [CID=0x0918] NICT(2222871571) StateTrying->StateCompleted
2008/05/21 11:41:58.295 Transaction DBG: [CID=0x0918] NICT(2222871571) Timer E STOPPED
2008/05/21 11:41:58.295 Transaction DBG: [CID=0x0918] NICT(2222871571) Timer F STOPPED
2008/05/21 11:41:58.295 Transaction DBG: [CID=0x0918] Event: SIPStack::Enqueue(SIP/2.0 200 OK)
2008/05/21 11:41:58.295 Transaction DBG: [CID=0x0918] NICT(2222871571) Timer K( 5000 ms ) STARTED
2008/05/21 11:41:58.295 UserAgent DTL: [CID=0x0918] Event: ---> Inbound - SIP/2.0 200 OK
2008/05/21 11:41:58.295 UserAgent DBG: [CID=0x0918] *** MESSAGE ARRIVAL *** for SIP Session b9c6c518-9cfb-1810-9ad3-dd0473763361
2008/05/21 11:41:58.716 OpalGarbage DTL: [CID=0x06cb] *** QUEUED FOR DELETION *** SIPSession: b9c6c518-9cfb-1810-9ad3-dd0473763361
2008/05/21 11:41:58.716 OpalGarbage DBG: [CID=0x0000] GC: First Stale Object CallSession
2008/05/21 11:41:59.857 GC::Collector INF: [CID=0x0918] *** DESTROYED CALL *** b9c6c518-9cfb-1810-9ad3-dd0473763361
2008/05/21 11:41:59.857 GC::Collector DBG: [CID=0x0918] CALL: Session DESTROYED
2008/05/21 11:42:03.295 SIP Timer Thread DBG: [CID=0x0918] NICT(2222871571) Timer K( 5000 ms ) EXPIRED
2008/05/21 11:42:03.295 Transaction DTL: [CID=0x0918] NICT(2222871571) Event( Timer-K ) Interval: 5000
2008/05/21 11:42:03.295 Transaction DTL: [CID=0x0918] NICT(2222871571) Event(Final)
2008/05/21 11:42:03.295 Transaction DTL: [CID=0x0000] *** REMOVED TRANSACTION *** NICT|b9c6c518-9cfb-1810-9ad3-dd0473763361|z9hG4bK9674df189cfb1810977ab5877be8f082|BYE
2008/05/21 11:42:03.295 Transaction Cleaner DBG: [CID=0x0000] GC: First Stale Object SIPTransaction
2008/05/21 11:42:03.295 GC::Collector DBG: [CID=0x0918] TRANSACTION: (NICT) DESTROYED
2008/05/21 11:42:03.295 GC::Collector DTL: [CID=0x0918] NICT(2222871571) *** DESTROYED *** - NICT|b9c6c518-9cfb-1810-9ad3-dd0473763361|z9hG4bK9674df189cfb1810977ab5877be8f082|BYE
2008/05/21 11:42:03.310 Transport (INBOUND) INF: [CID=0x0835] <<< OPTIONS sip:193.28.184.10:5061 SIP/2.0 SRC: 193.28.184.13:5060:UDP enc=0 bytes=241
2008/05/21 11:42:03.310 Transport (INBOUND) DBG: [CID=0x0835]
2008/05/21 11:42:03.310 Transport (INBOUND) DBG: [CID=0x0835] OPTIONS sip:193.28.184.10:5061 SIP/2.0
2008/05/21 11:42:03.310 Transport (INBOUND) DBG: [CID=0x0835] From: sip:pinger at ipshka dot com;tag=6b14a574
2008/05/21 11:42:03.310 Transport (INBOUND) DBG: [CID=0x0835] To: sip:193.28.184.10:5061
2008/05/21 11:42:03.310 Transport (INBOUND) DBG: [CID=0x0835] Via: SIP/2.0/UDP 193.28.184.13:5060;branch=0
2008/05/21 11:42:03.310 Transport (INBOUND) DBG: [CID=0x0835] CSeq: 1 OPTIONS
2008/05/21 11:42:03.310 Transport (INBOUND) DBG: [CID=0x0835] Call-ID: 4d0b6755-93b845d-75a62@193.28.184.13
2008/05/21 11:42:03.310 Transport (INBOUND) DBG: [CID=0x0835] Content-Length: 0
2008/05/21 11:42:03.310 Transport (INBOUND) DBG: [CID=0x0835]
2008/05/21 11:42:03.310 Transport (INBOUND) DBG: [CID=0x0835]
2008/05/21 11:42:03.310 Transport (INBOUND) DBG: [CID=0x0835] Finding transaction for OPTIONS sip:193.28.184.10:5061 SIP/2.0
2008/05/21 11:42:03.310 Transport (INBOUND) DBG: [CID=0x0835] Setting Transaction ID to 4d0b6755-93b845d-75a62@193.28.184.13|0|OPTIONS|6b14a574|1
2008/05/21 11:42:03.310 Transport (INBOUND) DBG: [CID=0x0835]
2008/05/21 11:42:03.310 Transport (INBOUND) DBG: [CID=0x0835] *** CREATING TRANSACTION (NIST) ***
2008/05/21 11:42:03.310 Transport (INBOUND) DBG: [CID=0x0835] Message: OPTIONS sip:193.28.184.10:5061 SIP/2.0
2008/05/21 11:42:03.310 Transport (INBOUND) DBG: [CID=0x0835] Call-Id: 4d0b6755-93b845d-75a62@193.28.184.13
2008/05/21 11:42:03.310 Transport (INBOUND) DBG: [CID=0x0835]
2008/05/21 11:42:03.310 Transport (INBOUND) DTL: [CID=0x0835] NIST(2222871572) *** CREATED *** - NIST|4d0b6755-93b845d-75a62@193.28.184.13|0|OPTIONS|6b14a574|1
2008/05/21 11:42:03.310 Transaction DTL: [CID=0x0835] NIST(2222871572) Event(SIPMessage) - OPTIONS sip:193.28.184.10:5061 SIP/2.0
2008/05/21 11:42:03.310 Transaction DBG: [CID=0x0835] TRANSACTION: (NIST) OPTIONS sip:193.28.184.10:5061 SIP/2.0 State: 0
2008/05/21 11:42:03.310 Transaction DTL: [CID=0x0835] NIST(2222871572) StateIdle->StateTrying
2008/05/21 11:42:03.310 Transaction DBG: [CID=0x0835] Event: SIPStack::Enqueue(OPTIONS sip:193.28.184.10:5061 SIP/2.0)
2008/05/21 11:42:03.310 UserAgent DTL: [CID=0x0835] Event: ---> Inbound - OPTIONS sip:193.28.184.10:5061 SIP/2.0
2008/05/21 11:42:03.310 UserAgent DBG: [CID=0x06cb] *** NULL SESSION *** CallSessionManager::OnCreateServerSession() got a None-INVITE request.
2008/05/21 11:42:03.310 UserAgent DBG: [CID=0x06cb] *** MESSAGE ARRIVAL *** No Session available to handle OPTIONS sip:193.28.184.10:5061 SIP/2.0
2008/05/21 11:42:03.310 UserAgent DTL: [CID=0x0835] Found NIST|4d0b6755-93b845d-75a62@193.28.184.13|0|OPTIONS|6b14a574|1 for SIP/2.0 200 OK
2008/05/21 11:42:03.326 Transaction DTL: [CID=0x0835] NIST(2222871572) Event(SIPMessage) - SIP/2.0 200 OK
2008/05/21 11:42:03.326 Transaction DBG: [CID=0x0835] TRANSACTION: (NIST) SIP/2.0 200 OK State: 1
2008/05/21 11:42:03.326 Transaction DTL: [CID=0x0835] NIST(2222871572)HandleStateTrying->StateCompleted
2008/05/21 11:42:03.326 Transport (OUTBOUND) INF: [CID=0x0835] >>> SIP/2.0 200 OK DST: 193.28.184.13:5060:UDP SRC: 10.0.1.13:5061 enc=0 bytes=332
2008/05/21 11:42:03.326 Transport (OUTBOUND) DBG: [CID=0x0835]
2008/05/21 11:42:03.326 Transport (OUTBOUND) DBG: [CID=0x0835] SIP/2.0 200 OK
2008/05/21 11:42:03.326 Transport (OUTBOUND) DBG: [CID=0x0835] From: sip:pinger at ipshka dot com;tag=6b14a574
2008/05/21 11:42:03.326 Transport (OUTBOUND) DBG: [CID=0x0835] To: sip:193.28.184.10:5061
2008/05/21 11:42:03.326 Transport (OUTBOUND) DBG: [CID=0x0835] Via: SIP/2.0/UDP 193.28.184.13:5060;branch=0;rport=5060;received=193.28.184.13
2008/05/21 11:42:03.326 Transport (OUTBOUND) DBG: [CID=0x0835] CSeq: 1 OPTIONS
2008/05/21 11:42:03.326 Transport (OUTBOUND) DBG: [CID=0x0835] Call-ID: 4d0b6755-93b845d-75a62@193.28.184.13
2008/05/21 11:42:03.326 Transport (OUTBOUND) DBG: [CID=0x0835] Allow: INVITE, ACK, CANCEL, OPTIONS, INFO, MESSAGE, BYE, REFER, NOTIFY, OPTIONS
2008/05/21 11:42:03.326 Transport (OUTBOUND) DBG: [CID=0x0835] Content-Length: 0
2008/05/21 11:42:03.326 Transport (OUTBOUND) DBG: [CID=0x0835]
2008/05/21 11:42:03.326 Transport (OUTBOUND) DBG: [CID=0x0835]
2008/05/21 11:42:03.326 Transaction DBG: [CID=0x0835] NIST(2222871572) Timer J( 32000 ms ) STARTED
2008/05/21 11:42:06.248 SIP Timer Thread DBG: [CID=0x088a] NIST(2222871568) Timer J( 32000 ms ) EXPIRED
2008/05/21 11:42:06.248 Transaction DTL: [CID=0x088a] NIST(2222871568) Event( Timer-J ) Interval: 32000
2008/05/21 11:42:06.248 Transaction DTL: [CID=0x088a] NIST(2222871568) StateCompleted->StateTerminated
2008/05/21 11:42:06.248 Transaction DTL: [CID=0x088a] NIST(2222871568) Event(Final)
2008/05/21 11:42:06.248 Transaction DTL: [CID=0x0000] *** REMOVED TRANSACTION *** NIST|4d0b6755-7ca845d-a3a62@193.28.184.13|0|OPTIONS|4414a574|1
2008/05/21 11:42:06.248 Transaction Cleaner DBG: [CID=0x0000] GC: First Stale Object SIPTransaction
2008/05/21 11:42:06.248 GC::Collector DBG: [CID=0x088a] TRANSACTION: (NIST) DESTROYED
2008/05/21 11:42:06.248 GC::Collector DTL: [CID=0x088a] NIST(2222871568) *** DESTROYED *** - NIST|4d0b6755-7ca845d-a3a62@193.28.184.13|0|OPTIONS|4414a574|1
2008/05/21 11:42:13.483 SIP Timer Thread DBG: [CID=0x0918] ICT(2222871569) Timer D( 32000 ms ) EXPIRED
2008/05/21 11:42:13.483 Transaction DTL: [CID=0x0918] ICT(2222871569) Event( Timer-D ) Interval: 32000
2008/05/21 11:42:13.483 Transaction DTL: [CID=0x0918] ICT(2222871569) Event(Final)
2008/05/21 11:42:13.483 Transaction DTL: [CID=0x0000] *** REMOVED TRANSACTION *** ICT|b9c6c518-9cfb-1810-9ad3-dd0473763361|z9hG4bKb9c6c5189cfb18109779b5877be8f082|INVITE
2008/05/21 11:42:13.483 Transaction Cleaner DBG: [CID=0x0000] GC: First Stale Object SIPTransaction
2008/05/21 11:42:13.483 GC::Collector DBG: [CID=0x0918] TRANSACTION: (ICT) DESTROYED
2008/05/21 11:42:13.483 GC::Collector DTL: [CID=0x0918] ICT(2222871569) *** DESTROYED *** - ICT|b9c6c518-9cfb-1810-9ad3-dd0473763361|z9hG4bKb9c6c5189cfb18109779b5877be8f082|INVITE
2008/05/21 11:42:25.155 SIP Timer Thread DBG: [CID=0x0918] ICT(2222871570) Timer D( 32000 ms ) EXPIRED
2008/05/21 11:42:25.155 Transaction DTL: [CID=0x0918] ICT(2222871570) Event( Timer-D ) Interval: 32000
2008/05/21 11:42:25.155 Transaction DTL: [CID=0x0918] ICT(2222871570) Event(Final)
2008/05/21 11:42:25.155 Transaction DTL: [CID=0x0000] *** REMOVED TRANSACTION *** ICT|b9c6c518-9cfb-1810-9ad3-dd0473763361|z9hG4bKc303c6189cfb1810977ab5877be8f082|INVITE
2008/05/21 11:42:25.155 Transaction Cleaner DBG: [CID=0x0000] GC: First Stale Object SIPTransaction
2008/05/21 11:42:25.155 GC::Collector DBG: [CID=0x0918] TRANSACTION: (ICT) DESTROYED
2008/05/21 11:42:25.155 GC::Collector DTL: [CID=0x0918] ICT(2222871570) *** DESTROYED *** - ICT|b9c6c518-9cfb-1810-9ad3-dd0473763361|z9hG4bKc303c6189cfb1810977ab5877be8f082|INVITE
2008/05/21 11:42:32.312 Transport (INBOUND) INF: [CID=0x088b] <<< OPTIONS sip:193.28.184.10:5061 SIP/2.0 SRC: 193.28.184.13:5060:UDP enc=0 bytes=241
2008/05/21 11:42:32.312 Transport (INBOUND) DBG: [CID=0x088b]
2008/05/21 11:42:32.312 Transport (INBOUND) DBG: [CID=0x088b] OPTIONS sip:193.28.184.10:5061 SIP/2.0
2008/05/21 11:42:32.312 Transport (INBOUND) DBG: [CID=0x088b] From: sip:pinger at ipshka dot com;tag=8224a574
2008/05/21 11:42:32.312 Transport (INBOUND) DBG: [CID=0x088b] To: sip:193.28.184.10:5061
2008/05/21 11:42:32.312 Transport (INBOUND) DBG: [CID=0x088b] Via: SIP/2.0/UDP 193.28.184.13:5060;branch=0
2008/05/21 11:42:32.312 Transport (INBOUND) DBG: [CID=0x088b] CSeq: 1 OPTIONS
2008/05/21 11:42:32.312 Transport (INBOUND) DBG: [CID=0x088b] Call-ID: 4d0b6755-bab845d-47a62@193.28.184.13
2008/05/21 11:42:32.312 Transport (INBOUND) DBG: [CID=0x088b] Content-Length: 0
2008/05/21 11:42:32.312 Transport (INBOUND) DBG: [CID=0x088b]
2008/05/21 11:42:32.312 Transport (INBOUND) DBG: [CID=0x088b]
2008/05/21 11:42:32.312 Transport (INBOUND) DBG: [CID=0x088b] Finding transaction for OPTIONS sip:193.28.184.10:5061 SIP/2.0
2008/05/21 11:42:32.312 Transport (INBOUND) DBG: [CID=0x088b] Setting Transaction ID to 4d0b6755-bab845d-47a62@193.28.184.13|0|OPTIONS|8224a574|1
2008/05/21 11:42:32.312 Transport (INBOUND) DBG: [CID=0x088b]
2008/05/21 11:42:32.312 Transport (INBOUND) DBG: [CID=0x088b] *** CREATING TRANSACTION (NIST) ***
2008/05/21 11:42:32.312 Transport (INBOUND) DBG: [CID=0x088b] Message: OPTIONS sip:193.28.184.10:5061 SIP/2.0
2008/05/21 11:42:32.312 Transport (INBOUND) DBG: [CID=0x088b] Call-Id: 4d0b6755-bab845d-47a62@193.28.184.13
2008/05/21 11:42:32.312 Transport (INBOUND) DBG: [CID=0x088b]
2008/05/21 11:42:32.312 Transport (INBOUND) DTL: [CID=0x088b] NIST(2222871573) *** CREATED *** - NIST|4d0b6755-bab845d-47a62@193.28.184.13|0|OPTIONS|8224a574|1
2008/05/21 11:42:32.312 Transaction DTL: [CID=0x088b] NIST(2222871573) Event(SIPMessage) - OPTIONS sip:193.28.184.10:5061 SIP/2.0
2008/05/21 11:42:32.312 Transaction DBG: [CID=0x088b] TRANSACTION: (NIST) OPTIONS sip:193.28.184.10:5061 SIP/2.0 State: 0
2008/05/21 11:42:32.312 Transaction DTL: [CID=0x088b] NIST(2222871573) StateIdle->StateTrying
2008/05/21 11:42:32.312 Transaction DBG: [CID=0x088b] Event: SIPStack::Enqueue(OPTIONS sip:193.28.184.10:5061 SIP/2.0)
2008/05/21 11:42:32.312 UserAgent DTL: [CID=0x088b] Event: ---> Inbound - OPTIONS sip:193.28.184.10:5061 SIP/2.0
2008/05/21 11:42:32.328 UserAgent DBG: [CID=0x06cb] *** NULL SESSION *** CallSessionManager::OnCreateServerSession() got a None-INVITE request.
2008/05/21 11:42:32.328 UserAgent DBG: [CID=0x06cb] *** MESSAGE ARRIVAL *** No Session available to handle OPTIONS sip:193.28.184.10:5061 SIP/2.0
2008/05/21 11:42:32.328 UserAgent DTL: [CID=0x088b] Found NIST|4d0b6755-bab845d-47a62@193.28.184.13|0|OPTIONS|8224a574|1 for SIP/2.0 200 OK
2008/05/21 11:42:32.328 Transaction DTL: [CID=0x088b] NIST(2222871573) Event(SIPMessage) - SIP/2.0 200 OK
2008/05/21 11:42:32.328 Transaction DBG: [CID=0x088b] TRANSACTION: (NIST) SIP/2.0 200 OK State: 1
2008/05/21 11:42:32.328 Transaction DTL: [CID=0x088b] NIST(2222871573)HandleStateTrying->StateCompleted
2008/05/21 11:42:32.328 Transport (OUTBOUND) INF: [CID=0x088b] >>> SIP/2.0 200 OK DST: 193.28.184.13:5060:UDP SRC: 10.0.1.13:5061 enc=0 bytes=332
2008/05/21 11:42:32.328 Transport (OUTBOUND) DBG: [CID=0x088b]
2008/05/21 11:42:32.328 Transport (OUTBOUND) DBG: [CID=0x088b] SIP/2.0 200 OK
2008/05/21 11:42:32.328 Transport (OUTBOUND) DBG: [CID=0x088b] From: sip:pinger at ipshka dot com;tag=8224a574
2008/05/21 11:42:32.328 Transport (OUTBOUND) DBG: [CID=0x088b] To: sip:193.28.184.10:5061
2008/05/21 11:42:32.328 Transport (OUTBOUND) DBG: [CID=0x088b] Via: SIP/2.0/UDP 193.28.184.13:5060;branch=0;rport=5060;received=193.28.184.13
2008/05/21 11:42:32.328 Transport (OUTBOUND) DBG: [CID=0x088b] CSeq: 1 OPTIONS
2008/05/21 11:42:32.328 Transport (OUTBOUND) DBG: [CID=0x088b] Call-ID: 4d0b6755-bab845d-47a62@193.28.184.13
2008/05/21 11:42:32.328 Transport (OUTBOUND) DBG: [CID=0x088b] Allow: INVITE, ACK, CANCEL, OPTIONS, INFO, MESSAGE, BYE, REFER, NOTIFY, OPTIONS
2008/05/21 11:42:32.328 Transport (OUTBOUND) DBG: [CID=0x088b] Content-Length: 0
2008/05/21 11:42:32.328 Transport (OUTBOUND) DBG: [CID=0x088b]
2008/05/21 11:42:32.328 Transport (OUTBOUND) DBG: [CID=0x088b]
2008/05/21 11:42:32.328 Transaction DBG: [CID=0x088b] NIST(2222871573) Timer J( 32000 ms ) STARTED
2008/05/21 11:42:35.265 SIP Timer Thread DBG: [CID=0x0835] NIST(2222871572) Timer J( 32000 ms ) EXPIRED
2008/05/21 11:42:35.265 Transaction DTL: [CID=0x0835] NIST(2222871572) Event( Timer-J ) Interval: 32000
2008/05/21 11:42:35.265 Transaction DTL: [CID=0x0835] NIST(2222871572) StateCompleted->StateTerminated
2008/05/21 11:42:35.265 Transaction DTL: [CID=0x0835] NIST(2222871572) Event(Final)
2008/05/21 11:42:35.265 Transaction DTL: [CID=0x0000] *** REMOVED TRANSACTION *** NIST|4d0b6755-93b845d-75a62@193.28.184.13|0|OPTIONS|6b14a574|1
2008/05/21 11:42:35.265 Transaction Cleaner DBG: [CID=0x0000] GC: First Stale Object SIPTransaction
2008/05/21 11:42:35.265 GC::Collector DBG: [CID=0x0835] TRANSACTION: (NIST) DESTROYED
2008/05/21 11:42:35.281 GC::Collector DTL: [CID=0x0835] NIST(2222871572) *** DESTROYED *** - NIST|4d0b6755-93b845d-75a62@193.28.184.13|0|OPTIONS|6b14a574|1
617:27:45.240 IPshka.com PWL: [CID=0x0000] IPshka.com Version 1.1.7-0 by OLDEN Software on Windows XP (v5.1.2600-i586) at 2008/5/21 11:39:21.176
2008/05/21 11:39:21.223 IPshka.com PWL: [CID=0x0000] CFlipManager::Initialise()
2008/05/21 11:39:21.286 IPshka.com PWL: [CID=0x0000] APP >> CORE initialized
2008/05/21 11:39:21.301 IPshka.com PWL: [CID=0x0000] APP >> CFG initialized
2008/05/21 11:39:21.332 IPshka.com PWL: [CID=0x0000] APP >> CFG loaded
2008/05/21 11:39:21.332 IPshka.com PWL: [CID=0x0000] APP >> Tray icon added
2008/05/21 11:39:21.379 IPshka.com PWL: [CID=0x0000] APP >> GUI 1 initialized
2008/05/21 11:39:21.395 IPshka.com PWL: [CID=0x0000] APP >> BOOK created
2008/05/21 11:39:21.395 IPshka.com PWL: [CID=0x0000] APP >> BOOK initialized
2008/05/21 11:39:21.582 IPshka.com PWL: [CID=0x0000] APP >> GUI 2 initialized
2008/05/21 11:39:21.692 IPshka.com PWL: [CID=0x0000] APP >> FIREWALL initialized
2008/05/21 11:39:21.692 IPshka.com PWL: [CID=0x0000] APP >> STUN Method AUTO selected
2008/05/21 11:39:21.754 IPshka.com PWL: [CID=0x0000] OpalEP Created endpoint: sip
2008/05/21 11:39:21.817 Transaction PWL: [CID=0x0000] Transaction Thread [2472] Started
2008/05/21 11:39:21.817 Transaction Cleaner PWL: [CID=0x0000] Transaction Cleaner Thread [4744] Started
2008/05/21 11:39:21.817 Transaction Cleaner PWL: [CID=0x0000] Transaction Cleaner Thread [5304] Started
2008/05/21 11:39:27.098 IPshka.com PWL: [CID=0x0000] STUN server "stun.ipshka.com" replies Symmetric NAT, external IP 193.28.184.10:3785
2008/05/21 11:39:27.098 UserAgent PWL: [CID=0x0000] UA Thread [2268] Started
2008/05/21 11:39:27.114 IPshka.com PWL: [CID=0x0000] Found 4 interfaces
2008/05/21 11:39:27.114 IPshka.com PWL: [CID=0x0000] Found Interface NVIDIA nForce Networking Controller - Packet Scheduler Miniport addr=10.0.1.13
2008/05/21 11:39:27.114 IPshka.com PWL: [CID=0x0000] Opening Listener at 10.0.1.13:5061
2008/05/21 11:39:27.114 IPshka.com PWL: [CID=0x0000] *** LISTENER STARTED *** [OPAL] 10.0.1.13:5061 [*** DEFAULT LISTENER ***]
2008/05/21 11:39:27.114 IPshka.com PWL: [CID=0x0000] Found Interface MS TCP Loopback interface addr=127.0.0.1
2008/05/21 11:39:27.114 IPshka.com PWL: [CID=0x0000] Opening Listener at 127.0.0.1:5061
2008/05/21 11:39:27.114 IPshka.com PWL: [CID=0x0000] *** LISTENER STARTED *** [OPAL] 127.0.0.1:5061
2008/05/21 11:39:27.114 IPshka.com PWL: [CID=0x0000] Found Interface VMware Virtual Ethernet Adapter for VMnet8 addr=192.168.26.1
2008/05/21 11:39:27.114 IPshka.com PWL: [CID=0x0000] Opening Listener at 192.168.26.1:5061
2008/05/21 11:39:27.114 IPshka.com PWL: [CID=0x0000] *** LISTENER STARTED *** [OPAL] 192.168.26.1:5061
2008/05/21 11:39:27.114 IPshka.com PWL: [CID=0x0000] Found Interface VMware Virtual Ethernet Adapter for VMnet1 addr=192.168.210.1
2008/05/21 11:39:27.114 IPshka.com PWL: [CID=0x0000] Opening Listener at 192.168.210.1:5061
2008/05/21 11:39:27.130 IPshka.com PWL: [CID=0x0000] *** LISTENER STARTED *** [OPAL] 192.168.210.1:5061
2008/05/21 11:39:27.161 IPshka.com PWL: [CID=0x0000] *** LISTENER STARTED *** 10.0.1.13:5061 [*** TCP ***]
2008/05/21 11:39:27.223 IPshka.com PWL: [CID=0x0000] APP >> SIP initialized
2008/05/21 11:39:27.255 IPshka.com PWL: [CID=0x0000] APP >> MEDIA initialized
2008/05/21 11:39:27.395 IPshka.com PWL: [CID=0x0000] APP >> WinNotifier initialized
2008/05/21 11:39:27.411 IPshka.com PWL: [CID=0x0000] APP >> 100008 at ipshka dot com AutoLogon
2008/05/21 11:39:27.536 IPshka.com PWL: [CID=0x0000] APP >> 100008 at ipshka dot com AutoLogon
2008/05/21 11:39:27.567 Transport (OUTBOUND) PWL: [CID=0x0000] Using Iface: 10.0.1.13 to send to Dest: 193.28.184.13
2008/05/21 11:39:27.630 Transport (OUTBOUND) PWL: [CID=0x0000] Using Iface: 10.0.1.13 to send to Dest: 193.28.184.13
2008/05/21 11:39:33.239 IPshka.com PWL: [CID=0x0000] APP >> SplashScreen hided
2008/05/21 11:39:33.239 IPshka.com PWL: [CID=0x0000] APP >> SplashScreen deleted
2008/05/21 11:39:37.677 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No Call-ID present in message
2008/05/21 11:39:37.677 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No Call-ID present in message
2008/05/21 11:39:37.677 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No Via present in message
2008/05/21 11:39:37.677 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No CSeq present in message
2008/05/21 11:39:37.677 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No CSeq Method present in message
2008/05/21 11:39:37.677 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No FROM Tag present in message
2008/05/21 11:39:37.677 Transport (OUTBOUND) PWL: [CID=0x0000] Using Iface: 10.0.1.13 to send to Dest: 193.28.184.13
2008/05/21 11:39:38.302 Transport (OUTBOUND) PWL: [CID=0x0000] Using Iface: 10.0.1.13 to send to Dest: 193.28.184.13
2008/05/21 11:39:47.678 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No Call-ID present in message
2008/05/21 11:39:47.678 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No Call-ID present in message
2008/05/21 11:39:47.678 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No Via present in message
2008/05/21 11:39:47.678 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No CSeq present in message
2008/05/21 11:39:47.678 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No CSeq Method present in message
2008/05/21 11:39:47.678 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No FROM Tag present in message
2008/05/21 11:39:47.678 Transport (OUTBOUND) PWL: [CID=0x0000] Using Iface: 10.0.1.13 to send to Dest: 193.28.184.13
2008/05/21 11:39:57.678 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No Call-ID present in message
2008/05/21 11:39:57.678 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No Call-ID present in message
2008/05/21 11:39:57.678 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No Via present in message
2008/05/21 11:39:57.678 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No CSeq present in message
2008/05/21 11:39:57.678 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No CSeq Method present in message
2008/05/21 11:39:57.678 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No FROM Tag present in message
2008/05/21 11:39:57.694 Transport (OUTBOUND) PWL: [CID=0x0000] Using Iface: 10.0.1.13 to send to Dest: 193.28.184.13
2008/05/21 11:40:07.304 Transport (OUTBOUND) PWL: [CID=0x0000] Using Iface: 10.0.1.13 to send to Dest: 193.28.184.13
2008/05/21 11:40:07.694 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No Call-ID present in message
2008/05/21 11:40:07.694 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No Call-ID present in message
2008/05/21 11:40:07.694 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No Via present in message
2008/05/21 11:40:07.694 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No CSeq present in message
2008/05/21 11:40:07.694 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No CSeq Method present in message
2008/05/21 11:40:07.694 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No FROM Tag present in message
2008/05/21 11:40:07.694 Transport (OUTBOUND) PWL: [CID=0x0000] Using Iface: 10.0.1.13 to send to Dest: 193.28.184.13
2008/05/21 11:40:17.695 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No Call-ID present in message
2008/05/21 11:40:17.695 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No Call-ID present in message
2008/05/21 11:40:17.695 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No Via present in message
2008/05/21 11:40:17.695 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No CSeq present in message
2008/05/21 11:40:17.695 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No CSeq Method present in message
2008/05/21 11:40:17.695 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No FROM Tag present in message
2008/05/21 11:40:17.695 Transport (OUTBOUND) PWL: [CID=0x0000] Using Iface: 10.0.1.13 to send to Dest: 193.28.184.13
2008/05/21 11:40:27.696 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No Call-ID present in message
2008/05/21 11:40:27.696 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No Call-ID present in message
2008/05/21 11:40:27.696 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No Via present in message
2008/05/21 11:40:27.696 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No CSeq present in message
2008/05/21 11:40:27.696 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No CSeq Method present in message
2008/05/21 11:40:27.696 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No FROM Tag present in message
2008/05/21 11:40:27.696 Transport (OUTBOUND) PWL: [CID=0x0000] Using Iface: 10.0.1.13 to send to Dest: 193.28.184.13
2008/05/21 11:40:36.321 Transport (OUTBOUND) PWL: [CID=0x0000] Using Iface: 10.0.1.13 to send to Dest: 193.28.184.13
2008/05/21 11:40:37.696 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No Call-ID present in message
2008/05/21 11:40:37.696 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No Call-ID present in message
2008/05/21 11:40:37.696 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No Via present in message
2008/05/21 11:40:37.696 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No CSeq present in message
2008/05/21 11:40:37.696 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No CSeq Method present in message
2008/05/21 11:40:37.696 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No FROM Tag present in message
2008/05/21 11:40:37.696 Transport (OUTBOUND) PWL: [CID=0x0000] Using Iface: 10.0.1.13 to send to Dest: 193.28.184.13
2008/05/21 11:40:47.697 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No Call-ID present in message
2008/05/21 11:40:47.697 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No Call-ID present in message
2008/05/21 11:40:47.697 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No Via present in message
2008/05/21 11:40:47.697 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No CSeq present in message
2008/05/21 11:40:47.712 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No CSeq Method present in message
2008/05/21 11:40:47.712 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No FROM Tag present in message
2008/05/21 11:40:47.712 Transport (OUTBOUND) PWL: [CID=0x0000] Using Iface: 10.0.1.13 to send to Dest: 193.28.184.13
2008/05/21 11:40:57.713 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No Call-ID present in message
2008/05/21 11:40:57.713 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No Call-ID present in message
2008/05/21 11:40:57.713 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No Via present in message
2008/05/21 11:40:57.713 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No CSeq present in message
2008/05/21 11:40:57.713 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No CSeq Method present in message
2008/05/21 11:40:57.713 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No FROM Tag present in message
2008/05/21 11:40:57.713 Transport (OUTBOUND) PWL: [CID=0x0000] Using Iface: 10.0.1.13 to send to Dest: 193.28.184.13
2008/05/21 11:41:05.323 Transport (OUTBOUND) PWL: [CID=0x0000] Using Iface: 10.0.1.13 to send to Dest: 193.28.184.13
2008/05/21 11:41:07.714 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No Call-ID present in message
2008/05/21 11:41:07.714 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No Call-ID present in message
2008/05/21 11:41:07.714 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No Via present in message
2008/05/21 11:41:07.714 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No CSeq present in message
2008/05/21 11:41:07.714 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No CSeq Method present in message
2008/05/21 11:41:07.714 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No FROM Tag present in message
2008/05/21 11:41:07.714 Transport (OUTBOUND) PWL: [CID=0x0000] Using Iface: 10.0.1.13 to send to Dest: 193.28.184.13
2008/05/21 11:41:15.558 IPshka.com PWL: [CID=0x0000] OpalMan Set up call from pc:* to sip:810380673584814 at ipshka dot com
2008/05/21 11:41:15.573 IPshka.com PWL: [CID=0x0000] SafeColl Increment reference count to 1 for OpalCall 01E4FF40
2008/05/21 11:41:15.573 IPshka.com PWL: [CID=0x0000] Call Created Call[1]
2008/05/21 11:41:15.573 IPshka.com PWL: [CID=0x0000] OpalMan Set up connection to "pc:*"
2008/05/21 11:41:15.589 IPshka.com PWL: [CID=0x0000] OpalCon Created connection Call[1]-EP[Realtek AC97 Audio]
2008/05/21 11:41:15.589 IPshka.com PWL: [CID=0x0000] SafeColl Increment reference count to 2 for OpalCall 01E4FF40
2008/05/21 11:41:15.589 IPshka.com PWL: [CID=0x0000] SafeColl Increment reference count to 1 for OpalConnection 01E49568
2008/05/21 11:41:15.589 IPshka.com PWL: [CID=0x0000] SafeColl Increment reference count to 2 for OpalConnection 01E49568
2008/05/21 11:41:15.589 IPshka.com PWL: [CID=0x0000] SafeColl Decrement reference count to 1 for OpalConnection 01E49568
2008/05/21 11:41:15.589 IPshka.com PWL: [CID=0x0000] RFC2833 Handler created
2008/05/21 11:41:15.589 IPshka.com PWL: [CID=0x0000] Silence Handler created
2008/05/21 11:41:15.589 IPshka.com PWL: [CID=0x0000] Echo Canceler Handler created
2008/05/21 11:41:15.589 IPshka.com PWL: [CID=0x0000] PCSS Created PC sound system connection.
2008/05/21 11:41:15.589 IPshka.com PWL: [CID=0x0000] SafeColl Increment reference count to 2 for OpalPCSSConnection 01E49568
2008/05/21 11:41:15.589 IPshka.com PWL: [CID=0x0000] SafeColl Increment reference count to 3 for OpalPCSSConnection 01E49568
2008/05/21 11:41:15.589 IPshka.com PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalPCSSConnection 01E49568
2008/05/21 11:41:15.589 IPshka.com PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalPCSSConnection 01E49568
2008/05/21 11:41:15.589 IPshka.com PWL: [CID=0x0000] OpalMan On incoming connection Call[1]-EP[Realtek AC97 Audio]
2008/05/21 11:41:15.589 IPshka.com PWL: [CID=0x0000] Call GetOtherPartyConnection Call[1]-EP[Realtek AC97 Audio]
2008/05/21 11:41:15.589 IPshka.com PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalPCSSConnection 01E49568
2008/05/21 11:41:15.605 IPshka.com PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalPCSSConnection 01E49568
2008/05/21 11:41:15.605 IPshka.com PWL: [CID=0x0000] OpalMan Set up connection to "sip:810380673584814 at ipshka dot com"
2008/05/21 11:41:15.605 IPshka.com PWL: [CID=0x0000] OpalCon Created connection Call[1]-EP[3d699e18-9cfb-1810-9ad2-dd0473763361]
2008/05/21 11:41:15.605 IPshka.com PWL: [CID=0x0000] SafeColl Increment reference count to 3 for OpalCall 01E4FF40
2008/05/21 11:41:15.605 IPshka.com PWL: [CID=0x0000] SafeColl Increment reference count to 1 for OpalConnection 01E6CDE8
2008/05/21 11:41:15.605 IPshka.com PWL: [CID=0x0000] SafeColl Increment reference count to 2 for OpalConnection 01E6CDE8
2008/05/21 11:41:15.605 IPshka.com PWL: [CID=0x0000] SafeColl Decrement reference count to 1 for OpalConnection 01E6CDE8
2008/05/21 11:41:15.605 IPshka.com PWL: [CID=0x0000] RFC2833 Handler created
2008/05/21 11:41:15.620 IPshka.com PWL: [CID=0x0000] SafeColl Increment reference count to 2 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:15.620 IPshka.com PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalPCSSConnection 01E49568
2008/05/21 11:41:15.620 IPshka.com PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalPCSSConnection 01E49568
2008/05/21 11:41:15.620 IPshka.com PWL: [CID=0x0000] PCSS Outgoing call routed to sip:810380673584814 at ipshka dot com for Call[1]-EP[Realtek AC97 Audio]
2008/05/21 11:41:15.620 IPshka.com PWL: [CID=0x0000] Call OnSetUp Call[1]-EP[Realtek AC97 Audio]
2008/05/21 11:41:15.620 IPshka.com PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalPCSSConnection 01E49568
2008/05/21 11:41:15.620 IPshka.com PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalPCSSConnection 01E49568
2008/05/21 11:41:15.620 IPshka.com PWL: [CID=0x0000] SafeColl Increment reference count to 3 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:15.636 IPshka.com PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:15.636 IPshka.com PWL: [CID=0x0000] SafeColl Increment reference count to 5 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:15.636 IPshka.com PWL: [CID=0x0000] SafeColl Decrement reference count to 4 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:15.636 IPshka.com PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalPCSSConnection 01E49568
2008/05/21 11:41:15.651 IPshka.com PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalPCSSConnection 01E49568
2008/05/21 11:41:15.651 IPshka.com PWL: [CID=0x0000] SafeColl Increment reference count to 5 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:15.651 IPshka.com PWL: [CID=0x0000] SafeColl Decrement reference count to 4 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:15.651 IPshka.com PWL: [CID=0x0000] Call GetMediaFormats for Call[1]-EP[3d699e18-9cfb-1810-9ad2-dd0473763361]
G.729
G.729A
GSM-06.10
G.711-uLaw-64k
G.711-ALaw-64k
PCM-16
iLBC-13k3
iLBC-15k2
LPC-10
YUV420P
H.261(CIF)
H.261(QCIF)
RGB32
RGB24

2008/05/21 11:41:15.651 IPshka.com PWL: [CID=0x0000] Call CanDoMediaBypass Call[1]-EP[3d699e18-9cfb-1810-9ad2-dd0473763361] session 1
2008/05/21 11:41:15.651 IPshka.com PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalPCSSConnection 01E49568
2008/05/21 11:41:15.651 IPshka.com PWL: [CID=0x0000] OpalMan IsMediaBypassPossible: session 1
2008/05/21 11:41:15.651 IPshka.com PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalPCSSConnection 01E49568
2008/05/21 11:41:15.683 IPshka.com PWL: [CID=0x0000] Using Iface: 10.0.1.13 to send to Dest: 193.28.184.13
2008/05/21 11:41:15.683 IPshka.com PWL: [CID=0x0000] OpalUDP Pre-bound to interface: 10.0.1.13:5061
2008/05/21 11:41:15.698 IPshka.com PWL: [CID=0x0000] RTP_UDP Session 1 created: 10.0.1.13:16384-16385 ssrc=4216333787
2008/05/21 11:41:15.698 IPshka.com PWL: [CID=0x0000] RTP Adding session RTP_UDP
2008/05/21 11:41:15.714 IPshka.com PWL: [CID=0x0000] Call CanDoMediaBypass Call[1]-EP[3d699e18-9cfb-1810-9ad2-dd0473763361] session 1
2008/05/21 11:41:15.714 IPshka.com PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalPCSSConnection 01E49568
2008/05/21 11:41:15.714 IPshka.com PWL: [CID=0x0000] OpalMan IsMediaBypassPossible: session 1
2008/05/21 11:41:15.714 IPshka.com PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalPCSSConnection 01E49568
2008/05/21 11:41:15.714 IPshka.com PWL: [CID=0x0000] RTP Found existing session 1
2008/05/21 11:41:15.714 IPshka.com PWL: [CID=0x0000] SIP Using RTP payload [pt=101] for NTE
2008/05/21 11:41:15.714 IPshka.com PWL: [CID=0x0000] Call CanDoMediaBypass Call[1]-EP[3d699e18-9cfb-1810-9ad2-dd0473763361] session 2
2008/05/21 11:41:15.714 IPshka.com PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalPCSSConnection 01E49568
2008/05/21 11:41:15.714 IPshka.com PWL: [CID=0x0000] OpalMan IsMediaBypassPossible: session 2
2008/05/21 11:41:15.714 IPshka.com PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalPCSSConnection 01E49568
2008/05/21 11:41:15.730 IPshka.com PWL: [CID=0x0000] RTP_UDP Session 2 created: 10.0.1.13:16386-16387 ssrc=1036060508
2008/05/21 11:41:15.730 IPshka.com PWL: [CID=0x0000] RTP Adding session RTP_UDP
2008/05/21 11:41:15.730 IPshka.com PWL: [CID=0x0000] Call CanDoMediaBypass Call[1]-EP[3d699e18-9cfb-1810-9ad2-dd0473763361] session 2
2008/05/21 11:41:15.730 IPshka.com PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalPCSSConnection 01E49568
2008/05/21 11:41:15.730 IPshka.com PWL: [CID=0x0000] OpalMan IsMediaBypassPossible: session 2
2008/05/21 11:41:15.730 IPshka.com PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalPCSSConnection 01E49568
2008/05/21 11:41:15.730 IPshka.com PWL: [CID=0x0000] RTP Found existing session 2
2008/05/21 11:41:15.730 IPshka.com PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:15.745 Transport (OUTBOUND) PWL: [CID=0x0000] Using Iface: 10.0.1.13 to send to Dest: 193.28.184.13
2008/05/21 11:41:15.776 IPshka.com PWL: [CID=0x0000] OpalCon OnSetUpConnectionCall[1]-EP[3d699e18-9cfb-1810-9ad2-dd0473763361]
2008/05/21 11:41:15.776 IPshka.com PWL: [CID=0x0000] OpalEP OnSetUpConnection Call[1]-EP[3d699e18-9cfb-1810-9ad2-dd0473763361]
2008/05/21 11:41:15.776 IPshka.com PWL: [CID=0x0000] SafeColl Decrement reference count to 2 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:15.776 IPshka.com PWL: [CID=0x0000] SafeColl Decrement reference count to 2 for OpalPCSSConnection 01E49568
2008/05/21 11:41:15.776 IPshka.com PWL: [CID=0x0000] SetUpCall succeeded
2008/05/21 11:41:15.808 Transport (OUTBOUND) PWL: [CID=0x0000] Using Iface: 10.0.1.13 to send to Dest: 193.28.184.13
2008/05/21 11:41:15.839 Transport (OUTBOUND) PWL: [CID=0x0000] Using Iface: 10.0.1.13 to send to Dest: 193.28.184.13
2008/05/21 11:41:16.026 Call PWL: [CID=0x0000] SafeColl Increment reference count to 3 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:16.026 Call PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:16.026 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:16.026 Call PWL: [CID=0x0000] SDP Media session port=19468
2008/05/21 11:41:16.026 Call PWL: [CID=0x0000] SDP Adding media session with 6 formats
2008/05/21 11:41:16.026 Call PWL: [CID=0x0000] SDP Unknown media attribute silenceSupp:off - - - -
2008/05/21 11:41:16.026 Call PWL: [CID=0x0000] SDP Malformed media attribute nortpproxy:yes
2008/05/21 11:41:16.026 Call PWL: [CID=0x0000] Call CanDoMediaBypass Call[1]-EP[3d699e18-9cfb-1810-9ad2-dd0473763361] session 1
2008/05/21 11:41:16.026 Call PWL: [CID=0x0000] SafeColl Increment reference count to 3 for OpalPCSSConnection 01E49568
2008/05/21 11:41:16.026 Call PWL: [CID=0x0000] OpalMan IsMediaBypassPossible: session 1
2008/05/21 11:41:16.026 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 2 for OpalPCSSConnection 01E49568
2008/05/21 11:41:16.026 Call PWL: [CID=0x0000] RTP Found existing session 1
2008/05/21 11:41:16.026 Call PWL: [CID=0x0000] SIP RTP payload type G729 matched to codec G.729
2008/05/21 11:41:16.026 Call PWL: [CID=0x0000] SIP RTP payload type [pt=106] matched to codec iLBC-13k3
2008/05/21 11:41:16.026 Call PWL: [CID=0x0000] SIP RTP payload type GSM matched to codec GSM-06.10
2008/05/21 11:41:16.026 Call PWL: [CID=0x0000] SIP RTP payload type PCMU matched to codec G.711-uLaw-64k
2008/05/21 11:41:16.026 Call PWL: [CID=0x0000] SIP RTP payload type PCMA matched to codec G.711-ALaw-64k
2008/05/21 11:41:16.026 Call PWL: [CID=0x0000] Call OpenSourceMediaStreams for session 1 with media G.729,GSM-06.10,G.711-uLaw-64k,G.711-ALaw-64k
2008/05/21 11:41:16.026 Call PWL: [CID=0x0000] SafeColl Increment reference count to 3 for OpalPCSSConnection 01E49568
2008/05/21 11:41:16.026 Call PWL: [CID=0x0000] OpalCon OpenSourceMediaStream for session 1 on Call[1]-EP[Realtek AC97 Audio]
2008/05/21 11:41:16.026 Call PWL: [CID=0x0000] OpalCon Selected media stream PCM-16 -> G.729
2008/05/21 11:41:16.026 Call PWL: [CID=0x0000] PCSS Opened sound channel "Realtek AC97 Audio" for recording.
2008/05/21 11:41:16.026 Call PWL: [CID=0x0000] OpalMan OnOpenMediaStream Call[1]-EP[Realtek AC97 Audio],OpalAudioMediaStream-Source-PCM-16
2008/05/21 11:41:16.026 Call PWL: [CID=0x0000] Call PatchMediaStreams Call[1]-EP[Realtek AC97 Audio]
2008/05/21 11:41:16.026 Call PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalPCSSConnection 01E49568
2008/05/21 11:41:16.026 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalPCSSConnection 01E49568
2008/05/21 11:41:16.026 Call PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:16.026 Call PWL: [CID=0x0000] OpalCon OpenSinkMediaStream Call[1]-EP[3d699e18-9cfb-1810-9ad2-dd0473763361] session=1
2008/05/21 11:41:16.042 Call PWL: [CID=0x0000] OpalCon OpenSinkMediaStream, selected PCM-16 -> G.729
2008/05/21 11:41:16.042 Call PWL: [CID=0x0000] Call CanDoMediaBypass Call[1]-EP[3d699e18-9cfb-1810-9ad2-dd0473763361] session 1
2008/05/21 11:41:16.042 Call PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalPCSSConnection 01E49568
2008/05/21 11:41:16.042 Call PWL: [CID=0x0000] OpalMan IsMediaBypassPossible: session 1
2008/05/21 11:41:16.042 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalPCSSConnection 01E49568
2008/05/21 11:41:16.042 Call PWL: [CID=0x0000] RTP Found existing session 1
2008/05/21 11:41:16.042 Call PWL: [CID=0x0000] RTP Found existing session 1
2008/05/21 11:41:16.042 Call PWL: [CID=0x0000] OpalMan OnOpenMediaStream Call[1]-EP[3d699e18-9cfb-1810-9ad2-dd0473763361],OpalRTPMediaStream-Sink-G.729
2008/05/21 11:41:16.042 Call PWL: [CID=0x0000] Started sending sip endpoint

2008/05/21 11:41:16.042 Call PWL: [CID=0x0000] Patch Added sink
from PCM-16
Clock Rate = 8000
Frame Time = 8
Max Bit Rate = 8000
Max Frame Size = 16
Needs Jitter = 1
Rx Frames Per Packet = 24
Tx Frames Per Packet = 5
to G.729
Clock Rate = 8000
Frame Time = 80
Max Bit Rate = 8000
Max Frame Size = 10
Needs Jitter = 1
Rx Frames Per Packet = 24
Tx Frames Per Packet = 5

2008/05/21 11:41:16.042 Call PWL: [CID=0x0000] Codec G.729A encoder created
2008/05/21 11:41:16.042 Call PWL: [CID=0x0000] Patch Added media stream sink OpalRTPMediaStream-Sink-G.729 using transcoder PCM-16->G.729
2008/05/21 11:41:16.042 Call PWL: [CID=0x0000] Media Audio source data size set to 160 bytes and 10 buffers.
2008/05/21 11:41:16.042 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:16.042 Call PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalPCSSConnection 01E49568
2008/05/21 11:41:16.042 Call PWL: [CID=0x0000] OpalCon New patch created
2008/05/21 11:41:16.042 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalPCSSConnection 01E49568
2008/05/21 11:41:16.042 Call PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:16.042 Call PWL: [CID=0x0000] OpalCon New patch created
2008/05/21 11:41:16.042 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:16.042 Call PWL: [CID=0x0000] Call OpenSourceMediaStreams for session 1 adjusted media to G.729,GSM-06.10,G.711-uLaw-64k,G.711-ALaw-64k
2008/05/21 11:41:16.042 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 2 for OpalPCSSConnection 01E49568
2008/05/21 11:41:16.042 Call PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:16.042 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:16.042 Call PWL: [CID=0x0000] OpalCon OpenSourceMediaStream for session 1 on Call[1]-EP[3d699e18-9cfb-1810-9ad2-dd0473763361]
2008/05/21 11:41:16.058 Call PWL: [CID=0x0000] OpalCon Selected media stream G.729 -> G.729
2008/05/21 11:41:16.058 Call PWL: [CID=0x0000] Call CanDoMediaBypass Call[1]-EP[3d699e18-9cfb-1810-9ad2-dd0473763361] session 1
2008/05/21 11:41:16.058 Call PWL: [CID=0x0000] SafeColl Increment reference count to 3 for OpalPCSSConnection 01E49568
2008/05/21 11:41:16.058 Call PWL: [CID=0x0000] OpalMan IsMediaBypassPossible: session 1
2008/05/21 11:41:16.058 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 2 for OpalPCSSConnection 01E49568
2008/05/21 11:41:16.058 Call PWL: [CID=0x0000] RTP Found existing session 1
2008/05/21 11:41:16.058 Call PWL: [CID=0x0000] RTP Found existing session 1
2008/05/21 11:41:16.058 Call PWL: [CID=0x0000] OpalMan OnOpenMediaStream Call[1]-EP[3d699e18-9cfb-1810-9ad2-dd0473763361],OpalRTPMediaStream-Source-G.729
2008/05/21 11:41:16.058 Call PWL: [CID=0x0000] Call PatchMediaStreams Call[1]-EP[3d699e18-9cfb-1810-9ad2-dd0473763361]
2008/05/21 11:41:16.058 Call PWL: [CID=0x0000] SafeColl Increment reference count to 3 for OpalPCSSConnection 01E49568
2008/05/21 11:41:16.058 Call PWL: [CID=0x0000] OpalCon OpenSinkMediaStream Call[1]-EP[Realtek AC97 Audio] session=1
2008/05/21 11:41:16.058 Call PWL: [CID=0x0000] OpalCon OpenSinkMediaStream, selected G.729 -> PCM-16
2008/05/21 11:41:16.058 Call PWL: [CID=0x0000] PCSS Opened sound channel "Realtek AC97 Audio" for playing.
2008/05/21 11:41:16.058 Call PWL: [CID=0x0000] OpalMan OnOpenMediaStream Call[1]-EP[Realtek AC97 Audio],OpalAudioMediaStream-Sink-PCM-16
2008/05/21 11:41:16.058 Call PWL: [CID=0x0000] Patch Added sink
from G.729
Clock Rate = 8000
Frame Time = 80
Max Bit Rate = 8000
Max Frame Size = 10
Needs Jitter = 1
Rx Frames Per Packet = 24
Tx Frames Per Packet = 5
to PCM-16
Clock Rate = 8000
Frame Time = 8
Max Bit Rate = 8000
Max Frame Size = 16
Needs Jitter = 1
Rx Frames Per Packet = 24
Tx Frames Per Packet = 5

2008/05/21 11:41:16.058 Call PWL: [CID=0x0000] Codec G.729A decoder created
2008/05/21 11:41:16.058 Call PWL: [CID=0x0000] Media Audio sink data size set to 160 bytes and 10 buffers.
2008/05/21 11:41:16.058 Call PWL: [CID=0x0000] Patch Added media stream sink OpalAudioMediaStream-Sink-PCM-16 using transcoder G.729->PCM-16
2008/05/21 11:41:16.058 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 2 for OpalPCSSConnection 01E49568
2008/05/21 11:41:16.058 Call PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:16.058 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:16.058 Call PWL: [CID=0x0000] SafeColl Increment reference count to 3 for OpalPCSSConnection 01E49568
2008/05/21 11:41:16.058 Call PWL: [CID=0x0000] OpalCon New patch created
2008/05/21 11:41:16.058 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 2 for OpalPCSSConnection 01E49568
2008/05/21 11:41:16.058 Call PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:16.058 Call PWL: [CID=0x0000] OpalCon New patch created
2008/05/21 11:41:16.058 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:16.058 Call PWL: [CID=0x0000] Started receiving from sip endpoint

2008/05/21 11:41:16.058 Call PWL: [CID=0x0000] OpalCon OpenSourceMediaStream (already opened) for session 1 on Call[1]-EP[3d699e18-9cfb-1810-9ad2-dd0473763361]
2008/05/21 11:41:16.058 Call PWL: [CID=0x0000] RTP_UDP SetRemoteSocketInfo: session=1 data channel, new=193.28.184.13:19468, local=10.0.1.13:16384-16385, remote=0.0.0.0:0-0
2008/05/21 11:41:16.058 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 2 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:16.058 Call PWL: [CID=0x0000] SafeColl Increment reference count to 3 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:16.058 Call PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:16.058 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:16.058 Call PWL: [CID=0x0000] OpalMan OnConnected Call[1]-EP[3d699e18-9cfb-1810-9ad2-dd0473763361]
2008/05/21 11:41:16.058 Call PWL: [CID=0x0000] Call OnProgress Call[1]-EP[3d699e18-9cfb-1810-9ad2-dd0473763361]
2008/05/21 11:41:16.058 Call PWL: [CID=0x0000] SafeColl Increment reference count to 3 for OpalPCSSConnection 01E49568
2008/05/21 11:41:16.058 Call PWL: [CID=0x0000] PCSS SetConnected()
2008/05/21 11:41:16.058 Call PWL: [CID=0x0000] FlipManager Will establish the connection
2008/05/21 11:41:16.058 Call PWL: [CID=0x0000] OpalMan OnEstablished Call[1]-EP[Realtek AC97 Audio]
2008/05/21 11:41:16.058 Call PWL: [CID=0x0000] Call OnEstablished Call[1]-EP[Realtek AC97 Audio]
2008/05/21 11:41:16.058 Call PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalPCSSConnection 01E49568
2008/05/21 11:41:16.073 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalPCSSConnection 01E49568
2008/05/21 11:41:16.073 Call PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:16.073 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:16.073 Call PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalPCSSConnection 01E49568
2008/05/21 11:41:16.105 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalPCSSConnection 01E49568
2008/05/21 11:41:16.105 Call PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:16.120 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:16.120 Call PWL: [CID=0x0000] Call GetMediaFormats for Call[1]-EP[Realtek AC97 Audio]
G.729
GSM-06.10
G.711-uLaw-64k
G.711-ALaw-64k
PCM-16
iLBC-13k3

2008/05/21 11:41:16.120 Call PWL: [CID=0x0000] Call OpenSourceMediaStreams for session 1 with media G.729,GSM-06.10,G.711-uLaw-64k,G.711-ALaw-64k,PCM-16,iLBC-13k3
2008/05/21 11:41:16.120 Call PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalPCSSConnection 01E49568
2008/05/21 11:41:16.120 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalPCSSConnection 01E49568
2008/05/21 11:41:16.120 Call PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:16.120 Call PWL: [CID=0x0000] OpalCon OpenSourceMediaStream (already opened) for session 1 on Call[1]-EP[3d699e18-9cfb-1810-9ad2-dd0473763361]
2008/05/21 11:41:16.136 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:16.136 Call PWL: [CID=0x0000] Call OpenSourceMediaStreams for session 2 with media G.729,GSM-06.10,G.711-uLaw-64k,G.711-ALaw-64k,PCM-16,iLBC-13k3
2008/05/21 11:41:16.136 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 2 for OpalPCSSConnection 01E49568
2008/05/21 11:41:16.136 Call PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:16.136 Call PWL: [CID=0x0000] SafeColl Increment reference count to 3 for OpalPCSSConnection 01E49568
2008/05/21 11:41:16.167 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 2 for OpalPCSSConnection 01E49568
2008/05/21 11:41:16.167 Call PWL: [CID=0x0000] SafeColl Increment reference count to 5 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:16.183 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 4 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:16.183 Call PWL: [CID=0x0000] Call GetMediaFormats for Call[1]-EP[3d699e18-9cfb-1810-9ad2-dd0473763361]
G.729
GSM-06.10
G.711-uLaw-64k
G.711-ALaw-64k
PCM-16
iLBC-13k3

2008/05/21 11:41:16.183 Call PWL: [CID=0x0000] Call OpenSourceMediaStreams for session 1 with media G.729,GSM-06.10,G.711-uLaw-64k,G.711-ALaw-64k,PCM-16,iLBC-13k3
2008/05/21 11:41:16.183 Call PWL: [CID=0x0000] SafeColl Increment reference count to 3 for OpalPCSSConnection 01E49568
2008/05/21 11:41:16.183 Call PWL: [CID=0x0000] OpalCon OpenSourceMediaStream (already opened) for session 1 on Call[1]-EP[Realtek AC97 Audio]
2008/05/21 11:41:16.183 Call PWL: [CID=0x0000] Call OpenSourceMediaStreams for session 1 adjusted media to PCM-16,G.729,GSM-06.10,G.711-uLaw-64k,G.711-ALaw-64k,iLBC-13k3
2008/05/21 11:41:16.183 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 2 for OpalPCSSConnection 01E49568
2008/05/21 11:41:16.183 Call PWL: [CID=0x0000] SafeColl Increment reference count to 5 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:16.183 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 4 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:16.183 Call PWL: [CID=0x0000] Call OpenSourceMediaStreams for session 2 with media G.729,GSM-06.10,G.711-uLaw-64k,G.711-ALaw-64k,PCM-16,iLBC-13k3
2008/05/21 11:41:16.183 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:16.183 Call PWL: [CID=0x0000] SafeColl Increment reference count to 3 for OpalPCSSConnection 01E49568
2008/05/21 11:41:16.183 Media Patch:1e97230 PWL: [CID=0x0000] Patch Thread started for Patch OpalAudioMediaStream-Source-PCM-16 -> OpalRTPMediaStream-Sink-G.729
2008/05/21 11:41:16.198 Call PWL: [CID=0x0000] Media Starting thread Media Patch:1e97230
2008/05/21 11:41:16.198 Media Patch:1e80328 PWL: [CID=0x0000] Patch Thread started for Patch OpalRTPMediaStream-Source-G.729 -> OpalAudioMediaStream-Sink-PCM-16
2008/05/21 11:41:16.198 Media Patch:1e80328 PWL: [CID=0x0000] RTP Jitter buffer created: size=201 delay=800-8000/800 (100ms) obj=01E80090
2008/05/21 11:41:16.230 RTP Jitter:1e80090 PWL: [CID=0x0000] RTP Jitter RTP receive thread started: 01E80090
2008/05/21 11:41:16.230 Call PWL: [CID=0x0000] Media Starting thread Media Patch:1e80328
2008/05/21 11:41:16.230 Call PWL: [CID=0x0000] OpalCon Media stream threads started.
2008/05/21 11:41:16.230 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 2 for OpalPCSSConnection 01E49568
2008/05/21 11:41:16.230 Call PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:16.230 Call PWL: [CID=0x0000] OpalCon Media stream threads started.
2008/05/21 11:41:16.230 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:16.245 Media Patch:1e97230 PWL: [CID=0x0000] RTP First sent data: ver=2 pt=G729 psz=10 m=1 x=0 seq=27809 ts=0 src=4216333787 ccnt=0
2008/05/21 11:41:16.245 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 2 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:16.261 Media Patch:1e97230 PWL: [CID=0x0000] Silence Detector transition: Talk level=22 threshold=0
2008/05/21 11:41:16.261 Media Patch:1e97230 PWL: [CID=0x0000] Silence Threshold initialised to: 11
2008/05/21 11:41:16.261 RTP Jitter:1e80090 PWL: [CID=0x0000] RTP First receive data: ver=2 pt=G729 psz=20 m=0 x=0 seq=27507 ts=2240 src=1233744615 ccnt=0
2008/05/21 11:41:16.839 Media Patch:1e97230 PWL: [CID=0x0000] Silence Threshold increased to: 13
2008/05/21 11:41:17.214 Media Patch:1e97230 PWL: [CID=0x0000] RTP Transmit statistics: packets=101 octets=1010 avgTime=9 maxTime=19 minTime=5
2008/05/21 11:41:17.308 Media Patch:1e80328 PWL: [CID=0x0000] RTP Jitter buffer target size decreased to 800 (100ms)
2008/05/21 11:41:17.448 Media Patch:1e97230 PWL: [CID=0x0000] Silence Threshold increased to: 15
2008/05/21 11:41:17.714 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No Call-ID present in message
2008/05/21 11:41:17.714 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No Call-ID present in message
2008/05/21 11:41:17.714 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No Via present in message
2008/05/21 11:41:17.714 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No CSeq present in message
2008/05/21 11:41:17.714 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No CSeq Method present in message
2008/05/21 11:41:17.714 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No FROM Tag present in message
2008/05/21 11:41:17.714 Transport (OUTBOUND) PWL: [CID=0x0000] Using Iface: 10.0.1.13 to send to Dest: 193.28.184.13
2008/05/21 11:41:18.058 Media Patch:1e97230 PWL: [CID=0x0000] Silence Threshold increased to: 16
2008/05/21 11:41:18.214 Media Patch:1e97230 PWL: [CID=0x0000] RTP Transmit statistics: packets=201 octets=2010 avgTime=10 maxTime=15 minTime=5
2008/05/21 11:41:18.261 RTP Jitter:1e80090 PWL: [CID=0x0000] RTP Receive statistics: packets=101 octets=2020 lost=0 tooLate=0 order=0 avgTime=20 maxTime=28 minTime=13 jitter=0 maxJitter=2
2008/05/21 11:41:18.667 Media Patch:1e97230 PWL: [CID=0x0000] Silence Threshold increased to: 17
2008/05/21 11:41:19.214 Media Patch:1e97230 PWL: [CID=0x0000] RTP Transmit statistics: packets=301 octets=3010 avgTime=10 maxTime=15 minTime=5
2008/05/21 11:41:19.277 Media Patch:1e97230 PWL: [CID=0x0000] Silence Threshold increased to: 18
2008/05/21 11:41:20.214 Media Patch:1e97230 PWL: [CID=0x0000] RTP Transmit statistics: packets=401 octets=4010 avgTime=10 maxTime=16 minTime=5
2008/05/21 11:41:20.261 RTP Jitter:1e80090 PWL: [CID=0x0000] RTP Receive statistics: packets=201 octets=4020 lost=0 tooLate=0 order=0 avgTime=19 maxTime=21 minTime=10 jitter=0 maxJitter=2
2008/05/21 11:41:21.214 Media Patch:1e97230 PWL: [CID=0x0000] RTP Transmit statistics: packets=501 octets=5010 avgTime=10 maxTime=15 minTime=5
2008/05/21 11:41:21.339 Call PWL: [CID=0x0000] SafeColl Increment reference count to 3 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:21.339 Call PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:21.339 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:21.339 Call PWL: [CID=0x0000] OpalMan OnAlerting Call[1]-EP[3d699e18-9cfb-1810-9ad2-dd0473763361]
2008/05/21 11:41:21.339 Call PWL: [CID=0x0000] Call OnAlerting Call[1]-EP[3d699e18-9cfb-1810-9ad2-dd0473763361]
2008/05/21 11:41:21.339 Call PWL: [CID=0x0000] SafeColl Increment reference count to 3 for OpalPCSSConnection 01E49568
2008/05/21 11:41:21.339 Call PWL: [CID=0x0000] PCSS SetAlerting(3d699e18-9cfb-1810-9ad2-dd0473763361)
2008/05/21 11:41:21.339 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 2 for OpalPCSSConnection 01E49568
2008/05/21 11:41:21.339 Call PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:21.339 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:21.339 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 2 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:21.339 Call PWL: [CID=0x0000] SafeColl Increment reference count to 3 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:21.339 Call PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:21.339 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:21.339 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 2 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:22.214 Media Patch:1e97230 PWL: [CID=0x0000] RTP Transmit statistics: packets=601 octets=6010 avgTime=10 maxTime=16 minTime=5
2008/05/21 11:41:22.261 RTP Jitter:1e80090 PWL: [CID=0x0000] RTP Receive statistics: packets=301 octets=6020 lost=0 tooLate=0 order=0 avgTime=20 maxTime=21 minTime=19 jitter=0 maxJitter=2
2008/05/21 11:41:22.308 Media Patch:1e80328 PWL: [CID=0x0000] RTP Jitter buffer target size decreased to 800 (100ms)
2008/05/21 11:41:23.214 Media Patch:1e97230 PWL: [CID=0x0000] RTP Transmit statistics: packets=701 octets=7010 avgTime=10 maxTime=16 minTime=5
2008/05/21 11:41:24.214 Media Patch:1e97230 PWL: [CID=0x0000] RTP Transmit statistics: packets=801 octets=8010 avgTime=10 maxTime=18 minTime=5
2008/05/21 11:41:24.261 RTP Jitter:1e80090 PWL: [CID=0x0000] RTP Receive statistics: packets=401 octets=8020 lost=0 tooLate=0 order=0 avgTime=20 maxTime=21 minTime=19 jitter=0 maxJitter=2
2008/05/21 11:41:25.136 Call PWL: [CID=0x0000] SafeColl Increment reference count to 3 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:25.136 Call PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:25.136 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:25.136 Call PWL: [CID=0x0000] SDP Media session port=19468
2008/05/21 11:41:25.152 Call PWL: [CID=0x0000] SDP Adding media session with 6 formats
2008/05/21 11:41:25.152 Call PWL: [CID=0x0000] SDP Unknown media attribute silenceSupp:off - - - -
2008/05/21 11:41:25.152 Call PWL: [CID=0x0000] SDP Malformed media attribute nortpproxy:yes
2008/05/21 11:41:25.152 Call PWL: [CID=0x0000] Call CanDoMediaBypass Call[1]-EP[3d699e18-9cfb-1810-9ad2-dd0473763361] session 1
2008/05/21 11:41:25.152 Call PWL: [CID=0x0000] SafeColl Increment reference count to 3 for OpalPCSSConnection 01E49568
2008/05/21 11:41:25.152 Call PWL: [CID=0x0000] OpalMan IsMediaBypassPossible: session 1
2008/05/21 11:41:25.152 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 2 for OpalPCSSConnection 01E49568
2008/05/21 11:41:25.152 Call PWL: [CID=0x0000] RTP Found existing session 1
2008/05/21 11:41:25.168 Call PWL: [CID=0x0000] SIP RTP payload type G729 matched to codec G.729
2008/05/21 11:41:25.168 Call PWL: [CID=0x0000] SIP RTP payload type [pt=106] matched to codec iLBC-13k3
2008/05/21 11:41:25.168 Call PWL: [CID=0x0000] SIP RTP payload type GSM matched to codec GSM-06.10
2008/05/21 11:41:25.168 Call PWL: [CID=0x0000] SIP RTP payload type PCMU matched to codec G.711-uLaw-64k
2008/05/21 11:41:25.168 Call PWL: [CID=0x0000] SIP RTP payload type PCMA matched to codec G.711-ALaw-64k
2008/05/21 11:41:25.168 Call PWL: [CID=0x0000] Call OpenSourceMediaStreams for session 1 with media G.729,GSM-06.10,G.711-uLaw-64k,G.711-ALaw-64k
2008/05/21 11:41:25.168 Call PWL: [CID=0x0000] SafeColl Increment reference count to 3 for OpalPCSSConnection 01E49568
2008/05/21 11:41:25.168 Call PWL: [CID=0x0000] OpalCon OpenSourceMediaStream (already opened) for session 1 on Call[1]-EP[Realtek AC97 Audio]
2008/05/21 11:41:25.168 Call PWL: [CID=0x0000] Call OpenSourceMediaStreams for session 1 adjusted media to G.729,GSM-06.10,G.711-uLaw-64k,G.711-ALaw-64k
2008/05/21 11:41:25.168 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 2 for OpalPCSSConnection 01E49568
2008/05/21 11:41:25.168 Call PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:25.168 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:25.168 Call PWL: [CID=0x0000] OpalCon OpenSourceMediaStream (already opened) for session 1 on Call[1]-EP[3d699e18-9cfb-1810-9ad2-dd0473763361]
2008/05/21 11:41:25.168 Call PWL: [CID=0x0000] OpalCon OpenSourceMediaStream (already opened) for session 1 on Call[1]-EP[3d699e18-9cfb-1810-9ad2-dd0473763361]
2008/05/21 11:41:25.168 Call PWL: [CID=0x0000] RTP_UDP SetRemoteSocketInfo: session=1 data channel, new=193.28.184.13:19468, local=10.0.1.13:16384-16385, remote=193.28.184.13:19468-19469
2008/05/21 11:41:25.168 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 2 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:25.168 Call PWL: [CID=0x0000] SafeColl Increment reference count to 3 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:25.168 Call PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:25.168 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:25.168 Call PWL: [CID=0x0000] OpalMan OnConnected Call[1]-EP[3d699e18-9cfb-1810-9ad2-dd0473763361]
2008/05/21 11:41:25.168 Call PWL: [CID=0x0000] Call OnConnected Call[1]-EP[3d699e18-9cfb-1810-9ad2-dd0473763361]
2008/05/21 11:41:25.168 Call PWL: [CID=0x0000] SafeColl Increment reference count to 3 for OpalPCSSConnection 01E49568
2008/05/21 11:41:25.168 Call PWL: [CID=0x0000] PCSS SetConnected()
2008/05/21 11:41:25.168 Call PWL: [CID=0x0000] FlipManager Will establish the connection
2008/05/21 11:41:25.168 Call PWL: [CID=0x0000] OpalMan OnEstablished Call[1]-EP[Realtek AC97 Audio]
2008/05/21 11:41:25.168 Call PWL: [CID=0x0000] Call OnEstablished Call[1]-EP[Realtek AC97 Audio]
2008/05/21 11:41:25.199 Call PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalPCSSConnection 01E49568
2008/05/21 11:41:25.199 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalPCSSConnection 01E49568
2008/05/21 11:41:25.199 Call PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:25.199 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:25.199 Call PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalPCSSConnection 01E49568
2008/05/21 11:41:25.215 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalPCSSConnection 01E49568
2008/05/21 11:41:25.215 Call PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:25.215 Media Patch:1e97230 PWL: [CID=0x0000] RTP Transmit statistics: packets=901 octets=9010 avgTime=10 maxTime=20 minTime=5
2008/05/21 11:41:25.230 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:25.246 Call PWL: [CID=0x0000] Call GetMediaFormats for Call[1]-EP[Realtek AC97 Audio]
G.729
GSM-06.10
G.711-uLaw-64k
G.711-ALaw-64k
PCM-16
iLBC-13k3

2008/05/21 11:41:25.246 Call PWL: [CID=0x0000] Call OpenSourceMediaStreams for session 1 with media G.729,GSM-06.10,G.711-uLaw-64k,G.711-ALaw-64k,PCM-16,iLBC-13k3
2008/05/21 11:41:25.246 Call PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalPCSSConnection 01E49568
2008/05/21 11:41:25.246 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalPCSSConnection 01E49568
2008/05/21 11:41:25.246 Call PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:25.277 Call PWL: [CID=0x0000] OpalCon OpenSourceMediaStream (already opened) for session 1 on Call[1]-EP[3d699e18-9cfb-1810-9ad2-dd0473763361]
2008/05/21 11:41:25.277 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:25.277 Call PWL: [CID=0x0000] Call OpenSourceMediaStreams for session 2 with media G.729,GSM-06.10,G.711-uLaw-64k,G.711-ALaw-64k,PCM-16,iLBC-13k3
2008/05/21 11:41:25.277 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 2 for OpalPCSSConnection 01E49568
2008/05/21 11:41:25.277 Call PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:25.277 Call PWL: [CID=0x0000] SafeColl Increment reference count to 3 for OpalPCSSConnection 01E49568
2008/05/21 11:41:25.293 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 2 for OpalPCSSConnection 01E49568
2008/05/21 11:41:25.293 Call PWL: [CID=0x0000] SafeColl Increment reference count to 5 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:25.308 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 4 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:25.355 Call PWL: [CID=0x0000] Call GetMediaFormats for Call[1]-EP[3d699e18-9cfb-1810-9ad2-dd0473763361]
G.729
GSM-06.10
G.711-uLaw-64k
G.711-ALaw-64k
PCM-16
iLBC-13k3

2008/05/21 11:41:25.355 Call PWL: [CID=0x0000] Call OpenSourceMediaStreams for session 1 with media G.729,GSM-06.10,G.711-uLaw-64k,G.711-ALaw-64k,PCM-16,iLBC-13k3
2008/05/21 11:41:25.355 Call PWL: [CID=0x0000] SafeColl Increment reference count to 3 for OpalPCSSConnection 01E49568
2008/05/21 11:41:25.355 Call PWL: [CID=0x0000] OpalCon OpenSourceMediaStream (already opened) for session 1 on Call[1]-EP[Realtek AC97 Audio]
2008/05/21 11:41:25.355 Call PWL: [CID=0x0000] Call OpenSourceMediaStreams for session 1 adjusted media to PCM-16,G.729,GSM-06.10,G.711-uLaw-64k,G.711-ALaw-64k,iLBC-13k3
2008/05/21 11:41:25.355 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 2 for OpalPCSSConnection 01E49568
2008/05/21 11:41:25.355 Call PWL: [CID=0x0000] SafeColl Increment reference count to 5 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:25.355 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 4 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:25.355 Call PWL: [CID=0x0000] Call OpenSourceMediaStreams for session 2 with media G.729,GSM-06.10,G.711-uLaw-64k,G.711-ALaw-64k,PCM-16,iLBC-13k3
2008/05/21 11:41:25.355 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:25.355 Call PWL: [CID=0x0000] SafeColl Increment reference count to 3 for OpalPCSSConnection 01E49568
2008/05/21 11:41:25.355 Call PWL: [CID=0x0000] OpalCon Media stream threads started.
2008/05/21 11:41:25.355 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 2 for OpalPCSSConnection 01E49568
2008/05/21 11:41:25.355 Call PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:25.355 Call PWL: [CID=0x0000] OpalCon Media stream threads started.
2008/05/21 11:41:25.355 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:25.355 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 2 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:25.355 Call PWL: [CID=0x0000] SafeColl Increment reference count to 3 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:25.355 Call PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:25.355 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:25.371 Call PWL: [CID=0x0000] RTP Found existing session 1
2008/05/21 11:41:25.371 Call PWL: [CID=0x0000] RTP Found existing session 2
2008/05/21 11:41:25.371 Call PWL: [CID=0x0000] FlipManager Will establish the connection
2008/05/21 11:41:25.371 Call PWL: [CID=0x0000] OpalMan OnEstablished Call[1]-EP[3d699e18-9cfb-1810-9ad2-dd0473763361]
2008/05/21 11:41:25.371 Call PWL: [CID=0x0000] Call OnEstablished Call[1]-EP[3d699e18-9cfb-1810-9ad2-dd0473763361]
2008/05/21 11:41:25.371 Call PWL: [CID=0x0000] SafeColl Increment reference count to 3 for OpalPCSSConnection 01E49568
2008/05/21 11:41:25.371 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 2 for OpalPCSSConnection 01E49568
2008/05/21 11:41:25.371 Call PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:25.371 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:25.371 Call PWL: [CID=0x0000] FlipManager Will establish the call
2008/05/21 11:41:25.371 Call PWL: [CID=0x0000] SafeColl Decrement reference count to 2 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:25.371 Transport (OUTBOUND) PWL: [CID=0x0000] Using Iface: 10.0.1.13 to send to Dest: 193.28.184.13
2008/05/21 11:41:26.215 Media Patch:1e97230 PWL: [CID=0x0000] RTP Transmit statistics: packets=1001 octets=10010 avgTime=10 maxTime=35 minTime=5
2008/05/21 11:41:26.261 RTP Jitter:1e80090 PWL: [CID=0x0000] RTP Receive statistics: packets=501 octets=10020 lost=0 tooLate=0 order=0 avgTime=20 maxTime=24 minTime=16 jitter=0 maxJitter=2
2008/05/21 11:41:27.215 Media Patch:1e97230 PWL: [CID=0x0000] RTP Transmit statistics: packets=1101 octets=11010 avgTime=10 maxTime=15 minTime=5
2008/05/21 11:41:27.308 Media Patch:1e80328 PWL: [CID=0x0000] RTP Jitter buffer target size decreased to 800 (100ms)
2008/05/21 11:41:27.699 Media Patch:1e97230 PWL: [CID=0x0000] RTP SentSenderReport: ssrc=4216333787 ntp=3420348087.3003829054 rtp=91840 psent=1148 osent=11480
2008/05/21 11:41:27.699 Media Patch:1e97230 PWL: [CID=0x0000] RTP SentReceiverReport: ssrc=1233744615 fraction=0 lost=0 last_seq=0 jitter=0 lsr=0 dlsr=0
2008/05/21 11:41:27.699 Media Patch:1e97230 PWL: [CID=0x0000] RTP Sending SDES: olden@olden
2008/05/21 11:41:27.715 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No Call-ID present in message
2008/05/21 11:41:27.715 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No Call-ID present in message
2008/05/21 11:41:27.715 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No Via present in message
2008/05/21 11:41:27.715 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No CSeq present in message
2008/05/21 11:41:27.715 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No CSeq Method present in message
2008/05/21 11:41:27.715 PWLib Housekeeper PWL: [CID=0x0000] Parser TransactionId::operator=() - No FROM Tag present in message
2008/05/21 11:41:27.715 Transport (OUTBOUND) PWL: [CID=0x0000] Using Iface: 10.0.1.13 to send to Dest: 193.28.184.13
2008/05/21 11:41:28.215 Media Patch:1e97230 PWL: [CID=0x0000] RTP Transmit statistics: packets=1201 octets=12010 avgTime=10 maxTime=17 minTime=5
2008/05/21 11:41:28.262 RTP Jitter:1e80090 PWL: [CID=0x0000] RTP Receive statistics: packets=601 octets=12020 lost=0 tooLate=0 order=0 avgTime=20 maxTime=21 minTime=19 jitter=0 maxJitter=2
2008/05/21 11:41:28.730 IPshka.com PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalCall 01E4FF40
2008/05/21 11:41:28.730 IPshka.com PWL: [CID=0x0000] SafeColl Increment reference count to 5 for OpalCall 01E4FF40
2008/05/21 11:41:28.730 IPshka.com PWL: [CID=0x0000] SafeColl Decrement reference count to 4 for OpalCall 01E4FF40
2008/05/21 11:41:28.730 IPshka.com PWL: [CID=0x0000] Call Clearing Call[1] reason=EndedByLocalUser
2008/05/21 11:41:28.730 IPshka.com PWL: [CID=0x0000] SafeColl Increment reference count to 3 for OpalPCSSConnection 01E49568
2008/05/21 11:41:28.730 IPshka.com PWL: [CID=0x0000] OpalCon Releasing Call[1]-EP[Realtek AC97 Audio]
2008/05/21 11:41:28.730 IPshka.com PWL: [CID=0x0000] OpalCon Call end reason for Realtek AC97 Audio set to EndedByLocalUser
2008/05/21 11:41:28.730 IPshka.com PWL: [CID=0x0000] OpalCon SetPhase from EstablishedPhase to ReleasingPhase
2008/05/21 11:41:28.730 IPshka.com PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalPCSSConnection 01E49568
2008/05/21 11:41:28.730 IPshka.com PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalPCSSConnection 01E49568
2008/05/21 11:41:28.730 IPshka.com PWL: [CID=0x0000] SafeColl Increment reference count to 3 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:28.730 IPshka.com PWL: [CID=0x0000] OpalCon Releasing Call[1]-EP[3d699e18-9cfb-1810-9ad2-dd0473763361]
2008/05/21 11:41:28.730 IPshka.com PWL: [CID=0x0000] OpalCon Call end reason for 3d699e18-9cfb-1810-9ad2-dd0473763361 set to EndedByLocalUser
2008/05/21 11:41:28.730 IPshka.com PWL: [CID=0x0000] OpalCon SetPhase from EstablishedPhase to ReleasingPhase
2008/05/21 11:41:28.730 IPshka.com PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:28.730 IPshka.com PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:28.730 IPshka.com PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalCall 01E4FF40
2008/05/21 11:41:28.730 OnRelease:1ea8640 PWL: [CID=0x0000] OpalCon OnReleased Call[1]-EP[Realtek AC97 Audio]
2008/05/21 11:41:28.730 OnRelease:1ea8640 PWL: [CID=0x0000] Media Closing raw media stream OpalAudioMediaStream-Source-PCM-16
2008/05/21 11:41:28.730 OnRelease:1ea8640 PWL: [CID=0x0000] Media Closing stream OpalAudioMediaStream-Source-PCM-16
2008/05/21 11:41:28.730 OnRelease:1ea8640 PWL: [CID=0x0000] Media Disconnecting OpalAudioMediaStream-Source-PCM-16 from patch thread Patch OpalAudioMediaStream-Source-PCM-16 -> OpalRTPMediaStream-Sink-G.729
2008/05/21 11:41:28.730 OnRelease:1ea8640 PWL: [CID=0x0000] Patch Closing media patch Patch OpalAudioMediaStream-Source-PCM-16 -> OpalRTPMediaStream-Sink-G.729
2008/05/21 11:41:28.730 OnRelease:1ea8640 PWL: [CID=0x0000] Media Closing raw media stream OpalAudioMediaStream-Source-PCM-16
2008/05/21 11:41:28.730 OnRelease:1ea8640 PWL: [CID=0x0000] Media Closing stream OpalAudioMediaStream-Source-PCM-16
2008/05/21 11:41:28.730 OnRelease:1ea8640 PWL: [CID=0x0000] Media Closing RTP for OpalRTPMediaStream-Sink-G.729
2008/05/21 11:41:28.730 OnRelease:1ea8640 PWL: [CID=0x0000] RTP_UDP Session 1, Shutting down write.
2008/05/21 11:41:28.730 OnRelease:1ea8640 PWL: [CID=0x0000] Media Closing stream OpalRTPMediaStream-Sink-G.729
2008/05/21 11:41:28.730 OnRelease:1ea8640 PWL: [CID=0x0000] Media Disconnecting OpalRTPMediaStream-Sink-G.729 from patch thread Patch OpalAudioMediaStream-Source-PCM-16 -> OpalRTPMediaStream-Sink-G.729
2008/05/21 11:41:28.730 OnRelease:1ea8640 PWL: [CID=0x0000] Patch Removing media stream sink OpalRTPMediaStream-Sink-G.729
2008/05/21 11:41:28.730 OnRelease:1ea8640 PWL: [CID=0x0000] Patch Waiting for media patch thread to stop Patch OpalAudioMediaStream-Source-PCM-16
2008/05/21 11:41:28.730 OnRelease:1e89fc0 PWL: [CID=0x0000] Media Closing RTP for OpalRTPMediaStream-Source-G.729
2008/05/21 11:41:28.730 OnRelease:1e89fc0 PWL: [CID=0x0000] RTP_UDP Session 1, Shutting down read.
2008/05/21 11:41:28.730 RTP Jitter:1e80090 PWL: [CID=0x0000] RTP_UDP Session 1, Read shutdown.
2008/05/21 11:41:28.730 RTP Jitter:1e80090 PWL: [CID=0x0000] RTP Jitter RTP receive thread ended
2008/05/21 11:41:28.746 OnRelease:1e89fc0 PWL: [CID=0x0000] Media Closing stream OpalRTPMediaStream-Source-G.729
2008/05/21 11:41:28.746 OnRelease:1e89fc0 PWL: [CID=0x0000] Media Disconnecting OpalRTPMediaStream-Source-G.729 from patch thread Patch OpalRTPMediaStream-Source-G.729 -> OpalAudioMediaStream-Sink-PCM-16
2008/05/21 11:41:28.746 OnRelease:1e89fc0 PWL: [CID=0x0000] Patch Closing media patch Patch OpalRTPMediaStream-Source-G.729 -> OpalAudioMediaStream-Sink-PCM-16
2008/05/21 11:41:28.746 OnRelease:1e89fc0 PWL: [CID=0x0000] Media Closing RTP for OpalRTPMediaStream-Source-G.729
2008/05/21 11:41:28.746 OnRelease:1e89fc0 PWL: [CID=0x0000] RTP_UDP Session 1, Shutting down read.
2008/05/21 11:41:28.746 OnRelease:1e89fc0 PWL: [CID=0x0000] Media Closing stream OpalRTPMediaStream-Source-G.729
2008/05/21 11:41:28.746 OnRelease:1e89fc0 PWL: [CID=0x0000] Media Closing raw media stream OpalAudioMediaStream-Sink-PCM-16
2008/05/21 11:41:28.746 OnRelease:1e89fc0 PWL: [CID=0x0000] Media Closing stream OpalAudioMediaStream-Sink-PCM-16
2008/05/21 11:41:28.746 OnRelease:1e89fc0 PWL: [CID=0x0000] Media Disconnecting OpalAudioMediaStream-Sink-PCM-16 from patch thread Patch OpalRTPMediaStream-Source-G.729 -> OpalAudioMediaStream-Sink-PCM-16
2008/05/21 11:41:28.746 OnRelease:1e89fc0 PWL: [CID=0x0000] Patch Removing media stream sink OpalAudioMediaStream-Sink-PCM-16
2008/05/21 11:41:28.746 Media Patch:1e97230 PWL: [CID=0x0000] Patch Thread ended for Patch OpalAudioMediaStream-Source-PCM-16
2008/05/21 11:41:28.746 OnRelease:1e89fc0 PWL: [CID=0x0000] Patch Waiting for media patch thread to stop Patch OpalRTPMediaStream-Source-G.729
2008/05/21 11:41:28.746 Media Patch:1e80328 PWL: [CID=0x0000] Patch Thread ended for Patch OpalRTPMediaStream-Source-G.729
2008/05/21 11:41:28.840 OnRelease:1ea8640 PWL: [CID=0x0000] Patch Media patch thread Patch OpalAudioMediaStream-Source-PCM-16 destroyed.
2008/05/21 11:41:28.840 OnRelease:1ea8640 PWL: [CID=0x0000] OpalCon Media stream threads closed.
2008/05/21 11:41:28.840 OnRelease:1ea8640 PWL: [CID=0x0000] OpalEP OnReleased Call[1]-EP[Realtek AC97 Audio]
2008/05/21 11:41:28.840 OnRelease:1ea8640 PWL: [CID=0x0000] SafeColl Decrement reference count to 2 for OpalPCSSConnection 01E49568
2008/05/21 11:41:28.840 OnRelease:1ea8640 PWL: [CID=0x0000] OpalMan OnReleased Call[1]-EP[Realtek AC97 Audio]
2008/05/21 11:41:28.840 OnRelease:1ea8640 PWL: [CID=0x0000] Call OnReleased Call[1]-EP[Realtek AC97 Audio]
2008/05/21 11:41:28.840 OnRelease:1ea8640 PWL: [CID=0x0000] SafeColl Decrement reference count to 1 for OpalPCSSConnection 01E49568
2008/05/21 11:41:28.840 OnRelease:1ea8640 PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:28.840 OnRelease:1ea8640 PWL: [CID=0x0000] OpalCon Already released Call[1]-EP[3d699e18-9cfb-1810-9ad2-dd0473763361]
2008/05/21 11:41:28.840 OnRelease:1ea8640 PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:28.840 OnRelease:1ea8640 PWL: [CID=0x0000] OpalCon OnRelease thread completed for Realtek AC97 Audio
2008/05/21 11:41:28.840 OnRelease:1ea8640 PWL: [CID=0x0000] SafeColl Decrement reference count to 0 for OpalPCSSConnection 01E49568
2008/05/21 11:41:28.855 OnRelease:1e89fc0 PWL: [CID=0x0000] Patch Media patch thread Patch OpalRTPMediaStream-Source-G.729 destroyed.
2008/05/21 11:41:28.855 OnRelease:1e89fc0 PWL: [CID=0x0000] OpalCon Media stream threads closed.
2008/05/21 11:41:28.855 OnRelease:1e89fc0 PWL: [CID=0x0000] SafeColl Increment reference count to 4 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:28.855 OnRelease:1e89fc0 PWL: [CID=0x0000] SafeColl Increment reference count to 5 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:28.855 OnRelease:1e89fc0 PWL: [CID=0x0000] SafeColl Decrement reference count to 4 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:28.855 OnRelease:1e89fc0 PWL: [CID=0x0000] OpalCon Already released Call[1]-EP[3d699e18-9cfb-1810-9ad2-dd0473763361]
2008/05/21 11:41:28.855 OnRelease:1e89fc0 PWL: [CID=0x0000] SafeColl Decrement reference count to 3 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:28.871 Transport (OUTBOUND) PWL: [CID=0x0000] Using Iface: 10.0.1.13 to send to Dest: 193.28.184.13
2008/05/21 11:41:28.871 OnRelease:1e89fc0 PWL: [CID=0x0000] OpalCon SetPhase from ReleasingPhase to ReleasedPhase
2008/05/21 11:41:28.871 OnRelease:1e89fc0 PWL: [CID=0x0000] OpalCon OnReleased Call[1]-EP[3d699e18-9cfb-1810-9ad2-dd0473763361]
2008/05/21 11:41:28.871 OnRelease:1e89fc0 PWL: [CID=0x0000] OpalCon Media stream threads closed.
2008/05/21 11:41:28.871 OnRelease:1e89fc0 PWL: [CID=0x0000] OpalEP OnReleased Call[1]-EP[3d699e18-9cfb-1810-9ad2-dd0473763361]
2008/05/21 11:41:28.871 OnRelease:1e89fc0 PWL: [CID=0x0000] SafeColl Decrement reference count to 2 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:28.871 OnRelease:1e89fc0 PWL: [CID=0x0000] OpalMan OnReleased Call[1]-EP[3d699e18-9cfb-1810-9ad2-dd0473763361]
2008/05/21 11:41:28.871 OnRelease:1e89fc0 PWL: [CID=0x0000] Call OnReleased Call[1]-EP[3d699e18-9cfb-1810-9ad2-dd0473763361]
2008/05/21 11:41:28.871 OnRelease:1e89fc0 PWL: [CID=0x0000] SafeColl Decrement reference count to 1 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:28.871 OnRelease:1e89fc0 PWL: [CID=0x0000] SafeColl Decrement reference count to 2 for OpalCall 01E4FF40
2008/05/21 11:41:28.871 OnRelease:1e89fc0 PWL: [CID=0x0000] OpalCon OnRelease thread completed for 3d699e18-9cfb-1810-9ad2-dd0473763361
2008/05/21 11:41:28.871 OnRelease:1e89fc0 PWL: [CID=0x0000] SafeColl Decrement reference count to 0 for OpalOSSConnection 01E6CDE8
2008/05/21 11:41:29.387 OpalGarbage PWL: [CID=0x0000] PCSS Deleted PC sound system connection.
2008/05/21 11:41:29.387 OpalGarbage PWL: [CID=0x0000] SafeColl Decrement reference count to 1 for OpalCall 01E4FF40
2008/05/21 11:41:29.387 OpalGarbage PWL: [CID=0x0000] OpalCon Connection Call[1]-EP[Realtek AC97 Audio] destroyed.
2008/05/21 11:41:29.402 OpalGarbage PWL: [CID=0x0000] Opal Transport clean up on termination
2008/05/21 11:41:29.402 OpalGarbage PWL: [CID=0x0000] OpalUDP Close
2008/05/21 11:41:29.402 OpalGarbage PWL: [CID=0x0000] Opal Deleted transport udp$193.28.184.13:5060<if=udp$10.0.1.13:5061>
2008/05/21 11:41:29.402 OpalGarbage PWL: [CID=0x0000] SafeColl Decrement reference count to 0 for OpalCall 01E4FF40
2008/05/21 11:41:29.402 OpalGarbage PWL: [CID=0x0000] OpalCon Connection Call[1]-EP[3d699e18-9cfb-1810-9ad2-dd0473763361] destroyed.
2008/05/21 11:41:29.402 OpalGarbage PWL: [CID=0x0000] RTP_UDP Session 1, Shutting down write.
2008/05/21 11:41:29.402 OpalGarbage PWL: [CID=0x0000] RTP Final statistics:
packetsSent = 1251
octetsSent = 12510
averageSendTime = 10
maximumSendTime = 17
minimumSendTime = 5
packetsReceived = 624
octetsReceived = 12480
packetsLost = 0
packetsTooLate = 0
packetsOutOfOrder = 0
averageReceiveTime= 20
maximumReceiveTime= 21
minimumReceiveTime= 19
averageJitter = 0
maximumJitter = 2
2008/05/21 11:41:29.402 OpalGarbage PWL: [CID=0x0000] RTP Removing jitter buffer 01E80090 RTP Jitter:1e80090
2008/05/21 11:41:29.418 OpalGarbage PWL: [CID=0x0000] Jitter buffer analysis: size=201 time=800
Input samples: 625 Output samples: 638
Dir RTPTime InDiff OutDiff InMode OutMode InDepth OutDep InTick InDelay OutTick OutDel IODelay
Out 0 0 Empty 0 0.000 0.000
Out 0 0 Empty 0 0.024 0.024
Out 0 0 Empty 0 0.030 0.006
Out 0 0 Empty 0 0.035 0.005
Out 0 0 Empty 0 0.043 0.008
Out 0 0 Empty 0 0.048 0.005
Out 0 0 Empty 0 0.054 0.006
Out 0 0 Empty 0 0.060 0.006
I/O 2240 2240 2240 PreBuf PreBuf 0 1 0.063 0.063 0.066 0.006 0.003
Out 2240 0 PreBuf 1 0.072 0.006
Out 2240 0 PreBuf 1 0.077 0.005
Out 2240 0 PreBuf 2 0.083 0.006
Out 2240 0 PreBuf 2 0.089 0.006
Out 2240 0 PreBuf 2 0.095 0.006
Out 2240 0 PreBuf 2 0.101 0.006
Out 2240 0 PreBuf 3 0.107 0.006
Out 2240 0 Late 2 0.113 0.006
I/O 2400 160 160 PreBuf Late 1 1 0.083 0.020 0.120 0.007 0.037
I/O 2560 160 160 PreBuf Late 2 2 0.103 0.020 0.150 0.030 0.047
I/O 2720 160 160 Late 1 2 0.123 0.020 0.170 0.020 0.047
I/O 2880 160 160 Late 2 2 0.143 0.020 0.190 0.020 0.047
I/O 3040 160 160 Late 2 2 0.163 0.020 0.210 0.020 0.047
I/O 3200 160 160 Late 2 2 0.183 0.020 0.230 0.020 0.047
I/O 3360 160 160 Late 2 2 0.203 0.020 0.250 0.020 0.047
I/O 3520 160 160 Late 2 2 0.223 0.020 0.270 0.020 0.047
I/O 3680 160 160 Late 2 2 0.243 0.020 0.291 0.021 0.048
I/O 3840 160 160 Late 2 2 0.263 0.020 0.310 0.019 0.047
I/O 4000 160 160 Late 2 2 0.283 0.020 0.331 0.021 0.048
I/O 4160 160 160 Late 2 2 0.303 0.020 0.350 0.019 0.047
I/O 4320 160 160 Late 2 2 0.323 0.020 0.370 0.020 0.047
I/O 4480 160 160 Late 2 2 0.343 0.020 0.390 0.020 0.047
I/O 4640 160 160 Late 2 2 0.363 0.020 0.411 0.021 0.048
I/O 4800 160 160 Late 2 2 0.383 0.020 0.430 0.019 0.047
I/O 4960 160 160 Late 2 2 0.403 0.020 0.451 0.021 0.048
I/O 5120 160 160 Late 2 2 0.423 0.020 0.470 0.019 0.047
I/O 5280 160 160 Late 2 2 0.443 0.020 0.491 0.021 0.048
I/O 5440 160 160 Late 2 2 0.463 0.020 0.510 0.019 0.047
I/O 5600 160 160 Late 2 2 0.483 0.020 0.530 0.020 0.047
I/O 5760 160 160 Late 2 2 0.503 0.020 0.550 0.020 0.047
I/O 5920 160 160 Late 2 2 0.523 0.020 0.570 0.020 0.047
I/O 6080 160 160 Late 2 2 0.543 0.020 0.596 0.026 0.053
I/O 6240 160 160 Late 2 2 0.563 0.020 0.611 0.015 0.048
I/O 6400 160 160 Late 2 2 0.583 0.020 0.630 0.019 0.047
I/O 6560 160 160 Late 2 2 0.596 0.013 0.650 0.020 0.054
I/O 6720 160 160 Late 2 2 0.623 0.027 0.670 0.020 0.047
I/O 6880 160 160 Late 2 2 0.643 0.020 0.690 0.020 0.047
I/O 7040 160 160 Late 2 2 0.663 0.020 0.710 0.020 0.047
I/O 7200 160 160 Late 2 2 0.683 0.020 0.730 0.020 0.047
I/O 7360 160 160 Late 2 2 0.703 0.020 0.751 0.021 0.048
I/O 7520 160 160 Late 2 2 0.723 0.020 0.770 0.019 0.047
I/O 7680 160 160 Late 2 2 0.743 0.020 0.791 0.021 0.048
I/O 7840 160 160 Late 2 2 0.763 0.020 0.810 0.019 0.047
I/O 8000 160 160 Late 2 2 0.783 0.020 0.831 0.021 0.048
I/O 8160 160 160 Late 2 2 0.803 0.020 0.850 0.019 0.047
I/O 8320 160 160 Late 2 2 0.823 0.020 0.871 0.021 0.048
I/O 8480 160 160 Late 2 2 0.843 0.020 0.890 0.019 0.047
I/O 8640 160 160 Late 2 2 0.863 0.020 0.911 0.021 0.048
I/O 8800 160 160 Late 2 2 0.883 0.020 0.930 0.019 0.047
I/O 8960 160 160 Late 2 2 0.903 0.020 0.951 0.021 0.048
I/O 9120 160 160 Late 2 2 0.916 0.013 0.970 0.019 0.054
I/O 9280 160 160 Late 2 2 0.944 0.028 0.991 0.021 0.047
I/O 9440 160 160 Late 2 2 0.964 0.020 1.010 0.019 0.046
I/O 9600 160 160 Late 2 2 0.984 0.020 1.030 0.020 0.046
I/O 9760 160 160 Late 2 2 1.004 0.020 1.050 0.020 0.046
I/O 9920 160 160 Late 2 2 1.024 0.020 1.070 0.020 0.046
I/O 10080 160 160 Late 2 2 1.044 0.020 1.090 0.020 0.046
I/O 10240 160 160 Late 2 2 1.064 0.020 1.110 0.020 0.046
I/O 10400 160 160 Late 2 2 1.084 0.020 1.130 0.020 0.046
I/O 10560 160 160 Late 2 2 1.104 0.020 1.150 0.020 0.046
I/O 10720 160 160 Late 2 2 1.124 0.020 1.170 0.020 0.046
I/O 10880 160 160 Late 2 2 1.144 0.020 1.190 0.020 0.046
I/O 11040 160 160 Late 2 2 1.164 0.020 1.211 0.021 0.047
I/O 11200 160 160 Late 2 2 1.184 0.020 1.230 0.019 0.046
I/O 11360 160 160 Late 2 2 1.204 0.020 1.251 0.021 0.047
I/O 11520 160 160 Late 2 2 1.224 0.020 1.270 0.019 0.046
I/O 11680 160 160 Late 2 2 1.244 0.020 1.291 0.021 0.047
I/O 11840 160 160 Late 2 2 1.264 0.020 1.310 0.019 0.046
I/O 12000 160 160 Late 2 2 1.284 0.020 1.331 0.021 0.047
I/O 12160 160 160 Late 2 2 1.304 0.020 1.350 0.019 0.046
I/O 12320 160 160 Late 2 2 1.324 0.020 1.371 0.021 0.047
I/O 12480 160 160 Late 2 2 1.344 0.020 1.390 0.019 0.046
I/O 12640 160 160 Late 2 2 1.364 0.020 1.411 0.021 0.047
I/O 12800 160 160 Late 2 2 1.384 0.020 1.430 0.019 0.046
I/O 12960 160 160 Late 2 2 1.404 0.020 1.451 0.021 0.047
I/O 13120 160 160 Late 2 2 1.424 0.020 1.470 0.019 0.046
I/O 13280 160 160 Late 2 2 1.444 0.020 1.490 0.020 0.046
I/O 13440 160 160 Late 2 2 1.464 0.020 1.511 0.021 0.047
I/O 13600 160 160 Late 2 2 1.484 0.020 1.530 0.019 0.046
I/O 13760 160 160 Late 2 2 1.504 0.020 1.550 0.020 0.046
I/O 13920 160 160 Late 2 2 1.524 0.020 1.570 0.020 0.046
I/O 14080 160 160 Late 2 2 1.544 0.020 1.592 0.022 0.048
I/O 14240 160 160 Late 2 2 1.564 0.020 1.610 0.018 0.046
I/O 14400 160 160 Late 2 2 1.584 0.020 1.630 0.020 0.046
I/O 14560 160 160 Late 2 2 1.604 0.020 1.650 0.020 0.046
I/O 14720 160 160 Late 2 2 1.624 0.020 1.670 0.020 0.046
I/O 14880 160 160 Late 2 2 1.644 0.020 1.690 0.020 0.046
I/O 15040 160 160 Late 2 2 1.664 0.020 1.711 0.021 0.047
I/O 15200 160 160 Late 2 2 1.684 0.020 1.730 0.019 0.046
I/O 15360 160 160 Late 2 2 1.704 0.020 1.751 0.021 0.047
I/O 15520 160 160 Late 2 2 1.724 0.020 1.770 0.019 0.046
I/O 15680 160 160 Late 2 2 1.744 0.020 1.791 0.021 0.047
I/O 15840 160 160 Late 2 2 1.764 0.020 1.810 0.019 0.046
I/O 16000 160 160 Late 2 2 1.784 0.020 1.831 0.021 0.047
I/O 16160 160 160 Late 2 2 1.804 0.020 1.850 0.019 0.046
I/O 16320 160 160 Late 2 2 1.824 0.020 1.871 0.021 0.047
I/O 16480 160 160 Late 2 2 1.844 0.020 1.890 0.019 0.046
I/O 16640 160 160 Late 2 2 1.864 0.020 1.911 0.021 0.047
I/O 16800 160 160 Late 2 2 1.884 0.020 1.930 0.019 0.046
I/O 16960 160 160 Late 2 2 1.904 0.020 1.951 0.021 0.047
I/O 17120 160 160 Late 2 2 1.924 0.020 1.970 0.019 0.046
I/O 17280 160 160 Late 2 2 1.944 0.020 1.990 0.020 0.046
I/O 17440 160 160 Late 2 2 1.964 0.020 2.010 0.020 0.046
I/O 17600 160 160 Late 2 2 1.984 0.020 2.030 0.020 0.046
I/O 17760 160 160 Late 2 2 2.005 0.021 2.050 0.020 0.045
I/O 17920 160 160 Late 2 2 2.025 0.020 2.071 0.021 0.046
I/O 18080 160 160 Late 2 2 2.045 0.020 2.090 0.019 0.045
I/O 18240 160 160 Late 2 2 2.065 0.020 2.111 0.021 0.046
I/O 18400 160 160 Late 2 2 2.085 0.020 2.131 0.020 0.046
I/O 18560 160 160 Late 2 2 2.105 0.020 2.151 0.020 0.046
I/O 18720 160 160 Late 2 2 2.125 0.020 2.171 0.020 0.046
I/O 18880 160 160 Late 2 2 2.145 0.020 2.190 0.019 0.045
I/O 19040 160 160 Late 2 2 2.165 0.020 2.211 0.021 0.046
I/O 19200 160 160 Late 2 2 2.185 0.020 2.230 0.019 0.045
I/O 19360 160 160 Late 2 2 2.205 0.020 2.256 0.026 0.051
I/O 19520 160 160 Late 2 2 2.225 0.020 2.275 0.019 0.050
I/O 19680 160 160 Late 2 2 2.245 0.020 2.296 0.021 0.051
I/O 19840 160 160 Late 2 2 2.265 0.020 2.315 0.019 0.050
I/O 20000 160 160 Late 2 2 2.285 0.020 2.336 0.021 0.051
I/O 20160 160 160 Late 2 2 2.305 0.020 2.355 0.019 0.050
I/O 20320 160 160 Late 2 2 2.325 0.020 2.371 0.016 0.046
I/O 20480 160 160 Late 2 2 2.345 0.020 2.390 0.019 0.045
I/O 20640 160 160 Late 2 2 2.365 0.020 2.411 0.021 0.046
I/O 20800 160 160 Late 2 2 2.385 0.020 2.430 0.019 0.045
I/O 20960 160 160 Late 2 2 2.405 0.020 2.451 0.021 0.046
I/O 21120 160 160 Late 2 2 2.425 0.020 2.470 0.019 0.045
I/O 21280 160 160 Late 2 2 2.445 0.020 2.491 0.021 0.046
I/O 21440 160 160 Late 2 2 2.465 0.020 2.510 0.019 0.045
I/O 21600 160 160 Late 2 2 2.485 0.020 2.531 0.021 0.046
I/O 21760 160 160 Late 2 2 2.505 0.020 2.551 0.020 0.046
I/O 21920 160 160 Late 2 2 2.525 0.020 2.571 0.020 0.046
I/O 22080 160 160 Late 2 2 2.545 0.020 2.592 0.021 0.047
I/O 22240 160 160 Late 2 2 2.565 0.020 2.611 0.019 0.046
I/O 22400 160 160 Late 2 2 2.586 0.021 2.631 0.020 0.045
I/O 22560 160 160 Late 2 2 2.605 0.019 2.651 0.020 0.046
I/O 22720 160 160 Late 2 2 2.625 0.020 2.671 0.020 0.046
I/O 22880 160 160 Late 2 2 2.645 0.020 2.690 0.019 0.045
I/O 23040 160 160 Late 2 2 2.665 0.020 2.711 0.021 0.046
I/O 23200 160 160 Late 2 2 2.685 0.020 2.730 0.019 0.045
I/O 23360 160 160 Late 2 2 2.705 0.020 2.751 0.021 0.046
I/O 23520 160 160 Late 2 2 2.725 0.020 2.770 0.019 0.045
I/O 23680 160 160 Late 2 2 2.745 0.020 2.791 0.021 0.046
I/O 23840 160 160 Late 2 2 2.765 0.020 2.810 0.019 0.045
I/O 24000 160 160 Late 2 2 2.785 0.020 2.831 0.021 0.046
I/O 24160 160 160 Late 2 2 2.805 0.020 2.850 0.019 0.045
I/O 24320 160 160 Late 2 2 2.825 0.020 2.871 0.021 0.046
I/O 24480 160 160 Late 2 2 2.845 0.020 2.890 0.019 0.045
I/O 24640 160 160 Late 2 2 2.865 0.020 2.911 0.021 0.046
I/O 24800 160 160 Late 2 2 2.885 0.020 2.930 0.019 0.045
I/O 24960 160 160 Late 2 2 2.905 0.020 2.951 0.021 0.046
I/O 25120 160 160 Late 2 2 2.925 0.020 2.971 0.020 0.046
I/O 25280 160 160 Late 2 2 2.945 0.020 2.990 0.019 0.045
I/O 25440 160 160 Late 2 2 2.965 0.020 3.011 0.021 0.046
I/O 25600 160 160 Late 2 2 2.985 0.020 3.030 0.019 0.045
I/O 25760 160 160 Late 2 2 3.005 0.020 3.051 0.021 0.046
I/O 25920 160 160 Late 2 2 3.025 0.020 3.070 0.019 0.045
I/O 26080 160 160 Late 2 2 3.045 0.020 3.091 0.021 0.046
I/O 26240 160 160 Late 2 2 3.065 0.020 3.113 0.022 0.048
I/O 26400 160 160 Late 2 2 3.085 0.020 3.131 0.018 0.046
I/O 26560 160 160 Late 2 2 3.106 0.021 3.150 0.019 0.044
I/O 26720 160 160 Late 2 2 3.126 0.020 3.171 0.021 0.045
I/O 26880 160 160 Late 2 2 3.146 0.020 3.190 0.019 0.044
I/O 27040 160 160 Late 2 2 3.166 0.020 3.211 0.021 0.045
I/O 27200 160 160 Late 2 2 3.186 0.020 3.230 0.019 0.044
I/O 27360 160 160 Late 2 2 3.206 0.020 3.251 0.021 0.045
I/O 27520 160 160 Late 2 2 3.226 0.020 3.270 0.019 0.044
I/O 27680 160 160 Late 2 2 3.246 0.020 3.291 0.021 0.045
I/O 27840 160 160 Late 2 2 3.266 0.020 3.310 0.019 0.044
I/O 28000 160 160 Late 2 2 3.286 0.020 3.331 0.021 0.045
I/O 28160 160 160 Late 2 2 3.306 0.020 3.350 0.019 0.044
I/O 28320 160 160 Late 2 2 3.326 0.020 3.371 0.021 0.045
I/O 28480 160 160 Late 2 2 3.346 0.020 3.390 0.019 0.044
I/O 28640 160 160 Late 2 2 3.366 0.020 3.411 0.021 0.045
I/O 28800 160 160 Late 2 2 3.386 0.020 3.431 0.020 0.045
I/O 28960 160 160 Late 2 2 3.406 0.020 3.451 0.020 0.045
I/O 29120 160 160 Late 2 2 3.426 0.020 3.471 0.020 0.045
I/O 29280 160 160 Late 2 2 3.446 0.020 3.490 0.019 0.044
I/O 29440 160 160 Late 2 2 3.466 0.020 3.511 0.021 0.045
I/O 29600 160 160 Late 2 2 3.486 0.020 3.530 0.019 0.044
I/O 29760 160 160 Late 2 2 3.506 0.020 3.551 0.021 0.045
I/O 29920 160 160 Late 2 2 3.526 0.020 3.570 0.019 0.044
I/O 30080 160 160 Late 2 2 3.546 0.020 3.594 0.024 0.048
I/O 30240 160 160 Late 2 2 3.566 0.020 3.610 0.016 0.044
I/O 30400 160 160 Late 2 2 3.586 0.020 3.631 0.021 0.045
I/O 30560 160 160 Late 2 2 3.606 0.020 3.650 0.019 0.044
I/O 30720 160 160 Late 2 2 3.626 0.020 3.671 0.021 0.045
I/O 30880 160 160 Late 2 2 3.646 0.020 3.690 0.019 0.044
I/O 31040 160 160 Late 2 2 3.666 0.020 3.711 0.021 0.045
I/O 31200 160 160 Late 2 2 3.686 0.020 3.730 0.019 0.044
I/O 31360 160 160 Late 2 2 3.706 0.020 3.751 0.021 0.045
I/O 31520 160 160 Late 2 2 3.726 0.020 3.770 0.019 0.044
I/O 31680 160 160 Late 2 2 3.746 0.020 3.791 0.021 0.045
I/O 31840 160 160 Late 2 2 3.766 0.020 3.810 0.019 0.044
I/O 32000 160 160 Late 2 2 3.786 0.020 3.831 0.021 0.045
I/O 32160 160 160 Late 2 2 3.806 0.020 3.851 0.020 0.045
I/O 32320 160 160 Late 2 2 3.826 0.020 3.871 0.020 0.045
I/O 32480 160 160 Late 2 2 3.846 0.020 3.891 0.020 0.045
I/O 32640 160 160 Late 2 2 3.866 0.020 3.911 0.020 0.045
I/O 32800 160 160 Late 2 2 3.886 0.020 3.931 0.020 0.045
I/O 32960 160 160 Late 2 2 3.906 0.020 3.951 0.020 0.045
I/O 33120 160 160 Late 2 2 3.926 0.020 3.971 0.020 0.045
I/O 33280 160 160 Late 2 2 3.936 0.010 3.990 0.019 0.054
I/O 33440 160 160 Late 2 2 3.956 0.020 4.011 0.021 0.055
I/O 33600 160 160 Late 2 2 3.976 0.020 4.030 0.019 0.054
I/O 33760 160 160 Late 2 2 3.996 0.020 4.051 0.021 0.055
I/O 33920 160 160 Late 2 2 4.016 0.020 4.070 0.019 0.054
I/O 34080 160 160 Late 2 2 4.036 0.020 4.091 0.021 0.055
I/O 34240 160 160 Late 2 2 4.057 0.021 4.110 0.019 0.053
I/O 34400 160 160 Late 2 2 4.076 0.019 4.131 0.021 0.055
I/O 34560 160 160 Late 2 2 4.096 0.020 4.150 0.019 0.054
I/O 34720 160 160 Late 2 2 4.116 0.020 4.171 0.021 0.055
I/O 34880 160 160 Late 2 2 4.136 0.020 4.190 0.019 0.054
I/O 35040 160 160 Late 2 2 4.156 0.020 4.211 0.021 0.055
I/O 35200 160 160 Late 2 2 4.176 0.020 4.230 0.019 0.054
I/O 35360 160 160 Late 2 2 4.197 0.021 4.251 0.021 0.054
I/O 35520 160 160 Late 2 2 4.217 0.020 4.271 0.020 0.054
I/O 35680 160 160 Late 2 2 4.237 0.020 4.291 0.020 0.054
I/O 35840 160 160 Late 2 2 4.257 0.020 4.311 0.020 0.054
I/O 36000 160 160 Late 2 2 4.277 0.020 4.331 0.020 0.054
I/O 36160 160 160 Late 2 2 4.297 0.020 4.351 0.020 0.054
I/O 36320 160 160 Late 2 2 4.317 0.020 4.371 0.020 0.054
I/O 36480 160 160 Late 2 2 4.337 0.020 4.391 0.020 0.054
I/O 36640 160 160 Late 2 2 4.357 0.020 4.412 0.021 0.055
I/O 36800 160 160 Late 2 2 4.377 0.020 4.431 0.019 0.054
I/O 36960 160 160 Late 2 2 4.397 0.020 4.452 0.021 0.055
I/O 37120 160 160 Late 2 2 4.417 0.020 4.471 0.019 0.054
I/O 37280 160 160 Late 2 2 4.437 0.020 4.490 0.019 0.053
I/O 37440 160 160 Late 2 2 4.457 0.020 4.511 0.021 0.054
I/O 37600 160 160 Late 2 2 4.477 0.020 4.530 0.019 0.053
I/O 37760 160 160 Late 2 2 4.497 0.020 4.556 0.026 0.059
I/O 37920 160 160 Late 2 2 4.517 0.020 4.575 0.019 0.058
I/O 38080 160 160 Late 2 2 4.537 0.020 4.596 0.021 0.059
I/O 38240 160 160 Late 2 2 4.557 0.020 4.616 0.020 0.059
I/O 38400 160 160 Late 2 2 4.577 0.020 4.631 0.015 0.054
I/O 38560 160 160 Late 2 2 4.597 0.020 4.650 0.019 0.053
I/O 38720 160 160 Late 2 2 4.617 0.020 4.671 0.021 0.054
I/O 38880 160 160 Late 2 2 4.637 0.020 4.691 0.020 0.054
I/O 39040 160 160 Late 2 2 4.657 0.020 4.712 0.021 0.055
I/O 39200 160 160 Late 2 2 4.677 0.020 4.731 0.019 0.054
I/O 39360 160 160 Late 2 2 4.697 0.020 4.752 0.021 0.055
I/O 39520 160 160 Late 2 2 4.717 0.020 4.771 0.019 0.054
I/O 39680 160 160 Late 2 2 4.737 0.020 4.792 0.021 0.055
I/O 39840 160 160 Late 2 2 4.757 0.020 4.811 0.019 0.054
I/O 40000 160 160 Late 2 2 4.777 0.020 4.831 0.020 0.054
I/O 40160 160 160 Late 2 2 4.797 0.020 4.851 0.020 0.054
I/O 40320 160 160 Late 2 2 4.817 0.020 4.871 0.020 0.054
I/O 40480 160 160 Late 2 2 4.837 0.020 4.891 0.020 0.054
I/O 40640 160 160 Late 2 2 4.857 0.020 4.911 0.020 0.054
I/O 40800 160 160 Late 2 2 4.877 0.020 4.931 0.020 0.054
I/O 40960 160 160 Late 2 2 4.897 0.020 4.950 0.019 0.053
I/O 41120 160 160 Late 2 2 4.917 0.020 4.971 0.021 0.054
I/O 41280 160 160 Late 2 2 4.937 0.020 4.990 0.019 0.053
I/O 41440 160 160 Late 2 2 4.957 0.020 5.011 0.021 0.054
I/O 41600 160 160 Late 2 2 4.978 0.021 5.030 0.019 0.052
I/O 41760 160 160 Late 2 2 4.997 0.019 5.051 0.021 0.054
I/O 41920 160 160 Late 2 2 5.017 0.020 5.070 0.019 0.053
I/O 42080 160 160 Late 2 2 5.037 0.020 5.091 0.021 0.054
I/O 42240 160 160 Late 2 2 5.057 0.020 5.111 0.020 0.054
I/O 42400 160 160 Late 2 2 5.077 0.020 5.131 0.020 0.054
I/O 42560 160 160 Late 2 2 5.097 0.020 5.151 0.020 0.054
I/O 42720 160 160 Late 2 2 5.118 0.021 5.171 0.020 0.053
I/O 42880 160 160 Late 2 2 5.137 0.019 5.191 0.020 0.054
I/O 43040 160 160 Late 2 2 5.157 0.020 5.211 0.020 0.054
I/O 43200 160 160 Late 2 2 5.177 0.020 5.231 0.020 0.054
I/O 43360 160 160 Late 2 2 5.197 0.020 5.251 0.020 0.054
I/O 43520 160 160 Late 2 2 5.217 0.020 5.271 0.020 0.054
I/O 43680 160 160 Late 2 2 5.238 0.021 5.292 0.021 0.054
I/O 43840 160 160 Late 2 2 5.257 0.019 5.311 0.019 0.054
I/O 44000 160 160 Late 2 2 5.278 0.021 5.332 0.021 0.054
I/O 44160 160 160 Late 2 2 5.298 0.020 5.351 0.019 0.053
I/O 44320 160 160 Late 2 2 5.318 0.020 5.372 0.021 0.054
I/O 44480 160 160 Late 2 2 5.338 0.020 5.391 0.019 0.053
I/O 44640 160 160 Late 2 2 5.358 0.020 5.410 0.019 0.052
I/O 44800 160 160 Late 2 2 5.378 0.020 5.431 0.021 0.053
I/O 44960 160 160 Late 2 2 5.398 0.020 5.450 0.019 0.052
I/O 45120 160 160 Late 2 2 5.418 0.020 5.471 0.021 0.053
I/O 45280 160 160 Late 2 2 5.438 0.020 5.490 0.019 0.052
I/O 45440 160 160 Late 2 2 5.458 0.020 5.511 0.021 0.053
I/O 45600 160 160 Late 2 2 5.478 0.020 5.531 0.020 0.053
I/O 45760 160 160 Late 2 2 5.498 0.020 5.551 0.020 0.053
I/O 45920 160 160 Late 2 2 5.518 0.020 5.571 0.020 0.053
I/O 46080 160 160 Late 2 2 5.538 0.020 5.593 0.022 0.055
I/O 46240 160 160 Late 2 2 5.558 0.020 5.611 0.018 0.053
I/O 46400 160 160 Late 2 2 5.578 0.020 5.631 0.020 0.053
I/O 46560 160 160 Late 2 2 5.598 0.020 5.651 0.020 0.053
I/O 46720 160 160 Late 2 2 5.618 0.020 5.672 0.021 0.054
I/O 46880 160 160 Late 2 2 5.638 0.020 5.691 0.019 0.053
I/O 47040 160 160 Late 2 2 5.658 0.020 5.712 0.021 0.054
I/O 47200 160 160 Late 2 2 5.678 0.020 5.731 0.019 0.053
I/O 47360 160 160 Late 2 2 5.698 0.020 5.752 0.021 0.054
I/O 47520 160 160 Late 2 2 5.718 0.020 5.771 0.019 0.053
I/O 47680 160 160 Late 2 2 5.738 0.020 5.791 0.020 0.053
I/O 47840 160 160 Late 2 2 5.758 0.020 5.811 0.020 0.053
I/O 48000 160 160 Late 2 2 5.778 0.020 5.831 0.

Guest
2. May 22, 2008 9:14 PM in response to: Guest
Re: [OpenSIPStack] [SF] RTP fault
Hi,

Thanks for the logs. They were very helpful. It is evident that the
previous call did not destroy the codec properly. I will try to
replicate this on my system. Ilian is currently on leave so it might
take a while for him to catch this thread. I have created a ticket for
this: http://www.assembla.com/spaces/opensbc/tickets/20

Joegen

H.Kropf wrote:
Hi

Log (for pwlib - level 6) - in attachments

Joegen E. Baclor wrote:

Hmmn. Strange. Seems like the codec from the previous call has not
been destroyed. Can you send me a maximum level log of two
consecutive calls right after fresh startup of your SoftPhone?

H.Kropf wrote:

Hi

can you put a break-point in OpalTranscoder::ConvertFrames() and
figure out where exactly it fails?
I can :)

bool OpalMediaPatch::Sink::WriteFrame(RTP_DataFrame & sourceFrame)
{
......
if (!primaryCodec->ConvertFrames(sourceFrame, intermediateFrames))
{
PTRACE(1, "Patch\tMedia conversion (primary) failed");
return false;
}
......
}

BOOL OpalTranscoder::ConvertFrames(const RTP_DataFrame & input,
RTP_DataFrameList & output)
{
.......
return Convert(input, output[0]);
}

BOOL OpalFlexiTranscoder::Convert( const RTP_DataFrame & input,
RTP_DataFrame & output)
{
return m_Transcoder->Convert( input, output );
}

BOOL OpalFramedTranscoder::Convert(const RTP_DataFrame & input,
RTP_DataFrame & output)
{
....
while (inputLength > 0)
{
......
if (!ConvertFrame(inputPtr, consumed, outputPtr, created))
return FALSE;
.......
}
.......
}

BOOL OpalFramedTranscoder::ConvertFrame(const BYTE * inputPtr,
PINDEX & /*consumed*/, BYTE * outputPtr, PINDEX & /*created*/)
{
return ConvertFrame(inputPtr, outputPtr);
}


BOOL Opal_PCM_G729::ConvertFrame(const BYTE * src, BYTE * dst)
{
if (voiceAgeEncoderInUse != this) return FALSE; //
!!!!!!!!!!!! <<<=== this place
......
}

Hi,

Are you a C++ developer? If so, can you put a break-point in
OpalTranscoder::ConvertFrames() and figure out where exactly it fails?

Joegen

H.Kropf wrote:

Hello

After a last update of library from CVS (2008-05-20), my softphone
(on OSS library) makes only one successful call after start. In
next calls there is no voice. In PTRACE-log there are many such
records

Media Patch:1eb9410 PWL: [CID=0x0000] Patch Media conversion
(primary) failed
Media Patch:1eb9410 PWL: [CID=0x0000] Patch Media conversion
(primary) failed
Media Patch:1eb9410 PWL: [CID=0x0000] Patch Media conversion
(primary) failed
Media Patch:1eb9410 PWL: [CID=0x0000] Patch Media conversion
(primary) failed

In the previous version (CVS 2008-05-12) this problem did not exist


This SF.net email is sponsored by: Microsoft Defy all challenges.
Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
opensipstack-devel mailing list
opensipstack-devel at lists dot sourceforge dot net
https://lists.sourceforge.net/lists/listinfo/opensipstack-devel



This SF.net email is sponsored by: Microsoft Defy all challenges.
Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
opensipstack-devel mailing list
opensipstack-devel at lists dot sourceforge dot net
https://lists.sourceforge.net/lists/listinfo/opensipstack-devel


This SF.net email is sponsored by: Microsoft Defy all challenges.
Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
opensipstack-devel mailing list
opensipstack-devel at lists dot sourceforge dot net
https://lists.sourceforge.net/lists/listinfo/opensipstack-devel


This SF.net email is sponsored by: Microsoft Defy all challenges.
Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
opensipstack-devel mailing list
opensipstack-devel at lists dot sourceforge dot net
https://lists.sourceforge.net/lists/listinfo/opensipstack-devel



No virus found in this incoming message.
Checked by AVG.
Version: 7.5.524 / Virus Database: 269.23.21/1458 - Release Date: 5/21/2008 7:21 AM


This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
opensipstack-devel mailing list
opensipstack-devel at lists dot sourceforge dot net
https://lists.sourceforge.net/lists/listinfo/opensipstack-devel
Guest
3. Jun 3, 2008 11:43 AM in response to: Guest
Re: [OpenSIPStack] [SF] RTP fault

I have also been able to replicate this issue. So far I've only seen it
happen using G.729. The first call seems to go through, but every subsequent
call attempt fails. I am going to try recompiling an older snapshot of the
CVS source I have.

H.Kropf - Have you found out anything new on this issue?

Whit

-----Original Message-----
From: opensipstack-devel-bounces at lists dot sourceforge dot net
[opensipstack-devel-bounces at lists dot sourceforge dot net] On Behalf Of
Joegen E. Baclor
Sent: Thursday, May 22, 2008 9:14 PM
To: H.Kropf
Cc: opensipstack-devel at lists dot sourceforge dot net
Subject: Re: [OpenSIPStack] [SF] RTP fault

Hi,

Thanks for the logs. They were very helpful. It is evident that the
previous call did not destroy the codec properly. I will try to
replicate this on my system. Ilian is currently on leave so it might
take a while for him to catch this thread. I have created a ticket for
this: http://www.assembla.com/spaces/opensbc/tickets/20

Joegen

H.Kropf wrote:

Hi

Log (for pwlib - level 6) - in attachments

Joegen E. Baclor wrote:

Hmmn. Strange. Seems like the codec from the previous call has not
been destroyed. Can you send me a maximum level log of two
consecutive calls right after fresh startup of your SoftPhone?

H.Kropf wrote:

Hi

can you put a break-point in OpalTranscoder::ConvertFrames() and
figure out where exactly it fails?
I can :)

bool OpalMediaPatch::Sink::WriteFrame(RTP_DataFrame & sourceFrame)
{
......
if (!primaryCodec->ConvertFrames(sourceFrame, intermediateFrames))
{
PTRACE(1, "Patch\tMedia conversion (primary) failed");
return false;
}
......
}

BOOL OpalTranscoder::ConvertFrames(const RTP_DataFrame & input,
RTP_DataFrameList & output)
{
.......
return Convert(input, output[0]);
}

BOOL OpalFlexiTranscoder::Convert( const RTP_DataFrame & input,
RTP_DataFrame & output)
{
return m_Transcoder->Convert( input, output );
}

BOOL OpalFramedTranscoder::Convert(const RTP_DataFrame & input,
RTP_DataFrame & output)
{
....
while (inputLength > 0)
{
......
if (!ConvertFrame(inputPtr, consumed, outputPtr, created))
return FALSE;
.......
}
.......
}

BOOL OpalFramedTranscoder::ConvertFrame(const BYTE * inputPtr,
PINDEX & /*consumed*/, BYTE * outputPtr, PINDEX & /*created*/)
{
return ConvertFrame(inputPtr, outputPtr);
}


BOOL Opal_PCM_G729::ConvertFrame(const BYTE * src, BYTE * dst)
{
if (voiceAgeEncoderInUse != this) return FALSE; //
!!!!!!!!!!!! <<<=== this place
......
}

Hi,

Are you a C++ developer? If so, can you put a break-point in
OpalTranscoder::ConvertFrames() and figure out where exactly it fails?

Joegen

H.Kropf wrote:

Hello

After a last update of library from CVS (2008-05-20), my softphone
(on OSS library) makes only one successful call after start. In
next calls there is no voice. In PTRACE-log there are many such
records

Media Patch:1eb9410 PWL: [CID=0x0000] Patch Media conversion
(primary) failed
Media Patch:1eb9410 PWL: [CID=0x0000] Patch Media conversion
(primary) failed
Media Patch:1eb9410 PWL: [CID=0x0000] Patch Media conversion
(primary) failed
Media Patch:1eb9410 PWL: [CID=0x0000] Patch Media conversion
(primary) failed

In the previous version (CVS 2008-05-12) this problem did not exist




This SF.net email is sponsored by: Microsoft Defy all challenges.
Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
opensipstack-devel mailing list
opensipstack-devel at lists dot sourceforge dot net
https://lists.sourceforge.net/lists/listinfo/opensipstack-devel





This SF.net email is sponsored by: Microsoft Defy all challenges.
Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
opensipstack-devel mailing list
opensipstack-devel at lists dot sourceforge dot net
https://lists.sourceforge.net/lists/listinfo/opensipstack-devel




This SF.net email is sponsored by: Microsoft Defy all challenges.
Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
opensipstack-devel mailing list
opensipstack-devel at lists dot sourceforge dot net
https://lists.sourceforge.net/lists/listinfo/opensipstack-devel

-------------------------------------------------------------------------



This SF.net email is sponsored by: Microsoft Defy all challenges.
Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
opensipstack-devel mailing list
opensipstack-devel at lists dot sourceforge dot net
https://lists.sourceforge.net/lists/listinfo/opensipstack-devel



No virus found in this incoming message.
Checked by AVG.
Version: 7.5.524 / Virus Database: 269.23.21/1458 - Release Date:
5/21/2008 7:21 AM


This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
opensipstack-devel mailing list
opensipstack-devel at lists dot sourceforge dot net
https://lists.sourceforge.net/lists/listinfo/opensipstack-devel

No virus found in this incoming message.
Checked by AVG.
Version: 8.0.100 / Virus Database: 269.23.21/1458 - Release Date: 5/21/2008
7:21 AM


This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
opensipstack-devel mailing list
opensipstack-devel at lists dot sourceforge dot net
https://lists.sourceforge.net/lists/listinfo/opensipstack-devel
Guest
4. Jun 3, 2008 8:23 PM in response to: Guest
Re: [OpenSIPStack] [SF] RTP fault
Ok this bug seems legitimate. I have created a ticket for this in
assembla.

http://www.assembla.com/spaces/opensbc/tickets/21 .

If there some more info you could send that might help crush this bug,
please send them in. As a backgrounder, the Voice Age G.729 codec
educational license only allows for one channel to be opened. This is
the reason why OPAL statically flag its usage. Thus, it is very
possible that this bug only became evident with G.729 but may also be
true for other codecs as well. The only diff is other codec might be
more forgiving than G.729. More information that would
confirm/disprove this case, please send them in.

Thanks

Joegen

Whit Thiele wrote:
I have also been able to replicate this issue. So far I've only seen it
happen using G.729. The first call seems to go through, but every subsequent
call attempt fails. I am going to try recompiling an older snapshot of the
CVS source I have.

H.Kropf - Have you found out anything new on this issue?

Whit

-----Original Message-----
From: opensipstack-devel-bounces at lists dot sourceforge dot net
[opensipstack-devel-bounces at lists dot sourceforge dot net] On Behalf Of
Joegen E. Baclor
Sent: Thursday, May 22, 2008 9:14 PM
To: H.Kropf
Cc: opensipstack-devel at lists dot sourceforge dot net
Subject: Re: [OpenSIPStack] [SF] RTP fault

Hi,

Thanks for the logs. They were very helpful. It is evident that the
previous call did not destroy the codec properly. I will try to
replicate this on my system. Ilian is currently on leave so it might
take a while for him to catch this thread. I have created a ticket for
this: http://www.assembla.com/spaces/opensbc/tickets/20

Joegen

H.Kropf wrote:

Hi

Log (for pwlib - level 6) - in attachments

Joegen E. Baclor wrote:

Hmmn. Strange. Seems like the codec from the previous call has not
been destroyed. Can you send me a maximum level log of two
consecutive calls right after fresh startup of your SoftPhone?

H.Kropf wrote:

Hi


can you put a break-point in OpalTranscoder::ConvertFrames() and
figure out where exactly it fails?

I can :)

bool OpalMediaPatch::Sink::WriteFrame(RTP_DataFrame & sourceFrame)
{
......
if (!primaryCodec->ConvertFrames(sourceFrame, intermediateFrames))
{
PTRACE(1, "Patch\tMedia conversion (primary) failed");
return false;
}
......
}

BOOL OpalTranscoder::ConvertFrames(const RTP_DataFrame & input,
RTP_DataFrameList & output)
{
.......
return Convert(input, output[0]);
}

BOOL OpalFlexiTranscoder::Convert( const RTP_DataFrame & input,
RTP_DataFrame & output)
{
return m_Transcoder->Convert( input, output );
}

BOOL OpalFramedTranscoder::Convert(const RTP_DataFrame & input,
RTP_DataFrame & output)
{
....
while (inputLength > 0)
{
......
if (!ConvertFrame(inputPtr, consumed, outputPtr, created))
return FALSE;
.......
}
.......
}

BOOL OpalFramedTranscoder::ConvertFrame(const BYTE * inputPtr,
PINDEX & /*consumed*/, BYTE * outputPtr, PINDEX & /*created*/)
{
return ConvertFrame(inputPtr, outputPtr);
}


BOOL Opal_PCM_G729::ConvertFrame(const BYTE * src, BYTE * dst)
{
if (voiceAgeEncoderInUse != this) return FALSE; //
!!!!!!!!!!!! <<<=== this place
......
}


Hi,

Are you a C++ developer? If so, can you put a break-point in
OpalTranscoder::ConvertFrames() and figure out where exactly it fails?

Joegen

H.Kropf wrote:

Hello

After a last update of library from CVS (2008-05-20), my softphone
(on OSS library) makes only one successful call after start. In
next calls there is no voice. In PTRACE-log there are many such
records

Media Patch:1eb9410 PWL: [CID=0x0000] Patch Media conversion
(primary) failed
Media Patch:1eb9410 PWL: [CID=0x0000] Patch Media conversion
(primary) failed
Media Patch:1eb9410 PWL: [CID=0x0000] Patch Media conversion
(primary) failed
Media Patch:1eb9410 PWL: [CID=0x0000] Patch Media conversion
(primary) failed

In the previous version (CVS 2008-05-12) this problem did not exist


This SF.net email is sponsored by: Microsoft Defy all challenges.
Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
opensipstack-devel mailing list
opensipstack-devel at lists dot sourceforge dot net
https://lists.sourceforge.net/lists/listinfo/opensipstack-devel


This SF.net email is sponsored by: Microsoft Defy all challenges.
Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
opensipstack-devel mailing list
opensipstack-devel at lists dot sourceforge dot net
https://lists.sourceforge.net/lists/listinfo/opensipstack-devel


This SF.net email is sponsored by: Microsoft Defy all challenges.
Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
opensipstack-devel mailing list
opensipstack-devel at lists dot sourceforge dot net
https://lists.sourceforge.net/lists/listinfo/opensipstack-devel



This SF.net email is sponsored by: Microsoft Defy all challenges.
Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
opensipstack-devel mailing list
opensipstack-devel at lists dot sourceforge dot net
https://lists.sourceforge.net/lists/listinfo/opensipstack-devel



No virus found in this incoming message.
Checked by AVG.
Version: 7.5.524 / Virus Database: 269.23.21/1458 - Release Date:
5/21/2008 7:21 AM

This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
opensipstack-devel mailing list
opensipstack-devel at lists dot sourceforge dot net
https://lists.sourceforge.net/lists/listinfo/opensipstack-devel

No virus found in this incoming message.
Checked by AVG.
Version: 8.0.100 / Virus Database: 269.23.21/1458 - Release Date: 5/21/2008
7:21 AM



Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
opensipstack-devel mailing list
opensipstack-devel at lists dot sourceforge dot net
https://lists.sourceforge.net/lists/listinfo/opensipstack-devel