< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

[reSIProcate] register problem when transport ip is same as proxy ip


hi, scott
 
I encounter register problem when my proxy server(192.168.101.28) is the same machine that my UA running:
 
if I write mDum.addTransport(resip::UDP, ListenPort); then register is ok
but if I write mDum.addTransport(resip::UDP, ListenPort, V4, Data("192.168.101.28"); then register got 503 No matching transport found
 
I make a test for UA("192.168.101.28") register to diff proxy, one proxy located at the same machine  192.168.101.28, another proxy located at 192.168.101.33
the result is different, I paste resip log here to see if you can find something wrong:
 
=================== For failure to register to 192.168.101.28=======================

INFO | 20070703-123508.002 | SIP_TEL | RESIP:DNS | 6852 | AresDns.cxx:104 | DNS initialization: found  2 name servers
INFO | 20070703-123508.002 | SIP_TEL | RESIP:DNS | 6852 | AresDns.cxx:107 |  name server: 202.96.209.6
INFO | 20070703-123508.002 | SIP_TEL | RESIP:DNS | 6852 | AresDns.cxx:107 |  name server: 202.96.209.5
DEBUG | 20070703-123508.002 | SIP_TEL | RESIP | 6852 | Compression.cxx :40 | COMPRESSION SUPPORT NOT COMPILED IN
DEBUG | 20070703-123508.002 | SIP_TEL | RESIP | 6852 | Compression.cxx:43 | Compression configuration object created; algorithm = 0
DEBUG | 20070703-123508.002 | SIP_TEL | RESIP:TRANSPORT | 6852 | TransportSelector.cxx:86 | No compression library available
INFO | 20070703-123508.002 | SIP_TEL | RESIP:TRANSPORT | 6852 | UdpTransport.cxx:42 | Creating UDP transport host=192.168.101.28 port=17000 ipv4=1
DEBUG | 20070703-123508.018 | SIP_TEL | RESIP:TRANSPORT | 6852 | InternalTransport.cxx:86 | Creating fd=260 V4/UDP
DEBUG | 20070703-123508.018 | SIP_TEL | RESIP:TRANSPORT | 6852 | InternalTransport.cxx :94 | Binding to 192.168.101.28
DEBUG | 20070703-123508.018 | SIP_TEL | RESIP:TRANSPORT | 6852 | UdpTransport.cxx:59 | No compression library available: Transport: [ V4 192.168.101.28:17000 UDP target domain=unspecified connectionId=0 ] on 192.168.101.28
DEBUG | 20070703-123508.018 | SIP_TEL | RESIP | 6852 | SipStack.cxx:199 | Adding domain alias: 192.168.101.28:17000
DEBUG | 20070703-123508.018 | SIP_TEL | RESIP:TRANSPORT | 6852 | TransportSelector.cxx:154 | Adding transport: [ V4 192.168.101.28:17000 UDP target domain=unspecified connectionId=0 ]
DEBUG | 20070703-123508.018 | SIP_TEL | RESIP:DUM | 6852 | UserProfile.cxx:135 | Adding credential: realm=192.168.101.28 user=6666
INFO | 20070703-123508.018 | SIP_TEL | RESIP:DNS | 4536 | DnsUtil.cxx:145 | local hostname does not contain a domain part steven
DEBUG | 20070703-123508.018 | SIP_TEL | RESIP:DUM | 4536 | BaseCreator.cxx:142 | BaseCreator::makeInitialRequest: 003FAEC0
DEBUG | 20070703-123508.018 | SIP_TEL | RESIP:DUM | 4536 | RegistrationCreator.cxx:31 | RegistrationCreator::RegistrationCreator: 003FAEC0
STACK | 20070703-123508.018 | SIP_TEL | RESIP:TEST | 4536 | Handled.cxx:16 | &&&&&& Handled::Handled 1this(003FCD48) 00997C38
DEBUG | 20070703-123508.018 | SIP_TEL | RESIP:DUM | 4536 | DialogSet.cxx:52 |  ************* Created DialogSet(UAC)  -- NGM5OWM3NjY3M2Q0OWE2NjZiOWMzOWU3OGYyNzk0NGY.-4b20d23d*************
STACK | 20070703-123508.018 | SIP_TEL | RESIP:DUM | 4536 | DialogUsageManager.cxx:470 | ************* Adding DialogSet ***************
STACK | 20070703-123508.018 | SIP_TEL | RESIP:DUM | 4536 | DialogUsageManager.cxx:471 | Before: []
STACK | 20070703-123508.018 | SIP_TEL | RESIP:DUM | 4536 | DialogUsageManager.cxx:473 | After: [NGM5OWM3NjY3M2Q0OWE2NjZiOWMzOWU3OGYyNzk0NGY.-4b20d23d -> 003FCD88]
STACK | 20070703-123508.018 | SIP_TEL | RESIP:DUM | 4536 | DialogUsageManager.cxx :1918 | Looking for dialogSet: NGM5OWM3NjY3M2Q0OWE2NjZiOWMzOWU3OGYyNzk0NGY.-4b20d23d in map:
STACK | 20070703-123508.018 | SIP_TEL | RESIP:DUM | 4536 | DialogUsageManager.cxx:1919 | [NGM5OWM3NjY3M2Q0OWE2NjZiOWMzOWU3OGYyNzk0NGY.-4b20d23d -> 003FCD88]
DEBUG | 20070703-123508.018 | SIP_TEL | RESIP:DUM | 4536 | DialogUsageManager.cxx:831 | SEND:

REGISTER sip:192.168.101.28 SIP/2.0

Via: SIP/2.0/ ;branch=z9hG4bK-d8754z-2940c47f58538e50-1---d8754z-;rport

Max-Forwards: 70

Contact: <sip:8300>

To: "maodonghu"<sip:8300@xxxxxxxxxxxxxx>

From: "maodonghu"<sip:8300@xxxxxxxxxxxxxx>;tag=4b20d23d

Call-ID: NGM5OWM3NjY3M2Q0OWE2NjZiOWMzOWU3OGYyNzk0NGY.

CSeq: 1 REGISTER

Expires: 3600

Allow: INVITE, ACK, CANCEL, OPTIONS, BYE

User-Agent: hmd/2.0

Content-Length: 0

 


STACK | 20070703-123508.018 | SIP_TEL | RESIP:DUM | 4536 | DialogUsageManager.cxx:1918 | Looking for dialogSet: NGM5OWM3NjY3M2Q0OWE2NjZiOWMzOWU3OGYyNzk0NGY.-4b20d23d in map:
STACK | 20070703-123508.018 | SIP_TEL | RESIP:DUM | 4536 | DialogUsageManager.cxx:1919 | [NGM5OWM3NjY3M2Q0OWE2NjZiOWMzOWU3OGYyNzk0NGY.-4b20d23d -> 003FCD88]
DEBUG | 20070703-123508.018 | SIP_TEL | RESIP:DUM | 4536 | DialogId.cxx:50 | DialogId::DialogId: NGM5OWM3NjY3M2Q0OWE2NjZiOWMzOWU3OGYyNzk0NGY.-4b20d23d-
DEBUG | 20070703-123508.018 | SIP_TEL | RESIP:DUM | 4536 | DialogUsageManager.cxx:958 | Send: SipReq:  REGISTER 192.168.101.28 tid=2940c47f58538e50 cseq=REGISTER contact=8300 / 1 from(tu)
DEBUG | 20070703-123508.018 | SIP_TEL | RESIP | 4536 | SipStack.cxx:307 | SEND: SipReq:  REGISTER 192.168.101.28 tid=2940c47f58538e50 cseq=REGISTER contact=8300 / 1 from(tu)
STACK | 20070703-123508.049 | SIP_TEL | RESIP:TRANSACTION | 7912 | TransactionState.cxx:279 | No matching transaction for SipReq:  REGISTER 192.168.101.28 tid=2940c47f58538e50 cseq=REGISTER contact=8300 / 1 from(tu)
STACK | 20070703-123508.049 | SIP_TEL | RESIP:TRANSACTION | 7912 | TransactionState.cxx:53 | Creating new TransactionState: tid=2940c47f58538e50 [ ClientNonInvite/Trying reliable target=[ V4 0.0.0.0:0 UNKNOWN_TRANSPORT target domain=unspecified connectionId=0 ]]
STACK | 20070703-123508.049 | SIP_TEL | RESIP:TRANSACTION | 7912 | TransactionState.cxx:541 | TransactionState::processClientNonInvite: SipReq:  REGISTER 192.168.101.28 tid=2940c47f58538e50 cseq=REGISTER contact=8300 / 1 from(tu)
DEBUG | 20070703-123508.049 | SIP_TEL | RESIP:TRANSACTION | 7912 | TimerQueue.cxx:85 | Adding timer: Timer F tid=2940c47f58538e50 ms=32000
STACK | 20070703-123508.049 | SIP_TEL | RESIP:TRANSACTION | 7912 | TransactionState.cxx:1738 | sendToWire with no dns result: tid=2940c47f58538e50 [ ClientNonInvite/Trying reliable target=[ V4 0.0.0.0:0 UNKNOWN_TRANSPORT target domain=unspecified connectionId=0 ]]
DEBUG | 20070703-123508.049 | SIP_TEL | RESIP:TRANSPORT | 7912 | TransportSelector.cxx:275 | Looking up dns entries for sip: 192.168.101.28
DEBUG | 20070703-123508.049 | SIP_TEL | RESIP:DNS | 7912 | DnsResult.cxx:221 | DnsResult::lookup sip:192.168.101.28
DEBUG | 20070703-123508.049 | SIP_TEL | RESIP:DNS | 7912 | DnsResult.cxx:405 | Numeric result so return immediately: [ V4 192.168.101.28:5060 UDP target domain=192.168.101.28 connectionId=0 ]
STACK | 20070703-123508.049 | SIP_TEL | RESIP:TRANSACTION | 7912 | TransactionState.cxx:1571 | tid=2940c47f58538e50 [ ClientNonInvite/Trying reliable target=[ V4 0.0.0.0:0 UNKNOWN_TRANSPORT target domain=unspecified connectionId=0 ]] got DNS result: 192.168.101.28 --> [[ V4 192.168.101.28:5060 UDP target domain=192.168.101.28 connectionId=0 ]]
STACK | 20070703-123508.049 | SIP_TEL | RESIP:DNS | 7912 | DnsResult.cxx:201 | Returning next dns entry: [ V4 192.168.101.28:5060 UDP target domain=192.168.101.28 connectionId=0 ]
STACK | 20070703-123508.049 | SIP_TEL | RESIP:TRANSACTION | 7912 | TransactionState.cxx:1612 | Unreliable transport: tid=2940c47f58538e50 [ ClientNonInvite/Trying unreliable target=[ V4 0.0.0.0:0 UNKNOWN_TRANSPORT target domain=unspecified connectionId=0 ]]
DEBUG | 20070703-123508.049 | SIP_TEL | RESIP:TRANSACTION | 7912 | TimerQueue.cxx:85 | Adding timer: Timer E1 tid=2940c47f58538e50 ms=500
DEBUG | 20070703-123508.049 | SIP_TEL | RESIP:TRANSPORT | 7912 | TransportSelector.cxx:520 | Looked up source for destination: [ V4 192.168.101.28:5060 UDP target domain= 192.168.101.28 connectionId=0 ] -> [ V4 127.0.0.1:0 UDP target domain=192.168.101.28 connectionId=0 ] sent-by= sent-port=0
DEBUG | 20070703-123508.049 | SIP_TEL | RESIP:TRANSPORT | 7912 | TransportSelector.cxx:1056 | findTransportBySource([ V4 127.0.0.1:0 UDP target domain=192.168.101.28 connectionId=0 ])
DEBUG | 20070703-123508.049 | SIP_TEL | RESIP:TRANSPORT | 7912 | TransportSelector.cxx:1128 | search: [ V4 127.0.0.1:0 UDP target domain=192.168.101.28 connectionId=0 ] elem: [ V4 192.168.101.28:17000 UDP target domain=unspecified connectionId=0 ]
DEBUG | 20070703-123508.049 | SIP_TEL | RESIP:TRANSPORT | 7912 | TransportSelector.cxx :1174 | Exact interface / Specific port: [[ V4 192.168.101.28:17000 UDP target domain=unspecified connectionId=0 ] -> 003FA1F0]
DEBUG | 20070703-123508.049 | SIP_TEL | RESIP:TRANSPORT | 7912 | TransportSelector.cxx:1175 | Any interface / Specific port: []
DEBUG | 20070703-123508.049 | SIP_TEL | RESIP:TRANSPORT | 7912 | TransportSelector.cxx:1176 | Exact interface / Any port: [[ V4 192.168.101.28:17000 UDP target domain=unspecified connectionId=0 ] -> 003FA1F0]
DEBUG | 20070703-123508.049 | SIP_TEL | RESIP:TRANSPORT | 7912 | TransportSelector.cxx:1177 | Any interface / Any port: []
WARNING | 20070703-123508.049 | SIP_TEL | RESIP:TRANSPORT | 7912 | TransportSelector.cxx:1179 | Can't find matching transport [ V4 127.0.0.1:0 UDP target domain=192.168.101.28 connectionId=0 ]
INFO | 20070703-123508.049 | SIP_TEL | RESIP:TRANSPORT | 7912 | TransportSelector.cxx:885 | tid=2940c47f58538e50 failed to find a transport to [ V4 192.168.101.28:5060 UDP target domain=192.168.101.28 connectionId=0 ]
STACK | 20070703-123508.049 | SIP_TEL | RESIP:TRANSACTION | 7912 | TransactionState.cxx:244 | Found matching transaction for TransportFailure: 2940c47f58538e50 -> tid=2940c47f58538e50 [ ClientNonInvite/Trying unreliable target=[ V4 0.0.0.0:0 UNKNOWN_TRANSPORT target domain=unspecified connectionId=0 ]]
STACK | 20070703-123508.049 | SIP_TEL | RESIP:TRANSACTION | 7912 | TransactionState.cxx:541 | TransactionState::processClientNonInvite: TransportFailure: 2940c47f58538e50
DEBUG | 20070703-123508.049 | SIP_TEL | RESIP:DNS | 7912 | DnsResult.cxx:150 | Remove vip 192.168.101.28(1)
INFO | 20070703-123508.049 | SIP_TEL | RESIP:TRANSACTION | 7912 | TransactionState.cxx:1481 | Try sending request to a different dns result
STACK | 20070703-123508.049 | SIP_TEL | RESIP:DNS | 7912 | DnsResult.cxx:517 | Priming []
INFO | 20070703-123508.049 | SIP_TEL | RESIP:TRANSACTION | 7912 | TransactionState.cxx:1376 | Ran out of dns entries for 192.168.101.28. Send 503
DEBUG | 20070703-123508.049 | SIP_TEL | RESIP | 7912 | Helper.cxx:372 | Helper::makeResponse(SipReq:  REGISTER 192.168.101.28 tid=2940c47f58538e50 cseq=REGISTER contact=8300 / 1 from(tu) code=503 reason=
INFO | 20070703-123508.049 | SIP_TEL | RESIP:DNS | 7912 | DnsUtil.cxx:145 | local hostname does not contain a domain part steven
DEBUG | 20070703-123508.049 | SIP_TEL | RESIP:TRANSACTION | 7912 | TransactionState.cxx :1838 | Send to TU: TU: DialogUsageManager size=0

SIP/2.0 503 No matching transport found

Via: SIP/2.0/ ;branch=z9hG4bK-d8754z-2940c47f58538e50-1---d8754z-;rport

To: "maodonghu"<sip:8300@xxxxxxxxxxxxxx>;tag=4a26da4c

From: "maodonghu"<sip:8300@xxxxxxxxxxxxxx>;tag=4b20d23d

Call-ID: NGM5OWM3NjY3M2Q0OWE2NjZiOWMzOWU3OGYyNzk0NGY.

CSeq: 1 REGISTER

Warning: 499 steven ""

Content-Length: 0

 


INFO | 20070703-123508.049 | SIP_TEL | RESIP:DUM | 4536 | DialogUsageManager.cxx:1294 | Got: SipResp: 503 tid=2940c47f58538e50 cseq=REGISTER / 1 from(wire)
STACK | 20070703-123508.049 | SIP_TEL | RESIP:DUM | 4536 | DialogUsageManager.cxx:1918 | Looking for dialogSet: NGM5OWM3NjY3M2Q0OWE2NjZiOWMzOWU3OGYyNzk0NGY.-4b20d23d in map:
STACK | 20070703-123508.049 | SIP_TEL | RESIP:DUM | 4536 | DialogUsageManager.cxx:1919 | [NGM5OWM3NjY3M2Q0OWE2NjZiOWMzOWU3OGYyNzk0NGY.-4b20d23d -> 003FCD88]
DEBUG | 20070703-123508.049 | SIP_TEL | RESIP:DUM | 4536 | DialogUsageManager.cxx:1802 | DialogUsageManager::processResponse:

SipResp: 503 tid=2940c47f58538e50 cseq=REGISTER / 1 from(wire)
DEBUG | 20070703-123508.049 | SIP_TEL | RESIP:DUM | 4536 | DialogId.cxx:50 | DialogId::DialogId: NGM5OWM3NjY3M2Q0OWE2NjZiOWMzOWU3OGYyNzk0NGY.-4b20d23d-4a26da4c
STACK | 20070703-123508.049 | SIP_TEL | RESIP:DUM | 4536 | DialogSet.cxx:435 | No matching dialog for

SIP/2.0 503 No matching transport found

Via: SIP/2.0/ ;branch=z9hG4bK-d8754z-2940c47f58538e50-1---d8754z-;rport

To: "maodonghu"<sip:8300@xxxxxxxxxxxxxx>;tag=4a26da4c

From: "maodonghu"<sip:8300@xxxxxxxxxxxxxx>;tag=4b20d23d

Call-ID: NGM5OWM3NjY3M2Q0OWE2NjZiOWMzOWU3OGYyNzk0NGY.

CSeq: 1 REGISTER

Warning: 499 steven ""

Content-Length: 0

 


STACK | 20070703-123508.049 | SIP_TEL | RESIP:TEST | 4536 | Handled.cxx:16 | &&&&&& Handled::Handled 2this(003FFEB0) 00997C38
DEBUG | 20070703-123508.049 | SIP_TEL | RESIP:DUM | 4536 | ClientRegistration.cxx :51 | ClientRegistration::~ClientRegistration
STACK | 20070703-123508.049 | SIP_TEL | RESIP:TEST | 4536 | Handled.cxx:23 | &&&&&& ~Handled 2this(003FFEB0) 00997C38
DEBUG | 20070703-123508.049 | SIP_TEL | RESIP:DUM | 4536 | DialogSet.cxx:122 |  ********** DialogSet::~DialogSet: NGM5OWM3NjY3M2Q0OWE2NjZiOWMzOWU3OGYyNzk0NGY.-4b20d23d*************
STACK | 20070703-123508.049 | SIP_TEL | RESIP:DUM | 4536 | DialogUsageManager.cxx :1956 | ************* Removing DialogSet ***************
STACK | 20070703-123508.049 | SIP_TEL | RESIP:DUM | 4536 | DialogUsageManager.cxx:1957 | Before: [NGM5OWM3NjY3M2Q0OWE2NjZiOWMzOWU3OGYyNzk0NGY.-4b20d23d -> 003FCD88]
STACK | 20070703-123508.049 | SIP_TEL | RESIP:DUM | 4536 | DialogUsageManager.cxx:1959 | After: []
STACK | 20070703-123508.049 | SIP_TEL | RESIP:TEST | 4536 | Handled.cxx:23 | &&&&&& ~Handled 1this(003FCD48) 00997C38

 
===================For success to register to 192.168.101.33===============================
 

INFO | 20070703-123423.315 | SIP_TEL | RESIP:DNS | 8156 | AresDns.cxx:104 | DNS initialization: found  2 name servers
INFO | 20070703-123423.330 | SIP_TEL | RESIP:DNS | 8156 | AresDns.cxx:107 |  name server: 202.96.209.6
INFO | 20070703-123423.330 | SIP_TEL | RESIP:DNS | 8156 | AresDns.cxx:107 |  name server: 202.96.209.5
DEBUG | 20070703-123423.330 | SIP_TEL | RESIP | 8156 | Compression.cxx :40 | COMPRESSION SUPPORT NOT COMPILED IN
DEBUG | 20070703-123423.330 | SIP_TEL | RESIP | 8156 | Compression.cxx:43 | Compression configuration object created; algorithm = 0
DEBUG | 20070703-123423.330 | SIP_TEL | RESIP:TRANSPORT | 8156 | TransportSelector.cxx:86 | No compression library available
INFO | 20070703-123423.330 | SIP_TEL | RESIP:TRANSPORT | 8156 | UdpTransport.cxx:42 | Creating UDP transport host=192.168.101.28 port=17000 ipv4=1
DEBUG | 20070703-123423.330 | SIP_TEL | RESIP:TRANSPORT | 8156 | InternalTransport.cxx:86 | Creating fd=260 V4/UDP
DEBUG | 20070703-123423.330 | SIP_TEL | RESIP:TRANSPORT | 8156 | InternalTransport.cxx :94 | Binding to 192.168.101.28
DEBUG | 20070703-123423.346 | SIP_TEL | RESIP:TRANSPORT | 8156 | UdpTransport.cxx:59 | No compression library available: Transport: [ V4 192.168.101.28:17000 UDP target domain=unspecified connectionId=0 ] on 192.168.101.28
DEBUG | 20070703-123423.346 | SIP_TEL | RESIP | 8156 | SipStack.cxx:199 | Adding domain alias: 192.168.101.28:17000
DEBUG | 20070703-123423.346 | SIP_TEL | RESIP:TRANSPORT | 8156 | TransportSelector.cxx:154 | Adding transport: [ V4 192.168.101.28:17000 UDP target domain=unspecified connectionId=0 ]
DEBUG | 20070703-123423.346 | SIP_TEL | RESIP:DUM | 8156 | UserProfile.cxx:135 | Adding credential: realm=192.168.101.33 user=6666
INFO | 20070703-123423.346 | SIP_TEL | RESIP:DNS | 6316 | DnsUtil.cxx:145 | local hostname does not contain a domain part steven
DEBUG | 20070703-123423.346 | SIP_TEL | RESIP:DUM | 6316 | BaseCreator.cxx:142 | BaseCreator::makeInitialRequest: 003FB408
DEBUG | 20070703-123423.346 | SIP_TEL | RESIP:DUM | 6316 | RegistrationCreator.cxx:31 | RegistrationCreator::RegistrationCreator: 003FB408
STACK | 20070703-123423.346 | SIP_TEL | RESIP:TEST | 6316 | Handled.cxx:16 | &&&&&& Handled::Handled 1this(003FCD38) 00997C38
DEBUG | 20070703-123423.346 | SIP_TEL | RESIP:DUM | 6316 | DialogSet.cxx:52 |  ************* Created DialogSet(UAC)  -- NTAxMDRmNjRkYzJjOWVjYmE0YjJhNTcxZDA2YzU2MTc.-5e34c00e*************
STACK | 20070703-123423.346 | SIP_TEL | RESIP:DUM | 6316 | DialogUsageManager.cxx:470 | ************* Adding DialogSet ***************
STACK | 20070703-123423.346 | SIP_TEL | RESIP:DUM | 6316 | DialogUsageManager.cxx:471 | Before: []
STACK | 20070703-123423.346 | SIP_TEL | RESIP:DUM | 6316 | DialogUsageManager.cxx:473 | After: [NTAxMDRmNjRkYzJjOWVjYmE0YjJhNTcxZDA2YzU2MTc.-5e34c00e -> 003FCD78]
STACK | 20070703-123423.346 | SIP_TEL | RESIP:DUM | 6316 | DialogUsageManager.cxx :1918 | Looking for dialogSet: NTAxMDRmNjRkYzJjOWVjYmE0YjJhNTcxZDA2YzU2MTc.-5e34c00e in map:
STACK | 20070703-123423.346 | SIP_TEL | RESIP:DUM | 6316 | DialogUsageManager.cxx:1919 | [NTAxMDRmNjRkYzJjOWVjYmE0YjJhNTcxZDA2YzU2MTc.-5e34c00e -> 003FCD78]
DEBUG | 20070703-123423.346 | SIP_TEL | RESIP:DUM | 6316 | DialogUsageManager.cxx:831 | SEND:

REGISTER sip:192.168.101.33 SIP/2.0

Via: SIP/2.0/ ;branch=z9hG4bK-d8754z-fd15c25f1079e62a-1---d8754z-;rport

Max-Forwards: 70

Contact: <sip:8300>

To: "maodonghu"<sip:8300@xxxxxxxxxxxxxx>

From: "maodonghu"<sip:8300@xxxxxxxxxxxxxx>;tag=5e34c00e

Call-ID: NTAxMDRmNjRkYzJjOWVjYmE0YjJhNTcxZDA2YzU2MTc.

CSeq: 1 REGISTER

Expires: 3600

Allow: INVITE, ACK, CANCEL, OPTIONS, BYE

User-Agent: hmd/2.0

Content-Length: 0

 


STACK | 20070703-123423.346 | SIP_TEL | RESIP:DUM | 6316 | DialogUsageManager.cxx:1918 | Looking for dialogSet: NTAxMDRmNjRkYzJjOWVjYmE0YjJhNTcxZDA2YzU2MTc.-5e34c00e in map:
STACK | 20070703-123423.346 | SIP_TEL | RESIP:DUM | 6316 | DialogUsageManager.cxx:1919 | [NTAxMDRmNjRkYzJjOWVjYmE0YjJhNTcxZDA2YzU2MTc.-5e34c00e -> 003FCD78]
DEBUG | 20070703-123423.346 | SIP_TEL | RESIP:DUM | 6316 | DialogId.cxx:50 | DialogId::DialogId: NTAxMDRmNjRkYzJjOWVjYmE0YjJhNTcxZDA2YzU2MTc.-5e34c00e-
DEBUG | 20070703-123423.346 | SIP_TEL | RESIP:DUM | 6316 | DialogUsageManager.cxx:958 | Send: SipReq:  REGISTER 192.168.101.33 tid=fd15c25f1079e62a cseq=REGISTER contact=8300 / 1 from(tu)
DEBUG | 20070703-123423.346 | SIP_TEL | RESIP | 6316 | SipStack.cxx:307 | SEND: SipReq:  REGISTER 192.168.101.33 tid=fd15c25f1079e62a cseq=REGISTER contact=8300 / 1 from(tu)
STACK | 20070703-123423.361 | SIP_TEL | RESIP:TRANSACTION | 6160 | TransactionState.cxx:279 | No matching transaction for SipReq:  REGISTER 192.168.101.33 tid=fd15c25f1079e62a cseq=REGISTER contact=8300 / 1 from(tu)
STACK | 20070703-123423.361 | SIP_TEL | RESIP:TRANSACTION | 6160 | TransactionState.cxx:53 | Creating new TransactionState: tid=fd15c25f1079e62a [ ClientNonInvite/Trying reliable target=[ V4 0.0.0.0:0 UNKNOWN_TRANSPORT target domain=unspecified connectionId=0 ]]
STACK | 20070703-123423.361 | SIP_TEL | RESIP:TRANSACTION | 6160 | TransactionState.cxx:541 | TransactionState::processClientNonInvite: SipReq:  REGISTER 192.168.101.33 tid=fd15c25f1079e62a cseq=REGISTER contact=8300 / 1 from(tu)
DEBUG | 20070703-123423.361 | SIP_TEL | RESIP:TRANSACTION | 6160 | TimerQueue.cxx:85 | Adding timer: Timer F tid=fd15c25f1079e62a ms=32000
STACK | 20070703-123423.361 | SIP_TEL | RESIP:TRANSACTION | 6160 | TransactionState.cxx:1738 | sendToWire with no dns result: tid=fd15c25f1079e62a [ ClientNonInvite/Trying reliable target=[ V4 0.0.0.0:0 UNKNOWN_TRANSPORT target domain=unspecified connectionId=0 ]]
DEBUG | 20070703-123423.361 | SIP_TEL | RESIP:TRANSPORT | 6160 | TransportSelector.cxx:275 | Looking up dns entries for sip: 192.168.101.33
DEBUG | 20070703-123423.361 | SIP_TEL | RESIP:DNS | 6160 | DnsResult.cxx:221 | DnsResult::lookup sip:192.168.101.33
DEBUG | 20070703-123423.361 | SIP_TEL | RESIP:DNS | 6160 | DnsResult.cxx:405 | Numeric result so return immediately: [ V4 192.168.101.33:5060 UDP target domain=192.168.101.33 connectionId=0 ]
STACK | 20070703-123423.361 | SIP_TEL | RESIP:TRANSACTION | 6160 | TransactionState.cxx:1571 | tid=fd15c25f1079e62a [ ClientNonInvite/Trying reliable target=[ V4 0.0.0.0:0 UNKNOWN_TRANSPORT target domain=unspecified connectionId=0 ]] got DNS result: 192.168.101.33 --> [[ V4 192.168.101.33:5060 UDP target domain=192.168.101.33 connectionId=0 ]]
STACK | 20070703-123423.361 | SIP_TEL | RESIP:DNS | 6160 | DnsResult.cxx:201 | Returning next dns entry: [ V4 192.168.101.33:5060 UDP target domain=192.168.101.33 connectionId=0 ]
STACK | 20070703-123423.361 | SIP_TEL | RESIP:TRANSACTION | 6160 | TransactionState.cxx:1612 | Unreliable transport: tid=fd15c25f1079e62a [ ClientNonInvite/Trying unreliable target=[ V4 0.0.0.0:0 UNKNOWN_TRANSPORT target domain=unspecified connectionId=0 ]]
DEBUG | 20070703-123423.361 | SIP_TEL | RESIP:TRANSACTION | 6160 | TimerQueue.cxx:85 | Adding timer: Timer E1 tid=fd15c25f1079e62a ms=500
DEBUG | 20070703-123423.361 | SIP_TEL | RESIP:TRANSPORT | 6160 | TransportSelector.cxx:520 | Looked up source for destination: [ V4 192.168.101.33:5060 UDP target domain= 192.168.101.33 connectionId=0 ] -> [ V4 192.168.101.28:0 UDP target domain=192.168.101.33 connectionId=0 ] sent-by= sent-port=0
DEBUG | 20070703-123423.361 | SIP_TEL | RESIP:TRANSPORT | 6160 | TransportSelector.cxx:1056 | findTransportBySource([ V4 192.168.101.28:0 UDP target domain=192.168.101.33 connectionId=0 ])
DEBUG | 20070703-123423.361 | SIP_TEL | RESIP:TRANSPORT | 6160 | TransportSelector.cxx:1157 | findTransport (any port, specific interface) => Transport: [ V4 192.168.101.28:17000 UDP target domain=unspecified connectionId=0 ] on 192.168.101.28
DEBUG | 20070703-123423.361 | SIP_TEL | RESIP:TRANSPORT | 6160 | TransportSelector.cxx:878 | Transmitting to [ V4 192.168.101.33:5060 UDP target domain=192.168.101.33 received on: Transport: [ V4 192.168.101.28:17000 UDP target domain=unspecified connectionId=0 ] on 192.168.101.28 connectionId=0 ] tlsDomain= via [ V4 192.168.101.28:17000 UDP target domain= 192.168.101.33 connectionId=0 ]

REGISTER sip:192.168.101.33 SIP/2.0

Via: SIP/2.0/UDP 192.168.101.28:17000;branch=z9hG4bK-d8754z-fd15c25f1079e62a-1---d8754z-;rport

Max-Forwards: 70

Contact: <sip:8300@xxxxxxxxxxxxxx:17000>

To: "maodonghu"<sip:8300@xxxxxxxxxxxxxx>

From: "maodonghu"<sip:8300@xxxxxxxxxxxxxx>;tag=5e34c00e

Call-ID: NTAxMDRmNjRkYzJjOWVjYmE0YjJhNTcxZDA2YzU2MTc.

CSeq: 1 REGISTER

Expires: 3600

Allow: INVITE, ACK, CANCEL, OPTIONS, BYE

User-Agent: hmd/2.0

Content-Length: 0

 


DEBUG | 20070703-123423.361 | SIP_TEL | RESIP:TRANSPORT | 6160 | Transport.cxx:213 | Adding message to tx buffer to: [ V4 192.168.101.33:5060 UDP target domain= 192.168.101.33 received on: Transport: [ V4 192.168.101.28:17000 UDP target domain=unspecified connectionId=0 ] on 192.168.101.28 connectionId=0 ]
DEBUG | 20070703-123423.377 | SIP_TEL | RESIP:TRANSPORT | 6160 | Transport.cxx:287 | incoming from: [ V4 192.168.101.33:5060 UDP target domain=unspecified received on: Transport: [ V4 192.168.101.28:17000 UDP target domain=unspecified connectionId=0 ] on 192.168.101.28 connectionId=0 ]
STACK | 20070703-123423.377 | SIP_TEL | RESIP:TRANSPORT | 6160 | Transport.cxx:288 |

SIP/2.0 100 Trying

Via: SIP/2.0/UDP 192.168.101.28:17000;branch=z9hG4bK-d8754z-fd15c25f1079e62a-1---d8754z-;rport=17000

To: "maodonghu"<sip:8300@xxxxxxxxxxxxxx>

From: "maodonghu"<sip:8300@xxxxxxxxxxxxxx>;tag=5e34c00e

Call-ID: NTAxMDRmNjRkYzJjOWVjYmE0YjJhNTcxZDA2YzU2MTc.

CSeq: 1 REGISTER

Server: Brekeke OnDO SIP Server (1.2.4.3/144)

Content-Length: 0

 


STACK | 20070703-123423.377 | SIP_TEL | RESIP:TRANSACTION | 6160 | TransactionState.cxx:244 | Found matching transaction for SipResp: 100 tid=fd15c25f1079e62a cseq=REGISTER / 1 from(wire) -> tid=fd15c25f1079e62a [ ClientNonInvite/Trying unreliable target=[ V4 0.0.0.0:0 UNKNOWN_TRANSPORT target domain=unspecified connectionId=0 ]]
STACK | 20070703-123423.377 | SIP_TEL | RESIP:TRANSACTION | 6160 | TransactionState.cxx:541 | TransactionState::processClientNonInvite: SipResp: 100 tid=fd15c25f1079e62a cseq=REGISTER / 1 from(wire)
DEBUG | 20070703-123423.377 | SIP_TEL | RESIP:TRANSACTION | 6160 | TimerQueue.cxx:85 | Adding timer: Timer E2 tid=fd15c25f1079e62a ms=4000
DEBUG | 20070703-123423.377 | SIP_TEL | RESIP:DNS | 6160 | DnsResult.cxx:213 | Whitelisting 192.168.101.33(1): 192.168.101.33
DEBUG | 20070703-123423.377 | SIP_TEL | RESIP:TRANSACTION | 6160 | TransactionState.cxx:1838 | Send to TU: TU: DialogUsageManager size=0

SIP/2.0 100 Trying

Via: SIP/2.0/UDP 192.168.101.28:17000;branch=z9hG4bK-d8754z-fd15c25f1079e62a-1---d8754z-;rport=17000

To: "maodonghu"<sip:8300@xxxxxxxxxxxxxx>

From: "maodonghu"<sip:8300@xxxxxxxxxxxxxx>;tag=5e34c00e

Call-ID: NTAxMDRmNjRkYzJjOWVjYmE0YjJhNTcxZDA2YzU2MTc.

CSeq: 1 REGISTER

Server: Brekeke OnDO SIP Server (1.2.4.3/144)

Content-Length: 0

 


INFO | 20070703-123423.377 | SIP_TEL | RESIP:DUM | 6316 | DialogUsageManager.cxx:1294 | Got: SipResp: 100 tid=fd15c25f1079e62a cseq=REGISTER / 1 from(wire)
STACK | 20070703-123423.377 | SIP_TEL | RESIP:DUM | 6316 | DialogUsageManager.cxx:1918 | Looking for dialogSet: NTAxMDRmNjRkYzJjOWVjYmE0YjJhNTcxZDA2YzU2MTc.-5e34c00e in map:
STACK | 20070703-123423.377 | SIP_TEL | RESIP:DUM | 6316 | DialogUsageManager.cxx:1919 | [NTAxMDRmNjRkYzJjOWVjYmE0YjJhNTcxZDA2YzU2MTc.-5e34c00e -> 003FCD78]
DEBUG | 20070703-123423.377 | SIP_TEL | RESIP:DUM | 6316 | DialogUsageManager.cxx:1802 | DialogUsageManager::processResponse:

SipResp: 100 tid=fd15c25f1079e62a cseq=REGISTER / 1 from(wire)
STACK | 20070703-123423.377 | SIP_TEL | RESIP:DUM | 6316 | DialogSet.cxx:435 | No matching dialog for

SIP/2.0 100 Trying

Via: SIP/2.0/UDP 192.168.101.28:17000;branch=z9hG4bK-d8754z-fd15c25f1079e62a-1---d8754z-;rport=17000

To: "maodonghu"<sip:8300@xxxxxxxxxxxxxx>

From: "maodonghu"<sip:8300@xxxxxxxxxxxxxx>;tag=5e34c00e

Call-ID: NTAxMDRmNjRkYzJjOWVjYmE0YjJhNTcxZDA2YzU2MTc.

CSeq: 1 REGISTER

Server: Brekeke OnDO SIP Server (1.2.4.3/144)

Content-Length: 0

 


DEBUG | 20070703-123423.393 | SIP_TEL | RESIP:TRANSPORT | 6160 | Transport.cxx:287 | incoming from: [ V4 192.168.101.33:5060 UDP target domain=unspecified received on: Transport: [ V4 192.168.101.28:17000 UDP target domain=unspecified connectionId=0 ] on 192.168.101.28 connectionId=0 ]
STACK | 20070703-123423.393 | SIP_TEL | RESIP:TRANSPORT | 6160 | Transport.cxx:288 |

SIP/2.0 401 Unauthorized

Via: SIP/2.0/UDP 192.168.101.28:17000;branch=z9hG4bK-d8754z-fd15c25f1079e62a-1---d8754z-;rport=17000

To: "maodonghu"<sip:8300@xxxxxxxxxxxxxx>;tag=1183437235734-760162679

From: "maodonghu"<sip:8300@xxxxxxxxxxxxxx>;tag=5e34c00e

Call-ID: NTAxMDRmNjRkYzJjOWVjYmE0YjJhNTcxZDA2YzU2MTc.

CSeq: 1 REGISTER

Server: Brekeke OnDO SIP Server (1.2.4.3/144)

WWW-Authenticate: Digest realm="oakleyding",nonce="b666477ef6fb630645a270366233a96655cbd063"

Content-Length: 0

 


STACK | 20070703-123423.393 | SIP_TEL | RESIP:TRANSACTION | 6160 | TransactionState.cxx:244 | Found matching transaction for SipResp: 401 tid=fd15c25f1079e62a cseq=REGISTER / 1 from(wire) -> tid=fd15c25f1079e62a [ ClientNonInvite/Proceeding unreliable target=[ V4 0.0.0.0:0 UNKNOWN_TRANSPORT target domain=unspecified connectionId=0 ]]
STACK | 20070703-123423.393 | SIP_TEL | RESIP:TRANSACTION | 6160 | TransactionState.cxx:541 | TransactionState::processClientNonInvite: SipResp: 401 tid=fd15c25f1079e62a cseq=REGISTER / 1 from(wire)
DEBUG | 20070703-123423.393 | SIP_TEL | RESIP:DNS | 6160 | DnsResult.cxx:213 | Whitelisting 192.168.101.33(1): 192.168.101.33
DEBUG | 20070703-123423.393 | SIP_TEL | RESIP:DNS | 6160 | RRVip.cxx:129 | updating an existing vip: 192.168.101.33 with 192.168.101.33
DEBUG | 20070703-123423.393 | SIP_TEL | RESIP:TRANSACTION | 6160 | TransactionState.cxx :1838 | Send to TU: TU: DialogUsageManager size=0

SIP/2.0 401 Unauthorized

Via: SIP/2.0/UDP 192.168.101.28:17000;branch=z9hG4bK-d8754z-fd15c25f1079e62a-1---d8754z-;rport=17000

To: "maodonghu"<sip:8300@xxxxxxxxxxxxxx>;tag=1183437235734-760162679

From: "maodonghu"<sip:8300@xxxxxxxxxxxxxx>;tag=5e34c00e

Call-ID: NTAxMDRmNjRkYzJjOWVjYmE0YjJhNTcxZDA2YzU2MTc.

CSeq: 1 REGISTER

Server: Brekeke OnDO SIP Server (1.2.4.3/144)

WWW-Authenticate: Digest realm="oakleyding",nonce="b666477ef6fb630645a270366233a96655cbd063"

Content-Length: 0

 


DEBUG | 20070703-123423.393 | SIP_TEL | RESIP:TRANSACTION | 6160 | TimerQueue.cxx:85 | Adding timer: Timer K tid=fd15c25f1079e62a ms=5000
INFO | 20070703-123423.393 | SIP_TEL | RESIP:DUM | 6316 | DialogUsageManager.cxx :1294 | Got: SipResp: 401 tid=fd15c25f1079e62a cseq=REGISTER / 1 from(wire)
STACK | 20070703-123423.393 | SIP_TEL | RESIP:DUM | 6316 | DialogUsageManager.cxx:1918 | Looking for dialogSet: NTAxMDRmNjRkYzJjOWVjYmE0YjJhNTcxZDA2YzU2MTc.-5e34c00e in map:
STACK | 20070703-123423.393 | SIP_TEL | RESIP:DUM | 6316 | DialogUsageManager.cxx:1919 | [NTAxMDRmNjRkYzJjOWVjYmE0YjJhNTcxZDA2YzU2MTc.-5e34c00e -> 003FCD78]
DEBUG | 20070703-123423.393 | SIP_TEL | RESIP:DUM | 6316 | DialogUsageManager.cxx:1802 | DialogUsageManager::processResponse:

SipResp: 401 tid=fd15c25f1079e62a cseq=REGISTER / 1 from(wire)
DEBUG | 20070703-123423.393 | SIP_TEL | RESIP:DUM | 6316 | ClientAuthManager.cxx:223 | ClientAuthManager::RealmState::handleAuth: 009ADE70 Digest realm="oakleyding",nonce="b666477ef6fb630645a270366233a96655cbd063" is proxy: 0
DEBUG | 20070703-123423.393 | SIP_TEL | RESIP:DUM | 6316 | ClientAuthManager.cxx:197 | ClientAuthManager::RealmState::transition from invalid to current
DEBUG | 20070703-123423.393 | SIP_TEL | RESIP:DUM | 6316 | UserProfile.cxx :153 | Didn't find credential for realm: oakleyding realm=192.168.101.33 user=6666
DEBUG | 20070703-123423.393 | SIP_TEL | RESIP:DUM | 6316 | ClientAuthManager.cxx:62 | Produced response to digest challenge for UserProfile: "maodonghu"< sip:8300@xxxxxxxxxxxxxx>[realm=192.168.101.33 user=6666]
DEBUG | 20070703-123423.393 | SIP_TEL | RESIP:DUM | 6316 | DialogSet.cxx:245 | about to re-send request with digest credentials
STACK | 20070703-123423.393 | SIP_TEL | RESIP:DUM | 6316 | DialogSet.cxx:246 | 003FB408
STACK | 20070703-123423.393 | SIP_TEL | RESIP:DUM | 6316 | DialogUsageManager.cxx:1918 | Looking for dialogSet: NTAxMDRmNjRkYzJjOWVjYmE0YjJhNTcxZDA2YzU2MTc.-5e34c00e in map:
STACK | 20070703-123423.393 | SIP_TEL | RESIP:DUM | 6316 | DialogUsageManager.cxx:1919 | [NTAxMDRmNjRkYzJjOWVjYmE0YjJhNTcxZDA2YzU2MTc.-5e34c00e -> 003FCD78]
DEBUG | 20070703-123423.393 | SIP_TEL | RESIP:DUM | 6316 | ClientAuthManager.cxx:317 |  Add auth, 009ADE70 in response to: Digest realm="oakleyding",nonce="b666477ef6fb630645a270366233a96655cbd063"
DEBUG | 20070703-123423.393 | SIP_TEL | RESIP:DUM | 6316 | ClientAuthManager.cxx:325 | ClientAuthManager::RealmState::addAuthentication, proxy: 0 Digest username="6666",realm="oakleyding",nonce="b666477ef6fb630645a270366233a96655cbd063",uri="sip: 192.168.101.33",response="6d1b56d9e4bb7f934770d66870131a7a",algorithm=MD5
DEBUG | 20070703-123423.393 | SIP_TEL | RESIP:DUM | 6316 | DialogUsageManager.cxx:831 | SEND:

REGISTER sip:192.168.101.33 SIP/2.0

Via: SIP/2.0/ ;branch=z9hG4bK-d8754z-f427d30c5837c71f-1---d8754z-;rport

Max-Forwards: 70

Contact: <sip:8300>

To: "maodonghu"<sip:8300@xxxxxxxxxxxxxx>

From: "maodonghu"<sip:8300@xxxxxxxxxxxxxx>;tag=5e34c00e

Call-ID: NTAxMDRmNjRkYzJjOWVjYmE0YjJhNTcxZDA2YzU2MTc.

CSeq: 2 REGISTER

Expires: 3600

Allow: INVITE, ACK, CANCEL, OPTIONS, BYE

User-Agent: hmd/2.0

Authorization: Digest username="6666",realm="oakleyding",nonce="b666477ef6fb630645a270366233a96655cbd063",uri="sip:192.168.101.33",response="6d1b56d9e4bb7f934770d66870131a7a",algorithm=MD5

Content-Length: 0

 


STACK | 20070703-123423.393 | SIP_TEL | RESIP:DUM | 6316 | DialogUsageManager.cxx:1918 | Looking for dialogSet: NTAxMDRmNjRkYzJjOWVjYmE0YjJhNTcxZDA2YzU2MTc.-5e34c00e in map:
STACK | 20070703-123423.393 | SIP_TEL | RESIP:DUM | 6316 | DialogUsageManager.cxx:1919 | [NTAxMDRmNjRkYzJjOWVjYmE0YjJhNTcxZDA2YzU2MTc.-5e34c00e -> 003FCD78]
DEBUG | 20070703-123423.393 | SIP_TEL | RESIP:DUM | 6316 | DialogId.cxx:50 | DialogId::DialogId: NTAxMDRmNjRkYzJjOWVjYmE0YjJhNTcxZDA2YzU2MTc.-5e34c00e-
DEBUG | 20070703-123423.393 | SIP_TEL | RESIP:DUM | 6316 | DialogUsageManager.cxx:958 | Send: SipReq:  REGISTER 192.168.101.33 tid=f427d30c5837c71f cseq=REGISTER contact=8300 / 2 from(tu)
DEBUG | 20070703-123423.393 | SIP_TEL | RESIP | 6316 | SipStack.cxx:307 | SEND: SipReq:  REGISTER 192.168.101.33 tid=f427d30c5837c71f cseq=REGISTER contact=8300 / 2 from(tu)
STACK | 20070703-123423.408 | SIP_TEL | RESIP:TRANSACTION | 6160 | TransactionState.cxx:279 | No matching transaction for SipReq:  REGISTER 192.168.101.33 tid=f427d30c5837c71f cseq=REGISTER contact=8300 / 2 from(tu)
STACK | 20070703-123423.408 | SIP_TEL | RESIP:TRANSACTION | 6160 | TransactionState.cxx:53 | Creating new TransactionState: tid=f427d30c5837c71f [ ClientNonInvite/Trying reliable target=[ V4 0.0.0.0:0 UNKNOWN_TRANSPORT target domain=unspecified connectionId=0 ]]
STACK | 20070703-123423.408 | SIP_TEL | RESIP:TRANSACTION | 6160 | TransactionState.cxx:541 | TransactionState::processClientNonInvite: SipReq:  REGISTER 192.168.101.33 tid=f427d30c5837c71f cseq=REGISTER contact=8300 / 2 from(tu)
DEBUG | 20070703-123423.408 | SIP_TEL | RESIP:TRANSACTION | 6160 | TimerQueue.cxx:85 | Adding timer: Timer F tid=f427d30c5837c71f ms=32000
STACK | 20070703-123423.408 | SIP_TEL | RESIP:TRANSACTION | 6160 | TransactionState.cxx:1738 | sendToWire with no dns result: tid=f427d30c5837c71f [ ClientNonInvite/Trying reliable target=[ V4 0.0.0.0:0 UNKNOWN_TRANSPORT target domain=unspecified connectionId=0 ]]
DEBUG | 20070703-123423.408 | SIP_TEL | RESIP:TRANSPORT | 6160 | TransportSelector.cxx:275 | Looking up dns entries for sip: 192.168.101.33
DEBUG | 20070703-123423.408 | SIP_TEL | RESIP:DNS | 6160 | DnsResult.cxx:221 | DnsResult::lookup sip:192.168.101.33
DEBUG | 20070703-123423.408 | SIP_TEL | RESIP:DNS | 6160 | DnsResult.cxx:405 | Numeric result so return immediately: [ V4 192.168.101.33:5060 UDP target domain=192.168.101.33 connectionId=0 ]
STACK | 20070703-123423.408 | SIP_TEL | RESIP:TRANSACTION | 6160 | TransactionState.cxx:1571 | tid=f427d30c5837c71f [ ClientNonInvite/Trying reliable target=[ V4 0.0.0.0:0 UNKNOWN_TRANSPORT target domain=unspecified connectionId=0 ]] got DNS result: 192.168.101.33 --> [[ V4 192.168.101.33:5060 UDP target domain=192.168.101.33 connectionId=0 ]]
STACK | 20070703-123423.408 | SIP_TEL | RESIP:DNS | 6160 | DnsResult.cxx:201 | Returning next dns entry: [ V4 192.168.101.33:5060 UDP target domain=192.168.101.33 connectionId=0 ]
STACK | 20070703-123423.408 | SIP_TEL | RESIP:TRANSACTION | 6160 | TransactionState.cxx:1612 | Unreliable transport: tid=f427d30c5837c71f [ ClientNonInvite/Trying unreliable target=[ V4 0.0.0.0:0 UNKNOWN_TRANSPORT target domain=unspecified connectionId=0 ]]
DEBUG | 20070703-123423.408 | SIP_TEL | RESIP:TRANSACTION | 6160 | TimerQueue.cxx:85 | Adding timer: Timer E1 tid=f427d30c5837c71f ms=500
DEBUG | 20070703-123423.408 | SIP_TEL | RESIP:TRANSPORT | 6160 | TransportSelector.cxx:520 | Looked up source for destination: [ V4 192.168.101.33:5060 UDP target domain= 192.168.101.33 connectionId=0 ] -> [ V4 192.168.101.28:0 UDP target domain=192.168.101.33 connectionId=0 ] sent-by= sent-port=0
DEBUG | 20070703-123423.408 | SIP_TEL | RESIP:TRANSPORT | 6160 | TransportSelector.cxx:1056 | findTransportBySource([ V4 192.168.101.28:0 UDP target domain=192.168.101.33 connectionId=0 ])
DEBUG | 20070703-123423.408 | SIP_TEL | RESIP:TRANSPORT | 6160 | TransportSelector.cxx:1157 | findTransport (any port, specific interface) => Transport: [ V4 192.168.101.28:17000 UDP target domain=unspecified connectionId=0 ] on 192.168.101.28
DEBUG | 20070703-123423.408 | SIP_TEL | RESIP:TRANSPORT | 6160 | TransportSelector.cxx:878 | Transmitting to [ V4 192.168.101.33:5060 UDP target domain=192.168.101.33 received on: Transport: [ V4 192.168.101.28:17000 UDP target domain=unspecified connectionId=0 ] on 192.168.101.28 connectionId=0 ] tlsDomain= via [ V4 192.168.101.28:17000 UDP target domain= 192.168.101.33 connectionId=0 ]

REGISTER sip:192.168.101.33 SIP/2.0

Via: SIP/2.0/UDP 192.168.101.28:17000;branch=z9hG4bK-d8754z-f427d30c5837c71f-1---d8754z-;rport

Max-Forwards: 70

Contact: <sip:8300@xxxxxxxxxxxxxx:17000>

To: "maodonghu"<sip:8300@xxxxxxxxxxxxxx>

From: "maodonghu"<sip:8300@xxxxxxxxxxxxxx>;tag=5e34c00e

Call-ID: NTAxMDRmNjRkYzJjOWVjYmE0YjJhNTcxZDA2YzU2MTc.

CSeq: 2 REGISTER

Expires: 3600

Allow: INVITE, ACK, CANCEL, OPTIONS, BYE

User-Agent: hmd/2.0

Authorization: Digest username="6666",realm="oakleyding",nonce="b666477ef6fb630645a270366233a96655cbd063",uri="sip:192.168.101.33",response="6d1b56d9e4bb7f934770d66870131a7a",algorithm=MD5

Content-Length: 0

 


DEBUG | 20070703-123423.408 | SIP_TEL | RESIP:TRANSPORT | 6160 | Transport.cxx:213 | Adding message to tx buffer to: [ V4 192.168.101.33:5060 UDP target domain= 192.168.101.33 received on: Transport: [ V4 192.168.101.28:17000 UDP target domain=unspecified connectionId=0 ] on 192.168.101.28 connectionId=0 ]
DEBUG | 20070703-123423.533 | SIP_TEL | RESIP:TRANSPORT | 6160 | Transport.cxx:287 | incoming from: [ V4 192.168.101.33:5060 UDP target domain=unspecified received on: Transport: [ V4 192.168.101.28:17000 UDP target domain=unspecified connectionId=0 ] on 192.168.101.28 connectionId=0 ]
STACK | 20070703-123423.533 | SIP_TEL | RESIP:TRANSPORT | 6160 | Transport.cxx:288 |

SIP/2.0 200 OK

Via: SIP/2.0/UDP 192.168.101.28:17000;branch=z9hG4bK-d8754z-f427d30c5837c71f-1---d8754z-;rport=17000

Contact: <sip:8300@xxxxxxxxxxxxxx:17000>;expires=3600;q=1.0

To: "maodonghu"<sip:8300@xxxxxxxxxxxxxx>;tag=1183437235875-888639064

From: "maodonghu"<sip:8300@xxxxxxxxxxxxxx>;tag=5e34c00e

Call-ID: NTAxMDRmNjRkYzJjOWVjYmE0YjJhNTcxZDA2YzU2MTc.

CSeq: 2 REGISTER

Server: Brekeke OnDO SIP Server (1.2.4.3/144)

Content-Length: 0

 


STACK | 20070703-123423.533 | SIP_TEL | RESIP:TRANSACTION | 6160 | TransactionState.cxx:244 | Found matching transaction for SipResp: 200 tid=f427d30c5837c71f cseq=REGISTER contact=8300@xxxxxxxxxxxxxx:17000 / 2 from(wire) -> tid=f427d30c5837c71f [ ClientNonInvite/Trying unreliable target=[ V4 0.0.0.0:0 UNKNOWN_TRANSPORT target domain=unspecified connectionId=0 ]]
STACK | 20070703-123423.533 | SIP_TEL | RESIP:TRANSACTION | 6160 | TransactionState.cxx:541 | TransactionState::processClientNonInvite: SipResp: 200 tid=f427d30c5837c71f cseq=REGISTER contact=8300@xxxxxxxxxxxxxx:17000 / 2 from(wire)
DEBUG | 20070703-123423.533 | SIP_TEL | RESIP:DNS | 6160 | DnsResult.cxx:213 | Whitelisting 192.168.101.33(1): 192.168.101.33
DEBUG | 20070703-123423.533 | SIP_TEL | RESIP:DNS | 6160 | RRVip.cxx:129 | updating an existing vip: 192.168.101.33 with 192.168.101.33
DEBUG | 20070703-123423.533 | SIP_TEL | RESIP:TRANSACTION | 6160 | TransactionState.cxx:1838 | Send to TU: TU: DialogUsageManager size=0

SIP/2.0 200 OK

Via: SIP/2.0/UDP 192.168.101.28:17000;branch=z9hG4bK-d8754z-f427d30c5837c71f-1---d8754z-;rport=17000

Contact: <sip:8300@xxxxxxxxxxxxxx:17000>;expires=3600;q=1.0

To: "maodonghu"<sip:8300@xxxxxxxxxxxxxx>;tag=1183437235875-888639064

From: "maodonghu"<sip:8300@xxxxxxxxxxxxxx>;tag=5e34c00e

Call-ID: NTAxMDRmNjRkYzJjOWVjYmE0YjJhNTcxZDA2YzU2MTc.

CSeq: 2 REGISTER

Server: Brekeke OnDO SIP Server (1.2.4.3/144)

Content-Length: 0

 


DEBUG | 20070703-123423.533 | SIP_TEL | RESIP:TRANSACTION | 6160 | TimerQueue.cxx:85 | Adding timer: Timer K tid=f427d30c5837c71f ms=5000
INFO | 20070703-123423.533 | SIP_TEL | RESIP:DUM | 6316 | DialogUsageManager.cxx :1294 | Got: SipResp: 200 tid=f427d30c5837c71f cseq=REGISTER contact=8300@xxxxxxxxxxxxxx:17000 / 2 from(wire)
STACK | 20070703-123423.533 | SIP_TEL | RESIP:DUM | 6316 | DialogUsageManager.cxx:1918 | Looking for dialogSet: NTAxMDRmNjRkYzJjOWVjYmE0YjJhNTcxZDA2YzU2MTc.-5e34c00e in map:
STACK | 20070703-123423.533 | SIP_TEL | RESIP:DUM | 6316 | DialogUsageManager.cxx:1919 | [NTAxMDRmNjRkYzJjOWVjYmE0YjJhNTcxZDA2YzU2MTc.-5e34c00e -> 003FCD78]
DEBUG | 20070703-123423.533 | SIP_TEL | RESIP:DUM | 6316 | DialogUsageManager.cxx:1802 | DialogUsageManager::processResponse:

SipResp: 200 tid=f427d30c5837c71f cseq=REGISTER contact=8300@xxxxxxxxxxxxxx:17000 / 2 from(wire)
DEBUG | 20070703-123423.533 | SIP_TEL | RESIP:DUM | 6316 | ClientAuthManager.cxx :40 | ClientAuthManager::handle: transitioning NTAxMDRmNjRkYzJjOWVjYmE0YjJhNTcxZDA2YzU2MTc.-5e34c00eto cached
DEBUG | 20070703-123423.533 | SIP_TEL | RESIP:DUM | 6316 | ClientAuthManager.cxx:197 | ClientAuthManager::RealmState::transition from current to cached
DEBUG | 20070703-123423.533 | SIP_TEL | RESIP:DUM | 6316 | DialogId.cxx:50 | DialogId::DialogId: NTAxMDRmNjRkYzJjOWVjYmE0YjJhNTcxZDA2YzU2MTc.-5e34c00e-1183437235875-888639064
STACK | 20070703-123423.533 | SIP_TEL | RESIP:DUM | 6316 | DialogSet.cxx:435 | No matching dialog for

SIP/2.0 200 OK

Via: SIP/2.0/UDP 192.168.101.28:17000;branch=z9hG4bK-d8754z-f427d30c5837c71f-1---d8754z-;rport=17000

Contact: <sip:8300@xxxxxxxxxxxxxx:17000>;expires=3600;q=1.0

To: "maodonghu"<sip:8300@xxxxxxxxxxxxxx>;tag=1183437235875-888639064

From: "maodonghu"<sip:8300@xxxxxxxxxxxxxx>;tag=5e34c00e

Call-ID: NTAxMDRmNjRkYzJjOWVjYmE0YjJhNTcxZDA2YzU2MTc.

CSeq: 2 REGISTER

Server: Brekeke OnDO SIP Server (1.2.4.3/144)

Content-Length: 0

 


STACK | 20070703-123423.533 | SIP_TEL | RESIP:TEST | 6316 | Handled.cxx:16 | &&&&&& Handled::Handled 2this(009B2510) 00997C38
DEBUG | 20070703-123423.533 | SIP_TEL | RESIP:DUM | 6316 | KeepAliveManager.cxx :19 | First keep alive for: [ V4 192.168.101.33:5060 UDP target domain=unspecified received on: Transport: [ V4 192.168.101.28:17000 UDP target domain=unspecified connectionId=0 ] on 192.168.101.28 connectionId=0 ]
DEBUG | 20070703-123423.533 | SIP_TEL | RESIP:DUM | 6316 | KeepAliveManager.cxx:20 | Keepalive interval 30 seconds
DEBUG | 20070703-123423.533 | SIP_TEL | RESIP:DUM | 6316 | KeepAliveManager.cxx:21 | Keepalive id 0
DEBUG | 20070703-123423.533 | SIP_TEL | RESIP:TRANSACTION | 6316 | TimerQueue.cxx:105 | Adding application timer: [ V4 192.168.101.33:5060 UDP target domain=unspecified received on: Transport: [ V4 192.168.101.28:17000 UDP target domain=unspecified connectionId=0 ] on 192.168.101.28 connectionId=0 ](0)
DEBUG | 20070703-123423.533 | SIP_TEL | RESIP:DUM | 6316 | ClientRegistration.cxx:385 | Clearing service route ([])
DEBUG | 20070703-123423.533 | SIP_TEL | RESIP:TRANSACTION | 6316 | TimerQueue.cxx :105 | Adding application timer: DumTimeout::Registration ClientRegistration sip:8300@xxxxxxxxxxxxxx: duration=3240 seq=1
STACK | 20070703-123423.861 | SIP_TEL | RESIP:TRANSACTION | 6160 | TransactionState.cxx:244 | Found matching transaction for Timer: Timer E1 500 -> tid=fd15c25f1079e62a [ ClientNonInvite/Completed unreliable target=[ V4 0.0.0.0:0 UNKNOWN_TRANSPORT target domain=unspecified connectionId=0 ]]
STACK | 20070703-123423.861 | SIP_TEL | RESIP:TRANSACTION | 6160 | TransactionState.cxx:541 | TransactionState::processClientNonInvite: Timer: Timer E1 500
STACK | 20070703-123423.908 | SIP_TEL | RESIP:TRANSACTION | 6160 | TransactionState.cxx:244 | Found matching transaction for Timer: Timer E1 500 -> tid=f427d30c5837c71f [ ClientNonInvite/Completed unreliable target=[ V4 0.0.0.0:0 UNKNOWN_TRANSPORT target domain=unspecified connectionId=0 ]]
STACK | 20070703-123423.908 | SIP_TEL | RESIP:TRANSACTION | 6160 | TransactionState.cxx:541 | TransactionState::processClientNonInvite: Timer: Timer E1 500
STACK | 20070703-123427.377 | SIP_TEL | RESIP:TRANSACTION | 6160 | TransactionState.cxx:244 | Found matching transaction for Timer: Timer E2 4000 -> tid=fd15c25f1079e62a [ ClientNonInvite/Completed unreliable target=[ V4 0.0.0.0:0 UNKNOWN_TRANSPORT target domain=unspecified connectionId=0 ]]
STACK | 20070703-123427.377 | SIP_TEL | RESIP:TRANSACTION | 6160 | TransactionState.cxx:541 | TransactionState::processClientNonInvite: Timer: Timer E2 4000
STACK | 20070703-123428.393 | SIP_TEL | RESIP:TRANSACTION | 6160 | TransactionState.cxx:244 | Found matching transaction for Timer: Timer K 5000 -> tid=fd15c25f1079e62a [ ClientNonInvite/Completed unreliable target=[ V4 0.0.0.0:0 UNKNOWN_TRANSPORT target domain=unspecified connectionId=0 ]]
STACK | 20070703-123428.393 | SIP_TEL | RESIP:TRANSACTION | 6160 | TransactionState.cxx:541 | TransactionState::processClientNonInvite: Timer: Timer K 5000
STACK | 20070703-123428.533 | SIP_TEL | RESIP:TRANSACTION | 6160 | TransactionState.cxx:244 | Found matching transaction for Timer: Timer K 5000 -> tid=f427d30c5837c71f [ ClientNonInvite/Completed unreliable target=[ V4 0.0.0.0:0 UNKNOWN_TRANSPORT target domain=unspecified connectionId=0 ]]
STACK | 20070703-123428.533 | SIP_TEL | RESIP:TRANSACTION | 6160 | TransactionState.cxx:541 | TransactionState::processClientNonInvite: Timer: Timer K 5000

 
 
 
 


--
Best Regards

Maodong Hu