Project

General

Profile

Actions

Enhancement #2109

closed

Honour the expires value the SIP client asks (larger than 3600 seconds)

Added by Pro Backup over 11 years ago. Updated over 11 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
Sessions
Target version:
Start date:
08/03/2013
Due date:
% Done:

0%

Estimated time:
Keywords:
expires

Description

This relates to issue #1621.

Current default expires value of 3600 seconds results in iPhone being woke every 9 till 26 minutes.

We have set our SIP client to an expires value of 14400 seconds. This still results in an expires value of 3600 value for the sip2sip account.

Please honour the (larger) expires value which the SIP client asks.

Why?
1. reduce power consumption
2. reduce network traffic
3. this SIP client is smart enough to re-register on network changes

Actions #1

Updated by Adrian Georgescu over 11 years ago

  • Status changed from New to In progress

We do allow large expiration intervals, namely up to 86400. These are the current values set in the server:

modparam("registrar", "min_expires", 60)
modparam("registrar", "max_expires", 86400)
modparam("registrar", "default_expires", 3600)

The client may provide any value in that interval.

Perhaps you can paste a SIP trace?

Actions #2

Updated by Pro Backup over 11 years ago

Sip2sip seems to honour the expires value.

Groundwire seems to do a re-register on any wake. It doesn't matter whether it is a received packet, phone unlock, or network change, in any case Groundwire decides to do a REGISTER again (even when the expires TTL isn't yet over 50% of the configured expires value).

~~~~getCurrentState: return state:Registered
~~~~getCurrentState: return state:Registered
2013-08-05T15:50:51.449Z
we are awake...
2013-08-05T15:51:51.450Z
we are awake...
2013-08-05T15:52:51.452Z
we are awake...
2013-08-05T15:53:51.453Z
we are awake...
2013-08-05T15:54:51.455Z
we are awake...
2013-08-05T15:55:51.456Z
we are awake...
2013-08-05T15:55:58.202Z
BRIDGE
setKeepAwake(1)
BRIDGE
applicationWillResignActive
2013-08-05T15:55:58.275Z
BRIDGE CONTROLLER CHANGES MODE
prev=PlayMedia, new=IdleWithPlayMedia
BRIDGE
stopVoiceUnit
VU
stop, status=2
VUP:46723, 0/0
VU
stop END, status=1
2013-08-05T15:55:58.347Z
Mode changed
BRIDGE
updateFeeds
Setting call feeder
BRIDGE
applicationDidEnterBackground
2013-08-05T15:55:58.348Z
BRIDGE
setKeepAwake(1)
keepalive handler installed with expiration time 86400
~~~~getCurrentState: return state:Registered
SIP
2013-08-05T15:55:58.359Z
Sip::Registration::registerWithServer
             State: Registered
     Delayed Write: No
      Register Now: Yes
Registered Contacts: <Contact-List>
                      <Contact>
                        <Uri
                          user="2233513173" 
                          scheme="sips" 
                          host="192.168.254.12" 
                          port="58690">
                            <Params
                              rinstance="7DA4013B" 
                              transport="tcp"/>
                        </Uri>
                        <Params expires="1375717792+86400"/>
                      </Contact>
                    </Contact-List>

SIP
2013-08-05T15:55:58.359Z
Sip::Registration::setState
Current State: Registered
  Next State: Registering

SIP
2013-08-05T15:55:58.359Z
Sip::Registration::writeRegisterRequest
State: Registering

SIP
2013-08-05T15:55:58.362Z
Sip::Shared::startGlobalContactDiscovery
 Use Global Contact: No
Global Contact State: Off

SIP
2013-08-05T15:55:58.362Z
Sip::Shared::writeClientRequest
Request Id: 10304228
Discovering Global Contact: No

SIP
2013-08-05T15:55:58.363Z
ali::network::sip::layer::transport::do_send
Host Name: proxy.sipthor.net
    Host: 85.17.186.7
    Port: 443
Transport: tls

SIP
2013-08-05T15:55:58.363Z
ali::network::sip::layer::transport::channel::send
Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
Message queued.
Queue Size: 1

SIP
2013-08-05T15:55:58.363Z
ali::network::sip::layer::transport::channel::try_send
Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
Entry Message Queue Size: 1

SIP
2013-08-05T15:55:58.363Z
ali::network::sip::layer::transport::stream_channel::do_send
        Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
   Connection state: Connected
Not Connected Reason: -
       Socket Error: -

SIP
2013-08-05T15:55:58.364Z
Sent:
192.168.254.12:58690 -> proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
794
REGISTER sips:sip2sip.info SIP/2.0
Via: SIP/2.0/TLS 192.168.254.12:58690;branch=z9hG4bKZnSV0zcjmQoMPWNL;rport
Contact: <sips:2233513173@192.168.254.12:58690;rinstance=7DA4013B;transport=tcp>;expires=86400
Max-Forwards: 70
From: <sips:2233513173@sip2sip.info>;tag=DB29D6134FF0ACBF13DC29A999BEE31F
Allow: OPTIONS, INVITE, ACK, REFER, CANCEL, BYE, NOTIFY
Supported: replaces, path
User-Agent: Acrobits Softphone Business/2.4.9
To: <sips:2233513173@sip2sip.info>
Expires: 86400
Call-ID: 4A5DEDB82F680BEE35F9134F408F5944646C2909
P-hint: background
CSeq: 5682 REGISTER
Authorization: Digest username="2233513173",realm="sip2sip.info",algorithm=MD5,uri="sips:sip2sip.info",nonce="51ffc9be8c6cc056f9190ddd88415058da0eb56b",response="bce1459aabd32f945c108ad58c4f63fc" 
Content-Length: 0

SIP
2013-08-05T15:55:58.365Z
ali::network::sip::layer::transport::channel::try_send
Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
Exit Message Queue Size: 0

~~~~getCurrentState: return state:Registered
~~~~~~REGSTATECHANGED, current=Registered
canceling reconnect
~~~~getCurrentState: return state:Registered
2013-08-05T15:55:58.379Z
onRegistrationStateChanged, accountId=ls8DW1AHWqMQtdqd
~~~~getCurrentState: return state:Registered
SIP
2013-08-05T15:55:58.407Z
Received:
192.168.254.12:58690 <- proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
527
SIP/2.0 401 Unauthorized
Via: SIP/2.0/TLS 192.168.254.12:58690;received=92.254.51.247;branch=z9hG4bKZnSV0zcjmQoMPWNL;rport=58690
From: <sips:2233513173@sip2sip.info>;tag=DB29D6134FF0ACBF13DC29A999BEE31F
To: <sips:2233513173@sip2sip.info>;tag=ac7e0189ab09b4fde10c77c8597b662a.5379
Call-ID: 4A5DEDB82F680BEE35F9134F408F5944646C2909
CSeq: 5682 REGISTER
WWW-Authenticate: Digest realm="sip2sip.info", nonce="51ffcb2d5f12159316a2b9810a91ecdfa11c86fe", stale=true
Server: SIP Thor on OpenSIPS XS 1.9.0
Content-Length: 0

SIP
2013-08-05T15:55:58.408Z
Authentication failed. New challenge parameters:
Stale: "true" 
Realm: "sip2sip.info" (was "sip2sip.info")
Nonce: "51ffcb2d5f12159316a2b9810a91ecdfa11c86fe" (was "51ffc9be8c6cc056f9190ddd88415058da0eb56b"; 0/0)
Domain: "" (was "")

SIP
2013-08-05T15:55:58.408Z
Going to re-authenticate.
Reason: The used nonce was stale.

SIP
2013-08-05T15:55:58.409Z
Preparing for authentication using the Digest method.
Realm: sip2sip.info
Nonce: 51ffcb2d5f12159316a2b9810a91ecdfa11c86fe
  QOP:
Opaque:
Domain:

SIP
2013-08-05T15:55:58.409Z
ali::network::sip::layer::transport::do_send
Host Name: proxy.sipthor.net
    Host: 85.17.186.7
    Port: 443
Transport: tls

SIP
2013-08-05T15:55:58.409Z
ali::network::sip::layer::transport::channel::send
Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
Message queued.
Queue Size: 1

SIP
2013-08-05T15:55:58.409Z
ali::network::sip::layer::transport::channel::try_send
Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
Entry Message Queue Size: 1

SIP
2013-08-05T15:55:58.409Z
ali::network::sip::layer::transport::stream_channel::do_send
        Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
   Connection state: Connected
Not Connected Reason: -
       Socket Error: -

SIP
2013-08-05T15:55:58.410Z
Sent:
192.168.254.12:58690 -> proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
794
REGISTER sips:sip2sip.info SIP/2.0
Via: SIP/2.0/TLS 192.168.254.12:58690;branch=z9hG4bKGl8cersJxZVvRUKU;rport
Contact: <sips:2233513173@192.168.254.12:58690;rinstance=7DA4013B;transport=tcp>;expires=86400
Max-Forwards: 70
From: <sips:2233513173@sip2sip.info>;tag=DB29D6134FF0ACBF13DC29A999BEE31F
Allow: OPTIONS, INVITE, ACK, REFER, CANCEL, BYE, NOTIFY
Supported: replaces, path
User-Agent: Acrobits Softphone Business/2.4.9
To: <sips:2233513173@sip2sip.info>
Expires: 86400
Call-ID: 4A5DEDB82F680BEE35F9134F408F5944646C2909
P-hint: background
CSeq: 5683 REGISTER
Authorization: Digest username="2233513173",realm="sip2sip.info",algorithm=MD5,uri="sips:sip2sip.info",nonce="51ffcb2d5f12159316a2b9810a91ecdfa11c86fe",response="fe69c1fbddb35aea52a7655956f0ad7b" 
Content-Length: 0

