[asterisk-bugs] [JIRA] Commented: (ASTERISK-20169) Not cleared GROUP()

Alexandr (JIRA) noreply at issues.asterisk.org
Wed Jul 25 23:38:21 CDT 2012


    [ https://issues.asterisk.org/jira/browse/ASTERISK-20169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=195225#comment-195225 ] 

Alexandr commented on ASTERISK-20169:
-------------------------------------

*CLI> core show channels 
Channel              Location             State   Application(Data)             
0 active channels
0 active calls
3 calls processed

> Not cleared GROUP()
> -------------------
>
>                 Key: ASTERISK-20169
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-20169
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>    Affects Versions: 10.6.0
>            Reporter: Alexandr
>            Severity: Critical
>         Attachments: full_20120725.txt
>
>
> After end of call, count of the call not cleared.
> [check-for-lost-call]
> exten => connect,1,Noop(Connect to channel "${check_channel}")
> exten => connect,n,ChanSpy(${check_channel},qoE)
> exten => connect,n,Hangup
> exten => check,1,Noop(Check channel ${check_channel})
> exten => check,n,Record(${file}:wav,120,,q)
> exten => check,n,System(/usr/local/scripts/asterisk/check_for_lost_call.php disconnect "${check_channel}" "${file}.wav")
> exten => check,n,Hangup
> [from-gordeev]
> exten => _X.,1,Noop(Call from "${CALLERID(all)}" to "${EXTEN}")
> exten => _X.,n,Set(GROUP()=${CALLERID(num)})
> exten => _X.,n,System(/usr/local/scripts/asterisk/check_for_lost_call.php connect "${CHANNEL}")
> exten => _X.,n,Dial(SIP/asterisk10/${EXTEN})
> exten => _X.,n,Hangup

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list