Zulu call popup - Remove Leading 1

I have the call popup working to open a search page in my POS. However the search includes the leading country code and the POS does not have them.

I tried this however I still get the 1.

search?search%5Bquery%5D=${CALLERID(num):1}

Is there some way I can get the leading 1 stripped for this call pop up only. Without running the call through another step to modify the caller ID

You can strip the leading 1 earlier in the call, for example, by using the set CID module with the same variable manipulation as you did in your string.

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