From: steve b. <ral...@ya...> - 2024-12-30 14:08:21
|
Lonnie, Thanks for pointing out the symbolic link. I should have thought to check that.I don't have a firm grasp of how Astlinux relocates things.Very confusing. Thanks,-Steve On Monday, December 30, 2024 at 07:53:24 AM EST, Lonnie Abelbeck <li...@lo...> wrote: Steve, That looks correct, your 'find' shows multiple paths for the same file(s). You can edit /stat/var/lib/asterisk/agi-bin/wakeup-call.pl and it will survive reboots. And since -- pbx3 ~ # ls -l /var/lib/asterisk lrwxrwxrwx 1 root root 22 Dec 22 08:50 /var/lib/asterisk -> /stat/var/lib/asterisk -- You can also edit using the file path /var/lib/asterisk/agi-bin/wakeup-call.pl which is the file path Asterisk uses. BTW, I still recommend using bash instead of perl, as the AstLinux perl is a minimal implementation. Lonnie > On Dec 29, 2024, at 8:03 PM, steve bennett via Astlinux-users <ast...@li...> wrote: > > I found the perl module and unzipped and untarred it. > I am finding two perl directories. > > pbx perl # find / -name 'AGI.pm' > /mnt/kd/perl/asterisk-perl-1.08/lib/Asterisk/AGI.pm > /oldroot/mnt/asturw/mnt/kd/perl/asterisk-perl-1.08/lib/Asterisk/AGI.pm > > Which one is which? > Also two agi-bin directories. > > /stat/var/lib/asterisk/agi-bin/wakeup-call.pl > /oldroot/mnt/asturw/stat/var/lib/asterisk/agi-bin/wakeup-call.pl > > What does oldroot mean and is it safe to edit things in there or does it get over written? > > Thanks, > -Steve > > > > On Sunday, December 29, 2024 at 05:29:03 PM EST, Michael Keuter <li...@mk...> wrote: > > > You’ll have to download the Asterisk AGI stuff (website in the Changelog) and copy it to /mnt/kd/perl > > Like Lonnie showed before. > > Sent from a mobile device. > > Michael Keuter > >> Am 29.12.2024 um 20:07 schrieb steve bennett via Astlinux-users <ast...@li...>: >> >> Michael, >> >> Thanks for the info. Unfortunately my /mnt/kd/perl directory is empty. >> Wonder is newer versions of Astlinux have better Perl support. >> >> -Steve >> >> On Sunday, December 29, 2024 at 12:31:22 PM EST, Michael Keuter <li...@mk...> wrote: >> >> >> >> > Am 29.12.2024 um 05:00 schrieb steve bennett via Astlinux-users <ast...@li...>: >> > >> > Greetings, >> > >> > Has anyone tried doing AGI in Perl? >> > I'm getting AGI.pm not found. >> > Tried to install it but CPAN modules are not present either. >> > I'm running astlinux-1.2.1 - Asterisk 11.14.2 >> > >> > Thanks, >> > -Steve >> >> Hi, >> >> here are some infos I found in our Wiki regarding Perl and AGI (the Perl stuff is in "/mnt/kd/perl/", the AGI in /mnt/kd/custom-agi/". >> >> https://doc.astlinux-project.org/userdoc:changes-1.1 >> >> Michael >> >> http://www.mksolutions.info >> >> >> >> >> >> >> _______________________________________________ >> Astlinux-users mailing list >> Ast...@li... >> https://lists.sourceforge.net/lists/listinfo/astlinux-users >> >> Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... >> _______________________________________________ >> Astlinux-users mailing list >> Ast...@li... >> https://lists.sourceforge.net/lists/listinfo/astlinux-users >> >> Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... > > _______________________________________________ > Astlinux-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/astlinux-users > > Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... > _______________________________________________ > Astlinux-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/astlinux-users > > Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... _______________________________________________ Astlinux-users mailing list Ast...@li... https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... |