search for: ljitt

Displaying 4 results from an estimated 4 matches for "ljitt".

Did you mean: litt
2011 Sep 05
1
Variables error in 1.8.6.0.
...extension the following lines: exten => h, n, Set (CDR (LLP) = $ {CHANNEL (rtpqos, audio, local_lostpackets)}) ; lost packets by local end ** exten => h, n, Set (CDR (PCR) = $ {CHANNEL (rtpqos, audio, remote_lostpackets)}) ; lost packets by remote end exten => h, n, Set (CDR (ljitt) = $ {CHANNEL (rtpqos, audio, local_jitter)}) ; the Same for jitter Theoretically this should throw these variables in a table in MySQL but these values ??cannot be readed. I think it's a different syntax in 1.8. I gave this error: - Executing [h @ macro-specia...
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?
...char(10) CHARACTER SET utf8 COLLATE utf8_czech_ci NOT NULL, `llp` varchar(10) CHARACTER SET utf8 COLLATE utf8_czech_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 CHA...
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).