bugThe eXtended osip library - Bugs: bug #63007, eXosip2 5.3.0 INVITE sdp parse...

 
 

bug #63007: eXosip2 5.3.0 INVITE sdp parse failed

Submitter:  None
Submitted:  Sun 04 Sep 2022 06:31:12 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Invalid
Privacy:  Public Assigned to:  aymeric
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 13 Apr 2023 05:12:36 PM UTC, comment #1: 

Hi,

v=0
o=34020000002000000001 0 0 IN IP4 192.168.0.127
s=Play
c=IN IP4 192.168.0.127
t=0 0
m=video 50148 RTP/AVP 96 98 97
a=recvonly
a=rtpmap:96 PS/90000
a=rtpmap:98 H264/90000
a=rtpmap:97 MPEG4/90000
y=0200000901

The above SDP is malformed and needs to be rejected.
The last line is not allowed by specification:

y=0200000901

extra attribute can be added this way:

a=x-myownattribute: whatever here 0200000901

Aymeric MOIZARD <aymeric>
Group administrator
Sun 04 Sep 2022 06:31:12 AM UTC, original submission:  

sdp_message_t *sdp_msg = eXosip_get_remote_sdp(sip_context,evt->did);
if (!sdp_msg) {
   printf("eXosip_get_remote_sdp failed\n");
}

| INFO2 | 2022-09-04 14:16:13.6726 <osip_trans:  143> allocating transaction resource 1 62507449
| INFO2 | 2022-09-04 14:16:13.6727 <    nict.c:   30> allocating NICT context
| INFO4 | 2022-09-04 14:16:13.6728 <osip_trans:  377> sipevent tr->transactionid: 1
| INFO4 | 2022-09-04 14:16:13.6728 <osip_trans:  378> sipevent tr->state: 10
| INFO4 | 2022-09-04 14:16:13.6728 <osip_trans:  379> sipevent evt->type: 18
| INFO4 | 2022-09-04 14:16:13.6728 <osip_trans:  380> sipevent evt->sip: 16a3c00
| INFO1 | 2022-09-04 14:16:13.6728 < eXutils.c: 1440> [eXosip] [getaddrinfo] dns [192.168.0.127][15060] =  [192.168.0.127][15060]
| INFO1 | 2022-09-04 14:16:13.6729 <jrequest.c: 1090> [eXosip] updating: Via header to [192.168.0.112][5060]
| INFO1 | 2022-09-04 14:16:13.6729 <eXtl_udp.c: 1260> [eXosip] [UDP] [tid=1] message sent [len=458] to [192.168.0.127][15060]
REGISTER sip:34020000002000000001@192.168.0.127:15060 SIP/2.0
Via: SIP/2.0/UDP 192.168.0.112:5060;rport;branch=z9hG4bK1359591700
From: <sip:34020000002000000901@192.168.0.112:5060>;tag=250204363
To: <sip:34020000002000000901@192.168.0.112:5060>
Call-ID: 62507449
CSeq: 1 REGISTER
Contact: <sip:34020000002000000901@192.168.0.112:5060>
Max-Forwards: 70
User-Agent: eXosip/5.3.0
Expires: 1800
Supported: 100rel
Supported: path
Content-Length: 0


| INFO3 | 2022-09-04 14:16:13.6736 <jcallback.: 1672> [eXosip] [tid=1] [cb_sndregister]
| INFO4 | 2022-09-04 14:16:13.6736 <osip_trans:  405> sipevent evt: method called!
| INFO1 | 2022-09-04 14:16:13.6741 <eXtl_udp.c:  772> [eXosip] [UDP] message received from [192.168.0.127][15060]
| INFO1 | 2022-09-04 14:16:13.6742 <     udp.c: 1679> [eXosip] received message [len=484] from [192.168.0.127][15060]
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 192.168.0.112:5060;rport=5060;received=192.168.0.112;branch=z9hG4bK1359591700
From: <sip:34020000002000000901@192.168.0.112:5060>;tag=250204363
To: <sip:34020000002000000901@192.168.0.112:5060>;tag=737829616
CSeq: 1 REGISTER
Call-ID: 62507449
User-Agent: EasyGBS v200511
Content-Length: 0
Contact: <sip:34020000002000000001@192.168.0.127:15060>
WWW-Authenticate: Digest realm="3402000000",nonce="25bce0019acb28281fb690b132e0b567"