SIP
2013-08-05T15:55:58.412Z
ali::network::sip::layer::transport::channel::try_send
Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
Exit Message Queue Size: 0

SIP
2013-08-05T15:55:58.619Z
Received:
192.168.254.12:58690 <- proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
2236
SIP/2.0 200 OK
Via: SIP/2.0/TLS 192.168.254.12:58690;received=92.254.51.247;branch=z9hG4bKGl8cersJxZVvRUKU;rport=58690
From: <sips:2233513173@sip2sip.info>;tag=DB29D6134FF0ACBF13DC29A999BEE31F
To: <sips:2233513173@sip2sip.info>;tag=ac7e0189ab09b4fde10c77c8597b662a.2d9c
Call-ID: 4A5DEDB82F680BEE35F9134F408F5944646C2909
CSeq: 5683 REGISTER
Contact: <sips:2233513173@192.168.254.12:58690;rinstance=7DA4013B;transport=tcp>;expires=86400;received="sip:92.254.51.247:58690;transport=tls", <sip:2233513173@192.168.254.10:1061;transport=tls;line=l6pig3tz>;q=1;expires=13299;received="sip:92.254.51.247:1061;transport=tls", <sip:2233513173@192.168.254.10:1060;transport=tls;line=l6pig3tz>;q=1;expires=6098;received="sip:81.23.228.129:5060;target=%73%69%70:%39%32.%32%35%34.%35%31.%32%34%37:%31%30%36%30%3b%74%72%61%6e%73%70%6f%72%74%3d%74%6c%73", <sips:2233513173@192.168.254.12:58658;rinstance=7DA4013B;transport=tcp>;expires=77822;received="sip:81.23.228.129:5060;target=%73%69%70:%37%37.%31%37%33.%31%38%35.%34%34:%35%38%36%35%38%3b%74%72%61%6e%73%70%6f%72%74%3d%74%6c%73", <sips:2233513173@10.46.160.173:58629;rinstance=7DA4013B;transport=tcp>;expires=76764;received="sip:188.207.108.46:32424;transport=tls", <sips:2233513173@192.168.254.12:58625;rinstance=7DA4013B;transport=tcp>;expires=76690;received="sip:81.23.228.129:5060;target=%73%69%70:%37%37.%31%37%33.%31%38%35.%34%34:%35%38%36%32%35%3b%74%72%61%6e%73%70%6f%72%74%3d%74%6c%73", <sips:2233513173@10.46.160.173:58620;rinstance=7DA4013B;transport=tcp>;expires=76001;received="sip:188.207.108.46:32408;transport=tls", <sips:2233513173@192.168.254.12:58611;rinstance=7DA4013B;transport=tcp>;expires=75953;received="sip:81.23.228.129:5060;target=%73%69%70:%37%37.%31%37%33.%31%38%35.%34%34:%35%38%36%31%31%3b%74%72%61%6e%73%70%6f%72%74%3d%74%6c%73", <sips:2233513173@192.168.254.12:58595;rinstance=7DA4013B;transport=tcp>;expires=70999;received="sip:92.254.51.247:58595;transport=tls", <sips:2233513173@192.168.254.12:58591;rinstance=7DA4013B;transport=tcp>;expires=65225;received="sip:81.23.228.129:5060;target=%73%69%70:%37%37.%31%37%33.%31%38%35.%34%34:%35%38%35%39%31%3b%74%72%61%6e%73%70%6f%72%74%3d%74%6c%73" 
Server: SIP Thor on OpenSIPS XS 1.9.0
Content-Length: 0

SIP
2013-08-05T15:55:58.622Z
Sip::Registration::onResponse
  State: Registering
   Code: 200 OK

SIP
2013-08-05T15:55:58.622Z
Sip::Registration::setState
Current State: Registering
  Next State: Registered

~~~~getCurrentState: return state:Registered
~~~~~~REGSTATECHANGED, current=Registered
canceling reconnect
~~~~getCurrentState: return state:Registered
2013-08-05T15:55:58.624Z
onRegistrationStateChanged, accountId=ls8DW1AHWqMQtdqd
~~~~getCurrentState: return state:Registered
~~~~getCurrentRealState: return state:Registered
~~~~getCurrentState: return state:Registered
~~~~getCurrentRealState: return state:Registered
~~~~getCurrentState: return state:Registered
2013-08-05T15:56:08.376Z
Ok, we can sleep now.
2013-08-05T15:56:08.425Z
BRIDGE
setKeepAwake(0)
2013-08-05T15:56:08.425Z
BRIDGE
setting _keepAwake to 0
BRIDGE
applicationWillEnterForeground
+++++ interface snapshot +++++
en0 (192.168.254.12 WiFiClient up,multicast)
pdp_ip0 (10.46.160.173 Cellular up,point-to-point,multicast)
+++++++++++++++++++
BRIDGE
applicationDidBecomeActive
2013-08-05T15:56:14.426Z
BRIDGE CONTROLLER CHANGES MODE
prev=IdleWithPlayMedia, new=PlayMedia
BRIDGE
startVoiceUnit
VU
start, status=1
VU
start END, status=2, delay=627
VUP:46723, 99/0
BRIDGE
updateFeeds
Setting call feeder
VU
start, status=2
2013-08-05T15:56:15.036Z
Mode changed
BRIDGE
updateFeeds
Setting call feeder
VU
start, status=2
~~~~getCurrentState: return state:Registered
SIP
2013-08-05T15:56:15.038Z
Sip::Registration::registerWithServer
             State: Registered
     Delayed Write: No
      Register Now: Yes
Registered Contacts: <Contact-List>
                      <Contact>
                        <Uri
                          user="2233513173" 
                          scheme="sips" 
                          host="192.168.254.12" 
                          port="58690">
                            <Params
                              rinstance="7DA4013B" 
                              transport="tcp"/>
                        </Uri>
                        <Params expires="1375718158+86400"/>
                      </Contact>
                    </Contact-List>

SIP
2013-08-05T15:56:15.038Z
Sip::Registration::setState
Current State: Registered
  Next State: Registering

SIP
2013-08-05T15:56:15.038Z
Sip::Registration::writeRegisterRequest
State: Registering

SIP
2013-08-05T15:56:15.038Z
Sip::Shared::startGlobalContactDiscovery
 Use Global Contact: No
Global Contact State: Off

SIP
2013-08-05T15:56:15.038Z
Sip::Shared::writeClientRequest
Request Id: 10304228
Discovering Global Contact: No

SIP
2013-08-05T15:56:15.039Z
ali::network::sip::layer::transport::do_send
Host Name: proxy.sipthor.net
    Host: 85.17.186.7
    Port: 443
Transport: tls

SIP
2013-08-05T15:56:15.039Z
ali::network::sip::layer::transport::channel::send
Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
Message queued.
Queue Size: 1

SIP
2013-08-05T15:56:15.039Z
ali::network::sip::layer::transport::channel::try_send
Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
Entry Message Queue Size: 1

SIP
2013-08-05T15:56:15.039Z
ali::network::sip::layer::transport::stream_channel::do_send
        Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
   Connection state: Connected
Not Connected Reason: -
       Socket Error: -

SIP
2013-08-05T15:56:15.040Z
Sent:
192.168.254.12:58690 -> proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
774
REGISTER sips:sip2sip.info SIP/2.0
Via: SIP/2.0/TLS 192.168.254.12:58690;branch=z9hG4bK2U1cPZjpgUkEbpCk;rport
Contact: <sips:2233513173@192.168.254.12:58690;rinstance=7DA4013B;transport=tcp>;expires=86400
Max-Forwards: 70
From: <sips:2233513173@sip2sip.info>;tag=C7C90F014AE18CDE670F0ABB76756A77
Allow: OPTIONS, INVITE, ACK, REFER, CANCEL, BYE, NOTIFY
Supported: replaces, path
User-Agent: Acrobits Softphone Business/2.4.9
To: <sips:2233513173@sip2sip.info>
Expires: 86400
Call-ID: 4A5DEDB82F680BEE35F9134F408F5944646C2909
CSeq: 5684 REGISTER
Authorization: Digest username="2233513173",realm="sip2sip.info",algorithm=MD5,uri="sips:sip2sip.info",nonce="51ffcb2d5f12159316a2b9810a91ecdfa11c86fe",response="fe69c1fbddb35aea52a7655956f0ad7b" 
Content-Length: 0

SIP
2013-08-05T15:56:15.042Z
ali::network::sip::layer::transport::channel::try_send
Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
Exit Message Queue Size: 0

