GetCDRLine: Difference between revisions

From Ultiroam User Docs
Jump to navigation Jump to search
No edit summary
m (added Category:R2D2 using HotCat)
 
(4 intermediate revisions by the same user not shown)
Line 10: Line 10:
|-
|-
|GetCDRLine
|GetCDRLine
|PortIndex
|PortIndex CdrFileName LineNumber
|[[R2D2 Error Codes|Error Code]] in case of error
|LineNumber, [[R2D2 Error Codes|Error Code]] in case of error
|}
|}
'''EXAMPLE:'''
'''EXAMPLE:'''
Line 24: Line 24:


07-01-2021;09:30:56;4;0612345678;89330126562021440190;0;0;0;0;0;;;866758042936118;208018803411136;SMS;OUTGOING;[0011010A8160214365780000A704D4F29C0E];20801;984;10000139;LTE2100;07-01-2021;09:30:56
07-01-2021;09:30:56;4;0612345678;89330126562021440190;0;0;0;0;0;;;866758042936118;208018803411136;SMS;OUTGOING;[0011010A8160214365780000A704D4F29C0E];20801;984;10000139;LTE2100;07-01-2021;09:30:56
[[Category:CDR]]
[[Category:R2D2]]

Latest revision as of 11:22, 27 March 2025

This command allows to extract a specific line from a Port CDR.

This Port CDR must be generate with the command StartPortLog.

COMMAND:

Command Line Arguments Returns
GetCDRLine PortIndex CdrFileName LineNumber LineNumber, Error Code in case of error

EXAMPLE:

~ # StartPortLog 4 test.cdr

~ # SendSMSText 4 0612345678 "Test"

SMS SENT to 0612345678

~ # GetCdrLine 4 test.cdr 1

07-01-2021;09:30:56;4;0612345678;89330126562021440190;0;0;0;0;0;;;866758042936118;208018803411136;SMS;OUTGOING;[0011010A8160214365780000A704D4F29C0E];20801;984;10000139;LTE2100;07-01-2021;09:30:56