| INFO3 | 2022-09-04 14:16:13.6742 <     udp.c: 1700> [eXosip] Call-ID is valid [62507449]
| INFO1 | 2022-09-04 14:16:13.6743 <     udp.c: 1641> [eXosip] SIP port modified from rport in SIP answer
| INFO1 | 2022-09-04 14:16:13.6743 <  eXconf.c: 1042> [eXosip] option set: account info added [192.168.0.112] -> [192.168.0.112][5060]
| INFO1 | 2022-09-04 14:16:13.6743 <     udp.c: 1654> [eXosip] we now appear as [192.168.0.112][5060] for server [192.168.0.112]
| INFO4 | 2022-09-04 14:16:13.6743 <osip_trans:  377> sipevent tr->transactionid: 1
| INFO4 | 2022-09-04 14:16:13.6743 <osip_trans:  378> sipevent tr->state: 11
| INFO4 | 2022-09-04 14:16:13.6743 <osip_trans:  379> sipevent evt->type: 15
| INFO4 | 2022-09-04 14:16:13.6743 <osip_trans:  380> sipevent evt->sip: 9c002c40
| INFO3 | 2022-09-04 14:16:13.6743 <jcallback.: 1369> [eXosip] [tid=1] [cb_rcv4xx]
| INFO4 | 2022-09-04 14:16:13.6743 <osip_trans:  405> sipevent evt: method called!
| INFO3 | 2022-09-04 14:16:13.6744 <  eXosip.c: 1102> [eXosip] searching for ["3402000000"] vs authinfo [3402000000]
| INFO4 | 2022-09-04 14:16:13.6744 <   jauth.c: 1006> [eXosip] response in proxy_authorization |81f2951fb16f0b35d6b1b729c3ecde49|
| INFO2 | 2022-09-04 14:16:13.6744 <osip_trans:  143> allocating transaction resource 2 62507449
| INFO2 | 2022-09-04 14:16:13.6744 <    nict.c:   30> allocating NICT context
| INFO4 | 2022-09-04 14:16:13.6745 <osip_trans:  377> sipevent tr->transactionid: 2
| INFO4 | 2022-09-04 14:16:13.6745 <osip_trans:  378> sipevent tr->state: 10
| INFO4 | 2022-09-04 14:16:13.6745 <osip_trans:  379> sipevent evt->type: 18
| INFO4 | 2022-09-04 14:16:13.6745 <osip_trans:  380> sipevent evt->sip: 1737570
| INFO1 | 2022-09-04 14:16:13.6745 < eXutils.c: 1440> [eXosip] [getaddrinfo] dns [192.168.0.127][15060] =  [192.168.0.127][15060]
| INFO1 | 2022-09-04 14:16:13.6745 <jrequest.c: 1090> [eXosip] updating: Via header to [192.168.0.112][5060]
| INFO1 | 2022-09-04 14:16:13.6746 <eXtl_udp.c: 1260> [eXosip] [UDP] [tid=2] message sent [len=687] to [192.168.0.127][15060]
REGISTER sip:34020000002000000001@192.168.0.127:15060 SIP/2.0
Via: SIP/2.0/UDP 192.168.0.112:5060;rport;branch=z9hG4bK1447918487
From: <sip:34020000002000000901@192.168.0.112:5060>;tag=250204363
To: <sip:34020000002000000901@192.168.0.112:5060>
Call-ID: 62507449
CSeq: 2 REGISTER
Contact: <sip:34020000002000000901@192.168.0.112:5060>
Authorization: Digest username="34020000002000000901", realm="3402000000", nonce="25bce0019acb28281fb690b132e0b567", uri="sip:34020000002000000001@192.168.0.127:15060", response="81f2951fb16f0b35d6b1b729c3ecde49", algorithm=MD5
Max-Forwards: 70
User-Agent: eXosip/5.3.0
Expires: 1800
Supported: 100rel
Supported: path
Content-Length: 0


| INFO3 | 2022-09-04 14:16:13.6761 <jcallback.: 1672> [eXosip] [tid=2] [cb_sndregister]
| INFO4 | 2022-09-04 14:16:13.6761 <osip_trans:  405> sipevent evt: method called!
| INFO1 | 2022-09-04 14:16:13.6792 <eXtl_udp.c:  772> [eXosip] [UDP] message received from [192.168.0.127][15060]
| INFO1 | 2022-09-04 14:16:13.6792 <     udp.c: 1679> [eXosip] received message [len=433] from [192.168.0.127][15060]
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.0.112:5060;rport=5060;received=192.168.0.112;branch=z9hG4bK1447918487
From: <sip:34020000002000000901@192.168.0.112:5060>;tag=250204363
To: <sip:34020000002000000901@192.168.0.112:5060>;tag=91829621
CSeq: 2 REGISTER
Call-ID: 62507449
User-Agent: Easy SIP Server
Content-Length: 0
Date: 2022-09-04T14:16:13.173
Expires: 1800
Contact: <sip:34020000002000000001@192.168.0.127:15060>


