Good Day, Need to check just started recently with management on client devices. When in terminal and i need to capture Call packets, the following command is used sip set debug peer phone_extension or IP_address, it then states it is enabled, yet when you do sip set debug on, it still captures globally so when i cut the debugging it breaks the pcap file, as another call was made and the debugging was stopped during that call. so now the file can not be imported on wireshark. Have to leave office now, catch up in few hours.
The file creation is as follows:
asterisk -Tvvddgr | tee /persistent/debug.pcap
I tried doing both with the PIPE :
sip set debug peer phone_extension | tee /persistent/debug.pcap
Not sure if im doing this correctly as the documentation does not say much