~~~~getCurrentState: return state:Registered
~~~~~~REGSTATECHANGED, current=Registered
canceling reconnect
~~~~getCurrentState: return state:Registered
2013-08-05T15:56:15.056Z
onRegistrationStateChanged, accountId=ls8DW1AHWqMQtdqd
~~~~getCurrentState: return state:Registered
VUP:47299, 99/99
SIP
2013-08-05T15:56:15.255Z
Received:
192.168.254.12:58690 <- proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
2236
SIP/2.0 200 OK
Via: SIP/2.0/TLS 192.168.254.12:58690;received=92.254.51.247;branch=z9hG4bK2U1cPZjpgUkEbpCk;rport=58690
From: <sips:2233513173@sip2sip.info>;tag=C7C90F014AE18CDE670F0ABB76756A77
To: <sips:2233513173@sip2sip.info>;tag=ac7e0189ab09b4fde10c77c8597b662a.8074
Call-ID: 4A5DEDB82F680BEE35F9134F408F5944646C2909
CSeq: 5684 REGISTER
Contact: <sips:2233513173@192.168.254.12:58690;rinstance=7DA4013B;transport=tcp>;expires=86400;received="sip:92.254.51.247:58690;transport=tls", <sip:2233513173@192.168.254.10:1061;transport=tls;line=l6pig3tz>;q=1;expires=13283;received="sip:92.254.51.247:1061;transport=tls", <sip:2233513173@192.168.254.10:1060;transport=tls;line=l6pig3tz>;q=1;expires=6082;received="sip:81.23.228.129:5060;target=%73%69%70:%39%32.%32%35%34.%35%31.%32%34%37:%31%30%36%30%3b%74%72%61%6e%73%70%6f%72%74%3d%74%6c%73", <sips:2233513173@192.168.254.12:58658;rinstance=7DA4013B;transport=tcp>;expires=77806;received="sip:81.23.228.129:5060;target=%73%69%70:%37%37.%31%37%33.%31%38%35.%34%34:%35%38%36%35%38%3b%74%72%61%6e%73%70%6f%72%74%3d%74%6c%73", <sips:2233513173@10.46.160.173:58629;rinstance=7DA4013B;transport=tcp>;expires=76748;received="sip:188.207.108.46:32424;transport=tls", <sips:2233513173@192.168.254.12:58625;rinstance=7DA4013B;transport=tcp>;expires=76674;received="sip:81.23.228.129:5060;target=%73%69%70:%37%37.%31%37%33.%31%38%35.%34%34:%35%38%36%32%35%3b%74%72%61%6e%73%70%6f%72%74%3d%74%6c%73", <sips:2233513173@10.46.160.173:58620;rinstance=7DA4013B;transport=tcp>;expires=75985;received="sip:188.207.108.46:32408;transport=tls", <sips:2233513173@192.168.254.12:58611;rinstance=7DA4013B;transport=tcp>;expires=75937;received="sip:81.23.228.129:5060;target=%73%69%70:%37%37.%31%37%33.%31%38%35.%34%34:%35%38%36%31%31%3b%74%72%61%6e%73%70%6f%72%74%3d%74%6c%73", <sips:2233513173@192.168.254.12:58595;rinstance=7DA4013B;transport=tcp>;expires=70983;received="sip:92.254.51.247:58595;transport=tls", <sips:2233513173@192.168.254.12:58591;rinstance=7DA4013B;transport=tcp>;expires=65209;received="sip:81.23.228.129:5060;target=%73%69%70:%37%37.%31%37%33.%31%38%35.%34%34:%35%38%35%39%31%3b%74%72%61%6e%73%70%6f%72%74%3d%74%6c%73" 
Server: SIP Thor on OpenSIPS XS 1.9.0
Content-Length: 0

SIP
2013-08-05T15:56:15.257Z
Sip::Registration::onResponse
  State: Registering
   Code: 200 OK

SIP
2013-08-05T15:56:15.257Z
Sip::Registration::setState
Current State: Registering
  Next State: Registered

~~~~getCurrentState: return state:Registered
~~~~~~REGSTATECHANGED, current=Registered
canceling reconnect
~~~~getCurrentState: return state:Registered
2013-08-05T15:56:15.260Z
onRegistrationStateChanged, accountId=ls8DW1AHWqMQtdqd
~~~~getCurrentState: return state:Registered
2013-08-05T15:56:51.458Z
we are awake...
2013-08-05T15:57:51.460Z
we are awake...
2013-08-05T15:58:52.154Z
we are awake...
2013-08-05T15:59:52.155Z
we are awake...
2013-08-05T16:00:52.159Z
we are awake...
2013-08-05T16:01:52.161Z
we are awake...
2013-08-05T16:02:52.162Z
we are awake...
2013-08-05T16:03:52.164Z
we are awake...
2013-08-05T16:04:52.166Z
we are awake...
2013-08-05T16:05:52.168Z
we are awake...
2013-08-05T16:06:52.272Z
we are awake...
2013-08-05T16:07:52.274Z
we are awake...
2013-08-05T16:08:52.277Z
we are awake...
2013-08-05T16:09:52.279Z
we are awake...
2013-08-05T16:10:00.857Z
BRIDGE
setKeepAwake(1)
BRIDGE
applicationWillResignActive
2013-08-05T16:10:00.941Z
BRIDGE CONTROLLER CHANGES MODE
prev=PlayMedia, new=IdleWithPlayMedia
BRIDGE
stopVoiceUnit
VU
stop, status=2
VUP:47299, 0/0
VU
stop END, status=1
2013-08-05T16:10:01.005Z
Mode changed
BRIDGE
updateFeeds
Setting call feeder
BRIDGE
applicationDidEnterBackground
2013-08-05T16:10:01.006Z
BRIDGE
setKeepAwake(1)
keepalive handler installed with expiration time 86400
~~~~getCurrentState: return state:Registered
SIP
2013-08-05T16:10:01.019Z
Sip::Registration::registerWithServer
             State: Registered
     Delayed Write: No
      Register Now: Yes
Registered Contacts: <Contact-List>
                      <Contact>
                        <Uri
                          user="2233513173" 
                          scheme="sips" 
                          host="192.168.254.12" 
                          port="58690">
                            <Params
                              rinstance="7DA4013B" 
                              transport="tcp"/>
                        </Uri>
                        <Params expires="1375718175+86400"/>
                      </Contact>
                    </Contact-List>

SIP
2013-08-05T16:10:01.019Z
Sip::Registration::setState
Current State: Registered
  Next State: Registering

SIP
2013-08-05T16:10:01.019Z
Sip::Registration::writeRegisterRequest
State: Registering

SIP
2013-08-05T16:10:01.019Z
Sip::Shared::startGlobalContactDiscovery
 Use Global Contact: No
Global Contact State: Off

SIP
2013-08-05T16:10:01.019Z
Sip::Shared::writeClientRequest
Request Id: 10304228
Discovering Global Contact: No

SIP
2013-08-05T16:10:01.020Z
ali::network::sip::layer::transport::do_send
Host Name: proxy.sipthor.net
    Host: 85.17.186.7
    Port: 443
Transport: tls

SIP
2013-08-05T16:10:01.020Z
ali::network::sip::layer::transport::channel::send
Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
Message queued.
Queue Size: 1

SIP
2013-08-05T16:10:01.020Z
ali::network::sip::layer::transport::channel::try_send
Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
Entry Message Queue Size: 1

SIP
2013-08-05T16:10:01.021Z
ali::network::sip::layer::transport::stream_channel::do_send
        Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
   Connection state: Connected
Not Connected Reason: -
       Socket Error: -

SIP
2013-08-05T16:10:01.021Z
Sent:
192.168.254.12:58690 -> proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
794
REGISTER sips:sip2sip.info SIP/2.0
Via: SIP/2.0/TLS 192.168.254.12:58690;branch=z9hG4bKFqHRRilKgCM3f2sC;rport
Contact: <sips:2233513173@192.168.254.12:58690;rinstance=7DA4013B;transport=tcp>;expires=86400
Max-Forwards: 70
From: <sips:2233513173@sip2sip.info>;tag=977E98FE86785E78A4D891DA4704C0AE
Allow: OPTIONS, INVITE, ACK, REFER, CANCEL, BYE, NOTIFY
Supported: replaces, path
User-Agent: Acrobits Softphone Business/2.4.9
To: <sips:2233513173@sip2sip.info>
Expires: 86400
Call-ID: 4A5DEDB82F680BEE35F9134F408F5944646C2909
P-hint: background
CSeq: 5685 REGISTER
Authorization: Digest username="2233513173",realm="sip2sip.info",algorithm=MD5,uri="sips:sip2sip.info",nonce="51ffcb2d5f12159316a2b9810a91ecdfa11c86fe",response="fe69c1fbddb35aea52a7655956f0ad7b" 
Content-Length: 0

SIP
2013-08-05T16:10:01.023Z
ali::network::sip::layer::transport::channel::try_send
Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
Exit Message Queue Size: 0

~~~~getCurrentState: return state:Registered
~~~~~~REGSTATECHANGED, current=Registered
canceling reconnect
~~~~getCurrentState: return state:Registered
2013-08-05T16:10:01.031Z
onRegistrationStateChanged, accountId=ls8DW1AHWqMQtdqd
~~~~getCurrentState: return state:Registered
SIP
2013-08-05T16:10:01.063Z
Received:
192.168.254.12:58690 <- proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
527
SIP/2.0 401 Unauthorized
Via: SIP/2.0/TLS 192.168.254.12:58690;received=92.254.51.247;branch=z9hG4bKFqHRRilKgCM3f2sC;rport=58690
From: <sips:2233513173@sip2sip.info>;tag=977E98FE86785E78A4D891DA4704C0AE
To: <sips:2233513173@sip2sip.info>;tag=ac7e0189ab09b4fde10c77c8597b662a.89f9
Call-ID: 4A5DEDB82F680BEE35F9134F408F5944646C2909
CSeq: 5685 REGISTER
WWW-Authenticate: Digest realm="sip2sip.info", nonce="51ffce7739d8916db3dc91ee603df25b28e5261a", stale=true
Server: SIP Thor on OpenSIPS XS 1.9.0
Content-Length: 0

SIP
2013-08-05T16:10:01.064Z
Authentication failed. New challenge parameters:
Stale: "true" 
Realm: "sip2sip.info" (was "sip2sip.info")
Nonce: "51ffce7739d8916db3dc91ee603df25b28e5261a" (was "51ffcb2d5f12159316a2b9810a91ecdfa11c86fe"; 0/0)
Domain: "" (was "")

SIP
2013-08-05T16:10:01.064Z
Going to re-authenticate.
Reason: The used nonce was stale.

