Ahmad Jaber
unread,Jun 8, 2022, 9:51:32 AM6/8/22Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to meetecho-janus
I'm using the sip plugin demo, hosted locally, and asterisk 18.
If a call is made where the both sip peers are janus, through asterisk, the call works perfectly, but if one of the two peers is not janus audio can't be heard on the client.
I tried playing hello world back:
exten = 100,1,Answer()
same = n,Wait(1)
same = n,Playback(hello-world)
same = n,Hangup()
but still no audio in the client.
I did pcap dump on the janus server and the rtp is reaching janus server, and I listened to it in wireshark.
I can't see any errors with --debug-level=7 in janus, and the logs in the client is the same in both cases.
Does anyone know what may be the cause of this issue?