The are separate and orthogonal
Option 1:

rtpengine_manage('record-call=on')
## will start recoridng no need for start_recording()

Option 2:

rtpengine_manage()
### sometime later in route script

start_recording()


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.