*Hello* all, i have asterisk installed in our call centre and I have all the clients conversation saved in this file /usr/apache-tomcat-5.5.17/webapps/aheevaccs/recordings/nosales i have created i php code in order to read this files from server when i put the file in www folder i can read this mp3 files without any issue but when i try to read this files from usr folder my question how can i do in order to read mp3 files form usr folder any help please, Thanks and regards -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110117/e69bec59/attachment.htm>
From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of salaheddine elharit Sent: Monday, January 17, 2011 10:57 AM To: asterisk-users at lists.digium.com Subject: [asterisk-users] how to read mp3 Hello all, i have asterisk installed in our call centre and I have all the clients conversation saved in this file /usr/apache-tomcat-5.5.17/webapps/aheevaccs/recordings/nosales i have created i php code in order to read this files from server when i put the file in www folder i can read this mp3 files without any issue but when i try to read this files from usr folder my question how can i do in order to read mp3 files form usr folder any help please, Thanks and regards See if you can install and run mpg123 to play the mp3 files from the dialplan (mpg123 is used by some folks to do music on hold, it might work from dialplan as well). -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110117/a6608ced/attachment.htm>
On Mon, 17 Jan 2011, salaheddine elharit wrote:> i have asterisk installed in our call centre and I have all the clients > conversation saved in this file > > /usr/apache-tomcat-5.5.17/webapps/aheevaccs/recordings/nosales > > i have created i php code in order to read this files from server > > when i put the file in www folder i can read this mp3 files without any > issue but when i try to read this files from usr folder > > my question how can i do in order to read mp3 files form usr folderAre you asking how to read the files using Apache or Asterisk? -- Thanks in advance, ------------------------------------------------------------------------- Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST Newline Fax: +1-760-731-3000
yes i want to know how can i do in order to read this files using apche 2011/1/17 Steve Edwards <asterisk.org at sedwards.com>> On Mon, 17 Jan 2011, salaheddine elharit wrote: > > i have asterisk installed in our call centre and I have all the clients >> conversation saved in this file >> >> /usr/apache-tomcat-5.5.17/webapps/aheevaccs/recordings/nosales >> >> i have created i php code in order to read this files from server >> when i put the file in www folder i can read this mp3 files without any >> issue but when i try to read this files from usr folder >> >> my question how can i do in order to read mp3 files form usr folder >> > > Are you asking how to read the files using Apache or Asterisk? > > -- > Thanks in advance, > ------------------------------------------------------------------------- > Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST > Newline Fax: +1-760-731-3000 > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110118/d3d4a075/attachment.htm>
From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of salaheddine elharit Sent: Tuesday, January 18, 2011 6:25 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] how to read mp3 yes i want to know how can i do in order to read this files using apche 2011/1/17 Steve Edwards <asterisk.org at sedwards.com> On Mon, 17 Jan 2011, salaheddine elharit wrote: i have asterisk installed in our call centre and I have all the clients conversation saved in this file /usr/apache-tomcat-5.5.17/webapps/aheevaccs/recordings/nosales i have created i php code in order to read this files from server when i put the file in www folder i can read this mp3 files without any issue but when i try to read this files from usr folder my question how can i do in order to read mp3 files form usr folder Are you asking how to read the files using Apache or Asterisk? In that case, you are in the wrong place, but you just need to associate mp3 with an app on your computer. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110118/6e07c8d1/attachment.htm>