asterisk is sending the url in SIP HEADER using re-invite after call is answered by a queue member .
I am hoping that chan_pjsip will show the same behaviour.
The chan_pjsip module does not have such functionality written into it. There is no configuration or anything that would alter that, except for writing the code in chan_pjsip to do it.
Thanks for the reply, because usually people want to trigger a remote API in queue, usually we do this using gobusb() option, but dont know if this is the case here. But in this case I dont have idea what would do a channel with this url
@jcolp many thanks for your info. I was stack there and debugging as i thought it should work!! @ambiorixg12 Thanks for Showing me the way but i am stuck again. Can you help with this scenerio. Any suggestion will be helpful.
I can use b( context^exten^priority ) option in queue to execute this context in newly created channel and get the URL in this channel through Variable Inheritance but how to send that URL to my softphone?