[freeside-users] Asterisk Provisioning

Ivan Kohler ivan at freeside.biz
Tue Aug 5 20:28:10 PDT 2014


On Sat, Jun 28, 2014 at 10:58:26PM -0400, John Wilson wrote:
> I would use phone_shellcommands export to push the needed variables to an
> external script (perl,php,bash,whatever) that will do the db inserts for
> you.

I would not recommend this.  Between shell parsing and SQL injection, 
you're likely to introduce a security issue.

I would recommend using/extending the phone_sql export ("eal time export 
of phone numbers (DIDs) to SQL databases"), or writing one specific to 
using Asterisk's real-time database.


> On Fri, Jun 27, 2014 at 12:56 PM, Adam C. Collard <acollard at mdusolutions.net
> > wrote:
> 
> >  We are looking to provision Asterisk from Freeside. I have the Asterisk
> > Realtime setup to a MySQL database, but I’m not sure which export to use to
> > provision. We would be provisioning Residential VOIP accounts. If there is
> > another better way to do this, I am open.


-- 
_ivan


More information about the freeside-users mailing list