sangoma / switchy

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

Use enum for auto-dialer state #58

Open goodboy opened 7 years ago

goodboy commented 7 years ago

Currently there's a home baked enumeration for auto dialer state tracking. We should just use enum which also has a backport for py2.