sangoma / switchy

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

Patch `DtmfChecker` for park on early media #13

Closed goodboy closed 8 years ago

goodboy commented 8 years ago

I also thought this branch could be a good place to start discussing extension of this app or the addition of others. This particular issue came up when testing against Vega.

I tried adding the additional *#ABCD digits the default sequence as well but FS then refused to transmit anything. I'm guessing I have the syntax wrong...

moises-silva commented 8 years ago

@tgoodlet Nope, uuid_send_dtmf should transmit *#ABCD just fine, make sure you are using ascii or compatible encoding. Try it from fs_cli to test.

goodboy commented 8 years ago

Turns out there are deeper dtmf issues with FreeSWITCH which need to be investigated. Closing this for now and will open a new PR later.