[Home]

Summary:ASTERISK-13695: reopen issue 10984
Reporter:wope (wope)Labels:
Date Opened:2009-03-04 08:34:18.000-0600Date Closed:2011-06-07 14:08:26
Priority:MinorRegression?No
Status:Closed/CompleteComponents:General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description: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
Comments:By: Joshua C. Colp (jcolp) 2009-03-04 08:36:55.000-0600

You can't reopen that issue because you are not the reporter of it. Please open a new issue with all of the needed information.