Closed mattwilliamson closed 12 years ago
To be clear, what I am expecting is the recording will continue until the conference ends or the record stop method is called.
Hi Matt,
really weird cause Conference Record Stop is only fired on this condition : if event['Event-Subclass'] == 'conference::maintenance' \ and event['Action'] == 'stop-recording':
if you can test again having a telnet open to get events and paste here : telnet localhost EVENT_SOCKET_PORT
auth YourEventSocketPassword
event plain CUSTOM conference::maintenance
Thanks Mike, I will try that and possibly upgrade Freeswitch
by the way, that's a really cool trick to test event sockets :thumbsup:
Looks like it was due to the recordings folder not existing. I found it thanks to you. You can close this. Thank you Mike!!!
ok nice :)
Immediately after issuing a
ConferenceRecordStart
REST request, theRecord Stop Event
occurs and causes the callback to be hit with a blank duration.plivo-rest.log