Project

General

Profile

Bug #5748

Updated by roox over 1 year ago

The _line_ name is part of the file name of the recording. 
 "/" should be properly filtered to not have issues. 

 This happens when you use 'TE2/0/1' as the line name: 
 <pre> 
    osmo-isdntap -c /etc/osmocom/osmo-isdntap.cfg --debug=DITAP:DQ931 
   <0001> isdntap.c:254 (TE2/0/1) U->N Q.931 message SETUP 
   <0000> isdntap.c:112 (TE2/0/1) Creating call state record for callref 26 
   <0001> isdntap.c:254 (TE2/0/1) U<-N Q.931 message SETUP 
   <0001> isdntap.c:254 (TE2/0/1) U<-N Q.931 message CALL PROCEEDING 
   <0000> isdntap.c:493 (TE2/0/1:1) Starting B-channel recording 03080805240--20221107-002458 
   <0000> isdntap.c:475 Error opening file /tmp//isdntap-TE2/0/1-03080805240--20221107-002458-1-tx.raw: No such file or directory 
   <0001> isdntap.c:254 (TE2/0/1) U<-N Q.931 message CALL PROCEEDING 
   <0000> isdntap.c:341 (TE2/0/1:1) Cannot open B-channel 
   <0001> isdntap.c:254 (TE2/0/1) U<-N Q.931 message CONNECT 
   <0000> isdntap.c:341 (TE2/0/1:1) Cannot open B-channel 
   <0001> isdntap.c:254 (TE2/0/1) U<-N Q.931 message CONNECT 
   <0000> isdntap.c:341 (TE2/0/1:1) Cannot open B-channel 
   <0001> isdntap.c:254 (TE2/0/1) U->N Q.931 message INFORMATION 
   <0001> isdntap.c:254 (TE2/0/1) U<-N Q.931 message INFORMATION 
   <0001> isdntap.c:254 (TE2/0/1) U->N Q.931 message CONNECT ACK 
   <0001> isdntap.c:254 (TE2/0/1) U<-N Q.931 message CONNECT ACK 
   <0001> isdntap.c:254 (TE2/0/1) U<-N Q.931 message DISCONNECT 
   <0001> isdntap.c:254 (TE2/0/1) U<-N Q.931 message DISCONNECT 
   <0001> isdntap.c:254 (TE2/0/1) U->N Q.931 message RELEASE 
   <0000> isdntap.c:523 (TE2/0/1:1) Stopping B-channel recording 
   Segmentation fault (core dumped) 
 </pre> 

 Workaround: 
 create the recording directory manually before the recording happens ... 

   mkdir -p /tmp//isdntap-TE2/0/ 

 <pre> 
   

   <0000> isdntap.c:493 (TE2/0/1:1) Starting B-channel recording 03080805240--20221107-003444 
   <0000> isdntap.c:479 (TE2/0/1:1) Opened file /tmp//isdntap-TE2/0/1-03080805240--20221107-003444-1-tx.raw 
   <0000> isdntap.c:479 (TE2/0/1:1) Opened file /tmp//isdntap-TE2/0/1-03080805240--20221107-003444-1-rx.raw 
 </pre> 
 

Back

Add picture from clipboard (Maximum size: 48.8 MB)