SIP
2013-08-05T16:10:01.064Z
Preparing for authentication using the Digest method.
Realm: sip2sip.info
Nonce: 51ffce7739d8916db3dc91ee603df25b28e5261a
  QOP:
Opaque:
Domain:

SIP
2013-08-05T16:10:01.064Z
ali::network::sip::layer::transport::do_send
Host Name: proxy.sipthor.net
    Host: 85.17.186.7
    Port: 443
Transport: tls

SIP
2013-08-05T16:10:01.065Z
ali::network::sip::layer::transport::channel::send
Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
Message queued.
Queue Size: 1

SIP
2013-08-05T16:10:01.065Z
ali::network::sip::layer::transport::channel::try_send
Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
Entry Message Queue Size: 1

SIP
2013-08-05T16:10:01.065Z
ali::network::sip::layer::transport::stream_channel::do_send
        Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
   Connection state: Connected
Not Connected Reason: -
       Socket Error: -

SIP
2013-08-05T16:10:01.065Z
Sent:
192.168.254.12:58690 -> proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
794
REGISTER sips:sip2sip.info SIP/2.0
Via: SIP/2.0/TLS 192.168.254.12:58690;branch=z9hG4bKX9XjY2eRQpJV9BU7;rport
Contact: <sips:2233513173@192.168.254.12:58690;rinstance=7DA4013B;transport=tcp>;expires=86400
Max-Forwards: 70
From: <sips:2233513173@sip2sip.info>;tag=977E98FE86785E78A4D891DA4704C0AE
Allow: OPTIONS, INVITE, ACK, REFER, CANCEL, BYE, NOTIFY
Supported: replaces, path
User-Agent: Acrobits Softphone Business/2.4.9
To: <sips:2233513173@sip2sip.info>
Expires: 86400
Call-ID: 4A5DEDB82F680BEE35F9134F408F5944646C2909
P-hint: background
CSeq: 5686 REGISTER
Authorization: Digest username="2233513173",realm="sip2sip.info",algorithm=MD5,uri="sips:sip2sip.info",nonce="51ffce7739d8916db3dc91ee603df25b28e5261a",response="429b4c68f206365205eccec3b5ee4251" 
Content-Length: 0

SIP
2013-08-05T16:10:01.067Z
ali::network::sip::layer::transport::channel::try_send
Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
Exit Message Queue Size: 0

SIP
2013-08-05T16:10:01.281Z
Received:
192.168.254.12:58690 <- proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
2236
SIP/2.0 200 OK
Via: SIP/2.0/TLS 192.168.254.12:58690;received=92.254.51.247;branch=z9hG4bKX9XjY2eRQpJV9BU7;rport=58690
From: <sips:2233513173@sip2sip.info>;tag=977E98FE86785E78A4D891DA4704C0AE
To: <sips:2233513173@sip2sip.info>;tag=ac7e0189ab09b4fde10c77c8597b662a.227c
Call-ID: 4A5DEDB82F680BEE35F9134F408F5944646C2909
CSeq: 5686 REGISTER
Contact: <sips:2233513173@192.168.254.12:58690;rinstance=7DA4013B;transport=tcp>;expires=86400;received="sip:92.254.51.247:58690;transport=tls", <sip:2233513173@192.168.254.10:1061;transport=tls;line=l6pig3tz>;q=1;expires=12457;received="sip:92.254.51.247:1061;transport=tls", <sip:2233513173@192.168.254.10:1060;transport=tls;line=l6pig3tz>;q=1;expires=5256;received="sip:81.23.228.129:5060;target=%73%69%70:%39%32.%32%35%34.%35%31.%32%34%37:%31%30%36%30%3b%74%72%61%6e%73%70%6f%72%74%3d%74%6c%73", <sips:2233513173@192.168.254.12:58658;rinstance=7DA4013B;transport=tcp>;expires=76980;received="sip:81.23.228.129:5060;target=%73%69%70:%37%37.%31%37%33.%31%38%35.%34%34:%35%38%36%35%38%3b%74%72%61%6e%73%70%6f%72%74%3d%74%6c%73", <sips:2233513173@10.46.160.173:58629;rinstance=7DA4013B;transport=tcp>;expires=75922;received="sip:188.207.108.46:32424;transport=tls", <sips:2233513173@192.168.254.12:58625;rinstance=7DA4013B;transport=tcp>;expires=75848;received="sip:81.23.228.129:5060;target=%73%69%70:%37%37.%31%37%33.%31%38%35.%34%34:%35%38%36%32%35%3b%74%72%61%6e%73%70%6f%72%74%3d%74%6c%73", <sips:2233513173@10.46.160.173:58620;rinstance=7DA4013B;transport=tcp>;expires=75159;received="sip:188.207.108.46:32408;transport=tls", <sips:2233513173@192.168.254.12:58611;rinstance=7DA4013B;transport=tcp>;expires=75111;received="sip:81.23.228.129:5060;target=%73%69%70:%37%37.%31%37%33.%31%38%35.%34%34:%35%38%36%31%31%3b%74%72%61%6e%73%70%6f%72%74%3d%74%6c%73", <sips:2233513173@192.168.254.12:58595;rinstance=7DA4013B;transport=tcp>;expires=70157;received="sip:92.254.51.247:58595;transport=tls", <sips:2233513173@192.168.254.12:58591;rinstance=7DA4013B;transport=tcp>;expires=64383;received="sip:81.23.228.129:5060;target=%73%69%70:%37%37.%31%37%33.%31%38%35.%34%34:%35%38%35%39%31%3b%74%72%61%6e%73%70%6f%72%74%3d%74%6c%73" 
Server: SIP Thor on OpenSIPS XS 1.9.0
Content-Length: 0

SIP
2013-08-05T16:10:01.282Z
Sip::Registration::onResponse
  State: Registering
   Code: 200 OK

SIP
2013-08-05T16:10:01.282Z
Sip::Registration::setState
Current State: Registering
  Next State: Registered

~~~~getCurrentState: return state:Registered
~~~~~~REGSTATECHANGED, current=Registered
canceling reconnect
~~~~getCurrentState: return state:Registered
2013-08-05T16:10:01.284Z
onRegistrationStateChanged, accountId=ls8DW1AHWqMQtdqd
~~~~getCurrentState: return state:Registered
~~~~getCurrentRealState: return state:Registered
~~~~getCurrentState: return state:Registered
~~~~getCurrentRealState: return state:Registered
~~~~getCurrentState: return state:Registered
2013-08-05T16:10:11.033Z
Ok, we can sleep now.
2013-08-05T16:10:11.080Z
BRIDGE
setKeepAwake(0)
2013-08-05T16:10:11.080Z
BRIDGE
setting _keepAwake to 0
2013-08-05T16:15:05.684Z
we are awake...
BRIDGE
applicationWillEnterForeground
+++++ interface snapshot +++++
en0 (192.168.254.12 WiFiClient up,multicast)
pdp_ip0 (10.46.160.173 Cellular up,point-to-point,multicast)
+++++++++++++++++++
BRIDGE
applicationDidBecomeActive
2013-08-05T16:15:05.766Z
BRIDGE CONTROLLER CHANGES MODE
prev=IdleWithPlayMedia, new=PlayMedia
BRIDGE
startVoiceUnit
VU
start, status=1
VU
start END, status=2, delay=627
VUP:47299, 99/0
BRIDGE
updateFeeds
Setting call feeder
VU
start, status=2
2013-08-05T16:15:06.321Z
Mode changed
BRIDGE
updateFeeds
Setting call feeder
VU
start, status=2
~~~~getCurrentState: return state:Registered
SIP
2013-08-05T16:15:06.323Z
Sip::Registration::registerWithServer
             State: Registered
     Delayed Write: No
      Register Now: Yes
Registered Contacts: <Contact-List>
                      <Contact>
                        <Uri
                          user="2233513173" 
                          scheme="sips" 
                          host="192.168.254.12" 
                          port="58690">
                            <Params
                              rinstance="7DA4013B" 
                              transport="tcp"/>
                        </Uri>
                        <Params expires="1375719001+86400"/>
                      </Contact>
                    </Contact-List>

SIP
2013-08-05T16:15:06.323Z
Sip::Registration::setState
Current State: Registered
  Next State: Registering

SIP
2013-08-05T16:15:06.323Z
Sip::Registration::writeRegisterRequest
State: Registering

SIP
2013-08-05T16:15:06.323Z
Sip::Shared::startGlobalContactDiscovery
 Use Global Contact: No
Global Contact State: Off

SIP
2013-08-05T16:15:06.323Z
Sip::Shared::writeClientRequest
Request Id: 10304228
Discovering Global Contact: No

SIP
2013-08-05T16:15:06.324Z
ali::network::sip::layer::transport::do_send
Host Name: proxy.sipthor.net
    Host: 85.17.186.7
    Port: 443
Transport: tls

SIP
2013-08-05T16:15:06.324Z
ali::network::sip::layer::transport::channel::send
Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
Message queued.
Queue Size: 1

SIP
2013-08-05T16:15:06.324Z
ali::network::sip::layer::transport::channel::try_send
Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
Entry Message Queue Size: 1

SIP
2013-08-05T16:15:06.324Z
ali::network::sip::layer::transport::stream_channel::do_send
        Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
   Connection state: Connected
Not Connected Reason: -
       Socket Error: -

