Is it possible to form Dial String with username/password using PJSIP channel without any endpoint configuration in pjsip.conf

Hi All,

Just wondering is there any way we can create dynamic dial string using PJSIP channel like below

for IP authentication we can use like this
exten => _X.,1,Dial(PJSIP/udp_endpoint/sip:${EXTEN}@Provider_ip)

similarly for username/password based authentication without using pjsip.conf endpoints or aors or auth can we pass username and password in Dial string to PJSIP channel.
some thing like this …
exten => _X.,1,Dial(PJSIP/username:password/sip:${EXTEN}@Provider_ip)

No. It is not currently possible.

Hi Jcolp, thanks for the reply. Are you planning to include in the future releases or has already in the roadmap can you please let me know.

It is not something being actively worked on by Sangoma. I can’t speak for any open source community members.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.