Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Calls logs and duration

Status
Not open for further replies.

Nasredine

Programmer
May 1, 2022
33
0
6
DZ
Hi,
I'm trying to get calls log history; for each caller the list of his calls with duration.
I managed to get calls history using HISTA search.
Code:
STA-HISTA:SEARCH,2022-11-29/08:00;

I'm getting a long list of log history :

Code:
F6166 E8 N7403 NO ACT   A1    SM-CR    ADVISORY                22-11-29 09:03:10
      ALARM CLASS:CENTRAL:023
      FORMAT:C
      CDR: NO DIALOG FIELD DEFINED FOR MANDATORY JOB
      GEZ-FILE_1

F2750 M8 N7404 MC TRACE BPB   CP-MSG   CALL TRACING            [b]22-11-29 09:05:00[/b]
      ALARM CLASS:CENTRAL:024
         [b]CALLEE:2404
         CALLER:2035[/b]
      FORMAT:2

Important information are marked in bold.
I've 2 questions :
1. How to filter output of HISTA command to get only calls logs
2. Is it possible to get call duration (may be using another command)

Kind regards.
 
Ad.1
You can try with: "START-HISTA:RTYPE=SEARCH,CONTEXT=MID,MID=FM,NUM=2750;
 
Thank you @lisluk.
Does anyone has an answer for the 2nd question, please ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top