| INFO3 | 2022-09-04 14:16:13.6793 <     udp.c: 1700> [eXosip] Call-ID is valid [62507449]
| INFO1 | 2022-09-04 14:16:13.6793 <     udp.c: 1641> [eXosip] SIP port modified from rport in SIP answer
| INFO4 | 2022-09-04 14:16:13.6793 <osip_trans:  377> sipevent tr->transactionid: 2
| INFO4 | 2022-09-04 14:16:13.6793 <osip_trans:  378> sipevent tr->state: 11
| INFO4 | 2022-09-04 14:16:13.6793 <osip_trans:  379> sipevent evt->type: 14
| INFO4 | 2022-09-04 14:16:13.6793 <osip_trans:  380> sipevent evt->sip: 9c002e10
| INFO3 | 2022-09-04 14:16:13.6793 <jcallback.:  961> [eXosip] [tid=2] [cb_rcv2xx]
| INFO4 | 2022-09-04 14:16:13.6794 <osip_trans:  405> sipevent evt: method called!
| INFO1 | 2022-09-04 14:16:16.6938 <eXtl_udp.c:  772> [eXosip] [UDP] message received from [192.168.0.127][15060]
| INFO1 | 2022-09-04 14:16:16.6939 <     udp.c: 1679> [eXosip] received message [len=555] from [192.168.0.127][15060]
MESSAGE sip:34020000002000000901@192.168.0.112:5060;transport=udp SIP/2.0
Via: SIP/2.0/UDP 192.168.0.127:15060;rport=15060;branch=z9hG4bK434832635
From: <sip:34020000002000000001@3402000000>;tag=785832635
To: <sip:34020000002000000901@3402000000>
Call-ID: 491832635
CSeq: 157 MESSAGE
Max-Forwards: 70
User-Agent: Easy SIP Server
Content-Length: 156
Content-Type: Application/MANSCDP+xml

<?xml version="1.0" encoding="UTF-8"?>
<Query>
    <CmdType>Catalog</CmdType>
    <SN>834832635</SN>
    <DeviceID>34020000002000000901</DeviceID>
</Query>

| INFO3 | 2022-09-04 14:16:16.6939 <     udp.c: 1700> [eXosip] Call-ID is valid [491832635]
| INFO1 | 2022-09-04 14:16:16.6939 <     udp.c: 1753> [eXosip] no transaction for message
| INFO2 | 2022-09-04 14:16:16.6940 <osip_trans:  143> allocating transaction resource 3 491832635
| INFO2 | 2022-09-04 14:16:16.6940 <    nist.c:   29> allocating NIST context
| INFO4 | 2022-09-04 14:16:16.6940 <osip_trans:  377> sipevent tr->transactionid: 3
| INFO4 | 2022-09-04 14:16:16.6940 <osip_trans:  378> sipevent tr->state: 15
| INFO4 | 2022-09-04 14:16:16.6940 <osip_trans:  379> sipevent evt->type: 12
| INFO4 | 2022-09-04 14:16:16.6940 <osip_trans:  380> sipevent evt->sip: 9c004660
| INFO3 | 2022-09-04 14:16:16.6941 <jcallback.:  388> [eXosip] [tid=3] [cb_rcvrequest]
| INFO4 | 2022-09-04 14:16:16.6941 <osip_trans:  405> sipevent evt: method called!
| INFO2 | 2022-09-04 14:16:16.6943 <osip_trans:  143> allocating transaction resource 4 1383776865
| INFO2 | 2022-09-04 14:16:16.6943 <    nict.c:   30> allocating NICT context
| INFO4 | 2022-09-04 14:16:16.6943 <osip_trans:  377> sipevent tr->transactionid: 4
| INFO4 | 2022-09-04 14:16:16.6943 <osip_trans:  378> sipevent tr->state: 10
| INFO4 | 2022-09-04 14:16:16.6943 <osip_trans:  379> sipevent evt->type: 18
| INFO4 | 2022-09-04 14:16:16.6943 <osip_trans:  380> sipevent evt->sip: 1706400
| INFO1 | 2022-09-04 14:16:16.6943 < eXutils.c: 1440> [eXosip] [getaddrinfo] dns [192.168.0.127][15060] =  [192.168.0.127][15060]
| INFO1 | 2022-09-04 14:16:16.6944 <jrequest.c: 1090> [eXosip] updating: Via header to [192.168.0.112][5060]
| INFO1 | 2022-09-04 14:16:16.6944 <eXtl_udp.c: 1260> [eXosip] [UDP] [tid=4] message sent [len=792] to [192.168.0.127][15060]
MESSAGE sip:34020000002000000001@192.168.0.127:15060 SIP/2.0
Via: SIP/2.0/UDP 192.168.0.112:5060;rport;branch=z9hG4bK740475633
From: <sip:34020000002000000901@192.168.0.127:15060>;tag=2047852296
To: <sip:34020000002000000001@192.168.0.127:15060>
Call-ID: 1383776865
CSeq: 20 MESSAGE
Content-Type: Application/MANSCDP+xml
Max-Forwards: 70
User-Agent: eXosip/5.3.0
Content-Length:   395

