Hello Guys ,
i’m having a problem and i don’t know how to solve it . i’m working with asterisk , ari and i want to send audio flux through websocket with external media , i’m using python . everything seems to work fine but my websocket server is not receiving the data . and i’ve notice that the external_host format is ip_address:port but my websocket server is in the form ws://ip_address:port , in the pjsip.conf i’m using protocol=tcp . am i missing something .
Thank you
External media doesn’t currently support sending media over Websocket.
as i’m completely new to asterisk , i’m using only python which solution do you advice me ?
External media in ARI can be provided over the Audiosocket protocol, or over RTP. I would suggest doing a search on the forum as there has been numerous posts about this.