- Joined
- Dec 17, 2019
- Messages
- 22
- Reaction score
- 21
When the %CallerNumber% Variable contains a plus sign (+) the plus sign is converted to a space or missing in the URL
Behavior:
when defining an url like:
and the caller number is +49123456789
the resulting URL is:
Expected Behavior:
Forum Thread in the German forum where the Issue came up:
https://www.3cx.de/forum/threads/action-url-parameter-funktioniert-nicht-wie-gewünscht.96655/
Thanks for looking into this
Behavior:
when defining an url like:
Code:
case1: http://example.com/search/phone/%CallerNumber%
case2: http://example.com/search/phone/%2b%CallerNumber% (trying to fix it)
the resulting URL is:
Code:
case1: http://example.com/search/phone/49123456789 (not sure if the space gets cleared by the browser)
case2: http://example.com/search/phone/%2b 49123456789
Code:
case1: http://example.com/search/phone/%2b49123456789
case2: http://example.com/search/phone/%2b%2b49123456789
Forum Thread in the German forum where the Issue came up:
https://www.3cx.de/forum/threads/action-url-parameter-funktioniert-nicht-wie-gewünscht.96655/
Thanks for looking into this
Last edited: