Displaying 3 results from an estimated 3 matches for "rjitt".
Did you mean:
ritt
2015 Mar 18
2
Asterisk 13. Writing call quality parameters to CDR. How?
Hello.
Voice quality when calling - this is one of the most important in the PBX.
You need to record the quality parameters for each call to improve.
Because the overall quality of a call can only be determined upon
completion, I did it in the HangUp handler and wrote in custom fields of
CDR.
This worked well in asterisk 11.
In asterisk 13 I did not find a handler after the call, but before
2015 Mar 19
0
Asterisk 13. Writing call quality parameters to CDR. How?
...zech_ci NOT NULL
COMMENT 'lost packets by local end',
`rlp` varchar(10) CHARACTER SET utf8 COLLATE utf8_czech_ci NOT NULL
COMMENT 'lost packets by remote end ',
`ljitt` varchar(10) CHARACTER SET utf8 COLLATE utf8_czech_ci NOT NULL
COMMENT 'the same for jitter ',
`rjitt` varchar(10) CHARACTER SET utf8 COLLATE utf8_czech_ci NOT NULL
COMMENT 'the same for jitter ',
PRIMARY KEY (`id`),
KEY `uniqueid` (`uniqueid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
in hangup handler or h exten i will use func_odbc
like
insert into cdr_extended (uniqueid,hangupcause,...
2011 Oct 11
11
Reporting for Asterisk Call Center
Dear Tariq;
About elastix.org, this can be use with Asterisk or it is coming as a complete IP Telephony, Call Center, IVR and Reporting?
Because, I do not need to install another IP Telephony on the server which already has asterisk which is an IP Telephony, this will cause a problem in the service (for example, when listening for SIP port of 5060).