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)