[asterisk-bugs] [JIRA] (ASTERISK-26495) Lost CDR Uniqueid
Ivoxs Support (JIRA)
noreply at issues.asterisk.org
Fri Oct 21 16:49:01 CDT 2016
[ https://issues.asterisk.org/jira/browse/ASTERISK-26495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ivoxs Support updated ASTERISK-26495:
-------------------------------------
Description:
hi, have the next issue i have a macro app this app is execute when the user hit *1 for get information about the call.
when the user execute the *1 i get a UNIQUEID but when the user hangup the call in the cdr i get a diferent UNIQUEID how i can have the same uniqueid ?
For example if user from asterisk call a user in the avaya and the user from asterisk hit *1 i get the same uniqueid in the macro app and the cdr but when user from avaya call a user in the asterisk and the avaya user hit *1 the uniqueid in the macro is not the same of the cdr.
Macro
[macro-test]
exten => s,n,Set(channel=${CDR(channel)})
exten => s,n,Set(dstchannel=${CDR(dstchannel)})
exten => s,n,Set(account=${CDR(accountcode)})
exten => s,n,Set(sname=${SYSTEMNAME})
exten => s,n,Set(getuid=${UNIQUEID})
was:
hi, have the next issue i have a macro app this app is execute when the user hit *1 for get information about the call.
when the user execute the *1 i get a UNIQUEID but when the user hangup the call in the cdr i get a diferent UNIQUEID how i can have the same uniqueid ?
For example if user from asterisk call a user in the avaya and the user from asterisk hit *1 i get the same uniqueid in the macro app and the cdr but when user from avaya call a user in the asterisk and the avaya user hit *1 the uniqueid in the macro is not the same of the cdr.
Macro
[macro-test]
exten => s,n,Set(channel=${CDR(channel)})
exten => s,n,Set(dstchannel=${CDR(dstchannel)})
exten => s,n,Set(account=${CDR(accountcode)})
exten => s,n,Set(sname=${SYSTEMNAME})
exten => s,n,Set(getuid=${UNIQUEID})
> Lost CDR Uniqueid
> -----------------
>
> Key: ASTERISK-26495
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-26495
> Project: Asterisk
> Issue Type: Information Request
> Security Level: None
> Components: CDR/General
> Affects Versions: 11.22.0
> Environment: Freepbx last version
> Avaya CS1000S
> AsteriskPBX <(T1)> Avaya Nortel
> Reporter: Ivoxs Support
>
> hi, have the next issue i have a macro app this app is execute when the user hit *1 for get information about the call.
> when the user execute the *1 i get a UNIQUEID but when the user hangup the call in the cdr i get a diferent UNIQUEID how i can have the same uniqueid ?
> For example if user from asterisk call a user in the avaya and the user from asterisk hit *1 i get the same uniqueid in the macro app and the cdr but when user from avaya call a user in the asterisk and the avaya user hit *1 the uniqueid in the macro is not the same of the cdr.
> Macro
> [macro-test]
> exten => s,n,Set(channel=${CDR(channel)})
> exten => s,n,Set(dstchannel=${CDR(dstchannel)})
> exten => s,n,Set(account=${CDR(accountcode)})
> exten => s,n,Set(sname=${SYSTEMNAME})
> exten => s,n,Set(getuid=${UNIQUEID})
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list