Manmohan wrote:
> There was on very silly mistake and i missed to check that properly. Really 
> apologize for that.
> Following change was done to get the conf-recording into the proper path:

> chown -R asterisk:asterisk /var/lib/asterisk/sounds/conf-recordings

> following is the output:

> [r...@linuxtest sounds]# ll
> total 6416
> drwxrwxr-x  2 asterisk asterisk    4096 Jul 30 08:29 conf-recordings
> [r...@linuxtest sounds]# ll conf-recordings/
> total 4060
> -rw-r--r-- 1 asterisk asterisk 4150124 Jul 30 08:27 
> meetme-conf-rec-74438-1280463795.8.wav

> The only thing now is no speaker icon onto the webpage when i click to past 
> conference link.
The web interface cannot find the recording.  The reason it cannot is that
the name is wrong.  By wrong, I mean it contains information that the database
and program is not aware of (1280463795.8).  To make this clear, if this 
conference was
the 3rd one you ever scheduled on this system the correct file name would be-
meetme-conf-rec-74438-3.wav using the format meetme-conf-rec-%PIN%-%BOOKID%.wav
The database knows the pin and bookid, so it can construct the file name and 
test if it
exists.



> Do you say that if i shift from 4.0.1 to 4.0.2 will fix the issue (of getting 
> speaker icon in past conference)?
I was not able to get the change into app_meetme to use the bookid in the 
filename,
even though it has access to bookid.  I gave up and now store the filename in
the database, which app_meetme will use if it exists.

Other that a handful of bug-fixes, this is the major difference between 4.0.1 
and 4.0.2

Dan

-- 
_____________________________________________________________________
-- 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

Reply via email to