AITIA International, Inc. | SIPCall CDR Assembler module | SIPCallAssembler |
---|
Menu | Menuitem | Shortcut(s) | Meaning |
---|---|---|---|
[File] | |||
Load state | Load internal states from a previously saved state file. | ||
Save state | Save internal states to file. | ||
Log counters | Write counters to log view, into a new line. | ||
Save counters | Save counters to file. | ||
Exit | Exit program | ||
Tools | |||
Start Processing | Start the operation of the module. | ||
Stop Processing | Stop the operation of the module. | ||
Clear state | Reset internal states to initial value. | ||
Flush state | Send messages to output channels from internal buffers. | ||
Clear counters | Reset counters to 0. | ||
Settings | Set ini file settings from menu. | ||
Save settings | Write the current settings into the ini file. | ||
Help | |||
About | About the Software |
"Log" view
If we start the software, the Log view is the default window."SIPCallAssembler task" view
The "SIPCallAssembler task" window represents call statistics and record opening/closing reason related counters. There are four sections:"Connections" view
The "Connections" window shows the current input and output connections. Connections can be configured in the ini file, or in the "Connections" windows. After closing the software, the opened connections are saved to the ini file.Section | Entry | Example | Meaning |
---|---|---|---|
[Counters] | |||
ClearOnWrite | false | Clear counters after history file written | |
HistoryFile | D:\Counters\sipcallassembler.csv | The path of the counter history file. | |
HistoryPeriod | 15 | The counter history file writing period in minutes. | |
[Input] | |||
Input definitions. Please visit Connection's URI scheme. | sipassembler=socket-adg://127.0.0.1:4005?listen=1 | ||
RestoreChannels | 1 | Restores the active channels after restart | |
SortingQueueDelay | 0 | The sorting queue delay in milliseconds | |
SortingQueueLength | 0 | The maximum size of the sorting queue | |
SynchronizedIO | 0 | The input and the output channels will be synchronized | |
[Log] | Logging related parameters | ||
LogDetailLevel | 1 | Stored level for Log message filter. {0-Off,1-Normal,2-Detailed,3-Debug} | |
LogFilesPath | d:\LogFiles | Directory used for storing log files. | |
[Output] | Other output definitions. Please visit Connection's URI scheme. | ||
RestoreChannels | 1 | Restores the active channels after restart | |
SortingQueueDelay | 0 | The sorting queue delay in milliseconds | |
SortingQueueLength | 0 | The maximum size of the sorting queue | |
[RemoteUI] | |||
TCPHost | 127.0.0.1 | IP Address for command interface. | |
TCPPort | 16001 | Port for command interface. | |
[State] | |||
AutoStart | false | The initial state of the processing | |
StateFile | d:\StateFiles\sipcallassembler.state | The path of the state file. | |
[SIPCallAssembler] | |||
CallTimeout | 10 | Call is timed out if no message is received in that many seconds. | |
StatWritingTime | 15 | Stats are written to file in the given intervals. | |
CallClosePendingTimeout | 500 | Call is closed after the given time after TransactionClose event if not reopened. | |
StatFilePath | D:\Counters\sipcallstats.csv | Stats are written to this file. | |
CounterHistoryFile | d:\StatFiles | Path for the counter statistics file (.csv format). | |
WriteCDRToText | 0 | Write CDR Data to text file. | |
StatWritingTimeout | 15 | Stats are written to file in the given intervals. |