Hello Jean-Denis, Thursday, February 28, 2019, 7:39:58 PM, you wrote:> Asterisk-16.2.1 builds without error here on Fedora 29, with stock > libuuid-2.32.1-1.fc29.x86_64 and > libuuid-devel-2.32.1-1.fc29.x86_64 > installed.Thanks so much. When I first saw this I was like, yea but it doesn't work here so what, but then I sent your message it to that computer and stared at it for a while and because of it I discovered that libuuid was not installed. So thank you, because of you, it now builds properly. -- Ira
Hello Ira, So the new install is coming along. I hooked up the new box for a couple of hours and got a bunch more problems worked out. And yet some still remain. I have this subroutine I call occasionally: exten => 1,1,set(DB(forwards/calls)=${home_in}) same => n,set(DB(forwards/number)=1) same => n,verbose(${DB(forwards/calls)}) same => n,return I can see the code running on the console and it prints out the first line with ${home_in} replaced with the expected 80 or so characters that variable contains. But the third line which should print those 80 characters back to the screen prints an empty string. What might I be doing wrong. It's worked from version 2 or 3 through 13 but it seems to be broken in 16. Also, when I installed asterisk it did not set itself up to start when the machine boots. Is there something else I need to do? It's the most recent Fedora. -- Ira
Le 02/03/2019 à 18:10, Ira a écrit :> exten => 1,1,set(DB(forwards/calls)=${home_in}) > same => n,set(DB(forwards/number)=1) > same => n,verbose(${DB(forwards/calls)}) > same => n,return > > I can see the code running on the console and it prints out the first line with ${home_in} replaced with the expected 80 or so characters that variable contains. > > But the third line which should print those 80 characters back to the screen prints an empty string. What might I be doing wrong. It's worked from version 2 or 3 through 13 but it seems to be broken in 16.This looks correct to me, and should be working with asterisk-16: could you paste the console output with verbose=3?> Also, when I installed asterisk it did not set itself up to start when the machine boots. Is there something else I need to do? It's the most recent Fedora.The service manager in Fedora 29 is systemd: you probably need to install the unit file, see asterisk-16.2.1/contrib/systemd/ Best regards, -- Jean-Denis Girard SysNux Systèmes Linux en Polynésie française https://www.sysnux.pf/ Tél: +689 40.50.10.40 / GSM: +689 87.797.527 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 195 bytes Desc: OpenPGP digital signature URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20190303/019d77e0/attachment.sig>