Hi Juha,

match_exp = ^0[1-9]

subst_exp = ^0(.+)

repl_exp = +359\1

I will upload some examples by tomorrow

Regards,
Bogdan


Juha Heinanen wrote:
> here is one simple example that i would like to know how to write
> repl_exp for:
>
> match_exp  repl_exp  result
>
> ^0[1-9]          ?         +358[1-9]
>
> i.e., if number starts with 0[1-9], replace 0 it with +358.  currently
> dialplan README does not give a glue.
>
> -- juha
>
> _______________________________________________
> Devel mailing list
> Devel@lists.openser.org
> http://lists.openser.org/cgi-bin/mailman/listinfo/devel
>
>   


_______________________________________________
Devel mailing list
Devel@lists.openser.org
http://lists.openser.org/cgi-bin/mailman/listinfo/devel

Reply via email to