Queue and Text/URL

Hi,

Im running a queue (1000) on a * Server with IAX Softphone Clients attached to it. There is also extension 123 to receive external calls (from another * machine) via IAX.

I want to submit some information (text or url) for a screen popup.
With the code shown above this works, but only after the Softphone is picked up.

Is there a way to send Text/Url with the call setup via IAX?
So the popup can happen while the phone is still ringing?

Thanks for your help.
Regards,
Gerwin

Found a workaround.

I use SetCIDName(…) on the server and pass on the value I need for the client popup.

This information is already in the ringing state available :wink:

Gerwin