Max Alex wrote: > Hi Hiren, > Can you please confirm the php-gd is properly installed?
If you can't export to pdf that's because of a typo in export_pdf.php in line 5: include_once(dirname(__FILE__) . "/lib/fpdf.php'); Note that it starts with " and ends with ' , so it gives an error. It works by changing it to this: include_once(dirname(__FILE__) . "/lib/fpdf.php"); Regards, Patrick _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- AstriCon 2008 - September 22 - 25 Phoenix, Arizona Register Now: http://www.astricon.net asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
