On Thu, Aug 2, 2012 at 6:15 AM, Tony Graziano
<[email protected]>wrote:

> Tried that yesterday. Never worked for me. Bumped up the logging level to
> 7 and still no good info in logs. I think the php timezone for 32 bit got
> undone, maybe that's the culprit.
>

Does sipxhomer stay running when using "nofork" option for you?  That is,
does terminal not give you back prompt?

sipxhomer just takes SIP and saves to mysql.  No php involved in this part.
 So to test if sipxhomer is doing what it's supposed to run

   mysql -u root homer_db -e 'select count(*) from sip_capture'

Or even better run this on a terminal and place some calls

  watch "mysql -u root homer_db -e 'select count(*) from sip_capture'"
_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev/

Reply via email to