SIP
2013-08-05T16:15:06.325Z
Sent:
192.168.254.12:58690 -> proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
774
REGISTER sips:sip2sip.info SIP/2.0
Via: SIP/2.0/TLS 192.168.254.12:58690;branch=z9hG4bK6o7KZCcvH0ZZOcuX;rport
Contact: <sips:2233513173@192.168.254.12:58690;rinstance=7DA4013B;transport=tcp>;expires=86400
Max-Forwards: 70
From: <sips:2233513173@sip2sip.info>;tag=13F2F9E749CCC462229E019C3E6F555E
Allow: OPTIONS, INVITE, ACK, REFER, CANCEL, BYE, NOTIFY
Supported: replaces, path
User-Agent: Acrobits Softphone Business/2.4.9
To: <sips:2233513173@sip2sip.info>
Expires: 86400
Call-ID: 4A5DEDB82F680BEE35F9134F408F5944646C2909
CSeq: 5687 REGISTER
Authorization: Digest username="2233513173",realm="sip2sip.info",algorithm=MD5,uri="sips:sip2sip.info",nonce="51ffce7739d8916db3dc91ee603df25b28e5261a",response="429b4c68f206365205eccec3b5ee4251" 
Content-Length: 0

SIP
2013-08-05T16:15:06.327Z
ali::network::sip::layer::transport::channel::try_send
Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
Exit Message Queue Size: 0

~~~~getCurrentState: return state:Registered
~~~~~~REGSTATECHANGED, current=Registered
canceling reconnect
~~~~getCurrentState: return state:Registered
2013-08-05T16:15:06.344Z
onRegistrationStateChanged, accountId=ls8DW1AHWqMQtdqd
~~~~getCurrentState: return state:Registered
SIP
2013-08-05T16:15:06.366Z
Received:
192.168.254.12:58690 <- proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
527
SIP/2.0 401 Unauthorized
Via: SIP/2.0/TLS 192.168.254.12:58690;received=92.254.51.247;branch=z9hG4bK6o7KZCcvH0ZZOcuX;rport=58690
From: <sips:2233513173@sip2sip.info>;tag=13F2F9E749CCC462229E019C3E6F555E
To: <sips:2233513173@sip2sip.info>;tag=ac7e0189ab09b4fde10c77c8597b662a.8876
Call-ID: 4A5DEDB82F680BEE35F9134F408F5944646C2909
CSeq: 5687 REGISTER
WWW-Authenticate: Digest realm="sip2sip.info", nonce="51ffcfa853a4d7ad4fa3160e4c0961a2ddb65824", stale=true
Server: SIP Thor on OpenSIPS XS 1.9.0
Content-Length: 0

SIP
2013-08-05T16:15:06.367Z
Authentication failed. New challenge parameters:
Stale: "true" 
Realm: "sip2sip.info" (was "sip2sip.info")
Nonce: "51ffcfa853a4d7ad4fa3160e4c0961a2ddb65824" (was "51ffce7739d8916db3dc91ee603df25b28e5261a"; 0/0)
Domain: "" (was "")

SIP
2013-08-05T16:15:06.367Z
Going to re-authenticate.
Reason: The used nonce was stale.

SIP
2013-08-05T16:15:06.367Z
Preparing for authentication using the Digest method.
Realm: sip2sip.info
Nonce: 51ffcfa853a4d7ad4fa3160e4c0961a2ddb65824
  QOP:
Opaque:
Domain:

SIP
2013-08-05T16:15:06.368Z
ali::network::sip::layer::transport::do_send
Host Name: proxy.sipthor.net
    Host: 85.17.186.7
    Port: 443
Transport: tls

SIP
2013-08-05T16:15:06.368Z
ali::network::sip::layer::transport::channel::send
Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
Message queued.
Queue Size: 1

SIP
2013-08-05T16:15:06.368Z
ali::network::sip::layer::transport::channel::try_send
Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
Entry Message Queue Size: 1

SIP
2013-08-05T16:15:06.368Z
ali::network::sip::layer::transport::stream_channel::do_send
        Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
   Connection state: Connected
Not Connected Reason: -
       Socket Error: -

SIP
2013-08-05T16:15:06.370Z
Sent:
192.168.254.12:58690 -> proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
774
REGISTER sips:sip2sip.info SIP/2.0
Via: SIP/2.0/TLS 192.168.254.12:58690;branch=z9hG4bKBAeXo45CnVPs8NNB;rport
Contact: <sips:2233513173@192.168.254.12:58690;rinstance=7DA4013B;transport=tcp>;expires=86400
Max-Forwards: 70
From: <sips:2233513173@sip2sip.info>;tag=13F2F9E749CCC462229E019C3E6F555E
Allow: OPTIONS, INVITE, ACK, REFER, CANCEL, BYE, NOTIFY
Supported: replaces, path
User-Agent: Acrobits Softphone Business/2.4.9
To: <sips:2233513173@sip2sip.info>
Expires: 86400
Call-ID: 4A5DEDB82F680BEE35F9134F408F5944646C2909
CSeq: 5688 REGISTER
Authorization: Digest username="2233513173",realm="sip2sip.info",algorithm=MD5,uri="sips:sip2sip.info",nonce="51ffcfa853a4d7ad4fa3160e4c0961a2ddb65824",response="6e8498382ccb7fe72fef427b4ac15dd6" 
Content-Length: 0

SIP
2013-08-05T16:15:06.371Z
ali::network::sip::layer::transport::channel::try_send
Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
Exit Message Queue Size: 0

VUP:48871, 99/99
SIP
2013-08-05T16:15:06.546Z
Received:
192.168.254.12:58690 <- proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
2236
SIP/2.0 200 OK
Via: SIP/2.0/TLS 192.168.254.12:58690;received=92.254.51.247;branch=z9hG4bKBAeXo45CnVPs8NNB;rport=58690
From: <sips:2233513173@sip2sip.info>;tag=13F2F9E749CCC462229E019C3E6F555E
To: <sips:2233513173@sip2sip.info>;tag=ac7e0189ab09b4fde10c77c8597b662a.649a
Call-ID: 4A5DEDB82F680BEE35F9134F408F5944646C2909
CSeq: 5688 REGISTER
Contact: <sips:2233513173@192.168.254.12:58690;rinstance=7DA4013B;transport=tcp>;expires=86400;received="sip:92.254.51.247:58690;transport=tls", <sip:2233513173@192.168.254.10:1061;transport=tls;line=l6pig3tz>;q=1;expires=12152;received="sip:92.254.51.247:1061;transport=tls", <sip:2233513173@192.168.254.10:1060;transport=tls;line=l6pig3tz>;q=1;expires=4951;received="sip:81.23.228.129:5060;target=%73%69%70:%39%32.%32%35%34.%35%31.%32%34%37:%31%30%36%30%3b%74%72%61%6e%73%70%6f%72%74%3d%74%6c%73", <sips:2233513173@192.168.254.12:58658;rinstance=7DA4013B;transport=tcp>;expires=76675;received="sip:81.23.228.129:5060;target=%73%69%70:%37%37.%31%37%33.%31%38%35.%34%34:%35%38%36%35%38%3b%74%72%61%6e%73%70%6f%72%74%3d%74%6c%73", <sips:2233513173@10.46.160.173:58629;rinstance=7DA4013B;transport=tcp>;expires=75617;received="sip:188.207.108.46:32424;transport=tls", <sips:2233513173@192.168.254.12:58625;rinstance=7DA4013B;transport=tcp>;expires=75543;received="sip:81.23.228.129:5060;target=%73%69%70:%37%37.%31%37%33.%31%38%35.%34%34:%35%38%36%32%35%3b%74%72%61%6e%73%70%6f%72%74%3d%74%6c%73", <sips:2233513173@10.46.160.173:58620;rinstance=7DA4013B;transport=tcp>;expires=74854;received="sip:188.207.108.46:32408;transport=tls", <sips:2233513173@192.168.254.12:58611;rinstance=7DA4013B;transport=tcp>;expires=74806;received="sip:81.23.228.129:5060;target=%73%69%70:%37%37.%31%37%33.%31%38%35.%34%34:%35%38%36%31%31%3b%74%72%61%6e%73%70%6f%72%74%3d%74%6c%73", <sips:2233513173@192.168.254.12:58595;rinstance=7DA4013B;transport=tcp>;expires=69852;received="sip:92.254.51.247:58595;transport=tls", <sips:2233513173@192.168.254.12:58591;rinstance=7DA4013B;transport=tcp>;expires=64078;received="sip:81.23.228.129:5060;target=%73%69%70:%37%37.%31%37%33.%31%38%35.%34%34:%35%38%35%39%31%3b%74%72%61%6e%73%70%6f%72%74%3d%74%6c%73" 
Server: SIP Thor on OpenSIPS XS 1.9.0
Content-Length: 0

SIP
2013-08-05T16:15:06.734Z
Sip::Registration::onResponse
  State: Registering
   Code: 200 OK

SIP
2013-08-05T16:15:06.734Z
Sip::Registration::setState
Current State: Registering
  Next State: Registered

~~~~getCurrentState: return state:Registered
~~~~~~REGSTATECHANGED, current=Registered
canceling reconnect
~~~~getCurrentState: return state:Registered
2013-08-05T16:15:06.736Z
onRegistrationStateChanged, accountId=ls8DW1AHWqMQtdqd
~~~~getCurrentState: return state:Registered
2013-08-05T16:16:05.690Z
we are awake...
2013-08-05T16:17:05.692Z
we are awake...
2013-08-05T16:18:05.694Z
we are awake...
2013-08-05T16:19:05.696Z
we are awake...
2013-08-05T16:20:05.697Z
we are awake...
2013-08-05T16:21:05.699Z
we are awake...
2013-08-05T16:21:26.824Z
BRIDGE
setKeepAwake(1)
BRIDGE
applicationWillResignActive
2013-08-05T16:21:26.896Z
BRIDGE CONTROLLER CHANGES MODE
prev=PlayMedia, new=IdleWithPlayMedia
BRIDGE
stopVoiceUnit
VU
stop, status=2
VUP:48871, 0/0
VU
stop END, status=1
2013-08-05T16:21:26.981Z
Mode changed
BRIDGE
updateFeeds
Setting call feeder
BRIDGE
applicationDidEnterBackground
2013-08-05T16:21:26.982Z
BRIDGE
setKeepAwake(1)
keepalive handler installed with expiration time 86400
~~~~getCurrentState: return state:Registered
SIP
2013-08-05T16:21:26.995Z
Sip::Registration::registerWithServer
             State: Registered
     Delayed Write: No
      Register Now: Yes