<?xml version="1.0" encoding="GB2312"?>
<Response>
<CmdType>Catalog</CmdType>
<SN>834832635</SN>
<DeviceID>34020000002000000901</DeviceID>
<SumNum>1</SumNum>
<DeviceList Num="1">
<Item>
<DeviceID>34020000002000000901</DeviceID>
<Manufacturer>siweiABC</Manufacturer>
<Status>ON</Status>
<Name>IPC</Name>
<ParentID>34020000002000000901</ParentID>
</Item>
</DeviceList>
</Response>

| INFO3 | 2022-09-04 14:16:16.6946 <jcallback.: 1700> [eXosip] [tid=4] [cb_sndunkrequest]
| INFO4 | 2022-09-04 14:16:16.6946 <osip_trans:  405> sipevent evt: method called!
| INFO4 | 2022-09-04 14:16:16.6947 <osip_trans:  377> sipevent tr->transactionid: 3
| INFO4 | 2022-09-04 14:16:16.6947 <osip_trans:  378> sipevent tr->state: 16
| INFO4 | 2022-09-04 14:16:16.6947 <osip_trans:  379> sipevent evt->type: 20
| INFO4 | 2022-09-04 14:16:16.6947 <osip_trans:  380> sipevent evt->sip: 1707720
| INFO1 | 2022-09-04 14:16:16.6947 < eXutils.c: 1440> [eXosip] [getaddrinfo] dns [192.168.0.127][15060] =  [192.168.0.127][15060]
| INFO1 | 2022-09-04 14:16:16.6947 <eXtl_udp.c: 1260> [eXosip] [UDP] [tid=3] message sent [len=293] to [192.168.0.127][15060]
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.0.127:15060;rport=15060;branch=z9hG4bK434832635
From: <sip:34020000002000000001@3402000000>;tag=785832635
To: <sip:34020000002000000901@3402000000>;tag=2095318047
Call-ID: 491832635
CSeq: 157 MESSAGE
User-Agent: eXosip/5.3.0
Content-Length: 0


| INFO3 | 2022-09-04 14:16:16.6948 <jcallback.: 1624> [eXosip] [tid=3] [cb_snd123456xx]
| INFO4 | 2022-09-04 14:16:16.6948 <osip_trans:  405> sipevent evt: method called!
| INFO1 | 2022-09-04 14:16:16.7052 <eXtl_udp.c:  772> [eXosip] [UDP] message received from [192.168.0.127][15060]
| INFO1 | 2022-09-04 14:16:16.7052 <     udp.c: 1679> [eXosip] received message [len=335] from [192.168.0.127][15060]
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.0.112:5060;rport=5060;received=192.168.0.112;branch=z9hG4bK740475633
From: <sip:34020000002000000901@192.168.0.127:15060>;tag=2047852296
To: <sip:34020000002000000001@192.168.0.127:15060>;tag=741832637
CSeq: 20 MESSAGE
Call-ID: 1383776865
User-Agent: Easy SIP Server
Content-Length: 0


