Dome Charoenyost <d...@tel.co.th> wrote:
>     Is posible to check numeric range in dialplan (expression).
>    example i got balance vaiable from somewhere and want to check > 0
> or not before call bridge application.
>    ( I don't want to call scripts)

Can you write a regular expression to match it?

^[1-9]\d*$
for example, might be a good start to identify non-zero integers.


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to