[freeside-users] Adding a Region

Sameh Fakoua s.fakoua at gmail.com
Wed Apr 5 23:40:25 PDT 2006


Bonjour Vincent,

Why don't you insert it into your database directly?
if you are using postgres sql you can add your region.

su to freeside
> su freeside
> psql freeside
freeside=> insert into cust_main_county (state, country, exempt_amount, tax)
values ('YourState', 'SpainPrefix', 0,0);
freeside=> \q

Thanks
Sameh

On 4/6/06, Vincent MARGUERIE <vi.marguerie at wanadoo.fr> wrote:
>
> Hi,
>
> I've created à rate plan VOIP in order to use it with the VOIP package,
> and I need to insert REGION.
>
> For instance, if I need to create a region for Spain, how can I know
> what is country code is and what's its Prefixes ? Is there an official
> list for this ?
>
> Regards,
> Vincent
> _______________________________________________
> freeside-users mailing list
> freeside-users at sisd.com
> http://420.am/cgi-bin/mailman/listinfo/freeside-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://420.am/pipermail/freeside-users/attachments/20060406/2e5b52ab/attachment.html


More information about the freeside-users mailing list