< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index | Next in Thread > |
The contact address in your 200 response from Case 2 contains
the loopback address – so an external client cannot route the ACK
properly. Looks like you app (or dum) is populating the contact header,
and not the stack transport selector. Are you using the setOverrideHostAndPort
profile option? Scott From:
resiprocate-users-bounces@xxxxxxxxxxxxxxx
[mailto:resiprocate-users-bounces@xxxxxxxxxxxxxxx] On Behalf Of Ali Ziad I’ve implemented a SIP client using ReSiprocate which
appears to work fine except for the following specific case when using the
repro.exe SIP proxy: Case 1: I am running one soft phone
(A) on the same host running the repro.exe and I dial its URI from a soft-phone
(B) running on the same host, everything works as it should. I can hang-up
either side and the other gets notified. Case 2: If, I dial in phone (A) using phone (C) which runs on a
different host on the network, (A) doesn’t recognize a hang-up on (C) and
doesn’t respond to its own hang-up commands. It appears stuck. Interestingly, I always get this behavior when dialing in from a
soft phone on a remote machine but never when I dial in using a soft-phone
running on the same host. Same thing happens when using an ATA or a
physical IP-Phone. I captured the network traffic and it appears that in Case-1,
Phone(A) sends a “200 OK” which receives an ACK right away from (B)
and the call flows normally. While in Case-2, Phone (A) keeps retransmitting
the 200OK but never gets an ACK from the other end! (ACK sip:118@ in the log below) I am suspecting this has to do with transports as it is only
when the other side communicates over Ethernet vs. LocalHost but cannot be
sure. I have explicitly set the transport for my client
(softphone-A) to use both 127. And my 192. Addresses as Follows: dumObj->addTransport(UDP,
pServerPort,V4,pMediaHostIP); Previously it was dumObj->addTransport(UDP,
pServerPort) but the change didn’t make a difference anyways. Any idea what is going on here? Here are the two resprocate.log files for both cases (Phone-A is
SIP user-id=118 in both logs) CASE-1: INFO | 20080212-173319.649 | Acme:ResipLib | RESIP:DNS | 3760 |
AresDns.cxx:114 | DNS initialization: found 2 name servers INFO | 20080212-173319.665 | Acme:ResipLib | RESIP:DNS | 3760 |
AresDns.cxx:117 | name server: 216.181.1.2 INFO | 20080212-173319.665 | Acme:ResipLib | RESIP:DNS | 3760 |
AresDns.cxx:117 | name server: 216.181.2.2 DEBUG | 20080212-173319.665 | Acme:ResipLib | RESIP | 3760 |
Compression.cxx:40 | COMPRESSION SUPPORT NOT COMPILED IN DEBUG | 20080212-173319.665 | Acme:ResipLib | RESIP | 3760 |
Compression.cxx:43 | Compression configuration object created; algorithm = 0 DEBUG | 20080212-173319.665 | Acme:ResipLib | RESIP:TRANSPORT |
3760 | TransportSelector.cxx:86 | No compression library available INFO | 20080212-173319.665 | Acme:ResipLib | RESIP:TRANSPORT |
3760 | UdpTransport.cxx:42 | Creating UDP transport host= port=5161 ipv4=1 DEBUG | 20080212-173319.681 | Acme:ResipLib | RESIP:TRANSPORT |
3760 | InternalTransport.cxx:86 | Creating fd=7696 V4/UDP DEBUG | 20080212-173319.681 | Acme:ResipLib | RESIP:TRANSPORT |
3760 | InternalTransport.cxx:94 | Binding to 0.0.0.0 DEBUG | 20080212-173319.681 | Acme:ResipLib | RESIP:TRANSPORT |
3760 | UdpTransport.cxx:59 | No compression library available: Transport: [ V4
0.0.0.0:5161 UDP target domain=unspecified connectionId=0 ] DEBUG | 20080212-173319.681 | Acme:ResipLib | RESIP:TRANSPORT |
3760 | TransportSelector.cxx:154 | Adding transport: [ V4 0.0.0.0:5161 UDP
target domain=unspecified connectionId=0 ] DEBUG | 20080212-173323.759 | Acme:ResipLib | RESIP:DUM | 3760 |
UserProfile.cxx:135 | Adding credential: realm=192.168.10.212 user=118 DEBUG | 20080212-173323.774 | Acme:ResipLib | RESIP:DUM | 3760 |
BaseCreator.cxx:140 | BaseCreator::makeInitialRequest: 01BCF038 DEBUG | 20080212-173323.774 | Acme:ResipLib | RESIP:DUM | 3760 |
RegistrationCreator.cxx:31 | RegistrationCreator::RegistrationCreator: 01BCF038 DEBUG | 20080212-173323.774 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogSet.cxx:52 | ************* Created DialogSet(UAC) --
ZjM2MDRiMTg4N2E3YmViODZjZTFkMzkzMDQ4Mzg1NTE.-8a7f2f72************* DEBUG | 20080212-173323.774 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogUsageManager.cxx:832 | SEND: REGISTER sip:192.168.10.212 SIP/2.0 Via: SIP/2.0/
;branch=z9hG4bK-d8754z-8f17d85043540517-1---d8754z-;rport Max-Forwards: 70 Contact: <sip:118;rinstance=5b37ad47e854826f> To: <sip:118@xxxxxxxxxxxxxx> From: <sip:118@xxxxxxxxxxxxxx>;tag=8a7f2f72 Call-ID: ZjM2MDRiMTg4N2E3YmViODZjZTFkMzkzMDQ4Mzg1NTE. CSeq: 1 REGISTER Expires: 3600 Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, UPDATE Content-Length: 0 DEBUG | 20080212-173323.774 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogId.cxx:50 | DialogId::DialogId:
ZjM2MDRiMTg4N2E3YmViODZjZTFkMzkzMDQ4Mzg1NTE.-8a7f2f72- DEBUG | 20080212-173323.774 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogUsageManager.cxx:963 | Send: SipReq: REGISTER 192.168.10.212
tid=8f17d85043540517 cseq=REGISTER contact=118 / 1 from(tu) DEBUG | 20080212-173323.774 | Acme:ResipLib | RESIP | 3760 |
SipStack.cxx:307 | SEND: SipReq: REGISTER 192.168.10.212
tid=8f17d85043540517 cseq=REGISTER contact=118 / 1 from(tu) DEBUG | 20080212-173323.774 | Acme:ResipLib | RESIP:DUM | 3760 |
UserProfile.cxx:135 | Adding credential: realm=192.168.10.218 user=119 DEBUG | 20080212-173323.774 | Acme:ResipLib | RESIP:DUM | 3760 |
BaseCreator.cxx:140 | BaseCreator::makeInitialRequest: 01C7C5D0 DEBUG | 20080212-173323.774 | Acme:ResipLib | RESIP:DUM | 3760 |
RegistrationCreator.cxx:31 | RegistrationCreator::RegistrationCreator: 01C7C5D0 DEBUG | 20080212-173323.774 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogSet.cxx:52 | ************* Created DialogSet(UAC) --
MTBiZjU2NjIxYzhlYjZhZDU1ZDdiMzI4MGUwMTdjMTI.-911c5a06************* DEBUG | 20080212-173323.774 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogUsageManager.cxx:832 | SEND: REGISTER sip:192.168.10.218 SIP/2.0 Via: SIP/2.0/ ;branch=z9hG4bK-d8754z-272b0804f50c292e-1---d8754z-;rport Max-Forwards: 70 Contact: <sip:119;rinstance=393e6c504240f642> To: <sip:119@xxxxxxxxxxxxxx> From: <sip:119@xxxxxxxxxxxxxx>;tag=911c5a06 Call-ID: MTBiZjU2NjIxYzhlYjZhZDU1ZDdiMzI4MGUwMTdjMTI. CSeq: 1 REGISTER Expires: 3600 Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, UPDATE Content-Length: 0 DEBUG | 20080212-173323.774 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogId.cxx:50 | DialogId::DialogId:
MTBiZjU2NjIxYzhlYjZhZDU1ZDdiMzI4MGUwMTdjMTI.-911c5a06- DEBUG | 20080212-173323.774 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogUsageManager.cxx:963 | Send: SipReq: REGISTER 192.168.10.218
tid=272b0804f50c292e cseq=REGISTER contact=119 / 1 from(tu) DEBUG | 20080212-173323.774 | Acme:ResipLib | RESIP | 3760 |
SipStack.cxx:307 | SEND: SipReq: REGISTER 192.168.10.218
tid=272b0804f50c292e cseq=REGISTER contact=119 / 1 from(tu) DEBUG | 20080212-173323.790 | Acme:ResipLib | RESIP:TRANSACTION
| 5392 | TimerQueue.cxx:85 | Adding timer: Timer F tid=8f17d85043540517
ms=32000 DEBUG | 20080212-173323.790 | Acme:ResipLib | RESIP:TRANSPORT |
5392 | TransportSelector.cxx:275 | Looking up dns entries for
sip:192.168.10.212 DEBUG | 20080212-173323.790 | Acme:ResipLib | RESIP:DNS | 5392 |
DnsResult.cxx:221 | DnsResult::lookup sip:192.168.10.212 DEBUG | 20080212-173323.790 | Acme:ResipLib | RESIP:DNS | 5392 |
DnsResult.cxx:405 | Numeric result so return immediately: [ V4
192.168.10.212:5060 UDP target domain=192.168.10.212 connectionId=0 ] DEBUG | 20080212-173323.790 | Acme:ResipLib | RESIP:TRANSACTION
| 5392 | TimerQueue.cxx:85 | Adding timer: Timer E1 tid=8f17d85043540517 ms=500 DEBUG | 20080212-173323.790 | Acme:ResipLib | RESIP:TRANSPORT |
5392 | TransportSelector.cxx:521 | Looked up source for destination: [ V4
192.168.10.212:5060 UDP target domain=192.168.10.212 connectionId=0 ] -> [
V4 127.0.0.1:0 UDP target domain=192.168.10.212 connectionId=0 ] sent-by=
sent-port=0 DEBUG | 20080212-173323.790 | Acme:ResipLib | RESIP:TRANSPORT |
5392 | TransportSelector.cxx:1057 | findTransportBySource([ V4 127.0.0.1:0 UDP
target domain=192.168.10.212 connectionId=0 ]) DEBUG | 20080212-173323.790 | Acme:ResipLib | RESIP:TRANSPORT |
5392 | TransportSelector.cxx:1169 | findTransport (any port, any interface)
=> Transport: [ V4 0.0.0.0:5161 UDP target domain=unspecified connectionId=0
] DEBUG | 20080212-173323.790 | Acme:ResipLib | RESIP:TRANSPORT |
5392 | TransportSelector.cxx:879 | Transmitting to [ V4 192.168.10.212:5060 UDP
target domain=192.168.10.212 received on: Transport: [ V4 0.0.0.0:5161 UDP
target domain=unspecified connectionId=0 ] connectionId=0 ] tlsDomain= via [ V4
127.0.0.1:5161 UDP target domain=192.168.10.212 connectionId=0 ] REGISTER sip:192.168.10.212 SIP/2.0 Via: SIP/2.0/UDP 127.0.0.1:5161;branch=z9hG4bK-d8754z-8f17d85043540517-1---d8754z-;rport Max-Forwards: 70 Contact:
<sip:118@xxxxxxxxx:5161;rinstance=5b37ad47e854826f> To: <sip:118@xxxxxxxxxxxxxx> From: <sip:118@xxxxxxxxxxxxxx>;tag=8a7f2f72 Call-ID: ZjM2MDRiMTg4N2E3YmViODZjZTFkMzkzMDQ4Mzg1NTE. CSeq: 1 REGISTER Expires: 3600 Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, UPDATE Content-Length: 0 DEBUG | 20080212-173323.790 | Acme:ResipLib | RESIP:TRANSPORT |
5392 | Transport.cxx:213 | Adding message to tx buffer to: [ V4
192.168.10.212:5060 UDP target domain=192.168.10.212 received on: Transport: [
V4 0.0.0.0:5161 UDP target domain=unspecified connectionId=0 ] connectionId=0 ] DEBUG | 20080212-173323.790 | Acme:ResipLib | RESIP:TRANSACTION
| 5392 | TimerQueue.cxx:85 | Adding timer: Timer F tid=272b0804f50c292e
ms=32000 DEBUG | 20080212-173323.790 | Acme:ResipLib | RESIP:TRANSPORT |
5392 | TransportSelector.cxx:275 | Looking up dns entries for
sip:192.168.10.218 DEBUG | 20080212-173323.790 | Acme:ResipLib | RESIP:DNS | 5392 |
DnsResult.cxx:221 | DnsResult::lookup sip:192.168.10.218 DEBUG | 20080212-173323.790 | Acme:ResipLib | RESIP:DNS | 5392 |
DnsResult.cxx:405 | Numeric result so return immediately: [ V4
192.168.10.218:5060 UDP target domain=192.168.10.218 connectionId=0 ] DEBUG | 20080212-173323.790 | Acme:ResipLib | RESIP:TRANSACTION
| 5392 | TimerQueue.cxx:85 | Adding timer: Timer E1 tid=272b0804f50c292e ms=500 DEBUG | 20080212-173323.790 | Acme:ResipLib | RESIP:TRANSPORT |
5392 | TransportSelector.cxx:521 | Looked up source for destination: [ V4
192.168.10.218:5060 UDP target domain=192.168.10.218 connectionId=0 ] -> [
V4 192.168.10.212:0 UDP target domain=192.168.10.218 connectionId=0 ] sent-by=
sent-port=0 DEBUG | 20080212-173323.790 | Acme:ResipLib | RESIP:TRANSPORT |
5392 | TransportSelector.cxx:1057 | findTransportBySource([ V4 192.168.10.212:0
UDP target domain=192.168.10.218 connectionId=0 ]) DEBUG | 20080212-173323.790 | Acme:ResipLib | RESIP:TRANSPORT |
5392 | TransportSelector.cxx:1169 | findTransport (any port, any interface)
=> Transport: [ V4 0.0.0.0:5161 UDP target domain=unspecified connectionId=0
] DEBUG | 20080212-173323.790 | Acme:ResipLib | RESIP:TRANSPORT |
5392 | TransportSelector.cxx:879 | Transmitting to [ V4 192.168.10.218:5060 UDP
target domain=192.168.10.218 received on: Transport: [ V4 0.0.0.0:5161 UDP
target domain=unspecified connectionId=0 ] connectionId=0 ] tlsDomain= via [ V4
192.168.10.212:5161 UDP target domain=192.168.10.218 connectionId=0 ] REGISTER sip:192.168.10.218 SIP/2.0 Via: SIP/2.0/UDP
192.168.10.212:5161;branch=z9hG4bK-d8754z-272b0804f50c292e-1---d8754z-;rport Max-Forwards: 70 Contact:
<sip:119@xxxxxxxxxxxxxx:5161;rinstance=393e6c504240f642> To: <sip:119@xxxxxxxxxxxxxx> From: <sip:119@xxxxxxxxxxxxxx>;tag=911c5a06 Call-ID: MTBiZjU2NjIxYzhlYjZhZDU1ZDdiMzI4MGUwMTdjMTI. CSeq: 1 REGISTER Expires: 3600 Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, UPDATE Content-Length: 0 DEBUG | 20080212-173323.790 | Acme:ResipLib | RESIP:TRANSPORT |
5392 | Transport.cxx:213 | Adding message to tx buffer to: [ V4
192.168.10.218:5060 UDP target domain=192.168.10.218 received on: Transport: [
V4 0.0.0.0:5161 UDP target domain=unspecified connectionId=0 ] connectionId=0 ] DEBUG | 20080212-173323.821 | Acme:ResipLib | RESIP:TRANSPORT |
5392 | Transport.cxx:287 | incoming from: [ V4 192.168.10.212:5060 UDP target
domain=unspecified received on: Transport: [ V4 0.0.0.0:5161 UDP target
domain=unspecified connectionId=0 ] connectionId=0 ] DEBUG | 20080212-173323.821 | Acme:ResipLib | RESIP:DNS | 5392 |
DnsResult.cxx:213 | Whitelisting 192.168.10.212(1): 192.168.10.212 DEBUG | 20080212-173323.821 | Acme:ResipLib | RESIP:TRANSACTION
| 5392 | TransactionState.cxx:1832 | Send to TU: TU: DialogUsageManager size=0 SIP/2.0 407 Proxy Authentication Required Via: SIP/2.0/UDP
127.0.0.1:5161;branch=z9hG4bK-d8754z-8f17d85043540517-1---d8754z-;rport=5161;received=192.168.10.212 Proxy-Authenticate: Digest
nonce="12847329203:6fe307f20c01295128d431e14e35cbc9",algorithm=MD5,realm="192.168.10.212",qop="auth,auth-int" To: <sip:118@xxxxxxxxxxxxxx>;tag=1d73ca02 From: <sip:118@xxxxxxxxxxxxxx>;tag=8a7f2f72 Call-ID: ZjM2MDRiMTg4N2E3YmViODZjZTFkMzkzMDQ4Mzg1NTE. CSeq: 1 REGISTER Content-Length: 0 DEBUG | 20080212-173323.821 | Acme:ResipLib | RESIP:TRANSACTION
| 5392 | TimerQueue.cxx:85 | Adding timer: Timer K tid=8f17d85043540517 ms=5000 INFO | 20080212-173323.837 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogUsageManager.cxx:1296 | Got: SipResp: 407 tid=8f17d85043540517
cseq=REGISTER / 1 from(wire) DEBUG | 20080212-173323.837 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogUsageManager.cxx:1804 | DialogUsageManager::processResponse: SipResp: 407 tid=8f17d85043540517 cseq=REGISTER / 1 from(wire) DEBUG | 20080212-173323.837 | Acme:ResipLib | RESIP:DUM | 3760 |
ClientAuthManager.cxx:223 | ClientAuthManager::RealmState::handleAuth: 01C84E40
Digest
nonce="12847329203:6fe307f20c01295128d431e14e35cbc9",algorithm=MD5,realm="192.168.10.212",qop="auth,auth-int"
is proxy: 1 DEBUG | 20080212-173323.837 | Acme:ResipLib | RESIP:DUM | 3760 |
ClientAuthManager.cxx:197 | ClientAuthManager::RealmState::transition from
invalid to current DEBUG | 20080212-173323.837 | Acme:ResipLib | RESIP:DUM | 3760 |
UserProfile.cxx:158 | Found credential for realm: realm=192.168.10.212
user=118192.168.10.212 DEBUG | 20080212-173323.837 | Acme:ResipLib | RESIP:DUM | 3760 |
ClientAuthManager.cxx:62 | Produced response to digest challenge for
UserProfile: <sip:118@xxxxxxxxxxxxxx>[realm=192.168.10.212 user=118] DEBUG | 20080212-173323.837 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogSet.cxx:245 | about to re-send request with digest credentials DEBUG | 20080212-173323.837 | Acme:ResipLib | RESIP:DUM | 3760 |
ClientAuthManager.cxx:317 | Add auth, 01C84E40 in response to: Digest
nonce="12847329203:6fe307f20c01295128d431e14e35cbc9",algorithm=MD5,realm="192.168.10.212",qop="auth,auth-int" DEBUG | 20080212-173323.837 | Acme:ResipLib | RESIP | 3760 |
Helper.cxx:1296 | nonceCount is now: [00000001] DEBUG | 20080212-173323.837 | Acme:ResipLib | RESIP:DUM | 3760 |
ClientAuthManager.cxx:325 | ClientAuthManager::RealmState::addAuthentication,
proxy: 1 Digest
username="118",realm="192.168.10.212",nonce="12847329203:6fe307f20c01295128d431e14e35cbc9",uri="sip:192.168.10.212",response="94d898e1bca7f37c0ec933af23677a9e",cnonce="4525823b782fa65c",nc=00000001,qop=auth-int,algorithm=MD5 DEBUG | 20080212-173323.837 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogUsageManager.cxx:832 | SEND: REGISTER sip:192.168.10.212 SIP/2.0 Via: SIP/2.0/
;branch=z9hG4bK-d8754z-85314c06fb1bd020-1---d8754z-;rport Max-Forwards: 70 Contact: <sip:118;rinstance=5b37ad47e854826f> To: <sip:118@xxxxxxxxxxxxxx> From: <sip:118@xxxxxxxxxxxxxx>;tag=8a7f2f72 Call-ID: ZjM2MDRiMTg4N2E3YmViODZjZTFkMzkzMDQ4Mzg1NTE. CSeq: 2 REGISTER Expires: 3600 Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, UPDATE Proxy-Authorization: Digest
username="118",realm="192.168.10.212",nonce="12847329203:6fe307f20c01295128d431e14e35cbc9",uri="sip:192.168.10.212",response="94d898e1bca7f37c0ec933af23677a9e",cnonce="4525823b782fa65c",nc=00000001,qop=auth-int,algorithm=MD5 Content-Length: 0 DEBUG | 20080212-173323.837 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogId.cxx:50 | DialogId::DialogId: ZjM2MDRiMTg4N2E3YmViODZjZTFkMzkzMDQ4Mzg1NTE.-8a7f2f72- DEBUG | 20080212-173323.837 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogUsageManager.cxx:963 | Send: SipReq: REGISTER 192.168.10.212
tid=85314c06fb1bd020 cseq=REGISTER contact=118 / 2 from(tu) DEBUG | 20080212-173323.837 | Acme:ResipLib | RESIP | 3760 |
SipStack.cxx:307 | SEND: SipReq: REGISTER 192.168.10.212
tid=85314c06fb1bd020 cseq=REGISTER contact=118 / 2 from(tu) DEBUG | 20080212-173323.853 | Acme:ResipLib | RESIP:TRANSACTION
| 5392 | TimerQueue.cxx:85 | Adding timer: Timer F tid=85314c06fb1bd020
ms=32000 DEBUG | 20080212-173323.853 | Acme:ResipLib | RESIP:TRANSPORT |
5392 | TransportSelector.cxx:275 | Looking up dns entries for
sip:192.168.10.212 DEBUG | 20080212-173323.853 | Acme:ResipLib | RESIP:DNS | 5392 |
DnsResult.cxx:221 | DnsResult::lookup sip:192.168.10.212 DEBUG | 20080212-173323.853 | Acme:ResipLib | RESIP:DNS | 5392 |
DnsResult.cxx:405 | Numeric result so return immediately: [ V4
192.168.10.212:5060 UDP target domain=192.168.10.212 connectionId=0 ] DEBUG | 20080212-173323.853 | Acme:ResipLib | RESIP:TRANSACTION
| 5392 | TimerQueue.cxx:85 | Adding timer: Timer E1 tid=85314c06fb1bd020 ms=500 DEBUG | 20080212-173323.853 | Acme:ResipLib | RESIP:TRANSPORT |
5392 | TransportSelector.cxx:521 | Looked up source for destination: [ V4
192.168.10.212:5060 UDP target domain=192.168.10.212 connectionId=0 ] -> [
V4 127.0.0.1:0 UDP target domain=192.168.10.212 connectionId=0 ] sent-by=
sent-port=0 DEBUG | 20080212-173323.853 | Acme:ResipLib | RESIP:TRANSPORT |
5392 | TransportSelector.cxx:1057 | findTransportBySource([ V4 127.0.0.1:0 UDP
target domain=192.168.10.212 connectionId=0 ]) DEBUG | 20080212-173323.853 | Acme:ResipLib | RESIP:TRANSPORT |
5392 | TransportSelector.cxx:1169 | findTransport (any port, any interface)
=> Transport: [ V4 0.0.0.0:5161 UDP target domain=unspecified connectionId=0
] DEBUG | 20080212-173323.853 | Acme:ResipLib | RESIP:TRANSPORT |
5392 | TransportSelector.cxx:879 | Transmitting to [ V4 192.168.10.212:5060 UDP
target domain=192.168.10.212 received on: Transport: [ V4 0.0.0.0:5161 UDP
target domain=unspecified connectionId=0 ] connectionId=0 ] tlsDomain= via [ V4
127.0.0.1:5161 UDP target domain=192.168.10.212 connectionId=0 ] REGISTER sip:192.168.10.212 SIP/2.0 Via: SIP/2.0/UDP 127.0.0.1:5161;branch=z9hG4bK-d8754z-85314c06fb1bd020-1---d8754z-;rport Max-Forwards: 70 Contact:
<sip:118@xxxxxxxxx:5161;rinstance=5b37ad47e854826f> To: <sip:118@xxxxxxxxxxxxxx> From: <sip:118@xxxxxxxxxxxxxx>;tag=8a7f2f72 Call-ID: ZjM2MDRiMTg4N2E3YmViODZjZTFkMzkzMDQ4Mzg1NTE. CSeq: 2 REGISTER Expires: 3600 Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, UPDATE Proxy-Authorization: Digest
username="118",realm="192.168.10.212",nonce="12847329203:6fe307f20c01295128d431e14e35cbc9",uri="sip:192.168.10.212",response="94d898e1bca7f37c0ec933af23677a9e",cnonce="4525823b782fa65c",nc=00000001,qop=auth-int,algorithm=MD5 Content-Length: 0 DEBUG | 20080212-173323.853 | Acme:ResipLib | RESIP:TRANSPORT |
5392 | Transport.cxx:213 | Adding message to tx buffer to: [ V4
192.168.10.212:5060 UDP target domain=192.168.10.212 received on: Transport: [
V4 0.0.0.0:5161 UDP target domain=unspecified connectionId=0 ] connectionId=0 ] DEBUG | 20080212-173323.868 | Acme:ResipLib | RESIP:TRANSPORT |
5392 | Transport.cxx:287 | incoming from: [ V4 192.168.10.212:5060 UDP target
domain=unspecified received on: Transport: [ V4 0.0.0.0:5161 UDP target
domain=unspecified connectionId=0 ] connectionId=0 ] DEBUG | 20080212-173323.868 | Acme:ResipLib | RESIP:DNS | 5392 |
DnsResult.cxx:213 | Whitelisting 192.168.10.212(1): 192.168.10.212 DEBUG | 20080212-173323.868 | Acme:ResipLib | RESIP:DNS | 5392 |
RRVip.cxx:129 | updating an existing vip: 192.168.10.212 with 192.168.10.212 DEBUG | 20080212-173323.868 | Acme:ResipLib | RESIP:TRANSACTION
| 5392 | TransactionState.cxx:1832 | Send to TU: TU: DialogUsageManager size=0 SIP/2.0 200 OK Via: SIP/2.0/UDP
127.0.0.1:5161;branch=z9hG4bK-d8754z-85314c06fb1bd020-1---d8754z-;rport=5161;received=192.168.10.212 Contact: <sip:118@xxxxxxxxx:5161;rinstance=5b37ad47e854826f>;expires=3600 To: <sip:118@xxxxxxxxxxxxxx>;tag=d2405d65 From: <sip:118@xxxxxxxxxxxxxx>;tag=8a7f2f72 Call-ID: ZjM2MDRiMTg4N2E3YmViODZjZTFkMzkzMDQ4Mzg1NTE. CSeq: 2 REGISTER Content-Length: 0 DEBUG | 20080212-173323.884 | Acme:ResipLib | RESIP:TRANSACTION
| 5392 | TimerQueue.cxx:85 | Adding timer: Timer K tid=85314c06fb1bd020 ms=5000 INFO | 20080212-173323.884 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogUsageManager.cxx:1296 | Got: SipResp: 200 tid=85314c06fb1bd020
cseq=REGISTER contact=118@xxxxxxxxx:5161 / 2 from(wire) DEBUG | 20080212-173323.884 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogUsageManager.cxx:1804 | DialogUsageManager::processResponse: SipResp: 200 tid=85314c06fb1bd020 cseq=REGISTER contact=118@xxxxxxxxx:5161
/ 2 from(wire) DEBUG | 20080212-173323.884 | Acme:ResipLib | RESIP:DUM | 3760 |
ClientAuthManager.cxx:40 | ClientAuthManager::handle: transitioning
ZjM2MDRiMTg4N2E3YmViODZjZTFkMzkzMDQ4Mzg1NTE.-8a7f2f72to cached DEBUG | 20080212-173323.884 | Acme:ResipLib | RESIP:DUM | 3760 |
ClientAuthManager.cxx:197 | ClientAuthManager::RealmState::transition from
current to cached DEBUG | 20080212-173323.884 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogId.cxx:50 | DialogId::DialogId: ZjM2MDRiMTg4N2E3YmViODZjZTFkMzkzMDQ4Mzg1NTE.-8a7f2f72-d2405d65 DEBUG | 20080212-173323.884 | Acme:ResipLib | RESIP:DUM | 3760 |
ClientRegistration.cxx:397 | Clearing service route ([]) DEBUG | 20080212-173323.884 | Acme:ResipLib | RESIP:TRANSACTION
| 3760 | TimerQueue.cxx:105 | Adding application timer:
DumTimeout::Registration ClientRegistration sip:118@xxxxxxxxxxxxxx:
duration=3240 seq=1 DEBUG | 20080212-173324.103 | Acme:ResipLib | RESIP:TRANSPORT |
5392 | Transport.cxx:287 | incoming from: [ V4 192.168.10.218:5060 UDP target
domain=unspecified received on: Transport: [ V4 0.0.0.0:5161 UDP target
domain=unspecified connectionId=0 ] connectionId=0 ] DEBUG | 20080212-173324.103 | Acme:ResipLib | RESIP:DNS | 5392 |
DnsResult.cxx:213 | Whitelisting 192.168.10.218(1): 192.168.10.218 DEBUG | 20080212-173324.103 | Acme:ResipLib | RESIP:TRANSACTION
| 5392 | TransactionState.cxx:1832 | Send to TU: TU: DialogUsageManager size=0 SIP/2.0 407 Proxy Authentication Required Via: SIP/2.0/UDP 192.168.10.212:5161;branch=z9hG4bK-d8754z-272b0804f50c292e-1---d8754z-;rport=5161 Proxy-Authenticate: Digest
nonce="12847329117:874fb6a267c95e85342a35a5aa8d82d2",algorithm=MD5,realm="3CXPhoneSystem" To: <sip:119@xxxxxxxxxxxxxx>;tag=290f5733 From: <sip:119@xxxxxxxxxxxxxx>;tag=911c5a06 Call-ID: MTBiZjU2NjIxYzhlYjZhZDU1ZDdiMzI4MGUwMTdjMTI. CSeq: 1 REGISTER User-Agent: 3CXPhoneSystem 5.0.3790.0 Content-Length: 0 DEBUG | 20080212-173324.103 | Acme:ResipLib | RESIP:TRANSACTION
| 5392 | TimerQueue.cxx:85 | Adding timer: Timer K tid=272b0804f50c292e ms=5000 INFO | 20080212-173324.103 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogUsageManager.cxx:1296 | Got: SipResp: 407 tid=272b0804f50c292e
cseq=REGISTER / 1 from(wire) DEBUG | 20080212-173324.103 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogUsageManager.cxx:1804 | DialogUsageManager::processResponse: SipResp: 407 tid=272b0804f50c292e cseq=REGISTER / 1 from(wire) DEBUG | 20080212-173324.103 | Acme:ResipLib | RESIP:DUM | 3760 |
ClientAuthManager.cxx:223 | ClientAuthManager::RealmState::handleAuth: 01C88F90
Digest
nonce="12847329117:874fb6a267c95e85342a35a5aa8d82d2",algorithm=MD5,realm="3CXPhoneSystem"
is proxy: 1 DEBUG | 20080212-173324.103 | Acme:ResipLib | RESIP:DUM | 3760 |
ClientAuthManager.cxx:197 | ClientAuthManager::RealmState::transition from
invalid to current DEBUG | 20080212-173324.103 | Acme:ResipLib | RESIP:DUM | 3760 |
UserProfile.cxx:153 | Didn't find credential for realm: 3CXPhoneSystem
realm=192.168.10.218 user=119 DEBUG | 20080212-173324.103 | Acme:ResipLib | RESIP:DUM | 3760 |
ClientAuthManager.cxx:62 | Produced response to digest challenge for
UserProfile: <sip:119@xxxxxxxxxxxxxx>[realm=192.168.10.218 user=119] DEBUG | 20080212-173324.103 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogSet.cxx:245 | about to re-send request with digest credentials DEBUG | 20080212-173324.103 | Acme:ResipLib | RESIP:DUM | 3760 |
ClientAuthManager.cxx:317 | Add auth, 01C88F90 in response to: Digest
nonce="12847329117:874fb6a267c95e85342a35a5aa8d82d2",algorithm=MD5,realm="3CXPhoneSystem" DEBUG | 20080212-173324.103 | Acme:ResipLib | RESIP:DUM | 3760 |
ClientAuthManager.cxx:325 | ClientAuthManager::RealmState::addAuthentication,
proxy: 1 Digest
username="119",realm="3CXPhoneSystem",nonce="12847329117:874fb6a267c95e85342a35a5aa8d82d2",uri="sip:192.168.10.218",response="74dda62da3b7ed7cca12de0992bec3e4",algorithm=MD5 DEBUG | 20080212-173324.103 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogUsageManager.cxx:832 | SEND: REGISTER sip:192.168.10.218 SIP/2.0 Via: SIP/2.0/ ;branch=z9hG4bK-d8754z-451d5107d575a117-1---d8754z-;rport Max-Forwards: 70 Contact: <sip:119;rinstance=393e6c504240f642> To: <sip:119@xxxxxxxxxxxxxx> From: <sip:119@xxxxxxxxxxxxxx>;tag=911c5a06 Call-ID: MTBiZjU2NjIxYzhlYjZhZDU1ZDdiMzI4MGUwMTdjMTI. CSeq: 2 REGISTER Expires: 3600 Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, UPDATE Proxy-Authorization: Digest
username="119",realm="3CXPhoneSystem",nonce="12847329117:874fb6a267c95e85342a35a5aa8d82d2",uri="sip:192.168.10.218",response="74dda62da3b7ed7cca12de0992bec3e4",algorithm=MD5 Content-Length: 0 DEBUG | 20080212-173324.103 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogId.cxx:50 | DialogId::DialogId:
MTBiZjU2NjIxYzhlYjZhZDU1ZDdiMzI4MGUwMTdjMTI.-911c5a06- DEBUG | 20080212-173324.103 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogUsageManager.cxx:963 | Send: SipReq: REGISTER 192.168.10.218
tid=451d5107d575a117 cseq=REGISTER contact=119 / 2 from(tu) DEBUG | 20080212-173324.103 | Acme:ResipLib | RESIP | 3760 |
SipStack.cxx:307 | SEND: SipReq: REGISTER 192.168.10.218
tid=451d5107d575a117 cseq=REGISTER contact=119 / 2 from(tu) DEBUG | 20080212-173324.118 | Acme:ResipLib | RESIP:TRANSACTION
| 5392 | TimerQueue.cxx:85 | Adding timer: Timer F tid=451d5107d575a117
ms=32000 DEBUG | 20080212-173324.118 | Acme:ResipLib | RESIP:TRANSPORT |
5392 | TransportSelector.cxx:275 | Looking up dns entries for
sip:192.168.10.218 DEBUG | 20080212-173324.118 | Acme:ResipLib | RESIP:DNS | 5392 |
DnsResult.cxx:221 | DnsResult::lookup sip:192.168.10.218 DEBUG | 20080212-173324.118 | Acme:ResipLib | RESIP:DNS | 5392 |
DnsResult.cxx:405 | Numeric result so return immediately: [ V4
192.168.10.218:5060 UDP target domain=192.168.10.218 connectionId=0 ] DEBUG | 20080212-173324.118 | Acme:ResipLib | RESIP:TRANSACTION
| 5392 | TimerQueue.cxx:85 | Adding timer: Timer E1 tid=451d5107d575a117 ms=500 DEBUG | 20080212-173324.118 | Acme:ResipLib | RESIP:TRANSPORT |
5392 | TransportSelector.cxx:521 | Looked up source for destination: [ V4
192.168.10.218:5060 UDP target domain=192.168.10.218 connectionId=0 ] -> [
V4 192.168.10.212:0 UDP target domain=192.168.10.218 connectionId=0 ] sent-by=
sent-port=0 DEBUG | 20080212-173324.118 | Acme:ResipLib | RESIP:TRANSPORT |
5392 | TransportSelector.cxx:1057 | findTransportBySource([ V4 192.168.10.212:0
UDP target domain=192.168.10.218 connectionId=0 ]) DEBUG | 20080212-173324.118 | Acme:ResipLib | RESIP:TRANSPORT |
5392 | TransportSelector.cxx:1169 | findTransport (any port, any interface)
=> Transport: [ V4 0.0.0.0:5161 UDP target domain=unspecified connectionId=0
] DEBUG | 20080212-173324.118 | Acme:ResipLib | RESIP:TRANSPORT |
5392 | TransportSelector.cxx:879 | Transmitting to [ V4 192.168.10.218:5060 UDP
target domain=192.168.10.218 received on: Transport: [ V4 0.0.0.0:5161 UDP
target domain=unspecified connectionId=0 ] connectionId=0 ] tlsDomain= via [ V4
192.168.10.212:5161 UDP target domain=192.168.10.218 connectionId=0 ] REGISTER sip:192.168.10.218 SIP/2.0 Via: SIP/2.0/UDP
192.168.10.212:5161;branch=z9hG4bK-d8754z-451d5107d575a117-1---d8754z-;rport Max-Forwards: 70 Contact:
<sip:119@xxxxxxxxxxxxxx:5161;rinstance=393e6c504240f642> To: <sip:119@xxxxxxxxxxxxxx> From: <sip:119@xxxxxxxxxxxxxx>;tag=911c5a06 Call-ID: MTBiZjU2NjIxYzhlYjZhZDU1ZDdiMzI4MGUwMTdjMTI. CSeq: 2 REGISTER Expires: 3600 Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, UPDATE Proxy-Authorization: Digest
username="119",realm="3CXPhoneSystem",nonce="12847329117:874fb6a267c95e85342a35a5aa8d82d2",uri="sip:192.168.10.218",response="74dda62da3b7ed7cca12de0992bec3e4",algorithm=MD5 Content-Length: 0 DEBUG | 20080212-173324.118 | Acme:ResipLib | RESIP:TRANSPORT |
5392 | Transport.cxx:213 | Adding message to tx buffer to: [ V4
192.168.10.218:5060 UDP target domain=192.168.10.218 received on: Transport: [
V4 0.0.0.0:5161 UDP target domain=unspecified connectionId=0 ] connectionId=0 ] DEBUG | 20080212-173324.540 | Acme:ResipLib | RESIP:TRANSPORT |
5392 | Transport.cxx:287 | incoming from: [ V4 192.168.10.218:5060 UDP target
domain=unspecified received on: Transport: [ V4 0.0.0.0:5161 UDP target
domain=unspecified connectionId=0 ] connectionId=0 ] DEBUG | 20080212-173324.540 | Acme:ResipLib | RESIP:DNS | 5392 |
DnsResult.cxx:213 | Whitelisting 192.168.10.218(1): 192.168.10.218 DEBUG | 20080212-173324.540 | Acme:ResipLib | RESIP:DNS | 5392 |
RRVip.cxx:129 | updating an existing vip: 192.168.10.218 with 192.168.10.218 DEBUG | 20080212-173324.540 | Acme:ResipLib | RESIP:TRANSACTION
| 5392 | TransactionState.cxx:1832 | Send to TU: TU: DialogUsageManager size=0 SIP/2.0 200 OK Via: SIP/2.0/UDP
192.168.10.212:5161;branch=z9hG4bK-d8754z-451d5107d575a117-1---d8754z-;rport=5161 Contact:
<sip:119@xxxxxxxxxxxxxx:5161;rinstance=4a0ef7288b24fe7d>;expires=1580 Contact:
<sip:119@xxxxxxxxxxxxxx:5161;rinstance=393e6c504240f642>;expires=1800 To: <sip:119@xxxxxxxxxxxxxx>;tag=62305f29 From: <sip:119@xxxxxxxxxxxxxx>;tag=911c5a06 Call-ID: MTBiZjU2NjIxYzhlYjZhZDU1ZDdiMzI4MGUwMTdjMTI. CSeq: 2 REGISTER User-Agent: 3CXPhoneSystem 5.0.3790.0 Content-Length: 0 DEBUG | 20080212-173324.540 | Acme:ResipLib | RESIP:TRANSACTION
| 5392 | TimerQueue.cxx:85 | Adding timer: Timer K tid=451d5107d575a117 ms=5000 INFO | 20080212-173324.540 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogUsageManager.cxx:1296 | Got: SipResp: 200 tid=451d5107d575a117
cseq=REGISTER contact=119@xxxxxxxxxxxxxx:5161 / 2 from(wire) DEBUG | 20080212-173324.540 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogUsageManager.cxx:1804 | DialogUsageManager::processResponse: SipResp: 200 tid=451d5107d575a117 cseq=REGISTER contact=119@xxxxxxxxxxxxxx:5161
/ 2 from(wire) DEBUG | 20080212-173324.540 | Acme:ResipLib | RESIP:DUM | 3760 |
ClientAuthManager.cxx:40 | ClientAuthManager::handle: transitioning
MTBiZjU2NjIxYzhlYjZhZDU1ZDdiMzI4MGUwMTdjMTI.-911c5a06to cached DEBUG | 20080212-173324.540 | Acme:ResipLib | RESIP:DUM | 3760 |
ClientAuthManager.cxx:197 | ClientAuthManager::RealmState::transition from
current to cached DEBUG | 20080212-173324.540 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogId.cxx:50 | DialogId::DialogId: MTBiZjU2NjIxYzhlYjZhZDU1ZDdiMzI4MGUwMTdjMTI.-911c5a06-62305f29 DEBUG | 20080212-173324.540 | Acme:ResipLib | RESIP:DUM | 3760 |
ClientRegistration.cxx:397 | Clearing service route ([]) DEBUG | 20080212-173324.540 | Acme:ResipLib | RESIP:TRANSACTION
| 3760 | TimerQueue.cxx:105 | Adding application timer:
DumTimeout::Registration ClientRegistration sip:119@xxxxxxxxxxxxxx:
duration=1620 seq=1 DEBUG | 20080212-173340.759 | Acme:ResipLib | RESIP:TRANSPORT |
5392 | Transport.cxx:287 | incoming from: [ V4 127.0.0.1:5060 UDP target
domain=unspecified received on: Transport: [ V4 0.0.0.0:5161 UDP target
domain=unspecified connectionId=0 ] connectionId=0 ] DEBUG | 20080212-173340.759 | Acme:ResipLib | RESIP:TRANSACTION
| 5392 | TransactionUser.cxx:66 | Checking if SipReq: INVITE
118@xxxxxxxxx:5161 tid=162ff466e6195f06 cseq=INVITE contact=103@xxxxxxxxx:45860
/ 2 from(wire) is for me DEBUG | 20080212-173340.759 | Acme:ResipLib | RESIP:TRANSACTION
| 5392 | TransactionUser.cxx:71 | Checking rule... DEBUG | 20080212-173340.759 | Acme:ResipLib | RESIP:TRANSACTION
| 5392 | MessageFilterRule.cxx:42 | Matching rule for: INVITE sip:118@xxxxxxxxx:5161;rinstance=5b37ad47e854826f SIP/2.0 Via: SIP/2.0/UDP
127.0.0.1:5060;branch=z9hG4bK-d8754z-162ff466e6195f06-1---d8754z-;rport=5060 Via: SIP/2.0/UDP
127.0.0.1:45860;branch=z9hG4bK-d87543-ed35984d7706a863-1--d87543-;rport=45860;received=192.168.10.212 Max-Forwards: 69 Contact: <sip:103@xxxxxxxxx:45860> To: "118"<sip:118@xxxxxxxxxxxxxx> From: "Ali Ziad (X-Lite)"<sip:103@xxxxxxxxxxxxxx>;tag=71203a16 Call-ID: OGFkZDZjZmE0OGI5YmEzMzVmODA0ZTIzYWNkYzlkYzI. CSeq: 2 INVITE Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY,
MESSAGE, SUBSCRIBE, INFO Content-Type: application/sdp Proxy-Authorization: Digest username="103",realm="192.168.10.212",nonce="12847329220:4a33686747f1e6b0ab5dfd57ec98b592",uri="sip:118@xxxxxxxxxxxxxx",response="6d6b93558c3da2ca2b0af32b456ac3a5",cnonce="09fed1e5f568ae2dad83c4e19b7e9f83",nc=00000001,qop=auth-int,algorithm=MD5 User-Agent: X-Lite release 1011s stamp 41150 Content-Length: 374 v=0 o=- 8 2 IN IP4 192.168.10.212 s=CounterPath X-Lite 3.0 c=IN IP4 192.168.10.212 t=0 0 m=audio 58422 RTP/AVP 107 119 100 106 0 105 98 8 101 a=fmtp:101 0-15 a=rtpmap:107 BV32/16000 a=rtpmap:119 BV32-FEC/16000 a=rtpmap:100 SPEEX/16000 a=rtpmap:106 SPEEX-FEC/16000 a=rtpmap:105 SPEEX-FEC/8000 a=rtpmap:98 iLBC/8000 a=rtpmap:101 telephone-event/8000 a=sendrecv DEBUG | 20080212-173340.759 | Acme:ResipLib | RESIP:TRANSACTION
| 5392 | TransactionUser.cxx:74 | Match! DEBUG | 20080212-173340.759 | Acme:ResipLib | RESIP | 5392 |
Helper.cxx:372 | Helper::makeResponse(SipReq: INVITE 118@xxxxxxxxx:5161
tid=162ff466e6195f06 cseq=INVITE contact=103@xxxxxxxxx:45860 / 2 from(wire)
code=100 reason= DEBUG | 20080212-173340.759 | Acme:ResipLib | RESIP:TRANSACTION
| 5392 | TimerQueue.cxx:85 | Adding timer: Timer Trying tid=162ff466e6195f06
ms=80 DEBUG | 20080212-173340.759 | Acme:ResipLib | RESIP:TRANSACTION
| 5392 | TransactionState.cxx:1832 | Send to TU: TU: DialogUsageManager size=0 INVITE sip:118@xxxxxxxxx:5161;rinstance=5b37ad47e854826f SIP/2.0 Via: SIP/2.0/UDP
127.0.0.1:5060;branch=z9hG4bK-d8754z-162ff466e6195f06-1---d8754z-;rport=5060 Via: SIP/2.0/UDP
127.0.0.1:45860;branch=z9hG4bK-d87543-ed35984d7706a863-1--d87543-;rport=45860;received=192.168.10.212 Max-Forwards: 69 Contact: <sip:103@xxxxxxxxx:45860> To: "118"<sip:118@xxxxxxxxxxxxxx> From: "Ali Ziad
(X-Lite)"<sip:103@xxxxxxxxxxxxxx>;tag=71203a16 Call-ID: OGFkZDZjZmE0OGI5YmEzMzVmODA0ZTIzYWNkYzlkYzI. CSeq: 2 INVITE Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY,
MESSAGE, SUBSCRIBE, INFO Content-Type: application/sdp Proxy-Authorization: Digest
username="103",realm="192.168.10.212",nonce="12847329220:4a33686747f1e6b0ab5dfd57ec98b592",uri="sip:118@xxxxxxxxxxxxxx",response="6d6b93558c3da2ca2b0af32b456ac3a5",cnonce="09fed1e5f568ae2dad83c4e19b7e9f83",nc=00000001,qop=auth-int,algorithm=MD5 User-Agent: X-Lite release 1011s stamp 41150 Content-Length: 374 v=0 o=- 8 2 IN IP4 192.168.10.212 s=CounterPath X-Lite 3.0 c=IN IP4 192.168.10.212 t=0 0 m=audio 58422 RTP/AVP 107 119 100 106 0 105 98 8 101 a=fmtp:101 0-15 a=rtpmap:107 BV32/16000 a=rtpmap:119 BV32-FEC/16000 a=rtpmap:100 SPEEX/16000 a=rtpmap:106 SPEEX-FEC/16000 a=rtpmap:105 SPEEX-FEC/8000 a=rtpmap:98 iLBC/8000 a=rtpmap:101 telephone-event/8000 a=sendrecv INFO | 20080212-173340.774 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogUsageManager.cxx:1296 | Got: SipReq: INVITE 118@xxxxxxxxx:5161
tid=162ff466e6195f06 cseq=INVITE contact=103@xxxxxxxxx:45860 / 2 from(wire) DEBUG | 20080212-173340.774 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogUsageManager.cxx:1614 | DialogUsageManager::processRequest: SipReq:
INVITE 118@xxxxxxxxx:5161 tid=162ff466e6195f06 cseq=INVITE
contact=103@xxxxxxxxx:45860 / 2 from(wire) DEBUG | 20080212-173340.774 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogSetId.cxx:34 | ********** Generated Local Tag *********** DEBUG | 20080212-173340.774 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogSetId.cxx:34 | ********** Generated Local Tag *********** DEBUG | 20080212-173340.774 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogSetId.cxx:34 | ********** Generated Local Tag *********** DEBUG | 20080212-173340.774 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogSet.cxx:84 | ************* Created DialogSet(UAS) --
OGFkZDZjZmE0OGI5YmEzMzVmODA0ZTIzYWNkYzlkYzI.-c55f5a02************* DEBUG | 20080212-173340.774 | Acme:ResipLib | RESIP | 3760 |
SipMessage.cxx:970 | SipMessage::getContents: application/sdp DEBUG | 20080212-173340.774 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogSetId.cxx:34 | ********** Generated Local Tag *********** DEBUG | 20080212-173340.774 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogId.cxx:50 | DialogId::DialogId:
OGFkZDZjZmE0OGI5YmEzMzVmODA0ZTIzYWNkYzlkYzI.-7f370f2d-71203a16 DEBUG | 20080212-173340.774 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogSet.cxx:766 | mState == 3 Creating a new Dialog from msg: INVITE sip:118@xxxxxxxxx:5161;rinstance=5b37ad47e854826f SIP/2.0 Via: SIP/2.0/UDP
127.0.0.1:5060;branch=z9hG4bK-d8754z-162ff466e6195f06-1---d8754z-;rport=5060 Via: SIP/2.0/UDP
127.0.0.1:45860;branch=z9hG4bK-d87543-ed35984d7706a863-1--d87543-;rport=45860;received=192.168.10.212 Max-Forwards: 69 Contact: <sip:103@xxxxxxxxx:45860> To: "118"<sip:118@xxxxxxxxxxxxxx> From: "Ali Ziad
(X-Lite)"<sip:103@xxxxxxxxxxxxxx>;tag=71203a16 Call-ID: OGFkZDZjZmE0OGI5YmEzMzVmODA0ZTIzYWNkYzlkYzI. CSeq: 2 INVITE Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE,
SUBSCRIBE, INFO Content-Type: application/sdp Proxy-Authorization: Digest
username="103",realm="192.168.10.212",nonce="12847329220:4a33686747f1e6b0ab5dfd57ec98b592",uri="sip:118@xxxxxxxxxxxxxx",response="6d6b93558c3da2ca2b0af32b456ac3a5",cnonce="09fed1e5f568ae2dad83c4e19b7e9f83",nc=00000001,qop=auth-int,algorithm=MD5 User-Agent: X-Lite release 1011s stamp 41150 Content-Length: 374 v=0 o=- 8 2 IN IP4 192.168.10.212 s=CounterPath X-Lite 3.0 c=IN IP4 192.168.10.212 t=0 0 m=audio 58422 RTP/AVP 107 119 100 106 0 105 98 8 101 a=fmtp:101 0-15 a=rtpmap:107 BV32/16000 a=rtpmap:119 BV32-FEC/16000 a=rtpmap:100 SPEEX/16000 a=rtpmap:106 SPEEX-FEC/16000 a=rtpmap:105 SPEEX-FEC/8000 a=rtpmap:98 iLBC/8000 a=rtpmap:101 telephone-event/8000 a=sendrecv DEBUG | 20080212-173340.774 | Acme:ResipLib | RESIP:DUM | 3760 |
Dialog.cxx:87 | UAS dialog ID creation, DS:
OGFkZDZjZmE0OGI5YmEzMzVmODA0ZTIzYWNkYzlkYzI.-c55f5a02 DEBUG | 20080212-173340.774 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogId.cxx:63 | DialogId::DialogId:
OGFkZDZjZmE0OGI5YmEzMzVmODA0ZTIzYWNkYzlkYzI.-c55f5a02-71203a16 DEBUG | 20080212-173340.774 | Acme:ResipLib | RESIP:DUM | 3760 |
Dialog.cxx:129 | ************** Created Dialog as UAS ************** DEBUG | 20080212-173340.774 | Acme:ResipLib | RESIP:DUM | 3760 |
Dialog.cxx:130 | mRemoteNameAddr: "Ali Ziad
(X-Lite)"<sip:103@xxxxxxxxxxxxxx>;tag=71203a16 DEBUG | 20080212-173340.774 | Acme:ResipLib | RESIP:DUM | 3760 |
Dialog.cxx:131 | mLocalNameAddr:
"118"<sip:118@xxxxxxxxxxxxxx>;tag=c55f5a02 DEBUG | 20080212-173340.774 | Acme:ResipLib | RESIP:DUM | 3760 |
Dialog.cxx:132 | mLocalContact:
<sip:118@xxxxxxxxx:5161;rinstance=5b37ad47e854826f> DEBUG | 20080212-173340.774 | Acme:ResipLib | RESIP:DUM | 3760 |
Dialog.cxx:133 | mRemoteTarget: <sip:103@xxxxxxxxx:45860> DEBUG | 20080212-173340.774 | Acme:ResipLib | RESIP:DUM | 3760 |
Dialog.cxx:227 | Dialog::Dialog
OGFkZDZjZmE0OGI5YmEzMzVmODA0ZTIzYWNkYzlkYzI.-c55f5a02-71203a16 DEBUG | 20080212-173340.774 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogSet.cxx:804 | ### Calling CreateAppDialog ###: INVITE sip:118@xxxxxxxxx:5161;rinstance=5b37ad47e854826f SIP/2.0 Via: SIP/2.0/UDP
127.0.0.1:5060;branch=z9hG4bK-d8754z-162ff466e6195f06-1---d8754z-;rport=5060 Via: SIP/2.0/UDP
127.0.0.1:45860;branch=z9hG4bK-d87543-ed35984d7706a863-1--d87543-;rport=45860;received=192.168.10.212 Max-Forwards: 69 Contact: <sip:103@xxxxxxxxx:45860> To: "118"<sip:118@xxxxxxxxxxxxxx> From: "Ali Ziad (X-Lite)"<sip:103@xxxxxxxxxxxxxx>;tag=71203a16 Call-ID: OGFkZDZjZmE0OGI5YmEzMzVmODA0ZTIzYWNkYzlkYzI. CSeq: 2 INVITE Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY,
MESSAGE, SUBSCRIBE, INFO Content-Type: application/sdp Proxy-Authorization: Digest
username="103",realm="192.168.10.212",nonce="12847329220:4a33686747f1e6b0ab5dfd57ec98b592",uri="sip:118@xxxxxxxxxxxxxx",response="6d6b93558c3da2ca2b0af32b456ac3a5",cnonce="09fed1e5f568ae2dad83c4e19b7e9f83",nc=00000001,qop=auth-int,algorithm=MD5 User-Agent: X-Lite release 1011s stamp 41150 Content-Length: 374 v=0 o=- 8 2 IN IP4 192.168.10.212 s=CounterPath X-Lite 3.0 c=IN IP4 192.168.10.212 t=0 0 m=audio 58422 RTP/AVP 107 119 100 106 0 105 98 8 101 a=fmtp:101 0-15 a=rtpmap:107 BV32/16000 a=rtpmap:119 BV32-FEC/16000 a=rtpmap:100 SPEEX/16000 a=rtpmap:106 SPEEX-FEC/16000 a=rtpmap:105 SPEEX-FEC/8000 a=rtpmap:98 iLBC/8000 a=rtpmap:101 telephone-event/8000 a=sendrecv DEBUG | 20080212-173340.774 | Acme:ResipLib | RESIP:DUM | 3760 |
Dialog.cxx:322 | Dialog::dispatch: SipReq: INVITE 118@xxxxxxxxx:5161
tid=162ff466e6195f06 cseq=INVITE contact=103@xxxxxxxxx:45860 / 2 from(wire) DEBUG | 20080212-173340.774 | Acme:ResipLib | RESIP:DUM | 3760 |
Dialog.cxx:354 | Dialog::dispatch -- Created new server invite
sessionSipReq: INVITE 118@xxxxxxxxx:5161 tid=162ff466e6195f06 cseq=INVITE
contact=103@xxxxxxxxx:45860 / 2 from(wire) DEBUG | 20080212-173340.774 | Acme:ResipLib | RESIP:DUM | 3760 |
InviteSession.cxx:75 | ^^^ InviteSession::InviteSession 01C7A288 DEBUG | 20080212-173340.774 | Acme:ResipLib | RESIP | 3760 |
Helper.cxx:2096 | Got sdp INFO | 20080212-173340.774 | Acme:ResipLib | RESIP:DUM | 3760 |
InviteSession.cxx:2499 | Transition UAS_Start -> UAS_Offer DEBUG | 20080212-173340.853 | Acme:ResipLib | RESIP:TRANSPORT |
5392 | TransportSelector.cxx:521 | Looked up source for destination: [ V4
127.0.0.1:5060 UDP target domain=unspecified received on: Transport: [ V4
0.0.0.0:5161 UDP target domain=unspecified connectionId=0 ] connectionId=0 ]
-> [ V4 127.0.0.1:0 UDP target domain=unspecified received on: Transport: [
V4 0.0.0.0:5161 UDP target domain=unspecified connectionId=0 ] connectionId=0 ]
sent-by=127.0.0.1 sent-port=5060 DEBUG | 20080212-173340.853 | Acme:ResipLib | RESIP:TRANSPORT |
5392 | TransportSelector.cxx:879 | Transmitting to [ V4 127.0.0.1:5060 UDP
target domain=unspecified received on: Transport: [ V4 0.0.0.0:5161 UDP target
domain=unspecified connectionId=0 ] connectionId=0 ] tlsDomain= via [ V4
127.0.0.1:5161 UDP target domain=unspecified received on: Transport: [ V4
0.0.0.0:5161 UDP target domain=unspecified connectionId=0 ] connectionId=0 ] SIP/2.0 100 Trying Via: SIP/2.0/UDP
127.0.0.1:5060;branch=z9hG4bK-d8754z-162ff466e6195f06-1---d8754z-;rport=5060 Via: SIP/2.0/UDP 127.0.0.1:45860;branch=z9hG4bK-d87543-ed35984d7706a863-1--d87543-;rport=45860;received=192.168.10.212 To: "118"<sip:118@xxxxxxxxxxxxxx> From: "Ali Ziad
(X-Lite)"<sip:103@xxxxxxxxxxxxxx>;tag=71203a16 Call-ID: OGFkZDZjZmE0OGI5YmEzMzVmODA0ZTIzYWNkYzlkYzI. CSeq: 2 INVITE Content-Length: 0 DEBUG | 20080212-173340.853 | Acme:ResipLib | RESIP:TRANSPORT |
5392 | Transport.cxx:213 | Adding message to tx buffer to: [ V4 127.0.0.1:5060
UDP target domain=unspecified received on: Transport: [ V4 0.0.0.0:5161 UDP
target domain=unspecified connectionId=0 ] connectionId=0 ] INFO | 20080212-173342.946 | Acme:ResipLib | RESIP:DUM | 3760 |
ServerInviteSession.cxx:314 | UAS_Offer: provideAnswer INFO | 20080212-173342.946 | Acme:ResipLib | RESIP:DUM | 3760 |
InviteSession.cxx:2499 | Transition UAS_Offer -> UAS_OfferProvidedAnswer INFO | 20080212-173342.946 | Acme:ResipLib | RESIP:DUM | 3760 |
ServerInviteSession.cxx:506 | UAS_OfferProvidedAnswer: accept(200) INFO | 20080212-173342.946 | Acme:ResipLib | RESIP:DUM | 3760 |
InviteSession.cxx:2499 | Transition UAS_OfferProvidedAnswer -> UAS_Accepted DEBUG | 20080212-173342.946 | Acme:ResipLib | RESIP | 3760 |
Helper.cxx:372 | Helper::makeResponse(SipReq: INVITE 118@xxxxxxxxx:5161
tid=162ff466e6195f06 cseq=INVITE contact=103@xxxxxxxxx:45860 / 2 from(wire)
code=200 reason= DEBUG | 20080212-173342.946 | Acme:ResipLib | RESIP:DUM | 3760 |
Dialog.cxx:1011 | Dialog::makeResponse: SIP/2.0 200 OK Via: SIP/2.0/UDP
127.0.0.1:5060;branch=z9hG4bK-d8754z-162ff466e6195f06-1---d8754z-;rport=5060 Via: SIP/2.0/UDP 127.0.0.1:45860;branch=z9hG4bK-d87543-ed35984d7706a863-1--d87543-;rport=45860;received=192.168.10.212 Contact:
<sip:118@xxxxxxxxx:5161;rinstance=5b37ad47e854826f> To: "118"<sip:118@xxxxxxxxxxxxxx>;tag=c55f5a02 From: "Ali Ziad
(X-Lite)"<sip:103@xxxxxxxxxxxxxx>;tag=71203a16 Call-ID: OGFkZDZjZmE0OGI5YmEzMzVmODA0ZTIzYWNkYzlkYzI. CSeq: 2 INVITE Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, UPDATE Content-Length: 0 DEBUG | 20080212-173342.946 | Acme:ResipLib | RESIP:TRANSACTION
| 3760 | TimerQueue.cxx:105 | Adding application timer:
DumTimeout::Retransmit200 INVITE: 7 UAS_Accepted
ADDR="118"<sip:118@xxxxxxxxxxxxxx>;tag=c55f5a02 PEER="Ali
Ziad (X-Lite)"<sip:103@xxxxxxxxxxxxxx>;tag=71203a16: duration=500
seq=2 DEBUG | 20080212-173342.946 | Acme:ResipLib | RESIP:TRANSACTION
| 3760 | TimerQueue.cxx:105 | Adding application timer: DumTimeout::WaitForAck
INVITE: 7 UAS_Accepted
ADDR="118"<sip:118@xxxxxxxxxxxxxx>;tag=c55f5a02 PEER="Ali
Ziad (X-Lite)"<sip:103@xxxxxxxxxxxxxx>;tag=71203a16: duration=32000
seq=2 DEBUG | 20080212-173342.946 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogUsageManager.cxx:832 | SEND: SIP/2.0 200 OK Via: SIP/2.0/UDP
127.0.0.1:5060;branch=z9hG4bK-d8754z-162ff466e6195f06-1---d8754z-;rport=5060 Via: SIP/2.0/UDP 127.0.0.1:45860;branch=z9hG4bK-d87543-ed35984d7706a863-1--d87543-;rport=45860;received=192.168.10.212 Contact:
<sip:118@xxxxxxxxx:5161;rinstance=5b37ad47e854826f> To: "118"<sip:118@xxxxxxxxxxxxxx>;tag=c55f5a02 From: "Ali Ziad
(X-Lite)"<sip:103@xxxxxxxxxxxxxx>;tag=71203a16 Call-ID: OGFkZDZjZmE0OGI5YmEzMzVmODA0ZTIzYWNkYzlkYzI. CSeq: 2 INVITE Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, UPDATE Content-Type: application/sdp Content-Length: 199 v=0 o=1900 369696545 369696545 IN IP4 192.168.10.212 s=X-Lite c=IN IP4 192.168.10.212 t=0 0 m=audio 7634 RTP/AVP 0 101 a=fmtp:101 0-15 a=rtpmap:0 pcmu/8000 a=rtpmap:101 telephone-event/8000 DEBUG | 20080212-173342.946 | Acme:ResipLib | RESIP | 3760 |
SipStack.cxx:289 | SEND: SipResp: 200 tid=162ff466e6195f06 cseq=INVITE
contact=118@xxxxxxxxx:5161 / 2 from(tu) DEBUG | 20080212-173342.962 | Acme:ResipLib | RESIP:TRANSPORT |
5392 | TransportSelector.cxx:521 | Looked up source for destination: [ V4
127.0.0.1:5060 UDP target domain=unspecified received on: Transport: [ V4
0.0.0.0:5161 UDP target domain=unspecified connectionId=0 ] connectionId=0 ]
-> [ V4 127.0.0.1:0 UDP target domain=unspecified received on: Transport: [
V4 0.0.0.0:5161 UDP target domain=unspecified connectionId=0 ] connectionId=0 ]
sent-by=127.0.0.1 sent-port=5060 DEBUG | 20080212-173342.962 | Acme:ResipLib | RESIP:TRANSPORT |
5392 | TransportSelector.cxx:879 | Transmitting to [ V4 127.0.0.1:5060 UDP
target domain=unspecified received on: Transport: [ V4 0.0.0.0:5161 UDP target
domain=unspecified connectionId=0 ] connectionId=0 ] tlsDomain= via [ V4
127.0.0.1:5161 UDP target domain=unspecified received on: Transport: [ V4
0.0.0.0:5161 UDP target domain=unspecified connectionId=0 ] connectionId=0 ] SIP/2.0 200 OK Via: SIP/2.0/UDP
127.0.0.1:5060;branch=z9hG4bK-d8754z-162ff466e6195f06-1---d8754z-;rport=5060 Via: SIP/2.0/UDP
127.0.0.1:45860;branch=z9hG4bK-d87543-ed35984d7706a863-1--d87543-;rport=45860;received=192.168.10.212 Contact: <sip:118@xxxxxxxxx:5161;rinstance=5b37ad47e854826f> To: "118"<sip:118@xxxxxxxxxxxxxx>;tag=c55f5a02 From: "Ali Ziad
(X-Lite)"<sip:103@xxxxxxxxxxxxxx>;tag=71203a16 Call-ID: OGFkZDZjZmE0OGI5YmEzMzVmODA0ZTIzYWNkYzlkYzI. CSeq: 2 INVITE Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, UPDATE Content-Type: application/sdp Content-Length: 199 v=0 o=1900 369696545 369696545 IN IP4 192.168.10.212 s=X-Lite c=IN IP4 192.168.10.212 t=0 0 m=audio 7634 RTP/AVP 0 101 a=fmtp:101 0-15 a=rtpmap:0 pcmu/8000 a=rtpmap:101 telephone-event/8000 DEBUG | 20080212-173342.962 | Acme:ResipLib | RESIP:TRANSPORT |
5392 | Transport.cxx:213 | Adding message to tx buffer to: [ V4 127.0.0.1:5060
UDP target domain=unspecified received on: Transport: [ V4 0.0.0.0:5161 UDP
target domain=unspecified connectionId=0 ] connectionId=0 ] DEBUG | 20080212-173342.962 | Acme:ResipLib | RESIP:TRANSACTION
| 5392 | TimerQueue.cxx:85 | Adding timer: Timer StaleServer
tid=162ff466e6195f06 ms=32000 DEBUG | 20080212-173343.118 | Acme:ResipLib | RESIP:TRANSPORT |
5392 | Transport.cxx:287 | incoming from: [ V4 127.0.0.1:45860 UDP target
domain=unspecified received on: Transport: [ V4 0.0.0.0:5161 UDP target
domain=unspecified connectionId=0 ] connectionId=0 ] DEBUG | 20080212-173343.118 | Acme:ResipLib | RESIP:TRANSACTION
| 5392 | TransactionUser.cxx:66 | Checking if SipReq: ACK
118@xxxxxxxxx:5161 tid=-d87543-5734967e6400361d-1--d87543- cseq=ACK
contact=103@xxxxxxxxx:45860 / 2 from(wire) is for me DEBUG | 20080212-173343.118 | Acme:ResipLib | RESIP:TRANSACTION
| 5392 | TransactionUser.cxx:71 | Checking rule... DEBUG | 20080212-173343.118 | Acme:ResipLib | RESIP:TRANSACTION
| 5392 | MessageFilterRule.cxx:42 | Matching rule for: ACK sip:118@xxxxxxxxx:5161;rinstance=5b37ad47e854826f SIP/2.0 Via: SIP/2.0/UDP 127.0.0.1:45860;branch=z9hG4bK-d87543-5734967e6400361d-1--d87543-;rport=45860 Max-Forwards: 70 Contact: <sip:103@xxxxxxxxx:45860> To: "118"<sip:118@xxxxxxxxxxxxxx>;tag=c55f5a02 From: "Ali Ziad
(X-Lite)"<sip:103@xxxxxxxxxxxxxx>;tag=71203a16 Call-ID: OGFkZDZjZmE0OGI5YmEzMzVmODA0ZTIzYWNkYzlkYzI. CSeq: 2 ACK Proxy-Authorization: Digest
username="103",realm="192.168.10.212",nonce="12847329220:4a33686747f1e6b0ab5dfd57ec98b592",uri="sip:118@xxxxxxxxxxxxxx",response="6d6b93558c3da2ca2b0af32b456ac3a5",cnonce="09fed1e5f568ae2dad83c4e19b7e9f83",nc=00000001,qop=auth-int,algorithm=MD5 User-Agent: X-Lite release 1011s stamp 41150 Content-Length: 0 DEBUG | 20080212-173343.118 | Acme:ResipLib | RESIP:TRANSACTION
| 5392 | TransactionUser.cxx:74 | Match! DEBUG | 20080212-173343.118 | Acme:ResipLib | RESIP:TRANSACTION
| 5392 | TransactionState.cxx:1832 | Send to TU: TU: DialogUsageManager size=0 ACK sip:118@xxxxxxxxx:5161;rinstance=5b37ad47e854826f SIP/2.0 Via: SIP/2.0/UDP 127.0.0.1:45860;branch=z9hG4bK-d87543-5734967e6400361d-1--d87543-;rport=45860 Max-Forwards: 70 Contact: <sip:103@xxxxxxxxx:45860> To: "118"<sip:118@xxxxxxxxxxxxxx>;tag=c55f5a02 From: "Ali Ziad
(X-Lite)"<sip:103@xxxxxxxxxxxxxx>;tag=71203a16 Call-ID: OGFkZDZjZmE0OGI5YmEzMzVmODA0ZTIzYWNkYzlkYzI. CSeq: 2 ACK Proxy-Authorization: Digest
username="103",realm="192.168.10.212",nonce="12847329220:4a33686747f1e6b0ab5dfd57ec98b592",uri="sip:118@xxxxxxxxxxxxxx",response="6d6b93558c3da2ca2b0af32b456ac3a5",cnonce="09fed1e5f568ae2dad83c4e19b7e9f83",nc=00000001,qop=auth-int,algorithm=MD5 User-Agent: X-Lite release 1011s stamp 41150 Content-Length: 0 INFO | 20080212-173343.134 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogUsageManager.cxx:1296 | Got: SipReq: ACK 118@xxxxxxxxx:5161
tid=-d87543-5734967e6400361d-1--d87543- cseq=ACK contact=103@xxxxxxxxx:45860 /
2 from(wire) DEBUG | 20080212-173343.134 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogUsageManager.cxx:1614 | DialogUsageManager::processRequest: SipReq:
ACK 118@xxxxxxxxx:5161 tid=-d87543-5734967e6400361d-1--d87543- cseq=ACK
contact=103@xxxxxxxxx:45860 / 2 from(wire) INFO | 20080212-173343.134 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogUsageManager.cxx:1674 | Handling in-dialog request: SipReq: ACK
118@xxxxxxxxx:5161 tid=-d87543-5734967e6400361d-1--d87543- cseq=ACK
contact=103@xxxxxxxxx:45860 / 2 from(wire) DEBUG | 20080212-173343.134 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogId.cxx:50 | DialogId::DialogId:
OGFkZDZjZmE0OGI5YmEzMzVmODA0ZTIzYWNkYzlkYzI.-c55f5a02-71203a16 DEBUG | 20080212-173343.134 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogSet.cxx:460 | Found matching dialog mClientSubscriptions(0),
mServerSubscriptions(0) for ACK sip:118@xxxxxxxxx:5161;rinstance=5b37ad47e854826f SIP/2.0 Via: SIP/2.0/UDP 127.0.0.1:45860;branch=z9hG4bK-d87543-5734967e6400361d-1--d87543-;rport=45860 Max-Forwards: 70 Contact: <sip:103@xxxxxxxxx:45860> To: "118"<sip:118@xxxxxxxxxxxxxx>;tag=c55f5a02 From: "Ali Ziad
(X-Lite)"<sip:103@xxxxxxxxxxxxxx>;tag=71203a16 Call-ID: OGFkZDZjZmE0OGI5YmEzMzVmODA0ZTIzYWNkYzlkYzI. CSeq: 2 ACK Proxy-Authorization: Digest
username="103",realm="192.168.10.212",nonce="12847329220:4a33686747f1e6b0ab5dfd57ec98b592",uri="sip:118@xxxxxxxxxxxxxx",response="6d6b93558c3da2ca2b0af32b456ac3a5",cnonce="09fed1e5f568ae2dad83c4e19b7e9f83",nc=00000001,qop=auth-int,algorithm=MD5 User-Agent: X-Lite release 1011s stamp 41150 Content-Length: 0 DEBUG | 20080212-173343.134 | Acme:ResipLib | RESIP:DUM | 3760 |
Dialog.cxx:322 | Dialog::dispatch: SipReq: ACK 118@xxxxxxxxx:5161
tid=-d87543-5734967e6400361d-1--d87543- cseq=ACK contact=103@xxxxxxxxx:45860 /
2 from(wire) INFO | 20080212-173343.134 | Acme:ResipLib | RESIP:DUM | 3760 |
ServerInviteSession.cxx:776 | dispatchAccepted: SipReq: ACK
118@xxxxxxxxx:5161 tid=-d87543-5734967e6400361d-1--d87543- cseq=ACK
contact=103@xxxxxxxxx:45860 / 2 from(wire) INFO | 20080212-173343.134 | Acme:ResipLib | RESIP:DUM | 3760 |
InviteSession.cxx:2499 | Transition UAS_Accepted -> InviteSession::Connected DEBUG | 20080212-173345.321 | Acme:ResipLib | RESIP:TRANSPORT |
5392 | Transport.cxx:287 | incoming from: [ V4 127.0.0.1:45860 UDP target
domain=unspecified received on: Transport: [ V4 0.0.0.0:5161 UDP target
domain=unspecified connectionId=0 ] connectionId=0 ] DEBUG | 20080212-173345.321 | Acme:ResipLib | RESIP:TRANSACTION
| 5392 | TransactionUser.cxx:66 | Checking if SipReq: BYE
118@xxxxxxxxx:5161 tid=-d87543-4427f737f016216b-1--d87543- cseq=BYE
contact=103@xxxxxxxxx:45860 / 3 from(wire) is for me DEBUG | 20080212-173345.321 | Acme:ResipLib | RESIP:TRANSACTION
| 5392 | TransactionUser.cxx:71 | Checking rule... DEBUG | 20080212-173345.321 | Acme:ResipLib | RESIP:TRANSACTION
| 5392 | MessageFilterRule.cxx:42 | Matching rule for: BYE sip:118@xxxxxxxxx:5161;rinstance=5b37ad47e854826f SIP/2.0 Via: SIP/2.0/UDP
127.0.0.1:45860;branch=z9hG4bK-d87543-4427f737f016216b-1--d87543-;rport=45860 Max-Forwards: 70 Contact: <sip:103@xxxxxxxxx:45860> To: "118"<sip:118@xxxxxxxxxxxxxx>;tag=c55f5a02 From: "Ali Ziad (X-Lite)"<sip:103@xxxxxxxxxxxxxx>;tag=71203a16 Call-ID: OGFkZDZjZmE0OGI5YmEzMzVmODA0ZTIzYWNkYzlkYzI. CSeq: 3 BYE Proxy-Authorization: Digest
username="103",realm="192.168.10.212",nonce="12847329220:4a33686747f1e6b0ab5dfd57ec98b592",uri="sip:118@xxxxxxxxx:5161;rinstance=5b37ad47e854826f",response="ded3558dc2e882611d179ef1c9f50f4b",cnonce="185ffa319a6c1218a6b81c77af9a9a1d",nc=00000002,qop=auth-int,algorithm=MD5 User-Agent: X-Lite release 1011s stamp 41150 Reason: SIP;description="User Hung Up" Content-Length: 0 DEBUG | 20080212-173345.321 | Acme:ResipLib | RESIP:TRANSACTION
| 5392 | TransactionUser.cxx:74 | Match! DEBUG | 20080212-173345.321 | Acme:ResipLib | RESIP | 5392 |
Helper.cxx:372 | Helper::makeResponse(SipReq: BYE 118@xxxxxxxxx:5161 tid=-d87543-4427f737f016216b-1--d87543-
cseq=BYE contact=103@xxxxxxxxx:45860 / 3 from(wire) code=100 reason= DEBUG | 20080212-173345.321 | Acme:ResipLib | RESIP:TRANSACTION
| 5392 | TimerQueue.cxx:85 | Adding timer: Timer Trying
tid=-d87543-4427f737f016216b-1--d87543- ms=3500 DEBUG | 20080212-173345.321 | Acme:ResipLib | RESIP:TRANSACTION
| 5392 | TransactionState.cxx:1832 | Send to TU: TU: DialogUsageManager size=0 BYE sip:118@xxxxxxxxx:5161;rinstance=5b37ad47e854826f SIP/2.0 Via: SIP/2.0/UDP 127.0.0.1:45860;branch=z9hG4bK-d87543-4427f737f016216b-1--d87543-;rport=45860 Max-Forwards: 70 Contact: <sip:103@xxxxxxxxx:45860> To: "118"<sip:118@xxxxxxxxxxxxxx>;tag=c55f5a02 From: "Ali Ziad
(X-Lite)"<sip:103@xxxxxxxxxxxxxx>;tag=71203a16 Call-ID: OGFkZDZjZmE0OGI5YmEzMzVmODA0ZTIzYWNkYzlkYzI. CSeq: 3 BYE Proxy-Authorization: Digest
username="103",realm="192.168.10.212",nonce="12847329220:4a33686747f1e6b0ab5dfd57ec98b592",uri="sip:118@xxxxxxxxx:5161;rinstance=5b37ad47e854826f",response="ded3558dc2e882611d179ef1c9f50f4b",cnonce="185ffa319a6c1218a6b81c77af9a9a1d",nc=00000002,qop=auth-int,algorithm=MD5 User-Agent: X-Lite release 1011s stamp 41150 Reason: SIP;description="User Hung Up" Content-Length: 0 INFO | 20080212-173345.337 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogUsageManager.cxx:1296 | Got: SipReq: BYE 118@xxxxxxxxx:5161
tid=-d87543-4427f737f016216b-1--d87543- cseq=BYE contact=103@xxxxxxxxx:45860 /
3 from(wire) DEBUG | 20080212-173345.337 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogUsageManager.cxx:1614 | DialogUsageManager::processRequest: SipReq:
BYE 118@xxxxxxxxx:5161 tid=-d87543-4427f737f016216b-1--d87543- cseq=BYE
contact=103@xxxxxxxxx:45860 / 3 from(wire) INFO | 20080212-173345.337 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogUsageManager.cxx:1674 | Handling in-dialog request: SipReq: BYE
118@xxxxxxxxx:5161 tid=-d87543-4427f737f016216b-1--d87543- cseq=BYE
contact=103@xxxxxxxxx:45860 / 3 from(wire) DEBUG | 20080212-173345.337 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogId.cxx:50 | DialogId::DialogId:
OGFkZDZjZmE0OGI5YmEzMzVmODA0ZTIzYWNkYzlkYzI.-c55f5a02-71203a16 DEBUG | 20080212-173345.337 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogSet.cxx:460 | Found matching dialog mClientSubscriptions(0),
mServerSubscriptions(0) for BYE sip:118@xxxxxxxxx:5161;rinstance=5b37ad47e854826f SIP/2.0 Via: SIP/2.0/UDP
127.0.0.1:45860;branch=z9hG4bK-d87543-4427f737f016216b-1--d87543-;rport=45860 Max-Forwards: 70 Contact: <sip:103@xxxxxxxxx:45860> To: "118"<sip:118@xxxxxxxxxxxxxx>;tag=c55f5a02 From: "Ali Ziad
(X-Lite)"<sip:103@xxxxxxxxxxxxxx>;tag=71203a16 Call-ID: OGFkZDZjZmE0OGI5YmEzMzVmODA0ZTIzYWNkYzlkYzI. CSeq: 3 BYE Proxy-Authorization: Digest
username="103",realm="192.168.10.212",nonce="12847329220:4a33686747f1e6b0ab5dfd57ec98b592",uri="sip:118@xxxxxxxxx:5161;rinstance=5b37ad47e854826f",response="ded3558dc2e882611d179ef1c9f50f4b",cnonce="185ffa319a6c1218a6b81c77af9a9a1d",nc=00000002,qop=auth-int,algorithm=MD5 User-Agent: X-Lite release 1011s stamp 41150 Reason: SIP;description="User Hung Up" Content-Length: 0 DEBUG | 20080212-173345.337 | Acme:ResipLib | RESIP:DUM | 3760 |
Dialog.cxx:322 | Dialog::dispatch: SipReq: BYE 118@xxxxxxxxx:5161
tid=-d87543-4427f737f016216b-1--d87543- cseq=BYE contact=103@xxxxxxxxx:45860 /
3 from(wire) INFO | 20080212-173345.337 | Acme:ResipLib | RESIP:DUM | 3760 |
InviteSession.cxx:1959 | Received SipReq: BYE 118@xxxxxxxxx:5161
tid=-d87543-4427f737f016216b-1--d87543- cseq=BYE contact=103@xxxxxxxxx:45860 /
3 from(wire) DEBUG | 20080212-173345.337 | Acme:ResipLib | RESIP | 3760 |
Helper.cxx:372 | Helper::makeResponse(SipReq: BYE 118@xxxxxxxxx:5161
tid=-d87543-4427f737f016216b-1--d87543- cseq=BYE contact=103@xxxxxxxxx:45860 /
3 from(wire) code=200 reason= DEBUG | 20080212-173345.337 | Acme:ResipLib | RESIP:DUM | 3760 |
Dialog.cxx:1011 | Dialog::makeResponse: SIP/2.0 200 OK Via: SIP/2.0/UDP
127.0.0.1:45860;branch=z9hG4bK-d87543-4427f737f016216b-1--d87543-;rport=45860 Contact:
<sip:118@xxxxxxxxx:5161;rinstance=5b37ad47e854826f> To: "118"<sip:118@xxxxxxxxxxxxxx>;tag=c55f5a02 From: "Ali Ziad
(X-Lite)"<sip:103@xxxxxxxxxxxxxx>;tag=71203a16 Call-ID: OGFkZDZjZmE0OGI5YmEzMzVmODA0ZTIzYWNkYzlkYzI. CSeq: 3 BYE Content-Length: 0 DEBUG | 20080212-173345.337 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogUsageManager.cxx:832 | SEND: SIP/2.0 200 OK Via: SIP/2.0/UDP
127.0.0.1:45860;branch=z9hG4bK-d87543-4427f737f016216b-1--d87543-;rport=45860 Contact:
<sip:118@xxxxxxxxx:5161;rinstance=5b37ad47e854826f> To: "118"<sip:118@xxxxxxxxxxxxxx>;tag=c55f5a02 From: "Ali Ziad
(X-Lite)"<sip:103@xxxxxxxxxxxxxx>;tag=71203a16 Call-ID: OGFkZDZjZmE0OGI5YmEzMzVmODA0ZTIzYWNkYzlkYzI. CSeq: 3 BYE Content-Length: 0 DEBUG | 20080212-173345.337 | Acme:ResipLib | RESIP | 3760 | SipStack.cxx:289
| SEND: SipResp: 200 tid=-d87543-4427f737f016216b-1--d87543- cseq=BYE
contact=118@xxxxxxxxx:5161 / 3 from(tu) INFO | 20080212-173345.337 | Acme:ResipLib | RESIP:DUM | 3760 |
InviteSession.cxx:2499 | Transition InviteSession::Connected -> InviteSession::Terminated DEBUG | 20080212-173345.337 | Acme:ResipLib | RESIP:DUM | 3760 |
InviteSession.cxx:81 | ^^^ InviteSession::~InviteSession 01C7A288 DEBUG | 20080212-173345.337 | Acme:ResipLib | RESIP:DUM | 3760 |
Dialog.cxx:232 | Dialog::~Dialog() DEBUG | 20080212-173345.337 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogUsageManager.cxx:2106 | Got merged request removal request DEBUG | 20080212-173345.337 | Acme:ResipLib | RESIP:TRANSACTION
| 3760 | TimerQueue.cxx:105 | Adding application timer: DEBUG | 20080212-173345.337 | Acme:ResipLib | RESIP:DUM | 3760 |
DialogSet.cxx:122 | ********** DialogSet::~DialogSet:
OGFkZDZjZmE0OGI5YmEzMzVmODA0ZTIzYWNkYzlkYzI.-c55f5a02************* DEBUG | 20080212-173345.353 | Acme:ResipLib | RESIP:TRANSACTION
| 5392 | TimerQueue.cxx:85 | Adding timer: Timer J
tid=-d87543-4427f737f016216b-1--d87543- ms=32000 DEBUG | 20080212-173345.353 | Acme:ResipLib | RESIP:TRANSPORT |
5392 | TransportSelector.cxx:521 | Looked up source for destination: [ V4
127.0.0.1:45860 UDP target domain=unspecified received on: Transport: [ V4
0.0.0.0:5161 UDP target domain=unspecified connectionId=0 ] connectionId=0 ]
-> [ V4 127.0.0.1:0 UDP target domain=unspecified received on: Transport: [
V4 0.0.0.0:5161 UDP target domain=unspecified connectionId=0 ] connectionId=0 ]
sent-by=127.0.0.1 sent-port=45860 DEBUG | 20080212-173345.353 | Acme:ResipLib | RESIP:TRANSPORT |
5392 | TransportSelector.cxx:879 | Transmitting to [ V4 127.0.0.1:45860 UDP
target domain=unspecified received on: Transport: [ V4 0.0.0.0:5161 UDP target
domain=unspecified connectionId=0 ] connectionId=0 ] tlsDomain= via [ V4
127.0.0.1:5161 UDP target domain=unspecified received on: Transport: [ V4
0.0.0.0:5161 UDP target domain=unspecified connectionId=0 ] connectionId=0 ] SIP/2.0 200 OK Via: SIP/2.0/UDP
127.0.0.1:45860;branch=z9hG4bK-d87543-4427f737f016216b-1--d87543-;rport=45860 Contact:
<sip:118@xxxxxxxxx:5161;rinstance=5b37ad47e854826f> To: "118"<sip:118@xxxxxxxxxxxxxx>;tag=c55f5a02 From: "Ali Ziad (X-Lite)"<sip:103@xxxxxxxxxxxxxx>;tag=71203a16 Call-ID: OGFkZDZjZmE0OGI5YmEzMzVmODA0ZTIzYWNkYzlkYzI. CSeq: 3 BYE Content-Length: 0 DEBUG | 20080212-173345.353 | Acme:ResipLib | RESIP:TRANSPORT |
5392 | Transport.cxx:213 | Adding message to tx buffer to: [ V4 127.0.0.1:45860
UDP target domain=unspecified received on: Transport: [ V4 0.0.0.0:5161 UDP
target domain=unspecified connectionId=0 ] connectionId=0 ] CASE-2 INFO | 20080212-172939.837 | Acme:ResipLib | RESIP:DNS | 2764 |
AresDns.cxx:114 | DNS initialization: found 2 name servers INFO | 20080212-172939.837 | Acme:ResipLib | RESIP:DNS | 2764 |
AresDns.cxx:117 | name server: 216.181.1.2 INFO | 20080212-172939.837 | Acme:ResipLib | RESIP:DNS | 2764 |
AresDns.cxx:117 | name server: 216.181.2.2 DEBUG | 20080212-172939.837 | Acme:ResipLib | RESIP | 2764 |
Compression.cxx:40 | COMPRESSION SUPPORT NOT COMPILED IN DEBUG | 20080212-172939.837 | Acme:ResipLib | RESIP | 2764 |
Compression.cxx:43 | Compression configuration object created; algorithm = 0 DEBUG | 20080212-172939.837 | Acme:ResipLib | RESIP:TRANSPORT |
2764 | TransportSelector.cxx:86 | No compression library available INFO | 20080212-172939.837 | Acme:ResipLib | RESIP:TRANSPORT |
2764 | UdpTransport.cxx:42 | Creating UDP transport host= port=5161 ipv4=1 DEBUG | 20080212-172939.853 | Acme:ResipLib | RESIP:TRANSPORT |
2764 | InternalTransport.cxx:86 | Creating fd=5648 V4/UDP DEBUG | 20080212-172939.853 | Acme:ResipLib | RESIP:TRANSPORT |
2764 | InternalTransport.cxx:94 | Binding to 0.0.0.0 DEBUG | 20080212-172939.868 | Acme:ResipLib | RESIP:TRANSPORT |
2764 | UdpTransport.cxx:59 | No compression library available: Transport: [ V4
0.0.0.0:5161 UDP target domain=unspecified connectionId=0 ] DEBUG | 20080212-172939.868 | Acme:ResipLib | RESIP:TRANSPORT |
2764 | TransportSelector.cxx:154 | Adding transport: [ V4 0.0.0.0:5161 UDP
target domain=unspecified connectionId=0 ] DEBUG | 20080212-172943.946 | Acme:ResipLib | RESIP:DUM | 2764 |
UserProfile.cxx:135 | Adding credential: realm=192.168.10.212 user=118 DEBUG | 20080212-172943.946 | Acme:ResipLib | RESIP:DUM | 2764 |
BaseCreator.cxx:140 | BaseCreator::makeInitialRequest: 01BCF038 DEBUG | 20080212-172943.946 | Acme:ResipLib | RESIP:DUM | 2764 |
RegistrationCreator.cxx:31 | RegistrationCreator::RegistrationCreator: 01BCF038 DEBUG | 20080212-172943.946 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogSet.cxx:52 | ************* Created DialogSet(UAC) --
YTA2OTY0ODk2ZTlhYzhkMTBmYjA4M2QwNjc4M2NmZDQ.-e17da25d************* DEBUG | 20080212-172943.946 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogUsageManager.cxx:832 | SEND: REGISTER sip:192.168.10.212 SIP/2.0 Via: SIP/2.0/
;branch=z9hG4bK-d8754z-9978b200f073f167-1---d8754z-;rport Max-Forwards: 70 Contact: <sip:118;rinstance=b74ddc2f587f7d04> To: <sip:118@xxxxxxxxxxxxxx> From: <sip:118@xxxxxxxxxxxxxx>;tag=e17da25d Call-ID: YTA2OTY0ODk2ZTlhYzhkMTBmYjA4M2QwNjc4M2NmZDQ. CSeq: 1 REGISTER Expires: 3600 Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, UPDATE Content-Length: 0 DEBUG | 20080212-172943.946 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogId.cxx:50 | DialogId::DialogId:
YTA2OTY0ODk2ZTlhYzhkMTBmYjA4M2QwNjc4M2NmZDQ.-e17da25d- DEBUG | 20080212-172943.946 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogUsageManager.cxx:963 | Send: SipReq: REGISTER 192.168.10.212
tid=9978b200f073f167 cseq=REGISTER contact=118 / 1 from(tu) DEBUG | 20080212-172943.946 | Acme:ResipLib | RESIP | 2764 |
SipStack.cxx:307 | SEND: SipReq: REGISTER 192.168.10.212
tid=9978b200f073f167 cseq=REGISTER contact=118 / 1 from(tu) DEBUG | 20080212-172943.962 | Acme:ResipLib | RESIP:DUM | 2764 |
UserProfile.cxx:135 | Adding credential: realm=192.168.10.218 user=119 DEBUG | 20080212-172943.962 | Acme:ResipLib | RESIP:DUM | 2764 |
BaseCreator.cxx:140 | BaseCreator::makeInitialRequest: 01C7C5D0 DEBUG | 20080212-172943.962 | Acme:ResipLib | RESIP:DUM | 2764 |
RegistrationCreator.cxx:31 | RegistrationCreator::RegistrationCreator: 01C7C5D0 DEBUG | 20080212-172943.962 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogSet.cxx:52 | ************* Created DialogSet(UAC) --
Mjk2ZTI1NzYwOGU1YjcwMWQwOTk1NTZkZTMxMzVmOTQ.-c02e5264************* DEBUG | 20080212-172943.962 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogUsageManager.cxx:832 | SEND: REGISTER sip:192.168.10.218 SIP/2.0 Via: SIP/2.0/
;branch=z9hG4bK-d8754z-3021db11bd4ed23e-1---d8754z-;rport Max-Forwards: 70 Contact: <sip:119;rinstance=4a0ef7288b24fe7d> To: <sip:119@xxxxxxxxxxxxxx> From: <sip:119@xxxxxxxxxxxxxx>;tag=c02e5264 Call-ID: Mjk2ZTI1NzYwOGU1YjcwMWQwOTk1NTZkZTMxMzVmOTQ. CSeq: 1 REGISTER Expires: 3600 Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, UPDATE Content-Length: 0 DEBUG | 20080212-172943.962 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogId.cxx:50 | DialogId::DialogId:
Mjk2ZTI1NzYwOGU1YjcwMWQwOTk1NTZkZTMxMzVmOTQ.-c02e5264- DEBUG | 20080212-172943.962 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogUsageManager.cxx:963 | Send: SipReq: REGISTER 192.168.10.218
tid=3021db11bd4ed23e cseq=REGISTER contact=119 / 1 from(tu) DEBUG | 20080212-172943.962 | Acme:ResipLib | RESIP | 2764 |
SipStack.cxx:307 | SEND: SipReq: REGISTER 192.168.10.218
tid=3021db11bd4ed23e cseq=REGISTER contact=119 / 1 from(tu) DEBUG | 20080212-172943.978 | Acme:ResipLib | RESIP:TRANSACTION
| 9408 | TimerQueue.cxx:85 | Adding timer: Timer F tid=9978b200f073f167
ms=32000 DEBUG | 20080212-172943.978 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | TransportSelector.cxx:275 | Looking up dns entries for
sip:192.168.10.212 DEBUG | 20080212-172943.978 | Acme:ResipLib | RESIP:DNS | 9408 |
DnsResult.cxx:221 | DnsResult::lookup sip:192.168.10.212 DEBUG | 20080212-172943.978 | Acme:ResipLib | RESIP:DNS | 9408 |
DnsResult.cxx:405 | Numeric result so return immediately: [ V4
192.168.10.212:5060 UDP target domain=192.168.10.212 connectionId=0 ] DEBUG | 20080212-172943.978 | Acme:ResipLib | RESIP:TRANSACTION
| 9408 | TimerQueue.cxx:85 | Adding timer: Timer E1 tid=9978b200f073f167 ms=500 DEBUG | 20080212-172943.993 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | TransportSelector.cxx:521 | Looked up source for destination: [ V4
192.168.10.212:5060 UDP target domain=192.168.10.212 connectionId=0 ] -> [
V4 127.0.0.1:0 UDP target domain=192.168.10.212 connectionId=0 ] sent-by=
sent-port=0 DEBUG | 20080212-172943.993 | Acme:ResipLib | RESIP:TRANSPORT | 9408
| TransportSelector.cxx:1057 | findTransportBySource([ V4 127.0.0.1:0 UDP
target domain=192.168.10.212 connectionId=0 ]) DEBUG | 20080212-172943.993 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | TransportSelector.cxx:1169 | findTransport (any port, any interface)
=> Transport: [ V4 0.0.0.0:5161 UDP target domain=unspecified connectionId=0
] DEBUG | 20080212-172943.993 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | TransportSelector.cxx:879 | Transmitting to [ V4 192.168.10.212:5060 UDP
target domain=192.168.10.212 received on: Transport: [ V4 0.0.0.0:5161 UDP
target domain=unspecified connectionId=0 ] connectionId=0 ] tlsDomain= via [ V4
127.0.0.1:5161 UDP target domain=192.168.10.212 connectionId=0 ] REGISTER sip:192.168.10.212 SIP/2.0 Via: SIP/2.0/UDP 127.0.0.1:5161;branch=z9hG4bK-d8754z-9978b200f073f167-1---d8754z-;rport Max-Forwards: 70 Contact:
<sip:118@xxxxxxxxx:5161;rinstance=b74ddc2f587f7d04> To: <sip:118@xxxxxxxxxxxxxx> From: <sip:118@xxxxxxxxxxxxxx>;tag=e17da25d Call-ID: YTA2OTY0ODk2ZTlhYzhkMTBmYjA4M2QwNjc4M2NmZDQ. CSeq: 1 REGISTER Expires: 3600 Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, UPDATE Content-Length: 0 DEBUG | 20080212-172943.993 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | Transport.cxx:213 | Adding message to tx buffer to: [ V4 192.168.10.212:5060
UDP target domain=192.168.10.212 received on: Transport: [ V4 0.0.0.0:5161 UDP
target domain=unspecified connectionId=0 ] connectionId=0 ] DEBUG | 20080212-172943.993 | Acme:ResipLib | RESIP:TRANSACTION
| 9408 | TimerQueue.cxx:85 | Adding timer: Timer F tid=3021db11bd4ed23e
ms=32000 DEBUG | 20080212-172944.009 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | TransportSelector.cxx:275 | Looking up dns entries for
sip:192.168.10.218 DEBUG | 20080212-172944.009 | Acme:ResipLib | RESIP:DNS | 9408 |
DnsResult.cxx:221 | DnsResult::lookup sip:192.168.10.218 DEBUG | 20080212-172944.009 | Acme:ResipLib | RESIP:DNS | 9408 |
DnsResult.cxx:405 | Numeric result so return immediately: [ V4
192.168.10.218:5060 UDP target domain=192.168.10.218 connectionId=0 ] DEBUG | 20080212-172944.009 | Acme:ResipLib | RESIP:TRANSACTION
| 9408 | TimerQueue.cxx:85 | Adding timer: Timer E1 tid=3021db11bd4ed23e ms=500 DEBUG | 20080212-172944.009 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | TransportSelector.cxx:521 | Looked up source for destination: [ V4
192.168.10.218:5060 UDP target domain=192.168.10.218 connectionId=0 ] -> [
V4 192.168.10.212:0 UDP target domain=192.168.10.218 connectionId=0 ] sent-by=
sent-port=0 DEBUG | 20080212-172944.009 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | TransportSelector.cxx:1057 | findTransportBySource([ V4 192.168.10.212:0
UDP target domain=192.168.10.218 connectionId=0 ]) DEBUG | 20080212-172944.009 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | TransportSelector.cxx:1169 | findTransport (any port, any interface)
=> Transport: [ V4 0.0.0.0:5161 UDP target domain=unspecified connectionId=0
] DEBUG | 20080212-172944.009 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | TransportSelector.cxx:879 | Transmitting to [ V4 192.168.10.218:5060 UDP
target domain=192.168.10.218 received on: Transport: [ V4 0.0.0.0:5161 UDP
target domain=unspecified connectionId=0 ] connectionId=0 ] tlsDomain= via [ V4
192.168.10.212:5161 UDP target domain=192.168.10.218 connectionId=0 ] REGISTER sip:192.168.10.218 SIP/2.0 Via: SIP/2.0/UDP
192.168.10.212:5161;branch=z9hG4bK-d8754z-3021db11bd4ed23e-1---d8754z-;rport Max-Forwards: 70 Contact:
<sip:119@xxxxxxxxxxxxxx:5161;rinstance=4a0ef7288b24fe7d> To: <sip:119@xxxxxxxxxxxxxx> From: <sip:119@xxxxxxxxxxxxxx>;tag=c02e5264 Call-ID: Mjk2ZTI1NzYwOGU1YjcwMWQwOTk1NTZkZTMxMzVmOTQ. CSeq: 1 REGISTER Expires: 3600 Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, UPDATE Content-Length: 0 DEBUG | 20080212-172944.009 | Acme:ResipLib | RESIP:TRANSPORT | 9408
| Transport.cxx:213 | Adding message to tx buffer to: [ V4 192.168.10.218:5060
UDP target domain=192.168.10.218 received on: Transport: [ V4 0.0.0.0:5161 UDP
target domain=unspecified connectionId=0 ] connectionId=0 ] DEBUG | 20080212-172944.024 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | Transport.cxx:287 | incoming from: [ V4 192.168.10.212:5060 UDP target
domain=unspecified received on: Transport: [ V4 0.0.0.0:5161 UDP target
domain=unspecified connectionId=0 ] connectionId=0 ] DEBUG | 20080212-172944.024 | Acme:ResipLib | RESIP:DNS | 9408 |
DnsResult.cxx:213 | Whitelisting 192.168.10.212(1): 192.168.10.212 DEBUG | 20080212-172944.024 | Acme:ResipLib | RESIP:TRANSACTION
| 9408 | TransactionState.cxx:1832 | Send to TU: TU: DialogUsageManager size=0 SIP/2.0 407 Proxy Authentication Required Via: SIP/2.0/UDP
127.0.0.1:5161;branch=z9hG4bK-d8754z-9978b200f073f167-1---d8754z-;rport=5161;received=192.168.10.212 Proxy-Authenticate: Digest
nonce="12847328984:a7f97bffac7a54d5aef395ac2c572485",algorithm=MD5,realm="192.168.10.212",qop="auth,auth-int" To: <sip:118@xxxxxxxxxxxxxx>;tag=d7123e10 From: <sip:118@xxxxxxxxxxxxxx>;tag=e17da25d Call-ID: YTA2OTY0ODk2ZTlhYzhkMTBmYjA4M2QwNjc4M2NmZDQ. CSeq: 1 REGISTER Content-Length: 0 DEBUG | 20080212-172944.024 | Acme:ResipLib | RESIP:TRANSACTION
| 9408 | TimerQueue.cxx:85 | Adding timer: Timer K tid=9978b200f073f167 ms=5000 INFO | 20080212-172944.040 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogUsageManager.cxx:1296 | Got: SipResp: 407 tid=9978b200f073f167
cseq=REGISTER / 1 from(wire) DEBUG | 20080212-172944.040 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogUsageManager.cxx:1804 | DialogUsageManager::processResponse: SipResp: 407 tid=9978b200f073f167 cseq=REGISTER / 1 from(wire) DEBUG | 20080212-172944.040 | Acme:ResipLib | RESIP:DUM | 2764 |
ClientAuthManager.cxx:223 | ClientAuthManager::RealmState::handleAuth: 01C84E40
Digest
nonce="12847328984:a7f97bffac7a54d5aef395ac2c572485",algorithm=MD5,realm="192.168.10.212",qop="auth,auth-int"
is proxy: 1 DEBUG | 20080212-172944.040 | Acme:ResipLib | RESIP:DUM | 2764 |
ClientAuthManager.cxx:197 | ClientAuthManager::RealmState::transition from
invalid to current DEBUG | 20080212-172944.040 | Acme:ResipLib | RESIP:DUM | 2764 |
UserProfile.cxx:158 | Found credential for realm: realm=192.168.10.212
user=118192.168.10.212 DEBUG | 20080212-172944.040 | Acme:ResipLib | RESIP:DUM | 2764 |
ClientAuthManager.cxx:62 | Produced response to digest challenge for
UserProfile: <sip:118@xxxxxxxxxxxxxx>[realm=192.168.10.212 user=118] DEBUG | 20080212-172944.040 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogSet.cxx:245 | about to re-send request with digest credentials DEBUG | 20080212-172944.040 | Acme:ResipLib | RESIP:DUM | 2764 |
ClientAuthManager.cxx:317 | Add auth, 01C84E40 in response to: Digest
nonce="12847328984:a7f97bffac7a54d5aef395ac2c572485",algorithm=MD5,realm="192.168.10.212",qop="auth,auth-int" DEBUG | 20080212-172944.040 | Acme:ResipLib | RESIP | 2764 |
Helper.cxx:1296 | nonceCount is now: [00000001] DEBUG | 20080212-172944.040 | Acme:ResipLib | RESIP:DUM | 2764 |
ClientAuthManager.cxx:325 | ClientAuthManager::RealmState::addAuthentication,
proxy: 1 Digest
username="118",realm="192.168.10.212",nonce="12847328984:a7f97bffac7a54d5aef395ac2c572485",uri="sip:192.168.10.212",response="7a0894f223ad565812f3a0a0cf3edfc3",cnonce="ed127618e60d6f79",nc=00000001,qop=auth-int,algorithm=MD5 DEBUG | 20080212-172944.040 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogUsageManager.cxx:832 | SEND: REGISTER sip:192.168.10.212 SIP/2.0 Via: SIP/2.0/
;branch=z9hG4bK-d8754z-102b7641c81b606d-1---d8754z-;rport Max-Forwards: 70 Contact: <sip:118;rinstance=b74ddc2f587f7d04> To: <sip:118@xxxxxxxxxxxxxx> From: <sip:118@xxxxxxxxxxxxxx>;tag=e17da25d Call-ID: YTA2OTY0ODk2ZTlhYzhkMTBmYjA4M2QwNjc4M2NmZDQ. CSeq: 2 REGISTER Expires: 3600 Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, UPDATE Proxy-Authorization: Digest
username="118",realm="192.168.10.212",nonce="12847328984:a7f97bffac7a54d5aef395ac2c572485",uri="sip:192.168.10.212",response="7a0894f223ad565812f3a0a0cf3edfc3",cnonce="ed127618e60d6f79",nc=00000001,qop=auth-int,algorithm=MD5 Content-Length: 0 DEBUG | 20080212-172944.040 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogId.cxx:50 | DialogId::DialogId:
YTA2OTY0ODk2ZTlhYzhkMTBmYjA4M2QwNjc4M2NmZDQ.-e17da25d- DEBUG | 20080212-172944.040 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogUsageManager.cxx:963 | Send: SipReq: REGISTER 192.168.10.212
tid=102b7641c81b606d cseq=REGISTER contact=118 / 2 from(tu) DEBUG | 20080212-172944.040 | Acme:ResipLib | RESIP | 2764 |
SipStack.cxx:307 | SEND: SipReq: REGISTER 192.168.10.212
tid=102b7641c81b606d cseq=REGISTER contact=118 / 2 from(tu) DEBUG | 20080212-172944.056 | Acme:ResipLib | RESIP:TRANSACTION
| 9408 | TimerQueue.cxx:85 | Adding timer: Timer F tid=102b7641c81b606d
ms=32000 DEBUG | 20080212-172944.056 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | TransportSelector.cxx:275 | Looking up dns entries for
sip:192.168.10.212 DEBUG | 20080212-172944.056 | Acme:ResipLib | RESIP:DNS | 9408 |
DnsResult.cxx:221 | DnsResult::lookup sip:192.168.10.212 DEBUG | 20080212-172944.056 | Acme:ResipLib | RESIP:DNS | 9408 |
DnsResult.cxx:405 | Numeric result so return immediately: [ V4
192.168.10.212:5060 UDP target domain=192.168.10.212 connectionId=0 ] DEBUG | 20080212-172944.056 | Acme:ResipLib | RESIP:TRANSACTION
| 9408 | TimerQueue.cxx:85 | Adding timer: Timer E1 tid=102b7641c81b606d ms=500 DEBUG | 20080212-172944.056 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | TransportSelector.cxx:521 | Looked up source for destination: [ V4
192.168.10.212:5060 UDP target domain=192.168.10.212 connectionId=0 ] -> [
V4 127.0.0.1:0 UDP target domain=192.168.10.212 connectionId=0 ] sent-by=
sent-port=0 DEBUG | 20080212-172944.056 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | TransportSelector.cxx:1057 | findTransportBySource([ V4 127.0.0.1:0 UDP
target domain=192.168.10.212 connectionId=0 ]) DEBUG | 20080212-172944.056 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | TransportSelector.cxx:1169 | findTransport (any port, any interface)
=> Transport: [ V4 0.0.0.0:5161 UDP target domain=unspecified connectionId=0
] DEBUG | 20080212-172944.056 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | TransportSelector.cxx:879 | Transmitting to [ V4 192.168.10.212:5060 UDP
target domain=192.168.10.212 received on: Transport: [ V4 0.0.0.0:5161 UDP
target domain=unspecified connectionId=0 ] connectionId=0 ] tlsDomain= via [ V4
127.0.0.1:5161 UDP target domain=192.168.10.212 connectionId=0 ] REGISTER sip:192.168.10.212 SIP/2.0 Via: SIP/2.0/UDP
127.0.0.1:5161;branch=z9hG4bK-d8754z-102b7641c81b606d-1---d8754z-;rport Max-Forwards: 70 Contact:
<sip:118@xxxxxxxxx:5161;rinstance=b74ddc2f587f7d04> To: <sip:118@xxxxxxxxxxxxxx> From: <sip:118@xxxxxxxxxxxxxx>;tag=e17da25d Call-ID: YTA2OTY0ODk2ZTlhYzhkMTBmYjA4M2QwNjc4M2NmZDQ. CSeq: 2 REGISTER Expires: 3600 Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, UPDATE Proxy-Authorization: Digest
username="118",realm="192.168.10.212",nonce="12847328984:a7f97bffac7a54d5aef395ac2c572485",uri="sip:192.168.10.212",response="7a0894f223ad565812f3a0a0cf3edfc3",cnonce="ed127618e60d6f79",nc=00000001,qop=auth-int,algorithm=MD5 Content-Length: 0 DEBUG | 20080212-172944.056 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | Transport.cxx:213 | Adding message to tx buffer to: [ V4
192.168.10.212:5060 UDP target domain=192.168.10.212 received on: Transport: [
V4 0.0.0.0:5161 UDP target domain=unspecified connectionId=0 ] connectionId=0 ] DEBUG | 20080212-172944.087 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | Transport.cxx:287 | incoming from: [ V4 192.168.10.212:5060 UDP target
domain=unspecified received on: Transport: [ V4 0.0.0.0:5161 UDP target
domain=unspecified connectionId=0 ] connectionId=0 ] DEBUG | 20080212-172944.087 | Acme:ResipLib | RESIP:DNS | 9408 |
DnsResult.cxx:213 | Whitelisting 192.168.10.212(1): 192.168.10.212 DEBUG | 20080212-172944.087 | Acme:ResipLib | RESIP:DNS | 9408 |
RRVip.cxx:129 | updating an existing vip: 192.168.10.212 with 192.168.10.212 DEBUG | 20080212-172944.087 | Acme:ResipLib | RESIP:TRANSACTION
| 9408 | TransactionState.cxx:1832 | Send to TU: TU: DialogUsageManager size=0 SIP/2.0 200 OK Via: SIP/2.0/UDP
127.0.0.1:5161;branch=z9hG4bK-d8754z-102b7641c81b606d-1---d8754z-;rport=5161;received=192.168.10.212 Contact:
<sip:118@xxxxxxxxx:5161;rinstance=b74ddc2f587f7d04>;expires=3600 To: <sip:118@xxxxxxxxxxxxxx>;tag=11255b79 From: <sip:118@xxxxxxxxxxxxxx>;tag=e17da25d Call-ID: YTA2OTY0ODk2ZTlhYzhkMTBmYjA4M2QwNjc4M2NmZDQ. CSeq: 2 REGISTER Content-Length: 0 DEBUG | 20080212-172944.087 | Acme:ResipLib | RESIP:TRANSACTION
| 9408 | TimerQueue.cxx:85 | Adding timer: Timer K tid=102b7641c81b606d ms=5000 INFO | 20080212-172944.087 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogUsageManager.cxx:1296 | Got: SipResp: 200 tid=102b7641c81b606d
cseq=REGISTER contact=118@xxxxxxxxx:5161 / 2 from(wire) DEBUG | 20080212-172944.087 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogUsageManager.cxx:1804 | DialogUsageManager::processResponse: SipResp: 200 tid=102b7641c81b606d cseq=REGISTER
contact=118@xxxxxxxxx:5161 / 2 from(wire) DEBUG | 20080212-172944.087 | Acme:ResipLib | RESIP:DUM | 2764 |
ClientAuthManager.cxx:40 | ClientAuthManager::handle: transitioning
YTA2OTY0ODk2ZTlhYzhkMTBmYjA4M2QwNjc4M2NmZDQ.-e17da25dto cached DEBUG | 20080212-172944.087 | Acme:ResipLib | RESIP:DUM | 2764 |
ClientAuthManager.cxx:197 | ClientAuthManager::RealmState::transition from
current to cached DEBUG | 20080212-172944.087 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogId.cxx:50 | DialogId::DialogId:
YTA2OTY0ODk2ZTlhYzhkMTBmYjA4M2QwNjc4M2NmZDQ.-e17da25d-11255b79 DEBUG | 20080212-172944.087 | Acme:ResipLib | RESIP:DUM | 2764 |
ClientRegistration.cxx:397 | Clearing service route ([]) DEBUG | 20080212-172944.087 | Acme:ResipLib | RESIP:TRANSACTION
| 2764 | TimerQueue.cxx:105 | Adding application timer:
DumTimeout::Registration ClientRegistration sip:118@xxxxxxxxxxxxxx:
duration=3240 seq=1 DEBUG | 20080212-172944.415 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | Transport.cxx:287 | incoming from: [ V4 192.168.10.218:5060 UDP target
domain=unspecified received on: Transport: [ V4 0.0.0.0:5161 UDP target
domain=unspecified connectionId=0 ] connectionId=0 ] DEBUG | 20080212-172944.415 | Acme:ResipLib | RESIP:DNS | 9408 |
DnsResult.cxx:213 | Whitelisting 192.168.10.218(1): 192.168.10.218 DEBUG | 20080212-172944.415 | Acme:ResipLib | RESIP:TRANSACTION
| 9408 | TransactionState.cxx:1832 | Send to TU: TU: DialogUsageManager size=0 SIP/2.0 407 Proxy Authentication Required Via: SIP/2.0/UDP
192.168.10.212:5161;branch=z9hG4bK-d8754z-3021db11bd4ed23e-1---d8754z-;rport=5161 Proxy-Authenticate: Digest
nonce="12847328897:b2001ee183d6732a1fddc4893bfa0770",algorithm=MD5,realm="3CXPhoneSystem" To: <sip:119@xxxxxxxxxxxxxx>;tag=9a7c2619 From: <sip:119@xxxxxxxxxxxxxx>;tag=c02e5264 Call-ID: Mjk2ZTI1NzYwOGU1YjcwMWQwOTk1NTZkZTMxMzVmOTQ. CSeq: 1 REGISTER User-Agent: 3CXPhoneSystem 5.0.3790.0 Content-Length: 0 DEBUG | 20080212-172944.415 | Acme:ResipLib | RESIP:TRANSACTION
| 9408 | TimerQueue.cxx:85 | Adding timer: Timer K tid=3021db11bd4ed23e ms=5000 INFO | 20080212-172944.415 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogUsageManager.cxx:1296 | Got: SipResp: 407 tid=3021db11bd4ed23e
cseq=REGISTER / 1 from(wire) DEBUG | 20080212-172944.415 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogUsageManager.cxx:1804 | DialogUsageManager::processResponse: SipResp: 407 tid=3021db11bd4ed23e cseq=REGISTER / 1 from(wire) DEBUG | 20080212-172944.415 | Acme:ResipLib | RESIP:DUM | 2764 |
ClientAuthManager.cxx:223 | ClientAuthManager::RealmState::handleAuth: 01C88F90
Digest
nonce="12847328897:b2001ee183d6732a1fddc4893bfa0770",algorithm=MD5,realm="3CXPhoneSystem"
is proxy: 1 DEBUG | 20080212-172944.415 | Acme:ResipLib | RESIP:DUM | 2764 |
ClientAuthManager.cxx:197 | ClientAuthManager::RealmState::transition from
invalid to current DEBUG | 20080212-172944.415 | Acme:ResipLib | RESIP:DUM | 2764 |
UserProfile.cxx:153 | Didn't find credential for realm: 3CXPhoneSystem
realm=192.168.10.218 user=119 DEBUG | 20080212-172944.415 | Acme:ResipLib | RESIP:DUM | 2764 |
ClientAuthManager.cxx:62 | Produced response to digest challenge for
UserProfile: <sip:119@xxxxxxxxxxxxxx>[realm=192.168.10.218 user=119] DEBUG | 20080212-172944.415 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogSet.cxx:245 | about to re-send request with digest credentials DEBUG | 20080212-172944.415 | Acme:ResipLib | RESIP:DUM | 2764 |
ClientAuthManager.cxx:317 | Add auth, 01C88F90 in response to: Digest
nonce="12847328897:b2001ee183d6732a1fddc4893bfa0770",algorithm=MD5,realm="3CXPhoneSystem" DEBUG | 20080212-172944.415 | Acme:ResipLib | RESIP:DUM | 2764 |
ClientAuthManager.cxx:325 | ClientAuthManager::RealmState::addAuthentication,
proxy: 1 Digest username="119",realm="3CXPhoneSystem",nonce="12847328897:b2001ee183d6732a1fddc4893bfa0770",uri="sip:192.168.10.218",response="b43d593a33cd99a0d87bdb7ac29b0be1",algorithm=MD5 DEBUG | 20080212-172944.415 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogUsageManager.cxx:832 | SEND: REGISTER sip:192.168.10.218 SIP/2.0 Via: SIP/2.0/
;branch=z9hG4bK-d8754z-f8687c5be2134058-1---d8754z-;rport Max-Forwards: 70 Contact: <sip:119;rinstance=4a0ef7288b24fe7d> To: <sip:119@xxxxxxxxxxxxxx> From: <sip:119@xxxxxxxxxxxxxx>;tag=c02e5264 Call-ID: Mjk2ZTI1NzYwOGU1YjcwMWQwOTk1NTZkZTMxMzVmOTQ. CSeq: 2 REGISTER Expires: 3600 Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, UPDATE Proxy-Authorization: Digest
username="119",realm="3CXPhoneSystem",nonce="12847328897:b2001ee183d6732a1fddc4893bfa0770",uri="sip:192.168.10.218",response="b43d593a33cd99a0d87bdb7ac29b0be1",algorithm=MD5 Content-Length: 0 DEBUG | 20080212-172944.415 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogId.cxx:50 | DialogId::DialogId:
Mjk2ZTI1NzYwOGU1YjcwMWQwOTk1NTZkZTMxMzVmOTQ.-c02e5264- DEBUG | 20080212-172944.415 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogUsageManager.cxx:963 | Send: SipReq: REGISTER 192.168.10.218
tid=f8687c5be2134058 cseq=REGISTER contact=119 / 2 from(tu) DEBUG | 20080212-172944.415 | Acme:ResipLib | RESIP | 2764 |
SipStack.cxx:307 | SEND: SipReq: REGISTER 192.168.10.218
tid=f8687c5be2134058 cseq=REGISTER contact=119 / 2 from(tu) DEBUG | 20080212-172944.431 | Acme:ResipLib | RESIP:TRANSACTION
| 9408 | TimerQueue.cxx:85 | Adding timer: Timer F tid=f8687c5be2134058
ms=32000 DEBUG | 20080212-172944.431 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | TransportSelector.cxx:275 | Looking up dns entries for
sip:192.168.10.218 DEBUG | 20080212-172944.431 | Acme:ResipLib | RESIP:DNS | 9408 |
DnsResult.cxx:221 | DnsResult::lookup sip:192.168.10.218 DEBUG | 20080212-172944.431 | Acme:ResipLib | RESIP:DNS | 9408 |
DnsResult.cxx:405 | Numeric result so return immediately: [ V4
192.168.10.218:5060 UDP target domain=192.168.10.218 connectionId=0 ] DEBUG | 20080212-172944.431 | Acme:ResipLib | RESIP:TRANSACTION
| 9408 | TimerQueue.cxx:85 | Adding timer: Timer E1 tid=f8687c5be2134058 ms=500 DEBUG | 20080212-172944.431 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | TransportSelector.cxx:521 | Looked up source for destination: [ V4
192.168.10.218:5060 UDP target domain=192.168.10.218 connectionId=0 ] -> [
V4 192.168.10.212:0 UDP target domain=192.168.10.218 connectionId=0 ] sent-by=
sent-port=0 DEBUG | 20080212-172944.431 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | TransportSelector.cxx:1057 | findTransportBySource([ V4 192.168.10.212:0
UDP target domain=192.168.10.218 connectionId=0 ]) DEBUG | 20080212-172944.431 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | TransportSelector.cxx:1169 | findTransport (any port, any interface)
=> Transport: [ V4 0.0.0.0:5161 UDP target domain=unspecified connectionId=0
] DEBUG | 20080212-172944.431 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | TransportSelector.cxx:879 | Transmitting to [ V4 192.168.10.218:5060 UDP
target domain=192.168.10.218 received on: Transport: [ V4 0.0.0.0:5161 UDP target
domain=unspecified connectionId=0 ] connectionId=0 ] tlsDomain= via [ V4
192.168.10.212:5161 UDP target domain=192.168.10.218 connectionId=0 ] REGISTER sip:192.168.10.218 SIP/2.0 Via: SIP/2.0/UDP
192.168.10.212:5161;branch=z9hG4bK-d8754z-f8687c5be2134058-1---d8754z-;rport Max-Forwards: 70 Contact:
<sip:119@xxxxxxxxxxxxxx:5161;rinstance=4a0ef7288b24fe7d> To: <sip:119@xxxxxxxxxxxxxx> From: <sip:119@xxxxxxxxxxxxxx>;tag=c02e5264 Call-ID: Mjk2ZTI1NzYwOGU1YjcwMWQwOTk1NTZkZTMxMzVmOTQ. CSeq: 2 REGISTER Expires: 3600 Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, UPDATE Proxy-Authorization: Digest
username="119",realm="3CXPhoneSystem",nonce="12847328897:b2001ee183d6732a1fddc4893bfa0770",uri="sip:192.168.10.218",response="b43d593a33cd99a0d87bdb7ac29b0be1",algorithm=MD5 Content-Length: 0 DEBUG | 20080212-172944.431 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | Transport.cxx:213 | Adding message to tx buffer to: [ V4
192.168.10.218:5060 UDP target domain=192.168.10.218 received on: Transport: [
V4 0.0.0.0:5161 UDP target domain=unspecified connectionId=0 ] connectionId=0 ] DEBUG | 20080212-172944.837 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | Transport.cxx:287 | incoming from: [ V4 192.168.10.218:5060 UDP target
domain=unspecified received on: Transport: [ V4 0.0.0.0:5161 UDP target
domain=unspecified connectionId=0 ] connectionId=0 ] DEBUG | 20080212-172944.837 | Acme:ResipLib | RESIP:DNS | 9408 |
DnsResult.cxx:213 | Whitelisting 192.168.10.218(1): 192.168.10.218 DEBUG | 20080212-172944.837 | Acme:ResipLib | RESIP:DNS | 9408 |
RRVip.cxx:129 | updating an existing vip: 192.168.10.218 with 192.168.10.218 DEBUG | 20080212-172944.837 | Acme:ResipLib | RESIP:TRANSACTION
| 9408 | TransactionState.cxx:1832 | Send to TU: TU: DialogUsageManager size=0 SIP/2.0 200 OK Via: SIP/2.0/UDP
192.168.10.212:5161;branch=z9hG4bK-d8754z-f8687c5be2134058-1---d8754z-;rport=5161 Contact:
<sip:119@xxxxxxxxxxxxxx:5161;rinstance=4a0ef7288b24fe7d>;expires=1800 To: <sip:119@xxxxxxxxxxxxxx>;tag=1c5dd862 From: <sip:119@xxxxxxxxxxxxxx>;tag=c02e5264 Call-ID: Mjk2ZTI1NzYwOGU1YjcwMWQwOTk1NTZkZTMxMzVmOTQ. CSeq: 2 REGISTER User-Agent: 3CXPhoneSystem 5.0.3790.0 Content-Length: 0 DEBUG | 20080212-172944.837 | Acme:ResipLib | RESIP:TRANSACTION
| 9408 | TimerQueue.cxx:85 | Adding timer: Timer K tid=f8687c5be2134058 ms=5000 INFO | 20080212-172944.853 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogUsageManager.cxx:1296 | Got: SipResp: 200 tid=f8687c5be2134058
cseq=REGISTER contact=119@xxxxxxxxxxxxxx:5161 / 2 from(wire) DEBUG | 20080212-172944.853 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogUsageManager.cxx:1804 | DialogUsageManager::processResponse: SipResp: 200 tid=f8687c5be2134058 cseq=REGISTER
contact=119@xxxxxxxxxxxxxx:5161 / 2 from(wire) DEBUG | 20080212-172944.853 | Acme:ResipLib | RESIP:DUM | 2764 |
ClientAuthManager.cxx:40 | ClientAuthManager::handle: transitioning
Mjk2ZTI1NzYwOGU1YjcwMWQwOTk1NTZkZTMxMzVmOTQ.-c02e5264to cached DEBUG | 20080212-172944.853 | Acme:ResipLib | RESIP:DUM | 2764 |
ClientAuthManager.cxx:197 | ClientAuthManager::RealmState::transition from
current to cached DEBUG | 20080212-172944.853 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogId.cxx:50 | DialogId::DialogId:
Mjk2ZTI1NzYwOGU1YjcwMWQwOTk1NTZkZTMxMzVmOTQ.-c02e5264-1c5dd862 DEBUG | 20080212-172944.853 | Acme:ResipLib | RESIP:DUM | 2764 |
ClientRegistration.cxx:397 | Clearing service route ([]) DEBUG | 20080212-172944.853 | Acme:ResipLib | RESIP:TRANSACTION
| 2764 | TimerQueue.cxx:105 | Adding application timer:
DumTimeout::Registration ClientRegistration sip:119@xxxxxxxxxxxxxx:
duration=1620 seq=1 INFO | 20080212-173039.853 | Acme:ResipLib | RESIP:TRANSACTION |
9408 | TuSelector.cxx:70 | Stats message WARNING | 20080212-173039.853 | Acme:ResipLib | RESIP:STATS |
9408 | StatisticsMessage.cxx:152 | RESIP:TRANSACTION TU summary: 0 TRANSPORT 0 TRANSACTION 0 CLIENTTX 0 SERVERTX 0
TIMERS 0 Transaction summary: reqi 0 reqo 4 rspi 4 rspo 0 Details: INVi 0/S0/F0 INVo 0/S0/F0 ACKi 0 ACKo 0 BYEi 0/S0/F0
BYEo 0/S0/F0 CANi 0/S0/F0 CANo 0/S0/F0 MSGi 0/S0/F0 MSGo 0/S0/F0 OPTi 0/S0/F0
OPTo 0/S0/F0 REGi 0/S0/F0 REGo 4/S2/F2 PUBi 0/S0/F0 PUBo 0/S0/F0 SUBi 0/S0/F0
SUBo 0/S0/F0 NOTi 0/S0/F0 NOTo 0/S0/F0 Retransmissions: INVx 0 BYEx 0 CANx 0 MSGx 0 OPTx 0 REGx 0 finx
0 nonx 0 PUBx 0 SUBx 0 NOTx 0 DEBUG | 20080212-173133.087 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | Transport.cxx:287 | incoming from: [ V4 127.0.0.1:5060 UDP target
domain=unspecified received on: Transport: [ V4 0.0.0.0:5161 UDP target
domain=unspecified connectionId=0 ] connectionId=0 ] DEBUG | 20080212-173133.087 | Acme:ResipLib | RESIP:TRANSACTION
| 9408 | TransactionUser.cxx:66 | Checking if SipReq: INVITE
118@xxxxxxxxx:5161 tid=f11e7d3ec1337374 cseq=INVITE
contact=101@xxxxxxxxxxxxxx:58074 / 2 from(wire) is for me DEBUG | 20080212-173133.087 | Acme:ResipLib | RESIP:TRANSACTION
| 9408 | TransactionUser.cxx:71 | Checking rule... DEBUG | 20080212-173133.087 | Acme:ResipLib | RESIP:TRANSACTION
| 9408 | MessageFilterRule.cxx:42 | Matching rule for: INVITE sip:118@xxxxxxxxx:5161;rinstance=b74ddc2f587f7d04 SIP/2.0 Via: SIP/2.0/UDP
127.0.0.1:5060;branch=z9hG4bK-d8754z-f11e7d3ec1337374-1---d8754z-;rport=5060 Via: SIP/2.0/UDP
192.168.10.218:58074;branch=z9hG4bK-d87543-f540a52fbf22ec03-1--d87543-;rport=58074 Max-Forwards: 69 Contact: <sip:101@xxxxxxxxxxxxxx:58074> To: "118"<sip:118@xxxxxxxxxxxxxx> From: "Acme Ext.
101"<sip:101@xxxxxxxxxxxxxx>;tag=d8308f4a Call-ID: YjVhMzhlM2U0Y2YyZTgyODg3ZWZlZjE5NjhkZjg3ZmI. CSeq: 2 INVITE Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE,
SUBSCRIBE, INFO Content-Type: application/sdp Proxy-Authorization: Digest
username="101",realm="192.168.10.212",nonce="12847329093:2056964ff17456519ca6c08401f2d6d1",uri="sip:118@xxxxxxxxxxxxxx",response="921e2038258145d188eff870f6cd5fe5",cnonce="1759d563911c96a94765df6fd3064d5d",nc=00000001,qop=auth-int,algorithm=MD5 User-Agent: X-Lite release 1011s stamp 41150 Content-Length: 426 v=0 o=- 0 2 IN IP4 192.168.10.218 s=CounterPath X-Lite 3.0 c=IN IP4 192.168.10.218 t=0 0 m=audio 48056 RTP/AVP 107 119 100 106 0 105 98 8 101 a=alt:1 1 : hBb6LsEP +JqA8Beu 192.168.10.218 48056 a=fmtp:101 0-15 a=rtpmap:107 BV32/16000 a=rtpmap:119 BV32-FEC/16000 a=rtpmap:100 SPEEX/16000 a=rtpmap:106 SPEEX-FEC/16000 a=rtpmap:105 SPEEX-FEC/8000 a=rtpmap:98 iLBC/8000 a=rtpmap:101 telephone-event/8000 a=sendrecv DEBUG | 20080212-173133.087 | Acme:ResipLib | RESIP:TRANSACTION
| 9408 | TransactionUser.cxx:74 | Match! DEBUG | 20080212-173133.087 | Acme:ResipLib | RESIP | 9408 |
Helper.cxx:372 | Helper::makeResponse(SipReq: INVITE 118@xxxxxxxxx:5161
tid=f11e7d3ec1337374 cseq=INVITE contact=101@xxxxxxxxxxxxxx:58074 / 2
from(wire) code=100 reason= DEBUG | 20080212-173133.087 | Acme:ResipLib | RESIP:TRANSACTION
| 9408 | TimerQueue.cxx:85 | Adding timer: Timer Trying tid=f11e7d3ec1337374
ms=80 DEBUG | 20080212-173133.087 | Acme:ResipLib | RESIP:TRANSACTION
| 9408 | TransactionState.cxx:1832 | Send to TU: TU: DialogUsageManager size=0 INVITE sip:118@xxxxxxxxx:5161;rinstance=b74ddc2f587f7d04 SIP/2.0 Via: SIP/2.0/UDP
127.0.0.1:5060;branch=z9hG4bK-d8754z-f11e7d3ec1337374-1---d8754z-;rport=5060 Via: SIP/2.0/UDP
192.168.10.218:58074;branch=z9hG4bK-d87543-f540a52fbf22ec03-1--d87543-;rport=58074 Max-Forwards: 69 Contact: <sip:101@xxxxxxxxxxxxxx:58074> To: "118"<sip:118@xxxxxxxxxxxxxx> From: "Acme Ext.
101"<sip:101@xxxxxxxxxxxxxx>;tag=d8308f4a Call-ID: YjVhMzhlM2U0Y2YyZTgyODg3ZWZlZjE5NjhkZjg3ZmI. CSeq: 2 INVITE Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY,
MESSAGE, SUBSCRIBE, INFO Content-Type: application/sdp Proxy-Authorization: Digest
username="101",realm="192.168.10.212",nonce="12847329093:2056964ff17456519ca6c08401f2d6d1",uri="sip:118@xxxxxxxxxxxxxx",response="921e2038258145d188eff870f6cd5fe5",cnonce="1759d563911c96a94765df6fd3064d5d",nc=00000001,qop=auth-int,algorithm=MD5 User-Agent: X-Lite release 1011s stamp 41150 Content-Length: 426 v=0 o=- 0 2 IN IP4 192.168.10.218 s=CounterPath X-Lite 3.0 c=IN IP4 192.168.10.218 t=0 0 m=audio 48056 RTP/AVP 107 119 100 106 0 105 98 8 101 a=alt:1 1 : hBb6LsEP +JqA8Beu 192.168.10.218 48056 a=fmtp:101 0-15 a=rtpmap:107 BV32/16000 a=rtpmap:119 BV32-FEC/16000 a=rtpmap:100 SPEEX/16000 a=rtpmap:106 SPEEX-FEC/16000 a=rtpmap:105 SPEEX-FEC/8000 a=rtpmap:98 iLBC/8000 a=rtpmap:101 telephone-event/8000 a=sendrecv INFO | 20080212-173133.103 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogUsageManager.cxx:1296 | Got: SipReq: INVITE 118@xxxxxxxxx:5161
tid=f11e7d3ec1337374 cseq=INVITE contact=101@xxxxxxxxxxxxxx:58074 / 2
from(wire) DEBUG | 20080212-173133.103 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogUsageManager.cxx:1614 | DialogUsageManager::processRequest: SipReq:
INVITE 118@xxxxxxxxx:5161 tid=f11e7d3ec1337374 cseq=INVITE
contact=101@xxxxxxxxxxxxxx:58074 / 2 from(wire) DEBUG | 20080212-173133.103 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogSetId.cxx:34 | ********** Generated Local Tag *********** DEBUG | 20080212-173133.103 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogSetId.cxx:34 | ********** Generated Local Tag *********** DEBUG | 20080212-173133.103 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogSetId.cxx:34 | ********** Generated Local Tag *********** DEBUG | 20080212-173133.103 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogSet.cxx:84 | ************* Created DialogSet(UAS) --
YjVhMzhlM2U0Y2YyZTgyODg3ZWZlZjE5NjhkZjg3ZmI.-b7550638************* DEBUG | 20080212-173133.103 | Acme:ResipLib | RESIP | 2764 |
SipMessage.cxx:970 | SipMessage::getContents: application/sdp DEBUG | 20080212-173133.103 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogSetId.cxx:34 | ********** Generated Local Tag *********** DEBUG | 20080212-173133.103 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogId.cxx:50 | DialogId::DialogId:
YjVhMzhlM2U0Y2YyZTgyODg3ZWZlZjE5NjhkZjg3ZmI.-7308a97d-d8308f4a DEBUG | 20080212-173133.103 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogSet.cxx:766 | mState == 3 Creating a new Dialog from msg: INVITE sip:118@xxxxxxxxx:5161;rinstance=b74ddc2f587f7d04 SIP/2.0 Via: SIP/2.0/UDP
127.0.0.1:5060;branch=z9hG4bK-d8754z-f11e7d3ec1337374-1---d8754z-;rport=5060 Via: SIP/2.0/UDP
192.168.10.218:58074;branch=z9hG4bK-d87543-f540a52fbf22ec03-1--d87543-;rport=58074 Max-Forwards: 69 Contact: <sip:101@xxxxxxxxxxxxxx:58074> To: "118"<sip:118@xxxxxxxxxxxxxx> From: "Acme Ext. 101"<sip:101@xxxxxxxxxxxxxx>;tag=d8308f4a Call-ID: YjVhMzhlM2U0Y2YyZTgyODg3ZWZlZjE5NjhkZjg3ZmI. CSeq: 2 INVITE Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY,
MESSAGE, SUBSCRIBE, INFO Content-Type: application/sdp Proxy-Authorization: Digest
username="101",realm="192.168.10.212",nonce="12847329093:2056964ff17456519ca6c08401f2d6d1",uri="sip:118@xxxxxxxxxxxxxx",response="921e2038258145d188eff870f6cd5fe5",cnonce="1759d563911c96a94765df6fd3064d5d",nc=00000001,qop=auth-int,algorithm=MD5 User-Agent: X-Lite release 1011s stamp 41150 Content-Length: 426 v=0 o=- 0 2 IN IP4 192.168.10.218 s=CounterPath X-Lite 3.0 c=IN IP4 192.168.10.218 t=0 0 m=audio 48056 RTP/AVP 107 119 100 106 0 105 98 8 101 a=alt:1 1 : hBb6LsEP +JqA8Beu 192.168.10.218 48056 a=fmtp:101 0-15 a=rtpmap:107 BV32/16000 a=rtpmap:119 BV32-FEC/16000 a=rtpmap:100 SPEEX/16000 a=rtpmap:106 SPEEX-FEC/16000 a=rtpmap:105 SPEEX-FEC/8000 a=rtpmap:98 iLBC/8000 a=rtpmap:101 telephone-event/8000 a=sendrecv DEBUG | 20080212-173133.103 | Acme:ResipLib | RESIP:DUM | 2764 |
Dialog.cxx:87 | UAS dialog ID creation, DS:
YjVhMzhlM2U0Y2YyZTgyODg3ZWZlZjE5NjhkZjg3ZmI.-b7550638 DEBUG | 20080212-173133.103 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogId.cxx:63 | DialogId::DialogId:
YjVhMzhlM2U0Y2YyZTgyODg3ZWZlZjE5NjhkZjg3ZmI.-b7550638-d8308f4a DEBUG | 20080212-173133.103 | Acme:ResipLib | RESIP:DUM | 2764 |
Dialog.cxx:129 | ************** Created Dialog as UAS ************** DEBUG | 20080212-173133.103 | Acme:ResipLib | RESIP:DUM | 2764 |
Dialog.cxx:130 | mRemoteNameAddr: "Acme Ext.
101"<sip:101@xxxxxxxxxxxxxx>;tag=d8308f4a DEBUG | 20080212-173133.103 | Acme:ResipLib | RESIP:DUM | 2764 |
Dialog.cxx:131 | mLocalNameAddr:
"118"<sip:118@xxxxxxxxxxxxxx>;tag=b7550638 DEBUG | 20080212-173133.103 | Acme:ResipLib | RESIP:DUM | 2764 |
Dialog.cxx:132 | mLocalContact:
<sip:118@xxxxxxxxx:5161;rinstance=b74ddc2f587f7d04> DEBUG | 20080212-173133.103 | Acme:ResipLib | RESIP:DUM | 2764 |
Dialog.cxx:133 | mRemoteTarget: <sip:101@xxxxxxxxxxxxxx:58074> DEBUG | 20080212-173133.103 | Acme:ResipLib | RESIP:DUM | 2764 |
Dialog.cxx:227 | Dialog::Dialog
YjVhMzhlM2U0Y2YyZTgyODg3ZWZlZjE5NjhkZjg3ZmI.-b7550638-d8308f4a DEBUG | 20080212-173133.103 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogSet.cxx:804 | ### Calling CreateAppDialog ###: INVITE sip:118@xxxxxxxxx:5161;rinstance=b74ddc2f587f7d04 SIP/2.0 Via: SIP/2.0/UDP
127.0.0.1:5060;branch=z9hG4bK-d8754z-f11e7d3ec1337374-1---d8754z-;rport=5060 Via: SIP/2.0/UDP 192.168.10.218:58074;branch=z9hG4bK-d87543-f540a52fbf22ec03-1--d87543-;rport=58074 Max-Forwards: 69 Contact: <sip:101@xxxxxxxxxxxxxx:58074> To: "118"<sip:118@xxxxxxxxxxxxxx> From: "Acme Ext.
101"<sip:101@xxxxxxxxxxxxxx>;tag=d8308f4a Call-ID: YjVhMzhlM2U0Y2YyZTgyODg3ZWZlZjE5NjhkZjg3ZmI. CSeq: 2 INVITE Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY,
MESSAGE, SUBSCRIBE, INFO Content-Type: application/sdp Proxy-Authorization: Digest
username="101",realm="192.168.10.212",nonce="12847329093:2056964ff17456519ca6c08401f2d6d1",uri="sip:118@xxxxxxxxxxxxxx",response="921e2038258145d188eff870f6cd5fe5",cnonce="1759d563911c96a94765df6fd3064d5d",nc=00000001,qop=auth-int,algorithm=MD5 User-Agent: X-Lite release 1011s stamp 41150 Content-Length: 426 v=0 o=- 0 2 IN IP4 192.168.10.218 s=CounterPath X-Lite 3.0 c=IN IP4 192.168.10.218 t=0 0 m=audio 48056 RTP/AVP 107 119 100 106 0 105 98 8 101 a=alt:1 1 : hBb6LsEP +JqA8Beu 192.168.10.218 48056 a=fmtp:101 0-15 a=rtpmap:107 BV32/16000 a=rtpmap:119 BV32-FEC/16000 a=rtpmap:100 SPEEX/16000 a=rtpmap:106 SPEEX-FEC/16000 a=rtpmap:105 SPEEX-FEC/8000 a=rtpmap:98 iLBC/8000 a=rtpmap:101 telephone-event/8000 a=sendrecv DEBUG | 20080212-173133.103 | Acme:ResipLib | RESIP:DUM | 2764 |
Dialog.cxx:322 | Dialog::dispatch: SipReq: INVITE 118@xxxxxxxxx:5161
tid=f11e7d3ec1337374 cseq=INVITE contact=101@xxxxxxxxxxxxxx:58074 / 2
from(wire) DEBUG | 20080212-173133.103 | Acme:ResipLib | RESIP:DUM | 2764 |
Dialog.cxx:354 | Dialog::dispatch -- Created new server invite
sessionSipReq: INVITE 118@xxxxxxxxx:5161 tid=f11e7d3ec1337374 cseq=INVITE
contact=101@xxxxxxxxxxxxxx:58074 / 2 from(wire) DEBUG | 20080212-173133.103 | Acme:ResipLib | RESIP:DUM | 2764 |
InviteSession.cxx:75 | ^^^ InviteSession::InviteSession 01C7F028 DEBUG | 20080212-173133.103 | Acme:ResipLib | RESIP | 2764 |
Helper.cxx:2096 | Got sdp INFO | 20080212-173133.103 | Acme:ResipLib | RESIP:DUM | 2764 |
InviteSession.cxx:2499 | Transition UAS_Start -> UAS_Offer DEBUG | 20080212-173133.181 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | TransportSelector.cxx:521 | Looked up source for destination: [ V4
127.0.0.1:5060 UDP target domain=unspecified received on: Transport: [ V4
0.0.0.0:5161 UDP target domain=unspecified connectionId=0 ] connectionId=0 ]
-> [ V4 127.0.0.1:0 UDP target domain=unspecified received on: Transport: [
V4 0.0.0.0:5161 UDP target domain=unspecified connectionId=0 ] connectionId=0 ]
sent-by=127.0.0.1 sent-port=5060 DEBUG | 20080212-173133.181 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | TransportSelector.cxx:879 | Transmitting to [ V4 127.0.0.1:5060 UDP
target domain=unspecified received on: Transport: [ V4 0.0.0.0:5161 UDP target
domain=unspecified connectionId=0 ] connectionId=0 ] tlsDomain= via [ V4
127.0.0.1:5161 UDP target domain=unspecified received on: Transport: [ V4
0.0.0.0:5161 UDP target domain=unspecified connectionId=0 ] connectionId=0 ] SIP/2.0 100 Trying Via: SIP/2.0/UDP
127.0.0.1:5060;branch=z9hG4bK-d8754z-f11e7d3ec1337374-1---d8754z-;rport=5060 Via: SIP/2.0/UDP 192.168.10.218:58074;branch=z9hG4bK-d87543-f540a52fbf22ec03-1--d87543-;rport=58074 To: "118"<sip:118@xxxxxxxxxxxxxx> From: "Acme Ext.
101"<sip:101@xxxxxxxxxxxxxx>;tag=d8308f4a Call-ID: YjVhMzhlM2U0Y2YyZTgyODg3ZWZlZjE5NjhkZjg3ZmI. CSeq: 2 INVITE Content-Length: 0 DEBUG | 20080212-173133.181 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | Transport.cxx:213 | Adding message to tx buffer to: [ V4 127.0.0.1:5060
UDP target domain=unspecified received on: Transport: [ V4 0.0.0.0:5161 UDP
target domain=unspecified connectionId=0 ] connectionId=0 ] INFO | 20080212-173137.134 | Acme:ResipLib | RESIP:DUM | 2764 |
ServerInviteSession.cxx:314 | UAS_Offer: provideAnswer INFO | 20080212-173137.134 | Acme:ResipLib | RESIP:DUM | 2764 |
InviteSession.cxx:2499 | Transition UAS_Offer -> UAS_OfferProvidedAnswer INFO | 20080212-173137.134 | Acme:ResipLib | RESIP:DUM | 2764 |
ServerInviteSession.cxx:506 | UAS_OfferProvidedAnswer: accept(200) INFO | 20080212-173137.134 | Acme:ResipLib | RESIP:DUM | 2764 |
InviteSession.cxx:2499 | Transition UAS_OfferProvidedAnswer -> UAS_Accepted DEBUG | 20080212-173137.134 | Acme:ResipLib | RESIP | 2764 |
Helper.cxx:372 | Helper::makeResponse(SipReq: INVITE 118@xxxxxxxxx:5161
tid=f11e7d3ec1337374 cseq=INVITE contact=101@xxxxxxxxxxxxxx:58074 / 2
from(wire) code=200 reason= DEBUG | 20080212-173137.134 | Acme:ResipLib | RESIP:DUM | 2764 |
Dialog.cxx:1011 | Dialog::makeResponse: SIP/2.0 200 OK Via: SIP/2.0/UDP
127.0.0.1:5060;branch=z9hG4bK-d8754z-f11e7d3ec1337374-1---d8754z-;rport=5060 Via: SIP/2.0/UDP 192.168.10.218:58074;branch=z9hG4bK-d87543-f540a52fbf22ec03-1--d87543-;rport=58074 Contact:
<sip:118@xxxxxxxxx:5161;rinstance=b74ddc2f587f7d04> To: "118"<sip:118@xxxxxxxxxxxxxx>;tag=b7550638 From: "Acme Ext.
101"<sip:101@xxxxxxxxxxxxxx>;tag=d8308f4a Call-ID: YjVhMzhlM2U0Y2YyZTgyODg3ZWZlZjE5NjhkZjg3ZmI. CSeq: 2 INVITE Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, UPDATE Content-Length: 0 DEBUG | 20080212-173137.134 | Acme:ResipLib | RESIP:TRANSACTION
| 2764 | TimerQueue.cxx:105 | Adding application timer: DumTimeout::Retransmit200
INVITE: 7 UAS_Accepted
ADDR="118"<sip:118@xxxxxxxxxxxxxx>;tag=b7550638 PEER="Acme
Ext. 101"<sip:101@xxxxxxxxxxxxxx>;tag=d8308f4a: duration=500 seq=2 DEBUG | 20080212-173137.134 | Acme:ResipLib | RESIP:TRANSACTION
| 2764 | TimerQueue.cxx:105 | Adding application timer: DumTimeout::WaitForAck
INVITE: 7 UAS_Accepted
ADDR="118"<sip:118@xxxxxxxxxxxxxx>;tag=b7550638 PEER="Acme
Ext. 101"<sip:101@xxxxxxxxxxxxxx>;tag=d8308f4a: duration=32000 seq=2 DEBUG | 20080212-173137.149 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogUsageManager.cxx:832 | SEND: SIP/2.0 200 OK Via: SIP/2.0/UDP
127.0.0.1:5060;branch=z9hG4bK-d8754z-f11e7d3ec1337374-1---d8754z-;rport=5060 Via: SIP/2.0/UDP
192.168.10.218:58074;branch=z9hG4bK-d87543-f540a52fbf22ec03-1--d87543-;rport=58074 Contact:
<sip:118@xxxxxxxxx:5161;rinstance=b74ddc2f587f7d04> To: "118"<sip:118@xxxxxxxxxxxxxx>;tag=b7550638 From: "Acme Ext.
101"<sip:101@xxxxxxxxxxxxxx>;tag=d8308f4a Call-ID: YjVhMzhlM2U0Y2YyZTgyODg3ZWZlZjE5NjhkZjg3ZmI. CSeq: 2 INVITE Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, UPDATE Content-Type: application/sdp Content-Length: 199 v=0 o=1900 369696545 369696545 IN IP4 192.168.10.212 s=X-Lite c=IN IP4 192.168.10.212 t=0 0 m=audio 7634 RTP/AVP 0 101 a=fmtp:101 0-15 a=rtpmap:0 pcmu/8000 a=rtpmap:101 telephone-event/8000 DEBUG | 20080212-173137.149 | Acme:ResipLib | RESIP | 2764 |
SipStack.cxx:289 | SEND: SipResp: 200 tid=f11e7d3ec1337374 cseq=INVITE
contact=118@xxxxxxxxx:5161 / 2 from(tu) DEBUG | 20080212-173137.165 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | TransportSelector.cxx:521 | Looked up source for destination: [ V4
127.0.0.1:5060 UDP target domain=unspecified received on: Transport: [ V4
0.0.0.0:5161 UDP target domain=unspecified connectionId=0 ] connectionId=0 ]
-> [ V4 127.0.0.1:0 UDP target domain=unspecified received on: Transport: [
V4 0.0.0.0:5161 UDP target domain=unspecified connectionId=0 ] connectionId=0 ]
sent-by=127.0.0.1 sent-port=5060 DEBUG | 20080212-173137.165 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | TransportSelector.cxx:879 | Transmitting to [ V4 127.0.0.1:5060 UDP
target domain=unspecified received on: Transport: [ V4 0.0.0.0:5161 UDP target
domain=unspecified connectionId=0 ] connectionId=0 ] tlsDomain= via [ V4
127.0.0.1:5161 UDP target domain=unspecified received on: Transport: [ V4
0.0.0.0:5161 UDP target domain=unspecified connectionId=0 ] connectionId=0 ] SIP/2.0 200 OK Via: SIP/2.0/UDP
127.0.0.1:5060;branch=z9hG4bK-d8754z-f11e7d3ec1337374-1---d8754z-;rport=5060 Via: SIP/2.0/UDP 192.168.10.218:58074;branch=z9hG4bK-d87543-f540a52fbf22ec03-1--d87543-;rport=58074 Contact:
<sip:118@xxxxxxxxx:5161;rinstance=b74ddc2f587f7d04> To: "118"<sip:118@xxxxxxxxxxxxxx>;tag=b7550638 From: "Acme Ext.
101"<sip:101@xxxxxxxxxxxxxx>;tag=d8308f4a Call-ID: YjVhMzhlM2U0Y2YyZTgyODg3ZWZlZjE5NjhkZjg3ZmI. CSeq: 2 INVITE Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, UPDATE Content-Type: application/sdp Content-Length: 199 v=0 o=1900 369696545 369696545 IN IP4 192.168.10.212 s=X-Lite c=IN IP4 192.168.10.212 t=0 0 m=audio 7634 RTP/AVP 0 101 a=fmtp:101 0-15 a=rtpmap:0 pcmu/8000 a=rtpmap:101 telephone-event/8000 DEBUG | 20080212-173137.165 | Acme:ResipLib | RESIP:TRANSPORT | 9408
| Transport.cxx:213 | Adding message to tx buffer to: [ V4 127.0.0.1:5060 UDP
target domain=unspecified received on: Transport: [ V4 0.0.0.0:5161 UDP target
domain=unspecified connectionId=0 ] connectionId=0 ] DEBUG | 20080212-173137.165 | Acme:ResipLib | RESIP:TRANSACTION
| 9408 | TimerQueue.cxx:85 | Adding timer: Timer StaleServer
tid=f11e7d3ec1337374 ms=32000 INFO | 20080212-173137.649 | Acme:ResipLib | RESIP:DUM | 2764 |
InviteSession.cxx:1074 | Retransmitting: SipResp: 200 tid=f11e7d3ec1337374 cseq=INVITE
contact=118@xxxxxxxxx:5161 / 2 from(tu) DEBUG | 20080212-173137.649 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogUsageManager.cxx:832 | SEND: SIP/2.0 200 OK Via: SIP/2.0/UDP
127.0.0.1:5060;branch=z9hG4bK-d8754z-f11e7d3ec1337374-1---d8754z-;rport=5060 Via: SIP/2.0/UDP
192.168.10.218:58074;branch=z9hG4bK-d87543-f540a52fbf22ec03-1--d87543-;rport=58074 Contact:
<sip:118@xxxxxxxxx:5161;rinstance=b74ddc2f587f7d04> To: "118"<sip:118@xxxxxxxxxxxxxx>;tag=b7550638 From: "Acme Ext. 101"<sip:101@xxxxxxxxxxxxxx>;tag=d8308f4a Call-ID: YjVhMzhlM2U0Y2YyZTgyODg3ZWZlZjE5NjhkZjg3ZmI. CSeq: 2 INVITE Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, UPDATE Content-Type: application/sdp Content-Length: 199 v=0 o=1900 369696545 369696545 IN IP4 192.168.10.212 s=X-Lite c=IN IP4 192.168.10.212 t=0 0 m=audio 7634 RTP/AVP 0 101 a=fmtp:101 0-15 a=rtpmap:0 pcmu/8000 a=rtpmap:101 telephone-event/8000 DEBUG | 20080212-173137.649 | Acme:ResipLib | RESIP | 2764 |
SipStack.cxx:289 | SEND: SipResp: 200 tid=f11e7d3ec1337374 cseq=INVITE
contact=118@xxxxxxxxx:5161 / 2 from(tu) DEBUG | 20080212-173137.649 | Acme:ResipLib | RESIP:TRANSACTION
| 2764 | TimerQueue.cxx:105 | Adding application timer:
DumTimeout::Retransmit200 INVITE: 7 UAS_Accepted ADDR="118"<sip:118@xxxxxxxxxxxxxx>;tag=b7550638
PEER="Acme Ext. 101"<sip:101@xxxxxxxxxxxxxx>;tag=d8308f4a:
duration=1000 seq=2 DEBUG | 20080212-173137.665 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | TransportSelector.cxx:521 | Looked up source for destination: [ V4 127.0.0.1:5060
UDP target domain=unspecified received on: Transport: [ V4 0.0.0.0:5161 UDP
target domain=unspecified connectionId=0 ] connectionId=0 ] -> [ V4
127.0.0.1:0 UDP target domain=unspecified received on: Transport: [ V4
0.0.0.0:5161 UDP target domain=unspecified connectionId=0 ] connectionId=0 ]
sent-by=127.0.0.1 sent-port=5060 DEBUG | 20080212-173137.665 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | TransportSelector.cxx:879 | Transmitting to [ V4 127.0.0.1:5060 UDP
target domain=unspecified received on: Transport: [ V4 0.0.0.0:5161 UDP target
domain=unspecified connectionId=0 ] connectionId=0 ] tlsDomain= via [ V4
127.0.0.1:5161 UDP target domain=unspecified received on: Transport: [ V4
0.0.0.0:5161 UDP target domain=unspecified connectionId=0 ] connectionId=0 ] SIP/2.0 200 OK Via: SIP/2.0/UDP
127.0.0.1:5060;branch=z9hG4bK-d8754z-f11e7d3ec1337374-1---d8754z-;rport=5060 Via: SIP/2.0/UDP
192.168.10.218:58074;branch=z9hG4bK-d87543-f540a52fbf22ec03-1--d87543-;rport=58074 Contact: <sip:118@xxxxxxxxx:5161;rinstance=b74ddc2f587f7d04> To: "118"<sip:118@xxxxxxxxxxxxxx>;tag=b7550638 From: "Acme Ext.
101"<sip:101@xxxxxxxxxxxxxx>;tag=d8308f4a Call-ID: YjVhMzhlM2U0Y2YyZTgyODg3ZWZlZjE5NjhkZjg3ZmI. CSeq: 2 INVITE Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, UPDATE Content-Type: application/sdp Content-Length: 199 v=0 o=1900 369696545 369696545 IN IP4 192.168.10.212 s=X-Lite c=IN IP4 192.168.10.212 t=0 0 m=audio 7634 RTP/AVP 0 101 a=fmtp:101 0-15 a=rtpmap:0 pcmu/8000 a=rtpmap:101 telephone-event/8000 DEBUG | 20080212-173137.665 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | Transport.cxx:213 | Adding message to tx buffer to: [ V4 127.0.0.1:5060
UDP target domain=unspecified received on: Transport: [ V4 0.0.0.0:5161 UDP
target domain=unspecified connectionId=0 ] connectionId=0 ] INFO | 20080212-173138.649 | Acme:ResipLib | RESIP:DUM | 2764 |
InviteSession.cxx:1074 | Retransmitting: SipResp: 200 tid=f11e7d3ec1337374 cseq=INVITE
contact=118@xxxxxxxxx:5161 / 2 from(tu) DEBUG | 20080212-173138.649 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogUsageManager.cxx:832 | SEND: SIP/2.0 200 OK Via: SIP/2.0/UDP
127.0.0.1:5060;branch=z9hG4bK-d8754z-f11e7d3ec1337374-1---d8754z-;rport=5060 Via: SIP/2.0/UDP
192.168.10.218:58074;branch=z9hG4bK-d87543-f540a52fbf22ec03-1--d87543-;rport=58074 Contact:
<sip:118@xxxxxxxxx:5161;rinstance=b74ddc2f587f7d04> To: "118"<sip:118@xxxxxxxxxxxxxx>;tag=b7550638 From: "Acme Ext.
101"<sip:101@xxxxxxxxxxxxxx>;tag=d8308f4a Call-ID: YjVhMzhlM2U0Y2YyZTgyODg3ZWZlZjE5NjhkZjg3ZmI. CSeq: 2 INVITE Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, UPDATE Content-Type: application/sdp Content-Length: 199 v=0 o=1900 369696545 369696545 IN IP4 192.168.10.212 s=X-Lite c=IN IP4 192.168.10.212 t=0 0 m=audio 7634 RTP/AVP 0 101 a=fmtp:101 0-15 a=rtpmap:0 pcmu/8000 a=rtpmap:101 telephone-event/8000 DEBUG | 20080212-173138.649 | Acme:ResipLib | RESIP | 2764 |
SipStack.cxx:289 | SEND: SipResp: 200 tid=f11e7d3ec1337374 cseq=INVITE
contact=118@xxxxxxxxx:5161 / 2 from(tu) DEBUG | 20080212-173138.649 | Acme:ResipLib | RESIP:TRANSACTION
| 2764 | TimerQueue.cxx:105 | Adding application timer:
DumTimeout::Retransmit200 INVITE: 7 UAS_Accepted
ADDR="118"<sip:118@xxxxxxxxxxxxxx>;tag=b7550638 PEER="Acme
Ext. 101"<sip:101@xxxxxxxxxxxxxx>;tag=d8308f4a: duration=2000 seq=2 DEBUG | 20080212-173138.665 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | TransportSelector.cxx:521 | Looked up source for destination: [ V4
127.0.0.1:5060 UDP target domain=unspecified received on: Transport: [ V4
0.0.0.0:5161 UDP target domain=unspecified connectionId=0 ] connectionId=0 ]
-> [ V4 127.0.0.1:0 UDP target domain=unspecified received on: Transport: [
V4 0.0.0.0:5161 UDP target domain=unspecified connectionId=0 ] connectionId=0 ]
sent-by=127.0.0.1 sent-port=5060 DEBUG | 20080212-173138.665 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | TransportSelector.cxx:879 | Transmitting to [ V4 127.0.0.1:5060 UDP
target domain=unspecified received on: Transport: [ V4 0.0.0.0:5161 UDP target
domain=unspecified connectionId=0 ] connectionId=0 ] tlsDomain= via [ V4
127.0.0.1:5161 UDP target domain=unspecified received on: Transport: [ V4
0.0.0.0:5161 UDP target domain=unspecified connectionId=0 ] connectionId=0 ] SIP/2.0 200 OK Via: SIP/2.0/UDP 127.0.0.1:5060;branch=z9hG4bK-d8754z-f11e7d3ec1337374-1---d8754z-;rport=5060 Via: SIP/2.0/UDP
192.168.10.218:58074;branch=z9hG4bK-d87543-f540a52fbf22ec03-1--d87543-;rport=58074 Contact:
<sip:118@xxxxxxxxx:5161;rinstance=b74ddc2f587f7d04> To: "118"<sip:118@xxxxxxxxxxxxxx>;tag=b7550638 From: "Acme Ext.
101"<sip:101@xxxxxxxxxxxxxx>;tag=d8308f4a Call-ID: YjVhMzhlM2U0Y2YyZTgyODg3ZWZlZjE5NjhkZjg3ZmI. CSeq: 2 INVITE Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, UPDATE Content-Type: application/sdp Content-Length: 199 v=0 o=1900 369696545 369696545 IN IP4 192.168.10.212 s=X-Lite c=IN IP4 192.168.10.212 t=0 0 m=audio 7634 RTP/AVP 0 101 a=fmtp:101 0-15 a=rtpmap:0 pcmu/8000 a=rtpmap:101 telephone-event/8000 DEBUG | 20080212-173138.665 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | Transport.cxx:213 | Adding message to tx buffer to: [ V4 127.0.0.1:5060
UDP target domain=unspecified received on: Transport: [ V4 0.0.0.0:5161 UDP
target domain=unspecified connectionId=0 ] connectionId=0 ] INFO | 20080212-173139.837 | Acme:ResipLib | RESIP:TRANSACTION |
9408 | TuSelector.cxx:70 | Stats message WARNING | 20080212-173139.837 | Acme:ResipLib | RESIP:STATS |
9408 | StatisticsMessage.cxx:152 | RESIP:TRANSACTION TU summary: 0 TRANSPORT 0 TRANSACTION 0 CLIENTTX 0 SERVERTX 1
TIMERS 1 Transaction summary: reqi 1 reqo 4 rspi 4 rspo 4 Details: INVi 1/S3/F0 INVo 0/S0/F0 ACKi 0 ACKo 0 BYEi 0/S0/F0
BYEo 0/S0/F0 CANi 0/S0/F0 CANo 0/S0/F0 MSGi 0/S0/F0 MSGo 0/S0/F0 OPTi 0/S0/F0
OPTo 0/S0/F0 REGi 0/S0/F0 REGo 4/S2/F2 PUBi 0/S0/F0 PUBo 0/S0/F0 SUBi 0/S0/F0
SUBo 0/S0/F0 NOTi 0/S0/F0 NOTo 0/S0/F0 Retransmissions: INVx 0 BYEx 0 CANx 0 MSGx 0 OPTx 0 REGx 0 finx
0 nonx 0 PUBx 0 SUBx 0 NOTx 0 INFO | 20080212-173140.665 | Acme:ResipLib | RESIP:DUM | 2764 |
InviteSession.cxx:1074 | Retransmitting: SipResp: 200 tid=f11e7d3ec1337374 cseq=INVITE
contact=118@xxxxxxxxx:5161 / 2 from(tu) DEBUG | 20080212-173140.665 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogUsageManager.cxx:832 | SEND: SIP/2.0 200 OK Via: SIP/2.0/UDP 127.0.0.1:5060;branch=z9hG4bK-d8754z-f11e7d3ec1337374-1---d8754z-;rport=5060 Via: SIP/2.0/UDP
192.168.10.218:58074;branch=z9hG4bK-d87543-f540a52fbf22ec03-1--d87543-;rport=58074 Contact:
<sip:118@xxxxxxxxx:5161;rinstance=b74ddc2f587f7d04> To: "118"<sip:118@xxxxxxxxxxxxxx>;tag=b7550638 From: "Acme Ext.
101"<sip:101@xxxxxxxxxxxxxx>;tag=d8308f4a Call-ID: YjVhMzhlM2U0Y2YyZTgyODg3ZWZlZjE5NjhkZjg3ZmI. CSeq: 2 INVITE Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, UPDATE Content-Type: application/sdp Content-Length: 199 v=0 o=1900 369696545 369696545 IN IP4 192.168.10.212 s=X-Lite c=IN IP4 192.168.10.212 t=0 0 m=audio 7634 RTP/AVP 0 101 a=fmtp:101 0-15 a=rtpmap:0 pcmu/8000 a=rtpmap:101 telephone-event/8000 DEBUG | 20080212-173140.665 | Acme:ResipLib | RESIP | 2764 | SipStack.cxx:289
| SEND: SipResp: 200 tid=f11e7d3ec1337374 cseq=INVITE
contact=118@xxxxxxxxx:5161 / 2 from(tu) DEBUG | 20080212-173140.665 | Acme:ResipLib | RESIP:TRANSACTION
| 2764 | TimerQueue.cxx:105 | Adding application timer:
DumTimeout::Retransmit200 INVITE: 7 UAS_Accepted
ADDR="118"<sip:118@xxxxxxxxxxxxxx>;tag=b7550638 PEER="Acme
Ext. 101"<sip:101@xxxxxxxxxxxxxx>;tag=d8308f4a: duration=4000 seq=2 DEBUG | 20080212-173140.681 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | TransportSelector.cxx:521 | Looked up source for destination: [ V4
127.0.0.1:5060 UDP target domain=unspecified received on: Transport: [ V4
0.0.0.0:5161 UDP target domain=unspecified connectionId=0 ] connectionId=0 ]
-> [ V4 127.0.0.1:0 UDP target domain=unspecified received on: Transport: [
V4 0.0.0.0:5161 UDP target domain=unspecified connectionId=0 ] connectionId=0 ]
sent-by=127.0.0.1 sent-port=5060 DEBUG | 20080212-173140.681 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | TransportSelector.cxx:879 | Transmitting to [ V4 127.0.0.1:5060 UDP target
domain=unspecified received on: Transport: [ V4 0.0.0.0:5161 UDP target
domain=unspecified connectionId=0 ] connectionId=0 ] tlsDomain= via [ V4
127.0.0.1:5161 UDP target domain=unspecified received on: Transport: [ V4
0.0.0.0:5161 UDP target domain=unspecified connectionId=0 ] connectionId=0 ] SIP/2.0 200 OK Via: SIP/2.0/UDP
127.0.0.1:5060;branch=z9hG4bK-d8754z-f11e7d3ec1337374-1---d8754z-;rport=5060 Via: SIP/2.0/UDP 192.168.10.218:58074;branch=z9hG4bK-d87543-f540a52fbf22ec03-1--d87543-;rport=58074 Contact:
<sip:118@xxxxxxxxx:5161;rinstance=b74ddc2f587f7d04> To: "118"<sip:118@xxxxxxxxxxxxxx>;tag=b7550638 From: "Acme Ext.
101"<sip:101@xxxxxxxxxxxxxx>;tag=d8308f4a Call-ID: YjVhMzhlM2U0Y2YyZTgyODg3ZWZlZjE5NjhkZjg3ZmI. CSeq: 2 INVITE Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, UPDATE Content-Type: application/sdp Content-Length: 199 v=0 o=1900 369696545 369696545 IN IP4 192.168.10.212 s=X-Lite c=IN IP4 192.168.10.212 t=0 0 m=audio 7634 RTP/AVP 0 101 a=fmtp:101 0-15 a=rtpmap:0 pcmu/8000 a=rtpmap:101 telephone-event/8000 DEBUG | 20080212-173140.681 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | Transport.cxx:213 | Adding message to tx buffer to: [ V4 127.0.0.1:5060
UDP target domain=unspecified received on: Transport: [ V4 0.0.0.0:5161 UDP
target domain=unspecified connectionId=0 ] connectionId=0 ] INFO | 20080212-173144.196 | Acme:ResipLib | RESIP:DUM | 2764 |
ServerInviteSession.cxx:382 | UAS_Accepted: end INFO | 20080212-173144.196 | Acme:ResipLib | RESIP:DUM | 2764 |
InviteSession.cxx:2499 | Transition UAS_Accepted -> UAS_WaitingToHangup INFO | 20080212-173144.665 | Acme:ResipLib | RESIP:DUM | 2764 |
InviteSession.cxx:1074 | Retransmitting: SipResp: 200 tid=f11e7d3ec1337374 cseq=INVITE
contact=118@xxxxxxxxx:5161 / 2 from(tu) DEBUG | 20080212-173144.665 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogUsageManager.cxx:832 | SEND: SIP/2.0 200 OK Via: SIP/2.0/UDP 127.0.0.1:5060;branch=z9hG4bK-d8754z-f11e7d3ec1337374-1---d8754z-;rport=5060 Via: SIP/2.0/UDP
192.168.10.218:58074;branch=z9hG4bK-d87543-f540a52fbf22ec03-1--d87543-;rport=58074 Contact:
<sip:118@xxxxxxxxx:5161;rinstance=b74ddc2f587f7d04> To: "118"<sip:118@xxxxxxxxxxxxxx>;tag=b7550638 From: "Acme Ext.
101"<sip:101@xxxxxxxxxxxxxx>;tag=d8308f4a Call-ID: YjVhMzhlM2U0Y2YyZTgyODg3ZWZlZjE5NjhkZjg3ZmI. CSeq: 2 INVITE Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, UPDATE Content-Type: application/sdp Content-Length: 199 v=0 o=1900 369696545 369696545 IN IP4 192.168.10.212 s=X-Lite c=IN IP4 192.168.10.212 t=0 0 m=audio 7634 RTP/AVP 0 101 a=fmtp:101 0-15 a=rtpmap:0 pcmu/8000 a=rtpmap:101 telephone-event/8000 DEBUG | 20080212-173144.665 | Acme:ResipLib | RESIP | 2764 | SipStack.cxx:289
| SEND: SipResp: 200 tid=f11e7d3ec1337374 cseq=INVITE
contact=118@xxxxxxxxx:5161 / 2 from(tu) DEBUG | 20080212-173144.665 | Acme:ResipLib | RESIP:TRANSACTION
| 2764 | TimerQueue.cxx:105 | Adding application timer:
DumTimeout::Retransmit200 INVITE: 7 UAS_WaitingToHangup
ADDR="118"<sip:118@xxxxxxxxxxxxxx>;tag=b7550638 PEER="Acme
Ext. 101"<sip:101@xxxxxxxxxxxxxx>;tag=d8308f4a: duration=4000 seq=2 DEBUG | 20080212-173144.681 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | TransportSelector.cxx:521 | Looked up source for destination: [ V4
127.0.0.1:5060 UDP target domain=unspecified received on: Transport: [ V4
0.0.0.0:5161 UDP target domain=unspecified connectionId=0 ] connectionId=0 ]
-> [ V4 127.0.0.1:0 UDP target domain=unspecified received on: Transport: [
V4 0.0.0.0:5161 UDP target domain=unspecified connectionId=0 ] connectionId=0 ]
sent-by=127.0.0.1 sent-port=5060 DEBUG | 20080212-173144.681 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | TransportSelector.cxx:879 | Transmitting to [ V4 127.0.0.1:5060 UDP
target domain=unspecified received on: Transport: [ V4 0.0.0.0:5161 UDP target
domain=unspecified connectionId=0 ] connectionId=0 ] tlsDomain= via [ V4
127.0.0.1:5161 UDP target domain=unspecified received on: Transport: [ V4
0.0.0.0:5161 UDP target domain=unspecified connectionId=0 ] connectionId=0 ] SIP/2.0 200 OK Via: SIP/2.0/UDP
127.0.0.1:5060;branch=z9hG4bK-d8754z-f11e7d3ec1337374-1---d8754z-;rport=5060 Via: SIP/2.0/UDP
192.168.10.218:58074;branch=z9hG4bK-d87543-f540a52fbf22ec03-1--d87543-;rport=58074 Contact:
<sip:118@xxxxxxxxx:5161;rinstance=b74ddc2f587f7d04> To: "118"<sip:118@xxxxxxxxxxxxxx>;tag=b7550638 From: "Acme Ext.
101"<sip:101@xxxxxxxxxxxxxx>;tag=d8308f4a Call-ID: YjVhMzhlM2U0Y2YyZTgyODg3ZWZlZjE5NjhkZjg3ZmI. CSeq: 2 INVITE Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, UPDATE Content-Type: application/sdp Content-Length: 199 v=0 o=1900 369696545 369696545 IN IP4 192.168.10.212 s=X-Lite c=IN IP4 192.168.10.212 t=0 0 m=audio 7634 RTP/AVP 0 101 a=fmtp:101 0-15 a=rtpmap:0 pcmu/8000 a=rtpmap:101 telephone-event/8000 DEBUG | 20080212-173144.681 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | Transport.cxx:213 | Adding message to tx buffer to: [ V4 127.0.0.1:5060
UDP target domain=unspecified received on: Transport: [ V4 0.0.0.0:5161 UDP
target domain=unspecified connectionId=0 ] connectionId=0 ] INFO | 20080212-173148.681 | Acme:ResipLib | RESIP:DUM | 2764 |
InviteSession.cxx:1074 | Retransmitting: SipResp: 200 tid=f11e7d3ec1337374 cseq=INVITE
contact=118@xxxxxxxxx:5161 / 2 from(tu) DEBUG | 20080212-173148.681 | Acme:ResipLib | RESIP:DUM | 2764 |
DialogUsageManager.cxx:832 | SEND: SIP/2.0 200 OK Via: SIP/2.0/UDP
127.0.0.1:5060;branch=z9hG4bK-d8754z-f11e7d3ec1337374-1---d8754z-;rport=5060 Via: SIP/2.0/UDP 192.168.10.218:58074;branch=z9hG4bK-d87543-f540a52fbf22ec03-1--d87543-;rport=58074 Contact:
<sip:118@xxxxxxxxx:5161;rinstance=b74ddc2f587f7d04> To: "118"<sip:118@xxxxxxxxxxxxxx>;tag=b7550638 From: "Acme Ext.
101"<sip:101@xxxxxxxxxxxxxx>;tag=d8308f4a Call-ID: YjVhMzhlM2U0Y2YyZTgyODg3ZWZlZjE5NjhkZjg3ZmI. CSeq: 2 INVITE Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, UPDATE Content-Type: application/sdp Content-Length: 199 v=0 o=1900 369696545 369696545 IN IP4 192.168.10.212 s=X-Lite c=IN IP4 192.168.10.212 t=0 0 m=audio 7634 RTP/AVP 0 101 a=fmtp:101 0-15 a=rtpmap:0 pcmu/8000 a=rtpmap:101 telephone-event/8000 DEBUG | 20080212-173148.681 | Acme:ResipLib | RESIP | 2764 |
SipStack.cxx:289 | SEND: SipResp: 200 tid=f11e7d3ec1337374 cseq=INVITE
contact=118@xxxxxxxxx:5161 / 2 from(tu) DEBUG | 20080212-173148.681 | Acme:ResipLib | RESIP:TRANSACTION
| 2764 | TimerQueue.cxx:105 | Adding application timer:
DumTimeout::Retransmit200 INVITE: 7 UAS_WaitingToHangup
ADDR="118"<sip:118@xxxxxxxxxxxxxx>;tag=b7550638 PEER="Acme
Ext. 101"<sip:101@xxxxxxxxxxxxxx>;tag=d8308f4a: duration=4000 seq=2 DEBUG | 20080212-173148.696 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | TransportSelector.cxx:521 | Looked up source for destination: [ V4
127.0.0.1:5060 UDP target domain=unspecified received on: Transport: [ V4
0.0.0.0:5161 UDP target domain=unspecified connectionId=0 ] connectionId=0 ]
-> [ V4 127.0.0.1:0 UDP target domain=unspecified received on: Transport: [
V4 0.0.0.0:5161 UDP target domain=unspecified connectionId=0 ] connectionId=0 ]
sent-by=127.0.0.1 sent-port=5060 DEBUG | 20080212-173148.696 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | TransportSelector.cxx:879 | Transmitting to [ V4 127.0.0.1:5060 UDP
target domain=unspecified received on: Transport: [ V4 0.0.0.0:5161 UDP target
domain=unspecified connectionId=0 ] connectionId=0 ] tlsDomain= via [ V4
127.0.0.1:5161 UDP target domain=unspecified received on: Transport: [ V4
0.0.0.0:5161 UDP target domain=unspecified connectionId=0 ] connectionId=0 ] SIP/2.0 200 OK Via: SIP/2.0/UDP
127.0.0.1:5060;branch=z9hG4bK-d8754z-f11e7d3ec1337374-1---d8754z-;rport=5060 Via: SIP/2.0/UDP
192.168.10.218:58074;branch=z9hG4bK-d87543-f540a52fbf22ec03-1--d87543-;rport=58074 Contact: <sip:118@xxxxxxxxx:5161;rinstance=b74ddc2f587f7d04> To: "118"<sip:118@xxxxxxxxxxxxxx>;tag=b7550638 From: "Acme Ext.
101"<sip:101@xxxxxxxxxxxxxx>;tag=d8308f4a Call-ID: YjVhMzhlM2U0Y2YyZTgyODg3ZWZlZjE5NjhkZjg3ZmI. CSeq: 2 INVITE Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, UPDATE Content-Type: application/sdp Content-Length: 199 v=0 o=1900 369696545 369696545 IN IP4 192.168.10.212 s=X-Lite c=IN IP4 192.168.10.212 t=0 0 m=audio 7634 RTP/AVP 0 101 a=fmtp:101 0-15 a=rtpmap:0 pcmu/8000 a=rtpmap:101 telephone-event/8000 DEBUG | 20080212-173148.696 | Acme:ResipLib | RESIP:TRANSPORT |
9408 | Transport.cxx:213 | Adding message to tx buffer to: [ V4 127.0.0.1:5060
UDP target domain=unspecified received on: Transport: [ V4 0.0.0.0:5161 UDP
target domain=unspecified connectionId=0 ] connectionId=0 ] |