regex

  1. T

    SOLVED Outbond not working with regex: INVALID_NUMBER_FORMAT

    Hello, after having fixed my type in the inbound routes (link), now I got stuck at the outbound routes. If I simple use the following as dialplan expression, all is working fine: ^$ But if I use this one, it is not working: ^(|49|\+49|0049|0)[1-9](\d*)$ What I want to achieve is to catch...
  2. S

    Regex change help request

    I would like to change +1XXXXXXXXXX to XXXXXXXXXX The set action in the dialplan is "outbound_caller_id_number=${caller_id_number}" where the variable is always +1XXXXXXXXXX. Another solution is my outbound route is hardcoded to prepend +1, is there a way to only add if +1 is not present?
  3. T

    extension-to-voicemail / COMPILE ERROR / regex / plus sign in ${caller_id_number}

    Hi, I setup a freeswitch 1.10.1 with FusiobPBX 4.4.8 - works fine so far. But everytime we receive an incoming call we get the following error: [ERR] switch_regex.c:104 COMPILE ERROR: 1 [nothing to repeat][^+491751234567$] I found out, that this is caused by the diaplan...