Asterisk 11, CEL And ConfBridge Recordings

Home » Asterisk Users » Asterisk 11, CEL And ConfBridge Recordings
Asterisk Users 4 Comments

Dear friends,

Need to know filenames of conference recordings in Asterisk 11.

Besides directory scanning the recordings could use CEL:

Filter MySQL rows with eventtype equal CHAN_START and channame like ConfBridgeRecorder and then get the eventtime field and convert to timestamp to complete filename(s).

Would you suggest any other approaches?

Thanks.

4 thoughts on - Asterisk 11, CEL And ConfBridge Recordings

  • Thank you very much Rusty.

    It really works. Even if ${MyCustomFileName} gets a different value when the second participant enters the conference, the filename remains the name defined when the first participant enters (because he started the conference).

    Another thing, if I need to know the time a conference ended should I use CEL or is there another better approach?

    Best.

    2014-03-06 21:28 GMT-03:00 Rusty Newton :