[asterisk-users] Variables error in 1.8.6.0.
Catalin S.
jonsonplayer at gmail.com
Mon Sep 5 14:53:41 CDT 2011
Hello,
I have a problem with some variables in 1.8.6.0. I set on 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-special1: 11] Set ("SIP/1010-00000002", "CDR
(LLP) =") in new stack
[September 5 22:39:33] WARNING [14432]: SIP / dialplan_functions.c: 221
sip_acf_channel_read: Unrecognized argument 'rtpqos, audio,
remote_lostpackets' to CHANNEL
[September 5 22:39:33] WARNING [14432]: func_channel.c: 393
func_channel_read: Unknown or unavailable item Requested 'rtpqos, audio,
remote_lostpackets'
- Executing [h @ macro-special1: 12] Set ("SIP/1010-00000002", "CDR
(PCR) =") in new stack
[September 5 22:39:33] WARNING [14432]: SIP / dialplan_functions.c: 221
sip_acf_channel_read: Unrecognized argument 'rtpqos, audio, local_jitter' to
CHANNEL
[September 5 22:39:33] WARNING [14432]: func_channel.c: 393
func_channel_read: Unknown or unavailable item Requested 'rtpqos, audio,
local_jitter'
- Executing [h @ macro-special1: 13] Set ("SIP/1010-00000002", "CDR
(ljitt) =") in new stack
[September 5 22:39:33] WARNING [14432]: SIP / dialplan_functions.c: 221
sip_acf_channel_read: Unrecognized argument 'rtpqos, audio, remote_jitter'
to CHANNEL
[September 5 22:39:33] WARNING [14432]: func_channel.c: 393
func_channel_read: Unknown or unavailable item Requested 'rtpqos, audio,
remote_jitter'
Any idea how I can fix?
Best regards,
Jonson.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110905/5f0e26d1/attachment.htm>
More information about the asterisk-users
mailing list