3cx intergration batch file remove + from variable

Status
Not open for further replies.

Jbotman

Forum User
Joined
Sep 13, 2019
Messages
12
Reaction score
1
Hello, I have made a intergration with 3cx in a batch file to open a new window with a specified url.
The number is filled in correctly

Code:
@echo off
start "Chrome" chrome --app=https://mywebsite.com?number=%1

My %1 variable contains a number of the caller, but it also contains a + before the number.
How am I able to remove this + from the number variable in a batch file?
 
you can leave the + and transform the + in the outbound rules if your provider does not support it.
Strip Digits 1 and the + is removed before we call the number...
 
  • Like
Reactions: Jbotman
Status
Not open for further replies.

Forum statistics

Threads
111,933
Messages
589,813
Members
164,808
Latest member
jsbjsb