sangoma / switchy

async FreeSWITCH cluster control
https://switchy.readthedocs.io/en/latest/
Mozilla Public License 2.0
69 stars 18 forks source link

Bert ring response #56

Closed goodboy closed 7 years ago

goodboy commented 7 years ago

Add ring response, pdd, and prd (post ring) parameters to the Bert testing app.

To simplify the implementation, instead of having a separate callback to trigger a future scheduled answer command, I simply add the pdd to the prd delay and schedule both immediately.

I was also debating applying a 0.99 factor to each of pdd, prd to account for FS processing delays.

I'd be interested to hear any opinions :)