I'm trying to make a SIP call from PC to phone number over SIP server (sip.telnyx.eu) via pjsua cli utility. I can't solve correct syntax for it.
I've call pjsua util execution with config file and my setting. And looks like success to register on server but I can't make a call to specific phone number. My config file has the following structure:
--id sip:[email protected]:port
--registrar sip:sip.telnyx.eu
--realm *
--username user
--password password
--add-budy sip:[email protected]
So I'm not definitely sure that --add-budy should consist of specific phone number URL, but looks like this (please correct my case if it doesn't). I've wrong syntax on --add-budy. I can check it via
wrong
pjsua --add-budy sip:[email protected]
pjsua_app_config.c !Argument "--add-budy" is not valid. Use --help to see help
wrong
pjsua --add-budy sip:[email protected]
pjsua_app_config.c !Argument "--add-budy" is not valid. Use --help to see help
wrong
pjsua --add-budy sip:[email protected]
pjsua_app_config.c !Argument "--add-budy" is not valid. Use --help to see help
I've found alternative solution. Need to past URL at the end of CLI args. Like this: