[Spce-user] Billing Profile Problem

Jon Bonilla (Manwe) jbonilla at sipwise.com
Sat Jan 19 06:53:27 EST 2013


El Fri, 18 Jan 2013 22:16:26 -0200
Leonardo Sena <leosud at gmail.com> escribió:

> Hi Jon,
> 
> I think the problem is in my syntax
> I'm doing 55 ([1-9] [0-9] +) $
> I'm trying to make a charging E164
> 
> Best Regards.
>

Please answer to the list.

Why spaces in your regexp?

btw, the '$' is a bad idea since it will only match numbers and the destination
will be 'user at domain' where user is usually a dialed number in E164 format.

Try ^55[0-9][1-9]

Check for other examples here

http://www.sipwise.com/doc/2.7/spce/ar01s09.html#_creating_billing_fees





More information about the Spce-user mailing list