When we use “confbridge record” command in cli,
the number of asterisk subprocess keeps growing up and never decreases.
the cli command just like:
after the stop command
the number of asterisk subprocesses is added by 1 and never decreases.
we used the pstree command to check the number of subprocesses
[root@kokoradio ~]# pstree
init─┬─abrt-dump-oops
├─abrtd
├─auditd───{auditd}
├─automount───4*[{automount}]
├─crond
├─dbus-daemon
├─hald─┬─hald-runner─┬─hald-addon-acpi
│ │ ├─hald-addon-gene
│ │ └─hald-addon-inpu
│ └─{hald}
├─httpd───11*[httpd]
├─irqbalance
├─mcu───mcu───3*[{mcu}]
├─6*[mingetty]
├─mysqld_safe───mysqld───21*[{mysqld}]
├─rsyslogd───3*[{rsyslogd}]
├─safe_asterisk───asterisk───1210*[{asterisk}]
├─sshd─┬─sshd───bash───pstree
│ └─sshd───bash───asterisk
├─udevd───2*[udevd]
└─xinetd