I’m trying to play/record wave file in media state using PJSUA client but getting the below error.
tsx0x7f8bde0606a8 .......Temporary failure in sending Request msg INVITE/cseq=24675 (tdta0x7f8bdd8e0aa8), will try next server: Unsupported transport (PJSIP_EUNSUPTRANSPORT)
Is there any configuration that I’ve to do in the asterisk server?
Your problem is with pjsua. There’s no transport to be able to send the SIP INVITE out. Asterisk itself doesn’t use pjsua, so I have no knowledge of what is involved in it.
I’m new to Asterisk. Could you please help me with the below queries.
• Can I(my application) make a SIP call using Asterisk to any SIP client?
• If yes, how to manipulate audio so that I can run my customized voice assistant?
Once the call is connected, asterisk opens channel to communicate between the devices. In this channel, I wanted to play/record audio real time over the call. Is it possible using asterisk?