Vincent
2008-Sep-15 16:47 UTC
[asterisk-users] [FreeBSD] Right way to upgrade Zaptel from ports?
Hello Since this server is remote, I'd like to make sure the upgrade is likely to work. I updated the Ports collection # pkg_version -v | grep zap zaptel-1.4.6_5 < needs updating (port has 1.4.6_7) ... then ran "make clean ; make" Before I run "make deinstall ; make reinstall", I need to check how to do this: Do I need to stop Zaptel, stop Asterisk, start Zaptel, start Asterisk, or does restarting Asterisk alone will take care of business? Thank you.
Vincent
2008-Sep-15 23:02 UTC
[asterisk-users] [FreeBSD] Right way to upgrade Zaptel from ports?
On Mon, 15 Sep 2008 18:47:35 +0200, Vincent <vincent.delporte at bigfoot.com> wrote:>Before I run "make deinstall ; make reinstall", I need to check how to >do this: Do I need to stop Zaptel, stop Asterisk, start Zaptel, start >Asterisk, or does restarting Asterisk alone will take care of >business?For those interested, I ended up running this: /usr/local/etc/rc.d/asterisk stop /usr/local/etc/rc.d/zaptel stop (in /usr/ports/misc/zaptel) make deinstall make reinstall /usr/local/etc/rc.d/zaptel start /usr/local/etc/rc.d/asterisk start Seems to do the job. HTH,