FYI Asteridex info?

bobkoure

Member
Joined
May 22, 2013
Messages
173
Reaction score
20
I'm thinking about modifying my copy a bit.
I expect someone or some organization 'owns' it - who is that? Digium?
I'm also wondering what other modules depend on the Asterisk db. I know superfecta has a module that accesses it. Anything else?
Thanks!
 
I wrote AsteriDex, but it's open source GPL2 code so... improve away and share your ideas.

astdb is the data base component of the Asterisk toolkit. It now runs under SQLite 3. Any app can use it to store or retrieve information. FreePBX uses it extensively. Many Asterisk components use it as well. What's the issue?? Or is it just curiosity?
 
I'd forgotten about the Creative Commons license. We approve all of them, but I stand corrected. Haven't seen a request in the last 5 years. o_O
 
The wording is ambiguous. The term, "Asterisk db" could refer...
Perhaps you meant to ask what else depends on the "Asteridex db" or even "Asterisk PB"
Yeah, sorry, slip of the fingers - or brain - I meant the db associated with Asteridex, which, as far as I can tell is the MySQL db named Asteridex. I only see a single table, user1, which would imply that there could be a user2, 3, etc., although I haven't dug into the PHP code to see. Anyway, I know there's a superfecta module that can do lookups in this table (and potentially userN), and I'm wondering what else might use it in some way.

BTW, I'm an asterisk noob - I'm not even sure what an Asterisk PB is.
 
I wrote AsteriDex, but it's open source GPL2 code so... improve away and share your ideas.

astdb is the data base component of the Asterisk toolkit. It now runs under SQLite 3. Any app can use it to store or retrieve information. FreePBX uses it extensively. Many Asterisk components use it as well. What's the issue?? Or is it just curiosity?
I had thought that Asteridex used MySQL. Utter overkill for the number of entries involved, but I figured the reasoning was that MySQL was already there and lots of folks know PHPMyAdmin. There is phpliteadmin, but that's yet another sql manager.

It started as a simple desire to remove the "Your Extension" field. But if I'm going to figure out how the system works I'd might as well aim a bit higher. I figure I'll take a shot at multiple phone numbers for each person/business.
My first thought, which might turn out to be the right way, is to simply add another field to each record (e.g. 'home', 'office', etc.) and put the linkage (read: additional query) into the PHP code.
I was hoping you might have some kind of repository, so I could get a copy of the most recent code, and a place for me to send a branch back once I thought I had something worth doing that with. I was also hoping for a test harness. Something that would just show me what extension and what outside number were to be connected.

To be clear, I'm an asterisk noob. I do OK with PHP and SQL, though. Also, I'm quite aware of what a nightmare cross-browser support can be - and don't claim to be good at that part of things (most of my PHP experience is in intranets).

Thanks!
 
Very cool! I see the original iAddressBook is on sourceforge. How do I also get your changes? Guess I'd ought to go ask in the thread you referenced...
 

Members online

Forum statistics

Threads
26,686
Messages
174,407
Members
20,257
Latest member
Dempan
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top