Blake Robertson
Blake Robertson
I don't have memory leaks... Didn't you modify asteriskLogger.php? If not, then could be your modification from NuSOAP. Wish I could help more. Try a new box? Upgrade PHP? On...
How many calls a day are you getting? I've never seen Dial events without a CallerIDName or ConnectedLineName not being set... Can you put some of your asterisk log here...
@sergeymx and I have been emailing back and forth on this issue. Here's what we've learned. He was having an issue (See #94) where using the nusoap which comes with...
I'm surprised that it does. Thanks for pointing this out. You were testing with the local IP address and not a host name? What requires Internet? ~blake On Jul 24,...
You're right. NuSOAP downloads the schema definitions from the internet. I suspect we could save the schema locally and specify the $namespaces as shown here: http://stackoverflow.com/questions/4832415/how-to-disable-external-schema-downloads-in-nusoap I'm hesitant to get...
How can you solve it is ring "hardware"? ~blake On Jul 23, 2013, at 9:36 AM, gl1tchh [email protected] wrote: > Hi, > > Does anyone know of a definitive resolution...
Is your sugar instance on the same box as the asterisk server. Only the box running asterisk logger would need the network connection. ~blake On Jul 23, 2013, at 11:36...
I'm the developer and I personally run asteriskLogger on windows. I just don't run it as a service... I RDP into my server, open a command prompt and it runs...
Oh and if you haven't already, check the Project TODO page. There are some notes there on research I had done prior. May be useful.
``` cd /custom/modules/Asterisk/ php asteriskLogger ``` On Tue, Dec 18, 2012 at 5:27 AM, Tigger28 [email protected] wrote: > THX alot blak3r for writting me back this fast. I'm new in...