| INFO3 | 2022-09-04 14:16:16.7052 <     udp.c: 1700> [eXosip] Call-ID is valid [1383776865]
| INFO1 | 2022-09-04 14:16:16.7053 <     udp.c: 1641> [eXosip] SIP port modified from rport in SIP answer
| INFO1 | 2022-09-04 14:16:16.7053 <  eXconf.c: 1042> [eXosip] option set: account info added [192.168.0.127] -> [192.168.0.112][5060]
| INFO1 | 2022-09-04 14:16:16.7053 <     udp.c: 1654> [eXosip] we now appear as [192.168.0.112][5060] for server [192.168.0.127]
| INFO4 | 2022-09-04 14:16:16.7053 <osip_trans:  377> sipevent tr->transactionid: 4
| INFO4 | 2022-09-04 14:16:16.7053 <osip_trans:  378> sipevent tr->state: 11
| INFO4 | 2022-09-04 14:16:16.7053 <osip_trans:  379> sipevent evt->type: 14
| INFO4 | 2022-09-04 14:16:16.7053 <osip_trans:  380> sipevent evt->sip: 9c0051b0
| INFO3 | 2022-09-04 14:16:16.7053 <jcallback.:  961> [eXosip] [tid=4] [cb_rcv2xx]
| INFO4 | 2022-09-04 14:16:16.7053 <osip_trans:  405> sipevent evt: method called!
| INFO4 | 2022-09-04 14:16:18.6865 <osip_trans:  377> sipevent tr->transactionid: 1
| INFO4 | 2022-09-04 14:16:18.6865 <osip_trans:  378> sipevent tr->state: 13
| INFO4 | 2022-09-04 14:16:18.6865 <osip_trans:  379> sipevent evt->type: 5
| INFO4 | 2022-09-04 14:16:18.6865 <osip_trans:  380> sipevent evt->sip: 0
| INFO1 | 2022-09-04 14:16:18.6865 <jcallback.:  257> [eXosip] [tid=1] [cb_xixt_kill_transaction] [duration=  5,013s]
| INFO4 | 2022-09-04 14:16:18.6866 <osip_trans:  405> sipevent evt: method called!
| INFO4 | 2022-09-04 14:16:18.6866 <osip_trans:  377> sipevent tr->transactionid: 2
| INFO4 | 2022-09-04 14:16:18.6866 <osip_trans:  378> sipevent tr->state: 13
| INFO4 | 2022-09-04 14:16:18.6866 <osip_trans:  379> sipevent evt->type: 5
| INFO4 | 2022-09-04 14:16:18.6866 <osip_trans:  380> sipevent evt->sip: 0
| INFO1 | 2022-09-04 14:16:18.6866 <jcallback.:  257> [eXosip] [tid=2] [cb_xixt_kill_transaction] [duration=  5,012s]
| INFO4 | 2022-09-04 14:16:18.6866 <osip_trans:  405> sipevent evt: method called!
| INFO4 | 2022-09-04 14:16:21.7166 <osip_trans:  377> sipevent tr->transactionid: 4
| INFO4 | 2022-09-04 14:16:21.7166 <osip_trans:  378> sipevent tr->state: 13
| INFO4 | 2022-09-04 14:16:21.7166 <osip_trans:  379> sipevent evt->type: 5
| INFO4 | 2022-09-04 14:16:21.7166 <osip_trans:  380> sipevent evt->sip: 0
| INFO1 | 2022-09-04 14:16:21.7166 <jcallback.:  257> [eXosip] [tid=4] [cb_xixt_kill_transaction] [duration=  5,022s]
| INFO4 | 2022-09-04 14:16:21.7166 <osip_trans:  405> sipevent evt: method called!
| INFO2 | 2022-09-04 14:16:21.7166 <  eXconf.c:  920> [eXosip] reseting timer to 10s before waking up
| INFO1 | 2022-09-04 14:16:27.0433 <eXtl_udp.c:  772> [eXosip] [UDP] message received from [192.168.0.127][15060]
| INFO1 | 2022-09-04 14:16:27.0434 <     udp.c: 1679> [eXosip] received message [len=741] from [192.168.0.127][15060]
INVITE sip:34020000002000000901@192.168.0.112:5060;transport=udp SIP/2.0
Via: SIP/2.0/UDP 192.168.0.127:15060;rport=15060;branch=z9hG4bK789842985
From: <sip:34020000002000000001@3402000000>;tag=502842985
To: <sip:34020000002000000901@192.168.0.112:5060>
Call-ID: 661842440
CSeq: 159 INVITE
Max-Forwards: 70
User-Agent: Easy SIP Server
Content-Length: 222
Content-Type: application/sdp
Contact: <sip:34020000002000000001@192.168.0.127:15060>
Subject: 34020000002000000901:0200000901,34020000002000000001:0

