openwrt / telephony

The telephony packages feed
105 stars 249 forks source link

Build pjproject as client in openwrt #766

Open thile732 opened 2 years ago

thile732 commented 2 years ago

Hi everyone, i'm trying build pjproject (2.10) as client without asterisk server in openwrt. i have followed the files contained in the pjproject folder of the openwrt 21.02 github version. I removed most of the disabled configurations in the pjproject makefile to build, then the generated pjproject folder copied to my embedded device. I have had success making calls between those two devices using pjproject over LAN. But one problem I am facing is that after running command line make call m --> sip:id@address:port, pjsip starts media initialization process, here timeout is quite long (about 6s for 1 device) total is 12s for the call to be initiated successfully. Is there any way to shorten media initialization time? (or is it possible for media to be initialized before entering the command making a call?) any help / direction would be much appreciated.

micmac1 commented 2 years ago

Hi there,

I recommend you search both pjsip's mailing list archive [1] and GitHub issue tracker [2] for an answer to your query. When in doubt you can also ask your question there. I reckon the chance of getting help on this upstream is better.

Best regards, Seb

[1] pjsip mailing list [2] pjsip on GitHub