Registered Contacts: <Contact-List>
                      <Contact>
                        <Uri
                          user="2233513173" 
                          scheme="sips" 
                          host="192.168.254.12" 
                          port="58690">
                            <Params
                              rinstance="7DA4013B" 
                              transport="tcp"/>
                        </Uri>
                        <Params expires="1375719306+86400"/>
                      </Contact>
                    </Contact-List>

SIP
2013-08-05T16:21:26.995Z
Sip::Registration::setState
Current State: Registered
  Next State: Registering

SIP
2013-08-05T16:21:26.995Z
Sip::Registration::writeRegisterRequest
State: Registering

SIP
2013-08-05T16:21:26.996Z
Sip::Shared::startGlobalContactDiscovery
 Use Global Contact: No
Global Contact State: Off

SIP
2013-08-05T16:21:26.996Z
Sip::Shared::writeClientRequest
Request Id: 10304228
Discovering Global Contact: No

SIP
2013-08-05T16:21:26.996Z
ali::network::sip::layer::transport::do_send
Host Name: proxy.sipthor.net
    Host: 85.17.186.7
    Port: 443
Transport: tls

SIP
2013-08-05T16:21:26.997Z
ali::network::sip::layer::transport::channel::send
Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
Message queued.
Queue Size: 1

SIP
2013-08-05T16:21:26.997Z
ali::network::sip::layer::transport::channel::try_send
Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
Entry Message Queue Size: 1

SIP
2013-08-05T16:21:26.997Z
ali::network::sip::layer::transport::stream_channel::do_send
        Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
   Connection state: Connected
Not Connected Reason: -
       Socket Error: -

SIP
2013-08-05T16:21:26.998Z
Sent:
192.168.254.12:58690 -> proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
794
REGISTER sips:sip2sip.info SIP/2.0
Via: SIP/2.0/TLS 192.168.254.12:58690;branch=z9hG4bKaDT4GuWKBnoLh8Mj;rport
Contact: <sips:2233513173@192.168.254.12:58690;rinstance=7DA4013B;transport=tcp>;expires=86400
Max-Forwards: 70
From: <sips:2233513173@sip2sip.info>;tag=467B49DC1DBE33DAC257D2B4A53448AD
Allow: OPTIONS, INVITE, ACK, REFER, CANCEL, BYE, NOTIFY
Supported: replaces, path
User-Agent: Acrobits Softphone Business/2.4.9
To: <sips:2233513173@sip2sip.info>
Expires: 86400
Call-ID: 4A5DEDB82F680BEE35F9134F408F5944646C2909
P-hint: background
CSeq: 5689 REGISTER
Authorization: Digest username="2233513173",realm="sip2sip.info",algorithm=MD5,uri="sips:sip2sip.info",nonce="51ffcfa853a4d7ad4fa3160e4c0961a2ddb65824",response="6e8498382ccb7fe72fef427b4ac15dd6" 
Content-Length: 0

SIP
2013-08-05T16:21:26.999Z
ali::network::sip::layer::transport::channel::try_send
Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
Exit Message Queue Size: 0

~~~~getCurrentState: return state:Registered
~~~~~~REGSTATECHANGED, current=Registered
canceling reconnect
~~~~getCurrentState: return state:Registered
2013-08-05T16:21:27.007Z
onRegistrationStateChanged, accountId=ls8DW1AHWqMQtdqd
~~~~getCurrentState: return state:Registered
SIP
2013-08-05T16:21:27.041Z
Received:
192.168.254.12:58690 <- proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
527
SIP/2.0 401 Unauthorized
Via: SIP/2.0/TLS 192.168.254.12:58690;received=92.254.51.247;branch=z9hG4bKaDT4GuWKBnoLh8Mj;rport=58690
From: <sips:2233513173@sip2sip.info>;tag=467B49DC1DBE33DAC257D2B4A53448AD
To: <sips:2233513173@sip2sip.info>;tag=ac7e0189ab09b4fde10c77c8597b662a.dae5
Call-ID: 4A5DEDB82F680BEE35F9134F408F5944646C2909
CSeq: 5689 REGISTER
WWW-Authenticate: Digest realm="sip2sip.info", nonce="51ffd125d846e3aa7c1bd4d9f68aca984cb341aa", stale=true
Server: SIP Thor on OpenSIPS XS 1.9.0
Content-Length: 0

SIP
2013-08-05T16:21:27.042Z
Authentication failed. New challenge parameters:
Stale: "true" 
Realm: "sip2sip.info" (was "sip2sip.info")
Nonce: "51ffd125d846e3aa7c1bd4d9f68aca984cb341aa" (was "51ffcfa853a4d7ad4fa3160e4c0961a2ddb65824"; 0/0)
Domain: "" (was "")

SIP
2013-08-05T16:21:27.042Z
Going to re-authenticate.
Reason: The used nonce was stale.

SIP
2013-08-05T16:21:27.042Z
Preparing for authentication using the Digest method.
Realm: sip2sip.info
Nonce: 51ffd125d846e3aa7c1bd4d9f68aca984cb341aa
  QOP:
Opaque:
Domain:

SIP
2013-08-05T16:21:27.043Z
ali::network::sip::layer::transport::do_send
Host Name: proxy.sipthor.net
    Host: 85.17.186.7
    Port: 443
Transport: tls

SIP
2013-08-05T16:21:27.043Z
ali::network::sip::layer::transport::channel::send
Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
Message queued.
Queue Size: 1

SIP
2013-08-05T16:21:27.043Z
ali::network::sip::layer::transport::channel::try_send
Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
Entry Message Queue Size: 1

SIP
2013-08-05T16:21:27.043Z
ali::network::sip::layer::transport::stream_channel::do_send
        Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
   Connection state: Connected
Not Connected Reason: -
       Socket Error: -

SIP
2013-08-05T16:21:27.044Z
Sent:
192.168.254.12:58690 -> proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
794
REGISTER sips:sip2sip.info SIP/2.0
Via: SIP/2.0/TLS 192.168.254.12:58690;branch=z9hG4bKDvAszyKyoBuU8xhh;rport
Contact: <sips:2233513173@192.168.254.12:58690;rinstance=7DA4013B;transport=tcp>;expires=86400
Max-Forwards: 70
From: <sips:2233513173@sip2sip.info>;tag=467B49DC1DBE33DAC257D2B4A53448AD
Allow: OPTIONS, INVITE, ACK, REFER, CANCEL, BYE, NOTIFY
Supported: replaces, path
User-Agent: Acrobits Softphone Business/2.4.9
To: <sips:2233513173@sip2sip.info>
Expires: 86400
Call-ID: 4A5DEDB82F680BEE35F9134F408F5944646C2909
P-hint: background
CSeq: 5690 REGISTER
Authorization: Digest username="2233513173",realm="sip2sip.info",algorithm=MD5,uri="sips:sip2sip.info",nonce="51ffd125d846e3aa7c1bd4d9f68aca984cb341aa",response="86bbaf4edb86ae0a358f055d2c624b09" 
Content-Length: 0

SIP
2013-08-05T16:21:27.045Z
ali::network::sip::layer::transport::channel::try_send
Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
Exit Message Queue Size: 0

SIP
2013-08-05T16:21:27.252Z
Received:
192.168.254.12:58690 <- proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
2236
SIP/2.0 200 OK
Via: SIP/2.0/TLS 192.168.254.12:58690;received=92.254.51.247;branch=z9hG4bKDvAszyKyoBuU8xhh;rport=58690
From: <sips:2233513173@sip2sip.info>;tag=467B49DC1DBE33DAC257D2B4A53448AD
To: <sips:2233513173@sip2sip.info>;tag=ac7e0189ab09b4fde10c77c8597b662a.e9fd
Call-ID: 4A5DEDB82F680BEE35F9134F408F5944646C2909
CSeq: 5690 REGISTER
Contact: <sips:2233513173@192.168.254.12:58690;rinstance=7DA4013B;transport=tcp>;expires=86400;received="sip:92.254.51.247:58690;transport=tls", <sip:2233513173@192.168.254.10:1061;transport=tls;line=l6pig3tz>;q=1;expires=11771;received="sip:92.254.51.247:1061;transport=tls", <sip:2233513173@192.168.254.10:1060;transport=tls;line=l6pig3tz>;q=1;expires=4570;received="sip:81.23.228.129:5060;target=%73%69%70:%39%32.%32%35%34.%35%31.%32%34%37:%31%30%36%30%3b%74%72%61%6e%73%70%6f%72%74%3d%74%6c%73", <sips:2233513173@192.168.254.12:58658;rinstance=7DA4013B;transport=tcp>;expires=76294;received="sip:81.23.228.129:5060;target=%73%69%70:%37%37.%31%37%33.%31%38%35.%34%34:%35%38%36%35%38%3b%74%72%61%6e%73%70%6f%72%74%3d%74%6c%73", <sips:2233513173@10.46.160.173:58629;rinstance=7DA4013B;transport=tcp>;expires=75236;received="sip:188.207.108.46:32424;transport=tls", <sips:2233513173@192.168.254.12:58625;rinstance=7DA4013B;transport=tcp>;expires=75162;received="sip:81.23.228.129:5060;target=%73%69%70:%37%37.%31%37%33.%31%38%35.%34%34:%35%38%36%32%35%3b%74%72%61%6e%73%70%6f%72%74%3d%74%6c%73", <sips:2233513173@10.46.160.173:58620;rinstance=7DA4013B;transport=tcp>;expires=74473;received="sip:188.207.108.46:32408;transport=tls", <sips:2233513173@192.168.254.12:58611;rinstance=7DA4013B;transport=tcp>;expires=74425;received="sip:81.23.228.129:5060;target=%73%69%70:%37%37.%31%37%33.%31%38%35.%34%34:%35%38%36%31%31%3b%74%72%61%6e%73%70%6f%72%74%3d%74%6c%73", <sips:2233513173@192.168.254.12:58595;rinstance=7DA4013B;transport=tcp>;expires=69471;received="sip:92.254.51.247:58595;transport=tls", <sips:2233513173@192.168.254.12:58591;rinstance=7DA4013B;transport=tcp>;expires=63697;received="sip:81.23.228.129:5060;target=%73%69%70:%37%37.%31%37%33.%31%38%35.%34%34:%35%38%35%39%31%3b%74%72%61%6e%73%70%6f%72%74%3d%74%6c%73" 
Server: SIP Thor on OpenSIPS XS 1.9.0
Content-Length: 0

