vidgui not showing video

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

I compiled pjproject following all the steps from (
http://trac.pjsip.org/repos/wiki/Getting-Started/Windows#BuildPreparationforWindows
).


Audio part is working fine with me. But no video window shows when I call
via pjsua sample application.

I also tried vidgui sample application. Enabled FFMPEG and SDL. It compiles
fine but when I click preview, blank windows appears which I attached here.
When I try video call, no video window appears or no video is sent.

I also noticed that the following method fails to initiate Dshow.

static pj_status_t dshow_factory_init(pjmedia_vid_dev_factory *f)
{
    HRESULT hr = CoInitializeEx(NULL, COINIT_MULTITHREADED);
    if (hr == RPC_E_CHANGED_MODE) {
        PJ_LOG(4,(THIS_FILE, "Failed initializing DShow: "
                             "COM library already initialized with "
                             "incompatible concurrency model"));
        return PJMEDIA_EVID_INIT;
    }

    return dshow_factory_refresh(f);
}


If I replace COINIT_MULTITHREADED by COINIT_APARTMENTTHREADED
clicking preview, camera turns on but video window still not shown or no
video is sent.

Can anyone help me in this issue? I am really stuck at this.

Thanks.

Here is the vidgui.log.


16:30:19.721 sip_endpoint.c  .Module "mod-pjsua-log" registered
16:30:19.721 sip_endpoint.c  .Module "mod-tsx-layer" registered
16:30:19.721 sip_endpoint.c  .Module "mod-stateful-util" registered
16:30:19.721 sip_endpoint.c  .Module "mod-ua" registered
16:30:19.722 sip_endpoint.c  .Module "mod-100rel" registered
16:30:19.722 sip_endpoint.c  .Module "mod-pjsua" registered
16:30:19.722 sip_endpoint.c  .Module "mod-invite" registered
16:30:19.748     wmme_dev.c  ..WMME found 5 devices:
16:30:19.748     wmme_dev.c  .. dev_id 0: Wave mapper  (in=2, out=2)
16:30:19.748     wmme_dev.c  .. dev_id 1: Microphone Array (A4 TECH PC Ca
(in=2, out=0)
16:30:19.748     wmme_dev.c  .. dev_id 2: FrontMic (2- Realtek High Defin
(in=2, out=0)
16:30:19.748     wmme_dev.c  .. dev_id 3: Speakers (2- Realtek High Defin
(in=0, out=2)
16:30:19.748     wmme_dev.c  .. dev_id 4: Realtek Digital Output (2- Real
(in=0, out=2)
16:30:19.748     wmme_dev.c  ..WMME initialized
16:30:19.749          pjlib  ..select() I/O Queue created (04DFD9F4)
16:30:19.749   conference.c  ..Creating conference bridge with 254 ports
16:30:19.749   Master/sound  ..Using delay buffer with WSOLA.
16:30:19.752    pjsua_vid.c  ..Initializing video subsystem..
16:30:19.753    dshow_dev.c  ...Failed initializing DShow: COM library
already initialized with incompatible concurrency model
16:30:19.753 colorbar_dev.c  ...Colorbar video src initialized with 1
device(s):
16:30:19.753 colorbar_dev.c  ... 0: Colorbar generator
16:30:19.754      sdl_dev.c  ...SDL 2.0 initialized
16:30:19.754 sip_endpoint.c  .Module "mod-evsub" registered
16:30:19.754 sip_endpoint.c  .Module "mod-presence" registered
16:30:19.754        evsub.c  .Event pkg "presence" registered by
mod-presence
16:30:19.754 sip_endpoint.c  .Module "mod-mwi" registered
16:30:19.754        evsub.c  .Event pkg "message-summary" registered by
mod-mwi
16:30:19.754 sip_endpoint.c  .Module "mod-refer" registered
16:30:19.754        evsub.c  .Event pkg "refer" registered by mod-refer
16:30:19.754 sip_endpoint.c  .Module "mod-pjsua-pres" registered
16:30:19.754 sip_endpoint.c  .Module "mod-pjsua-im" registered
16:30:19.754 sip_endpoint.c  .Module "mod-pjsua-options" registered
16:30:19.754   pjsua_core.c  .1 SIP worker threads created
16:30:19.754   pjsua_core.c  .pjsua version 2.2.1 for
win32-6.1/i386/msvc-17.0 initialized
16:30:19.754   pjsua_core.c  .PJSUA state changed: CREATED --> INIT
16:30:19.757   pjsua_core.c  SIP UDP socket reachable at 172.168.0.2:5080
16:30:19.757    udp04E1FB10  SIP UDP transport started, published address
is 172.168.0.2:5080
16:30:19.758    pjsua_acc.c  Adding account: id=<sip:2002 at 192.16.0.153>
16:30:19.758    pjsua_acc.c  .Account <sip:2002 at 192.16.0.153> added with id
0
16:30:19.758    pjsua_acc.c  .Acc 0: setting registration..
16:30:19.758       endpoint  ..Request msg REGISTER/cseq=27159
(tdta04E1AB88) created.
16:30:19.758    tsx04E1BC2C  ...Transaction created for Request msg
REGISTER/cseq=27160 (tdta04E1AB88)
16:30:19.758    tsx04E1BC2C  ..Sending Request msg REGISTER/cseq=27160
(tdta04E1AB88) in state Null
16:30:19.758  sip_resolve.c  ...Target '192.16.0.153:0' type=Unspecified
resolved to '192.16.0.153:5060' type=UDP (UDP transport)
16:30:19.758   pjsua_core.c  ...TX 495 bytes Request msg
REGISTER/cseq=27160 (tdta04E1AB88) to UDP 192.16.0.153:5060:
REGISTER sip:192.16.0.153 SIP/2.0
Via: SIP/2.0/UDP 192.168.225.60:5080
;rport;branch=z9hG4bKPj59abb4af9ca64066b7a5a0d9361d73d7
Max-Forwards: 70
From: <sip:2002@192.16.0.153>;tag=8d23e719ea5441719010c3d82ed0b497
To: <sip:2002 at 192.16.0.153>
Call-ID: 4bbca85b72344374ba4dbc76530a42ee
CSeq: 27160 REGISTER
Contact: <sip:2002 at 192.168.225.60:5080;ob>;+sip.ice
Expires: 300
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY,
REFER, MESSAGE, OPTIONS
Content-Length:  0


--end msg--
16:30:19.758    tsx04E1BC2C  ...State changed from Null to Calling,
event=TX_MSG
16:30:19.758    pjsua_acc.c  ..Acc 0: Registration sent
16:30:19.758     vidgui.cpp  Starting stack..
16:30:19.758   pjsua_core.c  PJSUA state changed: INIT --> STARTING
16:30:19.758 sip_endpoint.c  .Module "mod-unsolicited-mwi" registered
16:30:19.758   pjsua_core.c  .PJSUA state changed: STARTING --> RUNNING
16:30:19.758     vidgui.cpp  Ready
16:30:19.758 sip_endpoint.c  Module "mod-default-handler" registered
16:30:19.765 sip_endpoint.c !Processing incoming message: Response msg
401/REGISTER/cseq=27160 (rdata04E17F1C)
16:30:19.765   pjsua_core.c  .RX 562 bytes Response msg
401/REGISTER/cseq=27160 (rdata04E17F1C) from UDP 192.16.0.153:5060:
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 192.168.225.60:5080
;branch=z9hG4bKPj59abb4af9ca64066b7a5a0d9361d73d7;received=192.168.225.60;rport=5080
From: <sip:2002@192.16.0.153>;tag=8d23e719ea5441719010c3d82ed0b497
To: <sip:2002 at 192.16.0.153>;tag=as50cdc576
Call-ID: 4bbca85b72344374ba4dbc76530a42ee
CSeq: 27160 REGISTER
Server: FPBX-2.11.0(11.6.0)
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO,
PUBLISH
Supported: replaces, timer
WWW-Authenticate: Digest algorithm=MD5, realm="asterisk", nonce="577b3ea6"
Content-Length: 0


--end msg--
16:30:19.765    tsx04E1BC2C  .Incoming Response msg 401/REGISTER/cseq=27160
(rdata04E17F1C) in state Calling
16:30:19.765    tsx04E1BC2C  ..State changed from Calling to Completed,
event=RX_MSG
16:30:19.765    tsx04E2AA34  ....Transaction created for Request msg
REGISTER/cseq=27161 (tdta04E1AB88)
16:30:19.765    tsx04E2AA34  ...Sending Request msg REGISTER/cseq=27161
(tdta04E1AB88) in state Null
16:30:19.765       endpoint  ....Request msg REGISTER/cseq=27161
(tdta04E1AB88): skipping target resolution because address is already set
16:30:19.765   pjsua_core.c  ....TX 654 bytes Request msg
REGISTER/cseq=27161 (tdta04E1AB88) to UDP 192.16.0.153:5060:
REGISTER sip:192.16.0.153 SIP/2.0
Via: SIP/2.0/UDP 192.168.225.60:5080
;rport;branch=z9hG4bKPj713ac3ede45d44b3952750ae2f04b006
Max-Forwards: 70
From: <sip:2002@192.16.0.153>;tag=8d23e719ea5441719010c3d82ed0b497
To: <sip:2002 at 192.16.0.153>
Call-ID: 4bbca85b72344374ba4dbc76530a42ee
CSeq: 27161 REGISTER
Contact: <sip:2002 at 192.168.225.60:5080;ob>;+sip.ice
Expires: 300
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY,
REFER, MESSAGE, OPTIONS
Authorization: Digest username="2002", realm="asterisk", nonce="577b3ea6",
uri="sip:192.16.0.153", response="3b2fb05fc624b2a797775010c07bffea",
algorithm=MD5
Content-Length:  0


--end msg--
16:30:19.765    tsx04E2AA34  ....State changed from Null to Calling,
event=TX_MSG
16:30:19.768 sip_endpoint.c  Processing incoming message: Request msg
OPTIONS/cseq=102 (rdata04E17F1C)
16:30:19.768   pjsua_core.c  .RX 548 bytes Request msg OPTIONS/cseq=102
(rdata04E17F1C) from UDP 192.16.0.153:5060:
OPTIONS sip:2002 at 192.168.225.60:5080;ob SIP/2.0
Via: SIP/2.0/UDP 192.16.0.153:5060;branch=z9hG4bK483d1b89
Max-Forwards: 70
From: "Unknown" <sip:Unknown@192.16.0.153>;tag=as2eac0230
To: <sip:2002 at 192.168.225.60:5080;ob>
Contact: <sip:Unknown at 192.16.0.153:5060>
Call-ID: 6e840b437cf4d59e20b3478063345b3d at 192.16.0.153:5060
CSeq: 102 OPTIONS
User-Agent: FPBX-2.11.0(11.6.0)
Date: Thu, 19 Jun 2014 11:02:48 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO,
PUBLISH
Supported: replaces, timer
Content-Length: 0


--end msg--
16:30:19.768       endpoint  .Response msg 200/OPTIONS/cseq=102
(tdta04E3EFB8) created
16:30:19.768  sip_resolve.c  .Target '192.16.0.153:5060' type=UDP resolved
to '192.16.0.153:5060' type=UDP (UDP transport)
16:30:19.768   pjsua_core.c  .TX 685 bytes Response msg
200/OPTIONS/cseq=102 (tdta04E3EFB8) to UDP 192.16.0.153:5060:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.16.0.153:5060
;received=192.16.0.153;branch=z9hG4bK483d1b89
Call-ID: 6e840b437cf4d59e20b3478063345b3d at 192.16.0.153:5060
From: "Unknown" <sip:Unknown@192.16.0.153>;tag=as2eac0230
To: <sip:2002 at 192.168.225.60;ob>;tag=z9hG4bK483d1b89
CSeq: 102 OPTIONS
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY,
REFER, MESSAGE, OPTIONS
Accept: application/sdp, application/pidf+xml, application/xpidf+xml,
application/simple-message-summary, message/sipfrag;version=2.0,
application/im-iscomposing+xml, text/plain
Supported: replaces, 100rel, timer, norefersub
Allow-Events: presence, message-summary, refer
Content-Length:  0


--end msg--
16:30:19.768   tdta04E3EFB8  .Destroying txdata Response msg
200/OPTIONS/cseq=102 (tdta04E3EFB8)
16:30:19.768 sip_endpoint.c  Processing incoming message: Response msg
200/REGISTER/cseq=27161 (rdata04E17F1C)
16:30:19.768   pjsua_core.c  .RX 583 bytes Response msg
200/REGISTER/cseq=27161 (rdata04E17F1C) from UDP 192.16.0.153:5060:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.225.60:5080
;branch=z9hG4bKPj713ac3ede45d44b3952750ae2f04b006;received=192.168.225.60;rport=5080
From: <sip:2002@192.16.0.153>;tag=8d23e719ea5441719010c3d82ed0b497
To: <sip:2002 at 192.16.0.153>;tag=as50cdc576
Call-ID: 4bbca85b72344374ba4dbc76530a42ee
CSeq: 27161 REGISTER
Server: FPBX-2.11.0(11.6.0)
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO,
PUBLISH
Supported: replaces, timer
Expires: 300
Contact: <sip:2002 at 192.168.225.60:5080;ob>;expires=300
Date: Thu, 19 Jun 2014 11:02:48 GMT
Content-Length: 0


--end msg--
16:30:19.768    tsx04E2AA34  .Incoming Response msg 200/REGISTER/cseq=27161
(rdata04E17F1C) in state Calling
16:30:19.768    tsx04E2AA34  ..State changed from Calling to Completed,
event=RX_MSG
16:30:19.768    pjsua_acc.c  ....SIP outbound status for acc 0 is not active
16:30:19.768    pjsua_acc.c  ....<sip:2002 at 192.16.0.153>: registration
success, status=200 (OK), will re-register in 300 seconds
16:30:19.768    pjsua_acc.c  ....Keep-alive timer started for acc 0,
destination:192.16.0.153:5060, interval:15s
16:30:19.768     vidgui.cpp  ....<sip:2002 at 192.16.0.153>: 200/OK
(expires=295)

16:30:24.765    tsx04E1BC2C  Timeout timer event
16:30:24.765    tsx04E1BC2C  .State changed from Completed to Terminated,
event=TIMER
16:30:24.765    tsx04E1BC2C  Timeout timer event
16:30:24.765    tsx04E1BC2C  .State changed from Terminated to Destroyed,
event=TIMER
16:30:24.765    tsx04E1BC2C  Transaction destroyed!
16:30:24.768    tsx04E2AA34  Timeout timer event
16:30:24.768    tsx04E2AA34  .State changed from Completed to Terminated,
event=TIMER
16:30:24.768    tsx04E2AA34  Timeout timer event
16:30:24.768    tsx04E2AA34  .State changed from Terminated to Destroyed,
event=TIMER
16:30:24.768   tdta04E1AB88  ..Destroying txdata Request msg
REGISTER/cseq=27161 (tdta04E1AB88)
16:30:24.768    tsx04E2AA34  Transaction destroyed!
16:30:34.769    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:30:34.770   tdta04E21008  Destroying txdata raw
16:30:49.771    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:30:49.771   tdta04E2BEB0  Destroying txdata raw
16:31:04.772    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:31:04.772   tdta04E2BEB0  Destroying txdata raw
16:31:19.766 sip_endpoint.c  Processing incoming message: Request msg
OPTIONS/cseq=102 (rdata04E17F1C)
16:31:19.766   pjsua_core.c  .RX 548 bytes Request msg OPTIONS/cseq=102
(rdata04E17F1C) from UDP 192.16.0.153:5060:
OPTIONS sip:2002 at 192.168.225.60:5080;ob SIP/2.0
Via: SIP/2.0/UDP 192.16.0.153:5060;branch=z9hG4bK57e576ec
Max-Forwards: 70
From: "Unknown" <sip:Unknown@192.16.0.153>;tag=as2ac4fc93
To: <sip:2002 at 192.168.225.60:5080;ob>
Contact: <sip:Unknown at 192.16.0.153:5060>
Call-ID: 34fa865654f0732432beab36265fa288 at 192.16.0.153:5060
CSeq: 102 OPTIONS
User-Agent: FPBX-2.11.0(11.6.0)
Date: Thu, 19 Jun 2014 11:03:48 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO,
PUBLISH
Supported: replaces, timer
Content-Length: 0


--end msg--
16:31:19.766       endpoint  .Response msg 200/OPTIONS/cseq=102
(tdta04E2BEB0) created
16:31:19.766  sip_resolve.c  .Target '192.16.0.153:5060' type=UDP resolved
to '192.16.0.153:5060' type=UDP (UDP transport)
16:31:19.766   pjsua_core.c  .TX 685 bytes Response msg
200/OPTIONS/cseq=102 (tdta04E2BEB0) to UDP 192.16.0.153:5060:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.16.0.153:5060
;received=192.16.0.153;branch=z9hG4bK57e576ec
Call-ID: 34fa865654f0732432beab36265fa288 at 192.16.0.153:5060
From: "Unknown" <sip:Unknown@192.16.0.153>;tag=as2ac4fc93
To: <sip:2002 at 192.168.225.60;ob>;tag=z9hG4bK57e576ec
CSeq: 102 OPTIONS
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY,
REFER, MESSAGE, OPTIONS
Accept: application/sdp, application/pidf+xml, application/xpidf+xml,
application/simple-message-summary, message/sipfrag;version=2.0,
application/im-iscomposing+xml, text/plain
Supported: replaces, 100rel, timer, norefersub
Allow-Events: presence, message-summary, refer
Content-Length:  0


--end msg--
16:31:19.766   tdta04E2BEB0  .Destroying txdata Response msg
200/OPTIONS/cseq=102 (tdta04E2BEB0)
16:31:19.773    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:31:19.773   tdta04E2BEB0  Destroying txdata raw
16:31:34.773    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:31:34.773   tdta04E2BEB0  Destroying txdata raw
16:31:49.774    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:31:49.774   tdta04E2BEB0  Destroying txdata raw
16:32:04.774    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:32:04.774   tdta04E2BEB0  Destroying txdata raw
16:32:19.764 sip_endpoint.c  Processing incoming message: Request msg
OPTIONS/cseq=102 (rdata04E17F1C)
16:32:19.764   pjsua_core.c  .RX 548 bytes Request msg OPTIONS/cseq=102
(rdata04E17F1C) from UDP 192.16.0.153:5060:
OPTIONS sip:2002 at 192.168.225.60:5080;ob SIP/2.0
Via: SIP/2.0/UDP 192.16.0.153:5060;branch=z9hG4bK4266f7c4
Max-Forwards: 70
From: "Unknown" <sip:Unknown@192.16.0.153>;tag=as79dca1a5
To: <sip:2002 at 192.168.225.60:5080;ob>
Contact: <sip:Unknown at 192.16.0.153:5060>
Call-ID: 4610e07646f72f027aa6947d339b2195 at 192.16.0.153:5060
CSeq: 102 OPTIONS
User-Agent: FPBX-2.11.0(11.6.0)
Date: Thu, 19 Jun 2014 11:04:48 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO,
PUBLISH
Supported: replaces, timer
Content-Length: 0


--end msg--
16:32:19.764       endpoint  .Response msg 200/OPTIONS/cseq=102
(tdta04E2BEB0) created
16:32:19.764  sip_resolve.c  .Target '192.16.0.153:5060' type=UDP resolved
to '192.16.0.153:5060' type=UDP (UDP transport)
16:32:19.764   pjsua_core.c  .TX 685 bytes Response msg
200/OPTIONS/cseq=102 (tdta04E2BEB0) to UDP 192.16.0.153:5060:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.16.0.153:5060
;received=192.16.0.153;branch=z9hG4bK4266f7c4
Call-ID: 4610e07646f72f027aa6947d339b2195 at 192.16.0.153:5060
From: "Unknown" <sip:Unknown@192.16.0.153>;tag=as79dca1a5
To: <sip:2002 at 192.168.225.60;ob>;tag=z9hG4bK4266f7c4
CSeq: 102 OPTIONS
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY,
REFER, MESSAGE, OPTIONS
Accept: application/sdp, application/pidf+xml, application/xpidf+xml,
application/simple-message-summary, message/sipfrag;version=2.0,
application/im-iscomposing+xml, text/plain
Supported: replaces, 100rel, timer, norefersub
Allow-Events: presence, message-summary, refer
Content-Length:  0


--end msg--
16:32:19.764   tdta04E2BEB0  .Destroying txdata Response msg
200/OPTIONS/cseq=102 (tdta04E2BEB0)
16:32:19.775    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:32:19.775   tdta04E2BEB0  Destroying txdata raw
16:32:34.775    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:32:34.775   tdta04E2BEB0  Destroying txdata raw
16:32:49.776    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:32:49.776   tdta04E2BEB0  Destroying txdata raw
16:33:04.777    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:33:04.777   tdta04E2BEB0  Destroying txdata raw
16:33:19.762 sip_endpoint.c  Processing incoming message: Request msg
OPTIONS/cseq=102 (rdata04E17F1C)
16:33:19.762   pjsua_core.c  .RX 548 bytes Request msg OPTIONS/cseq=102
(rdata04E17F1C) from UDP 192.16.0.153:5060:
OPTIONS sip:2002 at 192.168.225.60:5080;ob SIP/2.0
Via: SIP/2.0/UDP 192.16.0.153:5060;branch=z9hG4bK01ce7f3d
Max-Forwards: 70
From: "Unknown" <sip:Unknown@192.16.0.153>;tag=as55d86d4f
To: <sip:2002 at 192.168.225.60:5080;ob>
Contact: <sip:Unknown at 192.16.0.153:5060>
Call-ID: 44342daf37c970ba20e114b37d2a43a8 at 192.16.0.153:5060
CSeq: 102 OPTIONS
User-Agent: FPBX-2.11.0(11.6.0)
Date: Thu, 19 Jun 2014 11:05:48 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO,
PUBLISH
Supported: replaces, timer
Content-Length: 0


--end msg--
16:33:19.762       endpoint  .Response msg 200/OPTIONS/cseq=102
(tdta04E2BEB0) created
16:33:19.762  sip_resolve.c  .Target '192.16.0.153:5060' type=UDP resolved
to '192.16.0.153:5060' type=UDP (UDP transport)
16:33:19.762   pjsua_core.c  .TX 685 bytes Response msg
200/OPTIONS/cseq=102 (tdta04E2BEB0) to UDP 192.16.0.153:5060:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.16.0.153:5060
;received=192.16.0.153;branch=z9hG4bK01ce7f3d
Call-ID: 44342daf37c970ba20e114b37d2a43a8 at 192.16.0.153:5060
From: "Unknown" <sip:Unknown@192.16.0.153>;tag=as55d86d4f
To: <sip:2002 at 192.168.225.60;ob>;tag=z9hG4bK01ce7f3d
CSeq: 102 OPTIONS
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY,
REFER, MESSAGE, OPTIONS
Accept: application/sdp, application/pidf+xml, application/xpidf+xml,
application/simple-message-summary, message/sipfrag;version=2.0,
application/im-iscomposing+xml, text/plain
Supported: replaces, 100rel, timer, norefersub
Allow-Events: presence, message-summary, refer
Content-Length:  0


--end msg--
16:33:19.763   tdta04E2BEB0  .Destroying txdata Response msg
200/OPTIONS/cseq=102 (tdta04E2BEB0)
16:33:19.777    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:33:19.777   tdta04E2BEB0  Destroying txdata raw
16:33:34.778    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:33:34.778   tdta04E2BEB0  Destroying txdata raw
16:33:49.779    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:33:49.779   tdta04E2BEB0  Destroying txdata raw
16:34:04.780    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:34:04.780   tdta04E2BEB0  Destroying txdata raw
16:34:19.761 sip_endpoint.c  Processing incoming message: Request msg
OPTIONS/cseq=102 (rdata04E17F1C)
16:34:19.761   pjsua_core.c  .RX 548 bytes Request msg OPTIONS/cseq=102
(rdata04E17F1C) from UDP 192.16.0.153:5060:
OPTIONS sip:2002 at 192.168.225.60:5080;ob SIP/2.0
Via: SIP/2.0/UDP 192.16.0.153:5060;branch=z9hG4bK485a20ad
Max-Forwards: 70
From: "Unknown" <sip:Unknown@192.16.0.153>;tag=as20882ba8
To: <sip:2002 at 192.168.225.60:5080;ob>
Contact: <sip:Unknown at 192.16.0.153:5060>
Call-ID: 5f7808633592b1ed07ad62c9189ce000 at 192.16.0.153:5060
CSeq: 102 OPTIONS
User-Agent: FPBX-2.11.0(11.6.0)
Date: Thu, 19 Jun 2014 11:06:48 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO,
PUBLISH
Supported: replaces, timer
Content-Length: 0


--end msg--
16:34:19.761       endpoint  .Response msg 200/OPTIONS/cseq=102
(tdta04E2BEB0) created
16:34:19.761  sip_resolve.c  .Target '192.16.0.153:5060' type=UDP resolved
to '192.16.0.153:5060' type=UDP (UDP transport)
16:34:19.761   pjsua_core.c  .TX 685 bytes Response msg
200/OPTIONS/cseq=102 (tdta04E2BEB0) to UDP 192.16.0.153:5060:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.16.0.153:5060
;received=192.16.0.153;branch=z9hG4bK485a20ad
Call-ID: 5f7808633592b1ed07ad62c9189ce000 at 192.16.0.153:5060
From: "Unknown" <sip:Unknown@192.16.0.153>;tag=as20882ba8
To: <sip:2002 at 192.168.225.60;ob>;tag=z9hG4bK485a20ad
CSeq: 102 OPTIONS
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY,
REFER, MESSAGE, OPTIONS
Accept: application/sdp, application/pidf+xml, application/xpidf+xml,
application/simple-message-summary, message/sipfrag;version=2.0,
application/im-iscomposing+xml, text/plain
Supported: replaces, 100rel, timer, norefersub
Allow-Events: presence, message-summary, refer
Content-Length:  0


--end msg--
16:34:19.761   tdta04E2BEB0  .Destroying txdata Response msg
200/OPTIONS/cseq=102 (tdta04E2BEB0)
16:34:19.780    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:34:19.780   tdta04E2BEB0  Destroying txdata raw
16:34:34.781    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:34:34.781   tdta04E2BEB0  Destroying txdata raw
16:34:49.781    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:34:49.781   tdta04E2BEB0  Destroying txdata raw
16:35:04.781    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:35:04.781   tdta04E2BEB0  Destroying txdata raw
16:35:14.777       endpoint  Request msg REGISTER/cseq=27161 (tdta04E2BEB0)
created.
16:35:14.777    tsx04E2AA24  .Transaction created for Request msg
REGISTER/cseq=27162 (tdta04E2BEB0)
16:35:14.777    tsx04E2AA24  Sending Request msg REGISTER/cseq=27162
(tdta04E2BEB0) in state Null
16:35:14.777  sip_resolve.c  .Target '192.16.0.153:0' type=Unspecified
resolved to '192.16.0.153:5060' type=UDP (UDP transport)
16:35:14.777   pjsua_core.c  .TX 495 bytes Request msg REGISTER/cseq=27162
(tdta04E2BEB0) to UDP 192.16.0.153:5060:
REGISTER sip:192.16.0.153 SIP/2.0
Via: SIP/2.0/UDP 192.168.225.60:5080
;rport;branch=z9hG4bKPj4d9ba40b4e0b4d1b9aa80c288c7c3aa7
Max-Forwards: 70
From: <sip:2002@192.16.0.153>;tag=b046f4ad1b9249a6aba7414d2c62c0a8
To: <sip:2002 at 192.16.0.153>
Call-ID: 4bbca85b72344374ba4dbc76530a42ee
CSeq: 27162 REGISTER
Contact: <sip:2002 at 192.168.225.60:5080;ob>;+sip.ice
Expires: 300
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY,
REFER, MESSAGE, OPTIONS
Content-Length:  0


--end msg--
16:35:14.777    tsx04E2AA24  .State changed from Null to Calling,
event=TX_MSG
16:35:14.779 sip_endpoint.c  Processing incoming message: Response msg
401/REGISTER/cseq=27162 (rdata04E17F1C)
16:35:14.779   pjsua_core.c  .RX 562 bytes Response msg
401/REGISTER/cseq=27162 (rdata04E17F1C) from UDP 192.16.0.153:5060:
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 192.168.225.60:5080
;branch=z9hG4bKPj4d9ba40b4e0b4d1b9aa80c288c7c3aa7;received=192.168.225.60;rport=5080
From: <sip:2002@192.16.0.153>;tag=b046f4ad1b9249a6aba7414d2c62c0a8
To: <sip:2002 at 192.16.0.153>;tag=as7856136a
Call-ID: 4bbca85b72344374ba4dbc76530a42ee
CSeq: 27162 REGISTER
Server: FPBX-2.11.0(11.6.0)
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO,
PUBLISH
Supported: replaces, timer
WWW-Authenticate: Digest algorithm=MD5, realm="asterisk", nonce="42417407"
Content-Length: 0


--end msg--
16:35:14.779    tsx04E2AA24  .Incoming Response msg 401/REGISTER/cseq=27162
(rdata04E17F1C) in state Calling
16:35:14.779    tsx04E2AA24  ..State changed from Calling to Completed,
event=RX_MSG
16:35:14.779    tsx04E2CF54  ....Transaction created for Request msg
REGISTER/cseq=27163 (tdta04E2BEB0)
16:35:14.779    tsx04E2CF54  ...Sending Request msg REGISTER/cseq=27163
(tdta04E2BEB0) in state Null
16:35:14.779       endpoint  ....Request msg REGISTER/cseq=27163
(tdta04E2BEB0): skipping target resolution because address is already set
16:35:14.779   pjsua_core.c  ....TX 654 bytes Request msg
REGISTER/cseq=27163 (tdta04E2BEB0) to UDP 192.16.0.153:5060:
REGISTER sip:192.16.0.153 SIP/2.0
Via: SIP/2.0/UDP 192.168.225.60:5080
;rport;branch=z9hG4bKPjf7e2e689fae0489e83168d10c61e8e8e
Max-Forwards: 70
From: <sip:2002@192.16.0.153>;tag=b046f4ad1b9249a6aba7414d2c62c0a8
To: <sip:2002 at 192.16.0.153>
Call-ID: 4bbca85b72344374ba4dbc76530a42ee
CSeq: 27163 REGISTER
Contact: <sip:2002 at 192.168.225.60:5080;ob>;+sip.ice
Expires: 300
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY,
REFER, MESSAGE, OPTIONS
Authorization: Digest username="2002", realm="asterisk", nonce="42417407",
uri="sip:192.16.0.153", response="24967cbae5b747df73e6c0ff78968e67",
algorithm=MD5
Content-Length:  0


--end msg--
16:35:14.780    tsx04E2CF54  ....State changed from Null to Calling,
event=TX_MSG
16:35:14.782 sip_endpoint.c  Processing incoming message: Request msg
OPTIONS/cseq=102 (rdata04E17F1C)
16:35:14.782   pjsua_core.c  .RX 548 bytes Request msg OPTIONS/cseq=102
(rdata04E17F1C) from UDP 192.16.0.153:5060:
OPTIONS sip:2002 at 192.168.225.60:5080;ob SIP/2.0
Via: SIP/2.0/UDP 192.16.0.153:5060;branch=z9hG4bK0ed22467
Max-Forwards: 70
From: "Unknown" <sip:Unknown@192.16.0.153>;tag=as257d10a6
To: <sip:2002 at 192.168.225.60:5080;ob>
Contact: <sip:Unknown at 192.16.0.153:5060>
Call-ID: 58bc237a6cd54d0600fa1eca4a7daf40 at 192.16.0.153:5060
CSeq: 102 OPTIONS
User-Agent: FPBX-2.11.0(11.6.0)
Date: Thu, 19 Jun 2014 11:07:43 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO,
PUBLISH
Supported: replaces, timer
Content-Length: 0


--end msg--
16:35:14.782       endpoint  .Response msg 200/OPTIONS/cseq=102
(tdta04E1CB08) created
16:35:14.782  sip_resolve.c  .Target '192.16.0.153:5060' type=UDP resolved
to '192.16.0.153:5060' type=UDP (UDP transport)
16:35:14.782   pjsua_core.c  .TX 685 bytes Response msg
200/OPTIONS/cseq=102 (tdta04E1CB08) to UDP 192.16.0.153:5060:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.16.0.153:5060
;received=192.16.0.153;branch=z9hG4bK0ed22467
Call-ID: 58bc237a6cd54d0600fa1eca4a7daf40 at 192.16.0.153:5060
From: "Unknown" <sip:Unknown@192.16.0.153>;tag=as257d10a6
To: <sip:2002 at 192.168.225.60;ob>;tag=z9hG4bK0ed22467
CSeq: 102 OPTIONS
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY,
REFER, MESSAGE, OPTIONS
Accept: application/sdp, application/pidf+xml, application/xpidf+xml,
application/simple-message-summary, message/sipfrag;version=2.0,
application/im-iscomposing+xml, text/plain
Supported: replaces, 100rel, timer, norefersub
Allow-Events: presence, message-summary, refer
Content-Length:  0


--end msg--
16:35:14.782   tdta04E1CB08  .Destroying txdata Response msg
200/OPTIONS/cseq=102 (tdta04E1CB08)
16:35:14.783 sip_endpoint.c  Processing incoming message: Response msg
200/REGISTER/cseq=27163 (rdata04E17F1C)
16:35:14.783   pjsua_core.c  .RX 583 bytes Response msg
200/REGISTER/cseq=27163 (rdata04E17F1C) from UDP 192.16.0.153:5060:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.225.60:5080
;branch=z9hG4bKPjf7e2e689fae0489e83168d10c61e8e8e;received=192.168.225.60;rport=5080
From: <sip:2002@192.16.0.153>;tag=b046f4ad1b9249a6aba7414d2c62c0a8
To: <sip:2002 at 192.16.0.153>;tag=as7856136a
Call-ID: 4bbca85b72344374ba4dbc76530a42ee
CSeq: 27163 REGISTER
Server: FPBX-2.11.0(11.6.0)
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO,
PUBLISH
Supported: replaces, timer
Expires: 300
Contact: <sip:2002 at 192.168.225.60:5080;ob>;expires=300
Date: Thu, 19 Jun 2014 11:07:43 GMT
Content-Length: 0


--end msg--
16:35:14.783    tsx04E2CF54  .Incoming Response msg 200/REGISTER/cseq=27163
(rdata04E17F1C) in state Calling
16:35:14.783    tsx04E2CF54  ..State changed from Calling to Completed,
event=RX_MSG
16:35:14.783    pjsua_acc.c  ....SIP outbound status for acc 0 is not active
16:35:14.783    pjsua_acc.c  ....<sip:2002 at 192.16.0.153>: registration
success, status=200 (OK), will re-register in 300 seconds
16:35:14.783    pjsua_acc.c  ....Keep-alive timer started for acc 0,
destination:192.16.0.153:5060, interval:15s
16:35:14.783     vidgui.cpp  ....<sip:2002 at 192.16.0.153>: 200/OK
(expires=295)

16:35:19.780    tsx04E2AA24  Timeout timer event
16:35:19.780    tsx04E2AA24  .State changed from Completed to Terminated,
event=TIMER
16:35:19.781    tsx04E2AA24  Timeout timer event
16:35:19.781    tsx04E2AA24  .State changed from Terminated to Destroyed,
event=TIMER
16:35:19.781    tsx04E2AA24  Transaction destroyed!
16:35:19.784    tsx04E2CF54  Timeout timer event
16:35:19.784    tsx04E2CF54  .State changed from Completed to Terminated,
event=TIMER
16:35:19.785    tsx04E2CF54  Timeout timer event
16:35:19.785    tsx04E2CF54  .State changed from Terminated to Destroyed,
event=TIMER
16:35:19.785   tdta04E2BEB0  ..Destroying txdata Request msg
REGISTER/cseq=27163 (tdta04E2BEB0)
16:35:19.785    tsx04E2CF54  Transaction destroyed!
16:35:29.784    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:35:29.784   tdta04E2BEB0  Destroying txdata raw
16:35:44.785    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:35:44.785   tdta04E2BEB0  Destroying txdata raw
16:35:59.785    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:35:59.785   tdta04E2BEB0  Destroying txdata raw
16:36:14.780 sip_endpoint.c  Processing incoming message: Request msg
OPTIONS/cseq=102 (rdata04E17F1C)
16:36:14.780   pjsua_core.c  .RX 548 bytes Request msg OPTIONS/cseq=102
(rdata04E17F1C) from UDP 192.16.0.153:5060:
OPTIONS sip:2002 at 192.168.225.60:5080;ob SIP/2.0
Via: SIP/2.0/UDP 192.16.0.153:5060;branch=z9hG4bK22f93aba
Max-Forwards: 70
From: "Unknown" <sip:Unknown@192.16.0.153>;tag=as7ede9c64
To: <sip:2002 at 192.168.225.60:5080;ob>
Contact: <sip:Unknown at 192.16.0.153:5060>
Call-ID: 41b866820470baec74db27a175f11662 at 192.16.0.153:5060
CSeq: 102 OPTIONS
User-Agent: FPBX-2.11.0(11.6.0)
Date: Thu, 19 Jun 2014 11:08:43 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO,
PUBLISH
Supported: replaces, timer
Content-Length: 0


--end msg--
16:36:14.780       endpoint  .Response msg 200/OPTIONS/cseq=102
(tdta04E2BEB0) created
16:36:14.780  sip_resolve.c  .Target '192.16.0.153:5060' type=UDP resolved
to '192.16.0.153:5060' type=UDP (UDP transport)
16:36:14.781   pjsua_core.c  .TX 685 bytes Response msg
200/OPTIONS/cseq=102 (tdta04E2BEB0) to UDP 192.16.0.153:5060:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.16.0.153:5060
;received=192.16.0.153;branch=z9hG4bK22f93aba
Call-ID: 41b866820470baec74db27a175f11662 at 192.16.0.153:5060
From: "Unknown" <sip:Unknown@192.16.0.153>;tag=as7ede9c64
To: <sip:2002 at 192.168.225.60;ob>;tag=z9hG4bK22f93aba
CSeq: 102 OPTIONS
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY,
REFER, MESSAGE, OPTIONS
Accept: application/sdp, application/pidf+xml, application/xpidf+xml,
application/simple-message-summary, message/sipfrag;version=2.0,
application/im-iscomposing+xml, text/plain
Supported: replaces, 100rel, timer, norefersub
Allow-Events: presence, message-summary, refer
Content-Length:  0


--end msg--
16:36:14.781   tdta04E2BEB0  .Destroying txdata Response msg
200/OPTIONS/cseq=102 (tdta04E2BEB0)
16:36:14.785    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:36:14.785   tdta04E2BEB0  Destroying txdata raw
16:36:29.785    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:36:29.785   tdta04E1AB88  Destroying txdata raw
16:36:44.786    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:36:44.786   tdta04E1AB88  Destroying txdata raw
16:36:59.787    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:36:59.787   tdta04E1AB88  Destroying txdata raw
16:37:14.779 sip_endpoint.c  Processing incoming message: Request msg
OPTIONS/cseq=102 (rdata04E17F1C)
16:37:14.779   pjsua_core.c  .RX 548 bytes Request msg OPTIONS/cseq=102
(rdata04E17F1C) from UDP 192.16.0.153:5060:
OPTIONS sip:2002 at 192.168.225.60:5080;ob SIP/2.0
Via: SIP/2.0/UDP 192.16.0.153:5060;branch=z9hG4bK1d3fbfe9
Max-Forwards: 70
From: "Unknown" <sip:Unknown@192.16.0.153>;tag=as5019598d
To: <sip:2002 at 192.168.225.60:5080;ob>
Contact: <sip:Unknown at 192.16.0.153:5060>
Call-ID: 120f79a6614413e350ebc8e77b0bef16 at 192.16.0.153:5060
CSeq: 102 OPTIONS
User-Agent: FPBX-2.11.0(11.6.0)
Date: Thu, 19 Jun 2014 11:09:43 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO,
PUBLISH
Supported: replaces, timer
Content-Length: 0


--end msg--
16:37:14.779       endpoint  .Response msg 200/OPTIONS/cseq=102
(tdta04E1AB88) created
16:37:14.779  sip_resolve.c  .Target '192.16.0.153:5060' type=UDP resolved
to '192.16.0.153:5060' type=UDP (UDP transport)
16:37:14.779   pjsua_core.c  .TX 685 bytes Response msg
200/OPTIONS/cseq=102 (tdta04E1AB88) to UDP 192.16.0.153:5060:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.16.0.153:5060
;received=192.16.0.153;branch=z9hG4bK1d3fbfe9
Call-ID: 120f79a6614413e350ebc8e77b0bef16 at 192.16.0.153:5060
From: "Unknown" <sip:Unknown@192.16.0.153>;tag=as5019598d
To: <sip:2002 at 192.168.225.60;ob>;tag=z9hG4bK1d3fbfe9
CSeq: 102 OPTIONS
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY,
REFER, MESSAGE, OPTIONS
Accept: application/sdp, application/pidf+xml, application/xpidf+xml,
application/simple-message-summary, message/sipfrag;version=2.0,
application/im-iscomposing+xml, text/plain
Supported: replaces, 100rel, timer, norefersub
Allow-Events: presence, message-summary, refer
Content-Length:  0


--end msg--
16:37:14.779   tdta04E1AB88  .Destroying txdata Response msg
200/OPTIONS/cseq=102 (tdta04E1AB88)
16:37:14.788    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:37:14.788   tdta04E1AB88  Destroying txdata raw
16:37:29.789    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:37:29.789   tdta04E1AB88  Destroying txdata raw
16:37:44.790    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:37:44.790   tdta04E1AB88  Destroying txdata raw
16:37:59.790    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:37:59.790   tdta04E1AB88  Destroying txdata raw
16:38:14.776 sip_endpoint.c  Processing incoming message: Request msg
OPTIONS/cseq=102 (rdata04E17F1C)
16:38:14.777   pjsua_core.c  .RX 548 bytes Request msg OPTIONS/cseq=102
(rdata04E17F1C) from UDP 192.16.0.153:5060:
OPTIONS sip:2002 at 192.168.225.60:5080;ob SIP/2.0
Via: SIP/2.0/UDP 192.16.0.153:5060;branch=z9hG4bK65c952c3
Max-Forwards: 70
From: "Unknown" <sip:Unknown@192.16.0.153>;tag=as4e687df7
To: <sip:2002 at 192.168.225.60:5080;ob>
Contact: <sip:Unknown at 192.16.0.153:5060>
Call-ID: 7cec5ea673b6581f64f447fd4d95d80e at 192.16.0.153:5060
CSeq: 102 OPTIONS
User-Agent: FPBX-2.11.0(11.6.0)
Date: Thu, 19 Jun 2014 11:10:43 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO,
PUBLISH
Supported: replaces, timer
Content-Length: 0


--end msg--
16:38:14.777       endpoint  .Response msg 200/OPTIONS/cseq=102
(tdta04E1AB88) created
16:38:14.777  sip_resolve.c  .Target '192.16.0.153:5060' type=UDP resolved
to '192.16.0.153:5060' type=UDP (UDP transport)
16:38:14.777   pjsua_core.c  .TX 685 bytes Response msg
200/OPTIONS/cseq=102 (tdta04E1AB88) to UDP 192.16.0.153:5060:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.16.0.153:5060
;received=192.16.0.153;branch=z9hG4bK65c952c3
Call-ID: 7cec5ea673b6581f64f447fd4d95d80e at 192.16.0.153:5060
From: "Unknown" <sip:Unknown@192.16.0.153>;tag=as4e687df7
To: <sip:2002 at 192.168.225.60;ob>;tag=z9hG4bK65c952c3
CSeq: 102 OPTIONS
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY,
REFER, MESSAGE, OPTIONS
Accept: application/sdp, application/pidf+xml, application/xpidf+xml,
application/simple-message-summary, message/sipfrag;version=2.0,
application/im-iscomposing+xml, text/plain
Supported: replaces, 100rel, timer, norefersub
Allow-Events: presence, message-summary, refer
Content-Length:  0


--end msg--
16:38:14.777   tdta04E1AB88  .Destroying txdata Response msg
200/OPTIONS/cseq=102 (tdta04E1AB88)
16:38:14.790    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:38:14.790   tdta04E1AB88  Destroying txdata raw
16:38:29.791    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:38:29.791   tdta04E1AB88  Destroying txdata raw
16:38:44.792    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:38:44.792   tdta04E1AB88  Destroying txdata raw
16:38:59.793    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:38:59.793   tdta04E1AB88  Destroying txdata raw
16:39:14.775 sip_endpoint.c  Processing incoming message: Request msg
OPTIONS/cseq=102 (rdata04E17F1C)
16:39:14.775   pjsua_core.c  .RX 548 bytes Request msg OPTIONS/cseq=102
(rdata04E17F1C) from UDP 192.16.0.153:5060:
OPTIONS sip:2002 at 192.168.225.60:5080;ob SIP/2.0
Via: SIP/2.0/UDP 192.16.0.153:5060;branch=z9hG4bK50a0164a
Max-Forwards: 70
From: "Unknown" <sip:Unknown@192.16.0.153>;tag=as46dae33d
To: <sip:2002 at 192.168.225.60:5080;ob>
Contact: <sip:Unknown at 192.16.0.153:5060>
Call-ID: 41b764bc158d5bb23d7d59f42c062a0a at 192.16.0.153:5060
CSeq: 102 OPTIONS
User-Agent: FPBX-2.11.0(11.6.0)
Date: Thu, 19 Jun 2014 11:11:43 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO,
PUBLISH
Supported: replaces, timer
Content-Length: 0


--end msg--
16:39:14.776       endpoint  .Response msg 200/OPTIONS/cseq=102
(tdta04E1AB88) created
16:39:14.776  sip_resolve.c  .Target '192.16.0.153:5060' type=UDP resolved
to '192.16.0.153:5060' type=UDP (UDP transport)
16:39:14.776   pjsua_core.c  .TX 685 bytes Response msg
200/OPTIONS/cseq=102 (tdta04E1AB88) to UDP 192.16.0.153:5060:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.16.0.153:5060
;received=192.16.0.153;branch=z9hG4bK50a0164a
Call-ID: 41b764bc158d5bb23d7d59f42c062a0a at 192.16.0.153:5060
From: "Unknown" <sip:Unknown@192.16.0.153>;tag=as46dae33d
To: <sip:2002 at 192.168.225.60;ob>;tag=z9hG4bK50a0164a
CSeq: 102 OPTIONS
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY,
REFER, MESSAGE, OPTIONS
Accept: application/sdp, application/pidf+xml, application/xpidf+xml,
application/simple-message-summary, message/sipfrag;version=2.0,
application/im-iscomposing+xml, text/plain
Supported: replaces, 100rel, timer, norefersub
Allow-Events: presence, message-summary, refer
Content-Length:  0


--end msg--
16:39:14.776   tdta04E1AB88  .Destroying txdata Response msg
200/OPTIONS/cseq=102 (tdta04E1AB88)
16:39:14.794    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:39:14.794   tdta04E1AB88  Destroying txdata raw
16:39:29.795    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:39:29.795   tdta04E1AB88  Destroying txdata raw
16:39:44.795    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:39:44.795   tdta04E1AB88  Destroying txdata raw
16:39:59.796    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:39:59.796   tdta04E1AB88  Destroying txdata raw
16:40:09.792       endpoint  Request msg REGISTER/cseq=27163 (tdta04E1AB88)
created.
16:40:09.792    tsx04E2AA24  .Transaction created for Request msg
REGISTER/cseq=27164 (tdta04E1AB88)
16:40:09.792    tsx04E2AA24  Sending Request msg REGISTER/cseq=27164
(tdta04E1AB88) in state Null
16:40:09.792  sip_resolve.c  .Target '192.16.0.153:0' type=Unspecified
resolved to '192.16.0.153:5060' type=UDP (UDP transport)
16:40:09.792   pjsua_core.c  .TX 495 bytes Request msg REGISTER/cseq=27164
(tdta04E1AB88) to UDP 192.16.0.153:5060:
REGISTER sip:192.16.0.153 SIP/2.0
Via: SIP/2.0/UDP 192.168.225.60:5080
;rport;branch=z9hG4bKPjfc15d89189f24cc7903a65feb2e170b0
Max-Forwards: 70
From: <sip:2002@192.16.0.153>;tag=0ec1d872649449dab6d2356af4bfbbc7
To: <sip:2002 at 192.16.0.153>
Call-ID: 4bbca85b72344374ba4dbc76530a42ee
CSeq: 27164 REGISTER
Contact: <sip:2002 at 192.168.225.60:5080;ob>;+sip.ice
Expires: 300
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY,
REFER, MESSAGE, OPTIONS
Content-Length:  0


--end msg--
16:40:09.792    tsx04E2AA24  .State changed from Null to Calling,
event=TX_MSG
16:40:09.794 sip_endpoint.c  Processing incoming message: Response msg
401/REGISTER/cseq=27164 (rdata04E17F1C)
16:40:09.794   pjsua_core.c  .RX 562 bytes Response msg
401/REGISTER/cseq=27164 (rdata04E17F1C) from UDP 192.16.0.153:5060:
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 192.168.225.60:5080
;branch=z9hG4bKPjfc15d89189f24cc7903a65feb2e170b0;received=192.168.225.60;rport=5080
From: <sip:2002@192.16.0.153>;tag=0ec1d872649449dab6d2356af4bfbbc7
To: <sip:2002 at 192.16.0.153>;tag=as7eee1b7a
Call-ID: 4bbca85b72344374ba4dbc76530a42ee
CSeq: 27164 REGISTER
Server: FPBX-2.11.0(11.6.0)
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO,
PUBLISH
Supported: replaces, timer
WWW-Authenticate: Digest algorithm=MD5, realm="asterisk", nonce="60fe06fa"
Content-Length: 0


--end msg--
16:40:09.794    tsx04E2AA24  .Incoming Response msg 401/REGISTER/cseq=27164
(rdata04E17F1C) in state Calling
16:40:09.794    tsx04E2AA24  ..State changed from Calling to Completed,
event=RX_MSG
16:40:09.794    tsx04E1DBAC  ....Transaction created for Request msg
REGISTER/cseq=27165 (tdta04E1AB88)
16:40:09.794    tsx04E1DBAC  ...Sending Request msg REGISTER/cseq=27165
(tdta04E1AB88) in state Null
16:40:09.794       endpoint  ....Request msg REGISTER/cseq=27165
(tdta04E1AB88): skipping target resolution because address is already set
16:40:09.794   pjsua_core.c  ....TX 654 bytes Request msg
REGISTER/cseq=27165 (tdta04E1AB88) to UDP 192.16.0.153:5060:
REGISTER sip:192.16.0.153 SIP/2.0
Via: SIP/2.0/UDP 192.168.225.60:5080
;rport;branch=z9hG4bKPje03cf19e5984437594affa9b95af7d12
Max-Forwards: 70
From: <sip:2002@192.16.0.153>;tag=0ec1d872649449dab6d2356af4bfbbc7
To: <sip:2002 at 192.16.0.153>
Call-ID: 4bbca85b72344374ba4dbc76530a42ee
CSeq: 27165 REGISTER
Contact: <sip:2002 at 192.168.225.60:5080;ob>;+sip.ice
Expires: 300
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY,
REFER, MESSAGE, OPTIONS
Authorization: Digest username="2002", realm="asterisk", nonce="60fe06fa",
uri="sip:192.16.0.153", response="7f38e69cd7d9ea41d89fbb1a2cf55a7e",
algorithm=MD5
Content-Length:  0


--end msg--
16:40:09.795    tsx04E1DBAC  ....State changed from Null to Calling,
event=TX_MSG
16:40:09.797 sip_endpoint.c  Processing incoming message: Request msg
OPTIONS/cseq=102 (rdata04E17F1C)
16:40:09.797   pjsua_core.c  .RX 548 bytes Request msg OPTIONS/cseq=102
(rdata04E17F1C) from UDP 192.16.0.153:5060:
OPTIONS sip:2002 at 192.168.225.60:5080;ob SIP/2.0
Via: SIP/2.0/UDP 192.16.0.153:5060;branch=z9hG4bK24fcf42a
Max-Forwards: 70
From: "Unknown" <sip:Unknown@192.16.0.153>;tag=as3158b0f4
To: <sip:2002 at 192.168.225.60:5080;ob>
Contact: <sip:Unknown at 192.16.0.153:5060>
Call-ID: 523cdc8a7748c86f2342c6620a681b76 at 192.16.0.153:5060
CSeq: 102 OPTIONS
User-Agent: FPBX-2.11.0(11.6.0)
Date: Thu, 19 Jun 2014 11:12:38 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO,
PUBLISH
Supported: replaces, timer
Content-Length: 0


--end msg--
16:40:09.797       endpoint  .Response msg 200/OPTIONS/cseq=102
(tdta04E21008) created
16:40:09.797  sip_resolve.c  .Target '192.16.0.153:5060' type=UDP resolved
to '192.16.0.153:5060' type=UDP (UDP transport)
16:40:09.797   pjsua_core.c  .TX 685 bytes Response msg
200/OPTIONS/cseq=102 (tdta04E21008) to UDP 192.16.0.153:5060:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.16.0.153:5060
;received=192.16.0.153;branch=z9hG4bK24fcf42a
Call-ID: 523cdc8a7748c86f2342c6620a681b76 at 192.16.0.153:5060
From: "Unknown" <sip:Unknown@192.16.0.153>;tag=as3158b0f4
To: <sip:2002 at 192.168.225.60;ob>;tag=z9hG4bK24fcf42a
CSeq: 102 OPTIONS
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY,
REFER, MESSAGE, OPTIONS
Accept: application/sdp, application/pidf+xml, application/xpidf+xml,
application/simple-message-summary, message/sipfrag;version=2.0,
application/im-iscomposing+xml, text/plain
Supported: replaces, 100rel, timer, norefersub
Allow-Events: presence, message-summary, refer
Content-Length:  0


--end msg--
16:40:09.797   tdta04E21008  .Destroying txdata Response msg
200/OPTIONS/cseq=102 (tdta04E21008)
16:40:09.798 sip_endpoint.c  Processing incoming message: Response msg
200/REGISTER/cseq=27165 (rdata04E17F1C)
16:40:09.798   pjsua_core.c  .RX 583 bytes Response msg
200/REGISTER/cseq=27165 (rdata04E17F1C) from UDP 192.16.0.153:5060:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.225.60:5080
;branch=z9hG4bKPje03cf19e5984437594affa9b95af7d12;received=192.168.225.60;rport=5080
From: <sip:2002@192.16.0.153>;tag=0ec1d872649449dab6d2356af4bfbbc7
To: <sip:2002 at 192.16.0.153>;tag=as7eee1b7a
Call-ID: 4bbca85b72344374ba4dbc76530a42ee
CSeq: 27165 REGISTER
Server: FPBX-2.11.0(11.6.0)
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO,
PUBLISH
Supported: replaces, timer
Expires: 300
Contact: <sip:2002 at 192.168.225.60:5080;ob>;expires=300
Date: Thu, 19 Jun 2014 11:12:38 GMT
Content-Length: 0


--end msg--
16:40:09.798    tsx04E1DBAC  .Incoming Response msg 200/REGISTER/cseq=27165
(rdata04E17F1C) in state Calling
16:40:09.798    tsx04E1DBAC  ..State changed from Calling to Completed,
event=RX_MSG
16:40:09.798    pjsua_acc.c  ....SIP outbound status for acc 0 is not active
16:40:09.798    pjsua_acc.c  ....<sip:2002 at 192.16.0.153>: registration
success, status=200 (OK), will re-register in 300 seconds
16:40:09.798    pjsua_acc.c  ....Keep-alive timer started for acc 0,
destination:192.16.0.153:5060, interval:15s
16:40:09.798     vidgui.cpp  ....<sip:2002 at 192.16.0.153>: 200/OK
(expires=295)

16:40:14.795    tsx04E2AA24  Timeout timer event
16:40:14.795    tsx04E2AA24  .State changed from Completed to Terminated,
event=TIMER
16:40:14.795    tsx04E2AA24  Timeout timer event
16:40:14.795    tsx04E2AA24  .State changed from Terminated to Destroyed,
event=TIMER
16:40:14.795    tsx04E2AA24  Transaction destroyed!
16:40:14.798    tsx04E1DBAC  Timeout timer event
16:40:14.798    tsx04E1DBAC  .State changed from Completed to Terminated,
event=TIMER
16:40:14.798    tsx04E1DBAC  Timeout timer event
16:40:14.798    tsx04E1DBAC  .State changed from Terminated to Destroyed,
event=TIMER
16:40:14.798   tdta04E1AB88  ..Destroying txdata Request msg
REGISTER/cseq=27165 (tdta04E1AB88)
16:40:14.798    tsx04E1DBAC  Transaction destroyed!
16:40:24.800    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:40:24.800   tdta04E1AB88  Destroying txdata raw
16:40:39.801    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:40:39.801   tdta04E1AB88  Destroying txdata raw
16:40:54.801    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:40:54.801   tdta04E1AB88  Destroying txdata raw
16:41:09.795 sip_endpoint.c  Processing incoming message: Request msg
OPTIONS/cseq=102 (rdata04E17F1C)
16:41:09.795   pjsua_core.c  .RX 548 bytes Request msg OPTIONS/cseq=102
(rdata04E17F1C) from UDP 192.16.0.153:5060:
OPTIONS sip:2002 at 192.168.225.60:5080;ob SIP/2.0
Via: SIP/2.0/UDP 192.16.0.153:5060;branch=z9hG4bK2b59e0df
Max-Forwards: 70
From: "Unknown" <sip:Unknown@192.16.0.153>;tag=as44628a97
To: <sip:2002 at 192.168.225.60:5080;ob>
Contact: <sip:Unknown at 192.16.0.153:5060>
Call-ID: 2e65b40d17d5c01c7dda432e3632bc51 at 192.16.0.153:5060
CSeq: 102 OPTIONS
User-Agent: FPBX-2.11.0(11.6.0)
Date: Thu, 19 Jun 2014 11:13:38 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO,
PUBLISH
Supported: replaces, timer
Content-Length: 0


--end msg--
16:41:09.796       endpoint  .Response msg 200/OPTIONS/cseq=102
(tdta04E1AB88) created
16:41:09.796  sip_resolve.c  .Target '192.16.0.153:5060' type=UDP resolved
to '192.16.0.153:5060' type=UDP (UDP transport)
16:41:09.796   pjsua_core.c  .TX 685 bytes Response msg
200/OPTIONS/cseq=102 (tdta04E1AB88) to UDP 192.16.0.153:5060:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.16.0.153:5060
;received=192.16.0.153;branch=z9hG4bK2b59e0df
Call-ID: 2e65b40d17d5c01c7dda432e3632bc51 at 192.16.0.153:5060
From: "Unknown" <sip:Unknown@192.16.0.153>;tag=as44628a97
To: <sip:2002 at 192.168.225.60;ob>;tag=z9hG4bK2b59e0df
CSeq: 102 OPTIONS
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY,
REFER, MESSAGE, OPTIONS
Accept: application/sdp, application/pidf+xml, application/xpidf+xml,
application/simple-message-summary, message/sipfrag;version=2.0,
application/im-iscomposing+xml, text/plain
Supported: replaces, 100rel, timer, norefersub
Allow-Events: presence, message-summary, refer
Content-Length:  0


--end msg--
16:41:09.796   tdta04E1AB88  .Destroying txdata Response msg
200/OPTIONS/cseq=102 (tdta04E1AB88)
16:41:09.802    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:41:09.802   tdta04E1AB88  Destroying txdata raw
16:41:24.803    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:41:24.803   tdta04E1AB88  Destroying txdata raw
16:41:39.803    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:41:39.803   tdta04E1AB88  Destroying txdata raw
16:41:54.804    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:41:54.804   tdta04E1AB88  Destroying txdata raw
16:42:09.793 sip_endpoint.c  Processing incoming message: Request msg
OPTIONS/cseq=102 (rdata04E17F1C)
16:42:09.793   pjsua_core.c  .RX 548 bytes Request msg OPTIONS/cseq=102
(rdata04E17F1C) from UDP 192.16.0.153:5060:
OPTIONS sip:2002 at 192.168.225.60:5080;ob SIP/2.0
Via: SIP/2.0/UDP 192.16.0.153:5060;branch=z9hG4bK5de87662
Max-Forwards: 70
From: "Unknown" <sip:Unknown@192.16.0.153>;tag=as54102861
To: <sip:2002 at 192.168.225.60:5080;ob>
Contact: <sip:Unknown at 192.16.0.153:5060>
Call-ID: 3039245c146a126805d7d9565d21b158 at 192.16.0.153:5060
CSeq: 102 OPTIONS
User-Agent: FPBX-2.11.0(11.6.0)
Date: Thu, 19 Jun 2014 11:14:38 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO,
PUBLISH
Supported: replaces, timer
Content-Length: 0


--end msg--
16:42:09.793       endpoint  .Response msg 200/OPTIONS/cseq=102
(tdta04E1AB88) created
16:42:09.793  sip_resolve.c  .Target '192.16.0.153:5060' type=UDP resolved
to '192.16.0.153:5060' type=UDP (UDP transport)
16:42:09.793   pjsua_core.c  .TX 685 bytes Response msg
200/OPTIONS/cseq=102 (tdta04E1AB88) to UDP 192.16.0.153:5060:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.16.0.153:5060
;received=192.16.0.153;branch=z9hG4bK5de87662
Call-ID: 3039245c146a126805d7d9565d21b158 at 192.16.0.153:5060
From: "Unknown" <sip:Unknown@192.16.0.153>;tag=as54102861
To: <sip:2002 at 192.168.225.60;ob>;tag=z9hG4bK5de87662
CSeq: 102 OPTIONS
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY,
REFER, MESSAGE, OPTIONS
Accept: application/sdp, application/pidf+xml, application/xpidf+xml,
application/simple-message-summary, message/sipfrag;version=2.0,
application/im-iscomposing+xml, text/plain
Supported: replaces, 100rel, timer, norefersub
Allow-Events: presence, message-summary, refer
Content-Length:  0


--end msg--
16:42:09.793   tdta04E1AB88  .Destroying txdata Response msg
200/OPTIONS/cseq=102 (tdta04E1AB88)
16:42:09.802    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:42:09.802   tdta04E1AB88  Destroying txdata raw
16:42:24.803    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:42:24.803   tdta04E1AB88  Destroying txdata raw
16:42:39.803    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:42:39.803   tdta04E1AB88  Destroying txdata raw
16:42:54.804    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:42:54.804   tdta04E1AB88  Destroying txdata raw
16:43:09.790 sip_endpoint.c  Processing incoming message: Request msg
OPTIONS/cseq=102 (rdata04E17F1C)
16:43:09.790   pjsua_core.c  .RX 548 bytes Request msg OPTIONS/cseq=102
(rdata04E17F1C) from UDP 192.16.0.153:5060:
OPTIONS sip:2002 at 192.168.225.60:5080;ob SIP/2.0
Via: SIP/2.0/UDP 192.16.0.153:5060;branch=z9hG4bK02e9419e
Max-Forwards: 70
From: "Unknown" <sip:Unknown@192.16.0.153>;tag=as441692ed
To: <sip:2002 at 192.168.225.60:5080;ob>
Contact: <sip:Unknown at 192.16.0.153:5060>
Call-ID: 5970ada30fb391c1629d7c4c6268d29b at 192.16.0.153:5060
CSeq: 102 OPTIONS
User-Agent: FPBX-2.11.0(11.6.0)
Date: Thu, 19 Jun 2014 11:15:38 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO,
PUBLISH
Supported: replaces, timer
Content-Length: 0


--end msg--
16:43:09.791       endpoint  .Response msg 200/OPTIONS/cseq=102
(tdta04E1AB88) created
16:43:09.791  sip_resolve.c  .Target '192.16.0.153:5060' type=UDP resolved
to '192.16.0.153:5060' type=UDP (UDP transport)
16:43:09.791   pjsua_core.c  .TX 685 bytes Response msg
200/OPTIONS/cseq=102 (tdta04E1AB88) to UDP 192.16.0.153:5060:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.16.0.153:5060
;received=192.16.0.153;branch=z9hG4bK02e9419e
Call-ID: 5970ada30fb391c1629d7c4c6268d29b at 192.16.0.153:5060
From: "Unknown" <sip:Unknown@192.16.0.153>;tag=as441692ed
To: <sip:2002 at 192.168.225.60;ob>;tag=z9hG4bK02e9419e
CSeq: 102 OPTIONS
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY,
REFER, MESSAGE, OPTIONS
Accept: application/sdp, application/pidf+xml, application/xpidf+xml,
application/simple-message-summary, message/sipfrag;version=2.0,
application/im-iscomposing+xml, text/plain
Supported: replaces, 100rel, timer, norefersub
Allow-Events: presence, message-summary, refer
Content-Length:  0


--end msg--
16:43:09.791   tdta04E1AB88  .Destroying txdata Response msg
200/OPTIONS/cseq=102 (tdta04E1AB88)
16:43:09.805    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:43:09.805   tdta04E1AB88  Destroying txdata raw
16:43:24.806    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:43:24.806   tdta04E1AB88  Destroying txdata raw
16:43:39.807    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:43:39.807   tdta04E1AB88  Destroying txdata raw
16:43:54.808    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:43:54.808   tdta04E1AB88  Destroying txdata raw
16:44:09.790 sip_endpoint.c  Processing incoming message: Request msg
OPTIONS/cseq=102 (rdata04E17F1C)
16:44:09.790   pjsua_core.c  .RX 548 bytes Request msg OPTIONS/cseq=102
(rdata04E17F1C) from UDP 192.16.0.153:5060:
OPTIONS sip:2002 at 192.168.225.60:5080;ob SIP/2.0
Via: SIP/2.0/UDP 192.16.0.153:5060;branch=z9hG4bK7eab8fff
Max-Forwards: 70
From: "Unknown" <sip:Unknown@192.16.0.153>;tag=as4426a975
To: <sip:2002 at 192.168.225.60:5080;ob>
Contact: <sip:Unknown at 192.16.0.153:5060>
Call-ID: 6fff62515723c1004da98ac56f05b9ba at 192.16.0.153:5060
CSeq: 102 OPTIONS
User-Agent: FPBX-2.11.0(11.6.0)
Date: Thu, 19 Jun 2014 11:16:38 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO,
PUBLISH
Supported: replaces, timer
Content-Length: 0


--end msg--
16:44:09.790       endpoint  .Response msg 200/OPTIONS/cseq=102
(tdta04E1AB88) created
16:44:09.790  sip_resolve.c  .Target '192.16.0.153:5060' type=UDP resolved
to '192.16.0.153:5060' type=UDP (UDP transport)
16:44:09.790   pjsua_core.c  .TX 685 bytes Response msg
200/OPTIONS/cseq=102 (tdta04E1AB88) to UDP 192.16.0.153:5060:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.16.0.153:5060
;received=192.16.0.153;branch=z9hG4bK7eab8fff
Call-ID: 6fff62515723c1004da98ac56f05b9ba at 192.16.0.153:5060
From: "Unknown" <sip:Unknown@192.16.0.153>;tag=as4426a975
To: <sip:2002 at 192.168.225.60;ob>;tag=z9hG4bK7eab8fff
CSeq: 102 OPTIONS
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY,
REFER, MESSAGE, OPTIONS
Accept: application/sdp, application/pidf+xml, application/xpidf+xml,
application/simple-message-summary, message/sipfrag;version=2.0,
application/im-iscomposing+xml, text/plain
Supported: replaces, 100rel, timer, norefersub
Allow-Events: presence, message-summary, refer
Content-Length:  0


--end msg--
16:44:09.790   tdta04E1AB88  .Destroying txdata Response msg
200/OPTIONS/cseq=102 (tdta04E1AB88)
16:44:09.809    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:44:09.809   tdta04E1AB88  Destroying txdata raw
16:44:24.808    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:44:24.808   tdta04E1AB88  Destroying txdata raw
16:44:39.809    pjsua_acc.c  Sending 2 bytes keep-alive packet for acc 0 to
192.16.0.153:5060
16:44:39.809   tdta04E1AB88  Destroying txdata raw
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20140619/0c4b575b/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: blank_preview.png
Type: image/png
Size: 36298 bytes
Desc: not available
URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20140619/0c4b575b/attachment.png>


[Index of Archives]     [Asterisk Users]     [Asterisk App Development]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [Linux API]
  Powered by Linux