Nathan Nobbe wrote:

> On Wed, Jul 29, 2009 at 1:18 PM, Skip Evans <s...@bigskypenguin.com>
> wrote:
> 
>> Hey,
>>
>> I've been asked to write a simple couple of public pages that would
>> let an Asterisk customer modify their account configuration, but the
>> client has no idea how Asterisk stores its data, apparently not in
>> MySQL.
>>
>> Anyone know of any resources for accessing Asterisk from PHP?
>>
>> If anyone has done this can you tell me if I'm on the right track
>> here?
>>
>>
http://www.voip-info.org/wiki/view/Asterisk+AGI+php#PHPTipsandExamples
> 
> 
> this should get you off to a good start,
> 
> http://www.voip-info.org/wiki/view/Asterisk+CDR+csv+mysql+import

Yes, the CDR is often recorded in a database, but it's write-only as far
as Asterisk is concerned.  It can be used for billing and such
afterwards, but then we're no longer in Asterisk territory.

/Per

-- 
Per Jessen, Zürich (17.8°C)


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to