SIP
2013-08-05T16:21:27.253Z
Sip::Registration::onResponse
  State: Registering
   Code: 200 OK

SIP
2013-08-05T16:21:27.253Z
Sip::Registration::setState
Current State: Registering
  Next State: Registered

~~~~getCurrentState: return state:Registered
~~~~~~REGSTATECHANGED, current=Registered
canceling reconnect
~~~~getCurrentState: return state:Registered
2013-08-05T16:21:27.256Z
onRegistrationStateChanged, accountId=ls8DW1AHWqMQtdqd
~~~~getCurrentState: return state:Registered
~~~~getCurrentRealState: return state:Registered
~~~~getCurrentState: return state:Registered
~~~~getCurrentRealState: return state:Registered
~~~~getCurrentState: return state:Registered
2013-08-05T16:21:37.008Z
Ok, we can sleep now.
2013-08-05T16:21:37.053Z
BRIDGE
setKeepAwake(0)
2013-08-05T16:21:37.053Z
BRIDGE
setting _keepAwake to 0
2013-08-05T16:30:56.672Z
we are awake...
BRIDGE
applicationWillEnterForeground
+++++ interface snapshot +++++
en0 (192.168.254.12 WiFiClient up,multicast)
pdp_ip0 (10.46.160.173 Cellular up,point-to-point,multicast)
+++++++++++++++++++
BRIDGE
applicationDidBecomeActive
2013-08-05T16:30:56.811Z
BRIDGE CONTROLLER CHANGES MODE
prev=IdleWithPlayMedia, new=PlayMedia
BRIDGE
startVoiceUnit
VU
start, status=1
VU
start END, status=2, delay=627
VUP:48871, 99/0
BRIDGE
updateFeeds
Setting call feeder
VU
start, status=2
2013-08-05T16:30:57.410Z
Mode changed
BRIDGE
updateFeeds
Setting call feeder
VU
start, status=2
~~~~getCurrentState: return state:Registered
SIP
2013-08-05T16:30:57.411Z
Sip::Registration::registerWithServer
             State: Registered
     Delayed Write: No
      Register Now: Yes
Registered Contacts: <Contact-List>
                      <Contact>
                        <Uri
                          user="2233513173" 
                          scheme="sips" 
                          host="192.168.254.12" 
                          port="58690">
                            <Params
                              rinstance="7DA4013B" 
                              transport="tcp"/>
                        </Uri>
                        <Params expires="1375719687+86400"/>
                      </Contact>
                    </Contact-List>

SIP
2013-08-05T16:30:57.411Z
Sip::Registration::setState
Current State: Registered
  Next State: Registering

SIP
2013-08-05T16:30:57.411Z
Sip::Registration::writeRegisterRequest
State: Registering

SIP
2013-08-05T16:30:57.412Z
Sip::Shared::startGlobalContactDiscovery
 Use Global Contact: No
Global Contact State: Off

SIP
2013-08-05T16:30:57.412Z
Sip::Shared::writeClientRequest
Request Id: 10304228
Discovering Global Contact: No

SIP
2013-08-05T16:30:57.413Z
ali::network::sip::layer::transport::do_send
Host Name: proxy.sipthor.net
    Host: 85.17.186.7
    Port: 443
Transport: tls

SIP
2013-08-05T16:30:57.413Z
ali::network::sip::layer::transport::channel::send
Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
Message queued.
Queue Size: 1

SIP
2013-08-05T16:30:57.413Z
ali::network::sip::layer::transport::channel::try_send
Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
Entry Message Queue Size: 1

SIP
2013-08-05T16:30:57.413Z
ali::network::sip::layer::transport::stream_channel::do_send
        Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
   Connection state: Connected
Not Connected Reason: -
       Socket Error: -

SIP
2013-08-05T16:30:57.414Z
Sent:
192.168.254.12:58690 -> proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
774
REGISTER sips:sip2sip.info SIP/2.0
Via: SIP/2.0/TLS 192.168.254.12:58690;branch=z9hG4bKrddqjtAK3AnGttdM;rport
Contact: <sips:2233513173@192.168.254.12:58690;rinstance=7DA4013B;transport=tcp>;expires=86400
Max-Forwards: 70
From: <sips:2233513173@sip2sip.info>;tag=47C1D952564EF6DDCB7058832B87D1AA
Allow: OPTIONS, INVITE, ACK, REFER, CANCEL, BYE, NOTIFY
Supported: replaces, path
User-Agent: Acrobits Softphone Business/2.4.9
To: <sips:2233513173@sip2sip.info>
Expires: 86400
Call-ID: 4A5DEDB82F680BEE35F9134F408F5944646C2909
CSeq: 5691 REGISTER
Authorization: Digest username="2233513173",realm="sip2sip.info",algorithm=MD5,uri="sips:sip2sip.info",nonce="51ffd125d846e3aa7c1bd4d9f68aca984cb341aa",response="86bbaf4edb86ae0a358f055d2c624b09" 
Content-Length: 0

SIP
2013-08-05T16:30:57.415Z
ali::network::sip::layer::transport::channel::try_send
Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
Exit Message Queue Size: 0

~~~~getCurrentState: return state:Registered
~~~~~~REGSTATECHANGED, current=Registered
canceling reconnect
~~~~getCurrentState: return state:Registered
2013-08-05T16:30:57.429Z
onRegistrationStateChanged, accountId=ls8DW1AHWqMQtdqd
~~~~getCurrentState: return state:Registered
SIP
2013-08-05T16:30:57.455Z
Received:
192.168.254.12:58690 <- proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
527
SIP/2.0 401 Unauthorized
Via: SIP/2.0/TLS 192.168.254.12:58690;received=92.254.51.247;branch=z9hG4bKrddqjtAK3AnGttdM;rport=58690
From: <sips:2233513173@sip2sip.info>;tag=47C1D952564EF6DDCB7058832B87D1AA
To: <sips:2233513173@sip2sip.info>;tag=ac7e0189ab09b4fde10c77c8597b662a.3338
Call-ID: 4A5DEDB82F680BEE35F9134F408F5944646C2909
CSeq: 5691 REGISTER
WWW-Authenticate: Digest realm="sip2sip.info", nonce="51ffd35fcd0f31331ab6ec02e7ecbb44ecfb4e47", stale=true
Server: SIP Thor on OpenSIPS XS 1.9.0
Content-Length: 0

SIP
2013-08-05T16:30:57.456Z
Authentication failed. New challenge parameters:
Stale: "true" 
Realm: "sip2sip.info" (was "sip2sip.info")
Nonce: "51ffd35fcd0f31331ab6ec02e7ecbb44ecfb4e47" (was "51ffd125d846e3aa7c1bd4d9f68aca984cb341aa"; 0/0)
Domain: "" (was "")

SIP
2013-08-05T16:30:57.456Z
Going to re-authenticate.
Reason: The used nonce was stale.

SIP
2013-08-05T16:30:57.456Z
Preparing for authentication using the Digest method.
Realm: sip2sip.info
Nonce: 51ffd35fcd0f31331ab6ec02e7ecbb44ecfb4e47
  QOP:
Opaque:
Domain:

SIP
2013-08-05T16:30:57.457Z
ali::network::sip::layer::transport::do_send
Host Name: proxy.sipthor.net
    Host: 85.17.186.7
    Port: 443
Transport: tls

SIP
2013-08-05T16:30:57.457Z
ali::network::sip::layer::transport::channel::send
Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
Message queued.
Queue Size: 1

SIP
2013-08-05T16:30:57.457Z
ali::network::sip::layer::transport::channel::try_send
Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
Entry Message Queue Size: 1

SIP
2013-08-05T16:30:57.457Z
ali::network::sip::layer::transport::stream_channel::do_send
        Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
   Connection state: Connected
Not Connected Reason: -
       Socket Error: -

