At the moment, I am successfully sending a call to a SIP extension using Twilio. I know Twilio support passing extra custom SIP headers to the PBX, and I can do it by doing something like this:
sip:jack@example.com?myHeader=blah
and this works well.
But how can I pass a header which contains an equal sign (=) in its value? For example, let's say 'blah', was 'blah=foobar' instead.
I tried with:
sip:jack@example.com?myHeader=blah=foobar
and of course the call didn't reach my PBX.
Please could anyone help me with this?
Thanks a lot! Fabrizio