[Home]

Summary:ASTERISK-02433: MYSQL Voice Mail Lookup and IAX Friends
Reporter:slowmo (slowmo)Labels:
Date Opened:2004-09-19 18:17:36Date Closed:2011-06-07 14:04:59
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Channels/chan_iax2
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) MySQL-for-Voicemail+IAXfriends.zip
Description:This is a patch to correct the MySQL Voice mail lookup with context problems.

Also a Compleate Re-Write of the IAX Friends to read the iaxfriends from MySQL Database and load into registry.

this way you can see your iaxfriends using the
"iax2 show users" and "iax2 show peers"

if you add users to MySQL Database you must reload asterisk for it to load into registry.
Comments:By: Mark Spencer (markster) 2004-09-20 21:52:20

I'd like to keep this in the bug tracker for other people's reference, but generally the functionality you're going for with this patch is mirrored by res_config.  The MySQL linkage in IAX is explicitly to *not* require a reload or to store the information in RAM.

Thank you for taking the time to send your changes though, and I hope the patches may still provide benefit for other people.