Hi,
I have set up a fax to email capability on our Asterisk Server (which is used for voicemail, and fax2email only),
and would like to improve it !
Everytime Asterisk receives a fax, I would like it to go and search in a DB if the Extension is defined.
If it is, then it will set the Email address where to send the fax.
And actually, it would be the same for voicemail,
Our users have different extensions. And we want them to have only one Mailbox.
Thus we can configure the primary extension as the main voicemail number,
but we need to have all the secondaries extension to be sent to the primary one.
Thus I would like to seach into a DB,
if such a secondary extension exists, it sends back the primary extension,
so we can route the call to the appropriate mailbox ( primary )
I would like to use Asterisk + MySQL Realtime.
I have set up in "res_mysql.conf" the way to access MySQL
I have set up in "extconfig.conf" :
fax2email => mysql,asteriskrealtime,fax2email
And hen in my DB :
DB Name = asteriskrealtime
Table Name = fax2email
_______________________________________________ --Bandwidth and Colocation provided by Easynews.com --
asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