v=0
o=34020000002000000001 0 0 IN IP4 192.168.0.127
s=Play
c=IN IP4 192.168.0.127
t=0 0
m=video 50148 RTP/AVP 96 98 97
a=recvonly
a=rtpmap:96 PS/90000
a=rtpmap:98 H264/90000
a=rtpmap:97 MPEG4/90000
y=0200000901

| INFO3 | 2022-09-04 14:16:27.0434 <     udp.c: 1700> [eXosip] Call-ID is valid [661842440]
| INFO1 | 2022-09-04 14:16:27.0434 <     udp.c: 1753> [eXosip] no transaction for message
| INFO2 | 2022-09-04 14:16:27.0434 <osip_trans:  143> allocating transaction resource 5 661842440
| INFO2 | 2022-09-04 14:16:27.0434 <     ist.c:   28> allocating IST context
| INFO4 | 2022-09-04 14:16:27.0435 <osip_trans:  377> sipevent tr->transactionid: 5
| INFO4 | 2022-09-04 14:16:27.0435 <osip_trans:  378> sipevent tr->state: 5
| INFO4 | 2022-09-04 14:16:27.0435 <osip_trans:  379> sipevent evt->type: 10
| INFO4 | 2022-09-04 14:16:27.0435 <osip_trans:  380> sipevent evt->sip: 9c009f40
| INFO3 | 2022-09-04 14:16:27.0435 <jcallback.: 1652> [eXosip] [tid=5] [cb_rcvinvite]
| INFO4 | 2022-09-04 14:16:27.0435 <osip_trans:  405> sipevent evt: method called!
| INFO4 | 2022-09-04 14:16:27.0435 <osip_trans:  377> sipevent tr->transactionid: 5
| INFO4 | 2022-09-04 14:16:27.0435 <osip_trans:  378> sipevent tr->state: 6
| INFO4 | 2022-09-04 14:16:27.0435 <osip_trans:  379> sipevent evt->type: 19
| INFO4 | 2022-09-04 14:16:27.0435 <osip_trans:  380> sipevent evt->sip: 9c009d20
| INFO1 | 2022-09-04 14:16:27.0435 < eXutils.c: 1440> [eXosip] [getaddrinfo] dns [192.168.0.127][15060] =  [192.168.0.127][15060]
| INFO1 | 2022-09-04 14:16:27.0436 <eXtl_udp.c: 1260> [eXosip] [UDP] [tid=5] message sent [len=289] to [192.168.0.127][15060]
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 192.168.0.127:15060;rport=15060;branch=z9hG4bK789842985
From: <sip:34020000002000000001@3402000000>;tag=502842985
To: <sip:34020000002000000901@192.168.0.112:5060>
Call-ID: 661842440
CSeq: 159 INVITE
User-Agent: eXosip/5.3.0
Content-Length: 0


| INFO3 | 2022-09-04 14:16:27.0439 <jcallback.: 1624> [eXosip] [tid=5] [cb_snd123456xx]
| INFO4 | 2022-09-04 14:16:27.0439 <osip_trans:  405> sipevent evt: method called!
| INFO4 | 2022-09-04 14:16:27.0439 <osip_trans:  293> transaction already removed from list 4!
| INFO2 | 2022-09-04 14:16:27.0439 <osip_trans:  308> free transaction resource 4 1383776865
| INFO2 | 2022-09-04 14:16:27.0439 <    nict.c:  157> free nict resource
| INFO4 | 2022-09-04 14:16:27.0440 <osip_trans:  293> transaction already removed from list 1!
| INFO2 | 2022-09-04 14:16:27.0440 <osip_trans:  308> free transaction resource 1 62507449
| INFO2 | 2022-09-04 14:16:27.0440 <    nict.c:  157> free nict resource
| INFO2 | 2022-09-04 14:16:27.0440 <  eXconf.c:  920> [eXosip] reseting timer to 10s before waking up
| INFO2 | 2022-09-04 14:16:27.0440 <  eXconf.c:  920> [eXosip] reseting timer to 10s before waking up
| INFO4 | 2022-09-04 14:16:27.0441 <sdp_messag: 1698> The rfc2327 says there should be at least an email or a phone header!- anyway, we don't mind about it.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by aymeric (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2023-04-13 aymeric StatusNone Invalid
        Assigned toNone aymeric
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code