SIP
2013-08-05T16:30:57.458Z
Sent:
192.168.254.12:58690 -> proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
774
REGISTER sips:sip2sip.info SIP/2.0
Via: SIP/2.0/TLS 192.168.254.12:58690;branch=z9hG4bKagMSMaJhVW8WEfab;rport
Contact: <sips:2233513173@192.168.254.12:58690;rinstance=7DA4013B;transport=tcp>;expires=86400
Max-Forwards: 70
From: <sips:2233513173@sip2sip.info>;tag=47C1D952564EF6DDCB7058832B87D1AA
Allow: OPTIONS, INVITE, ACK, REFER, CANCEL, BYE, NOTIFY
Supported: replaces, path
User-Agent: Acrobits Softphone Business/2.4.9
To: <sips:2233513173@sip2sip.info>
Expires: 86400
Call-ID: 4A5DEDB82F680BEE35F9134F408F5944646C2909
CSeq: 5692 REGISTER
Authorization: Digest username="2233513173",realm="sip2sip.info",algorithm=MD5,uri="sips:sip2sip.info",nonce="51ffd35fcd0f31331ab6ec02e7ecbb44ecfb4e47",response="559d50cb54e2d7157cb8805dbde79857" 
Content-Length: 0

SIP
2013-08-05T16:30:57.459Z
ali::network::sip::layer::transport::channel::try_send
Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
Exit Message Queue Size: 0

VUP:43731, 99/99
SIP
2013-08-05T16:30:57.649Z
Received:
192.168.254.12:58690 <- proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
2236
SIP/2.0 200 OK
Via: SIP/2.0/TLS 192.168.254.12:58690;received=92.254.51.247;branch=z9hG4bKagMSMaJhVW8WEfab;rport=58690
From: <sips:2233513173@sip2sip.info>;tag=47C1D952564EF6DDCB7058832B87D1AA
To: <sips:2233513173@sip2sip.info>;tag=ac7e0189ab09b4fde10c77c8597b662a.9678
Call-ID: 4A5DEDB82F680BEE35F9134F408F5944646C2909
CSeq: 5692 REGISTER
Contact: <sips:2233513173@192.168.254.12:58690;rinstance=7DA4013B;transport=tcp>;expires=86400;received="sip:92.254.51.247:58690;transport=tls", <sip:2233513173@192.168.254.10:1061;transport=tls;line=l6pig3tz>;q=1;expires=11201;received="sip:92.254.51.247:1061;transport=tls", <sip:2233513173@192.168.254.10:1060;transport=tls;line=l6pig3tz>;q=1;expires=4000;received="sip:81.23.228.129:5060;target=%73%69%70:%39%32.%32%35%34.%35%31.%32%34%37:%31%30%36%30%3b%74%72%61%6e%73%70%6f%72%74%3d%74%6c%73", <sips:2233513173@192.168.254.12:58658;rinstance=7DA4013B;transport=tcp>;expires=75724;received="sip:81.23.228.129:5060;target=%73%69%70:%37%37.%31%37%33.%31%38%35.%34%34:%35%38%36%35%38%3b%74%72%61%6e%73%70%6f%72%74%3d%74%6c%73", <sips:2233513173@10.46.160.173:58629;rinstance=7DA4013B;transport=tcp>;expires=74666;received="sip:188.207.108.46:32424;transport=tls", <sips:2233513173@192.168.254.12:58625;rinstance=7DA4013B;transport=tcp>;expires=74592;received="sip:81.23.228.129:5060;target=%73%69%70:%37%37.%31%37%33.%31%38%35.%34%34:%35%38%36%32%35%3b%74%72%61%6e%73%70%6f%72%74%3d%74%6c%73", <sips:2233513173@10.46.160.173:58620;rinstance=7DA4013B;transport=tcp>;expires=73903;received="sip:188.207.108.46:32408;transport=tls", <sips:2233513173@192.168.254.12:58611;rinstance=7DA4013B;transport=tcp>;expires=73855;received="sip:81.23.228.129:5060;target=%73%69%70:%37%37.%31%37%33.%31%38%35.%34%34:%35%38%36%31%31%3b%74%72%61%6e%73%70%6f%72%74%3d%74%6c%73", <sips:2233513173@192.168.254.12:58595;rinstance=7DA4013B;transport=tcp>;expires=68901;received="sip:92.254.51.247:58595;transport=tls", <sips:2233513173@192.168.254.12:58591;rinstance=7DA4013B;transport=tcp>;expires=63127;received="sip:81.23.228.129:5060;target=%73%69%70:%37%37.%31%37%33.%31%38%35.%34%34:%35%38%35%39%31%3b%74%72%61%6e%73%70%6f%72%74%3d%74%6c%73" 
Server: SIP Thor on OpenSIPS XS 1.9.0
Content-Length: 0

SIP
2013-08-05T16:30:57.652Z
Sip::Registration::onResponse
  State: Registering
   Code: 200 OK

SIP
2013-08-05T16:30:57.652Z
Sip::Registration::setState
Current State: Registering
  Next State: Registered

~~~~getCurrentState: return state:Registered
~~~~~~REGSTATECHANGED, current=Registered
canceling reconnect
~~~~getCurrentState: return state:Registered
2013-08-05T16:30:57.654Z
onRegistrationStateChanged, accountId=ls8DW1AHWqMQtdqd
~~~~getCurrentState: return state:Registered
2013-08-05T16:31:56.673Z
we are awake...
2013-08-05T16:32:56.675Z
we are awake...
2013-08-05T16:33:56.677Z
we are awake...
2013-08-05T16:34:25.060Z
BRIDGE
setKeepAwake(1)
BRIDGE
applicationWillResignActive
2013-08-05T16:34:25.133Z
BRIDGE CONTROLLER CHANGES MODE
prev=PlayMedia, new=IdleWithPlayMedia
BRIDGE
stopVoiceUnit
VU
stop, status=2
VUP:43731, 0/0
VU
stop END, status=1
2013-08-05T16:34:25.220Z
Mode changed
BRIDGE
updateFeeds
Setting call feeder
BRIDGE
applicationDidEnterBackground
2013-08-05T16:34:25.221Z
BRIDGE
setKeepAwake(1)
keepalive handler installed with expiration time 86400
~~~~getCurrentState: return state:Registered
SIP
2013-08-05T16:34:25.231Z
Sip::Registration::registerWithServer
             State: Registered
     Delayed Write: No
      Register Now: Yes
Registered Contacts: <Contact-List>
                      <Contact>
                        <Uri
                          user="2233513173" 
                          scheme="sips" 
                          host="192.168.254.12" 
                          port="58690">
                            <Params
                              rinstance="7DA4013B" 
                              transport="tcp"/>
                        </Uri>
                        <Params expires="1375720257+86400"/>
                      </Contact>
                    </Contact-List>

SIP
2013-08-05T16:34:25.231Z
Sip::Registration::setState
Current State: Registered
  Next State: Registering

SIP
2013-08-05T16:34:25.231Z
Sip::Registration::writeRegisterRequest
State: Registering

SIP
2013-08-05T16:34:25.232Z
Sip::Shared::startGlobalContactDiscovery
 Use Global Contact: No
Global Contact State: Off

SIP
2013-08-05T16:34:25.232Z
Sip::Shared::writeClientRequest
Request Id: 10304228
Discovering Global Contact: No

SIP
2013-08-05T16:34:25.233Z
ali::network::sip::layer::transport::do_send
Host Name: proxy.sipthor.net
    Host: 85.17.186.7
    Port: 443
Transport: tls

SIP
2013-08-05T16:34:25.233Z
ali::network::sip::layer::transport::channel::send
Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
Message queued.
Queue Size: 1

SIP
2013-08-05T16:34:25.233Z
ali::network::sip::layer::transport::channel::try_send
Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
Entry Message Queue Size: 1

SIP
2013-08-05T16:34:25.233Z
ali::network::sip::layer::transport::stream_channel::do_send
        Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
   Connection state: Connected
Not Connected Reason: -
       Socket Error: -

SIP
2013-08-05T16:34:25.234Z
Sent:
192.168.254.12:58690 -> proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
794
REGISTER sips:sip2sip.info SIP/2.0
Via: SIP/2.0/TLS 192.168.254.12:58690;branch=z9hG4bKgOZOs6mfwG4iaL8w;rport
Contact: <sips:2233513173@192.168.254.12:58690;rinstance=7DA4013B;transport=tcp>;expires=86400
Max-Forwards: 70
From: <sips:2233513173@sip2sip.info>;tag=3204408EEF0CD42D69E0D1F004011191
Allow: OPTIONS, INVITE, ACK, REFER, CANCEL, BYE, NOTIFY
Supported: replaces, path
User-Agent: Acrobits Softphone Business/2.4.9
To: <sips:2233513173@sip2sip.info>
Expires: 86400
Call-ID: 4A5DEDB82F680BEE35F9134F408F5944646C2909
P-hint: background
CSeq: 5693 REGISTER
Authorization: Digest username="2233513173",realm="sip2sip.info",algorithm=MD5,uri="sips:sip2sip.info",nonce="51ffd35fcd0f31331ab6ec02e7ecbb44ecfb4e47",response="559d50cb54e2d7157cb8805dbde79857" 
Content-Length: 0

SIP
2013-08-05T16:34:25.239Z
ali::network::sip::layer::transport::channel::try_send
Destination: proxy.sipthor.net/85.17.186.7:443 [proxy.sipthor.net/85.17.186.7:443; 85.17.186.7:443]
Exit Message Queue Size: 0

~~~~getCurrentState: return state:Registered
~~~~~~REGSTATECHANGED, current=Registered
canceling reconnect
~~~~getCurrentState: return state:Registered
2013-08-05T16:34:25.248Z
onRegistrationStateChanged, accountId=ls8DW1AHWqMQtdqd
~~~~getCurrentState: return state:Registered
SIP
2013-08-05T16:34:25.281Z
Received:
192.168.254.12:58690 <- proxy.sipthor
Actions #3

Updated by Adrian Georgescu over 11 years ago

  • Status changed from In progress to Rejected

Your client is broken, and you are adding tickets on our system for all possible problems you encounter with it. Please stop polluting this forum with endless problems generated by your faulty client.

Actions

Also available in: Atom PDF