Re: [asterisk-users] Problem with the DB() function (Ira)

2019-03-03 Thread Stefan Viljoen
>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: >. >. >. >Also, when I installed asterisk it did not set itself up to start when the >machine

Re: [asterisk-users] Problem with the DB() function

2019-03-03 Thread Ira
Hello Jean-Denis, Sunday, March 3, 2019, 11:28:02 AM, you wrote: >> 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

Re: [asterisk-users] Problem with the DB() function

2019-03-03 Thread Jean-Denis Girard
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}

[asterisk-users] Problem with the DB() function

2019-03-02 Thread 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)