CyCoreSystems / audiosocket

Simple bidirectional audio protocol
Apache License 2.0
67 stars 35 forks source link

draft: Implements #7 #10

Closed pablodz closed 1 year ago

pablodz commented 2 years ago

7

pablodz commented 1 year ago

It's easier to fetch events with other Asterisk applications, like ARI, AMI, etc. So, I'm closing the PR

muntasir2000 commented 1 year ago

Hi @pablodz, can you share a bit more details how you got the DTMF events when using in conjunction with AudioSocket. I'm also doing the same thing, it would be really helpful. Thanks in advance.

Ulexus commented 1 year ago

I can't speak for @pablodz , but I just use ARI for Asterisk-sourced events. A typical flow is to take a channel into a Stasis application, have ARI create a bridge and then dial out another leg to an AudioSocket. For DTMF, you just then monitor the original channel in ARI for ChannelDTMFReceived events.