[asterisk-bugs] [JIRA] (ASTERISK-13695) reopen issue 10984
Dmitriy Serov (JIRA)
noreply at issues.asterisk.org
Wed May 18 12:27:56 CDT 2016
[ https://issues.asterisk.org/jira/browse/ASTERISK-13695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dmitriy Serov updated ASTERISK-13695:
-------------------------------------
Comment: was deleted
(was: I can't find how to reopen issue :(
I'll reopen it as soon as know how to do this :))
> reopen issue 10984
> ------------------
>
> Key: ASTERISK-13695
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-13695
> Project: Asterisk
> Issue Type: Bug
> Components: General
> Reporter: wope
> Severity: Minor
>
> I'd like to reeopen issue 10984,
> but I don't know how.
> (sorry it's my first one)
> ****** STEPS TO REPRODUCE ******
> run the following script for a while
> #!/bin/sh
> clear
> while test 1 -eq 1
> do
> tput cup 0 0 # positions on row 0 col 0 (left top corner)
> date > mytmpoutput.log
> echo " " >> mytmpoutput.log
> asterisk -rx "core show channels" > show_channels_tmp.log
> echo " " >> mytmpoutput.log
> echo "______________________________________________________________________________________" >> mytmpoutput.log
> echo " " >> mytmpoutput.log
> echo " " >> mytmpoutput.log
> grep SIP show_channels_tmp.log >> mytmpoutput.log
> echo " " >> mytmpoutput.log
> asterisk -r -x "sip show channels" | sed -e '/.*siptapiuse/d' >> mytmpoutput.log
> echo " " >> mytmpoutput.log
> echo "______________________________________________________________________________________" >> mytmpoutput.log
> asterisk -r -x "sip show peers" >> mytmpoutput.log
> cat mytmpoutput.log
> tput ed #Bildschirm ab Cursorposition loeschen
> sleep 3
> done
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list