Please feel free to contact me off-list for more details. I have 2 years of experience designing PHP asterisk applications for routing and other stuff. You can find my CV at:
http://phpmexic.u33.0web-hosting.com/wordpress/?page_id=8 May be the asterisk-biz list would be more appropiate for this post, and you could get more responses (may be). You can reach me at: iax:[EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] (MSN too) On 8/7/06, Randy Paries <[EMAIL PROTECTED]> wrote:
Hello, I am looking for someone to help me. I had someone build and implement me an asterisk system. we have a couple of tweaks that need to be done. This is not a standard installation, all the voicemails are handled by php scripts (i guess that is the way to say it, see extensions.conf below) I have used guru.com before , but thought this mailing list would have the expertise i need. I hope this is considered a appropriate post Thanks IE: /etc/asterisk/extensions.conf. I do not see anywhere obvious to put these. #cat /etc/asterisk/extensions.conf [leavemsg] exten => lm,1,AGI(leavemsg.php) exten => lm,2,DeadAGI(convert2mp3.php) exten => lm,4,DeadAGI(setpriv.php) exten => t,1,DeadAGI(convert2mp3.php) exten => t,2,DeadAGI(setpriv.php) exten => h,1,DeadAGI(convert2mp3.php) exten => h,2,DeadAGI(setpriv.php) [recordvoice] ;Record the welcome message "press 1 to leave msg , press 2 to check voice msg" exten => 1,1,Record(iexodus_welcome:gsm) exten => 1,3,Hangup ;Record input digit "please input receiver number" exten => 2,1,Record(iexodus_input_receiver_number:gsm) exten => 2,2,Hangup ;Record error input receiver number exten => 3,1,Record(iexodus_input_error_receiver_number:gsm) exten => 3,2,Hangup ;Hangup exten => t,1,Hangup exten => #,1,Hangup [inbound] exten => _.,1,Answer exten => _.,2,Background(iexodus_welcome) ;play back thank you for calling to this service exten => _.,3,Goto(leavemsg,lm,1) exten => 9876543211,1,Goto(recordvoice,1,1) exten => 9876543211,2,Hangup exten => 9876543212,1,Goto(recordvoice,2,1) exten => 9876543212,2,Hangup exten => 9876543213,1,Goto(recordvoice,3,1) exten => 9876543213,2,Hangup _______________________________________________ --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
-- "Su nombre es GNU/Linux, no solamente Linux, mas info en http://www.gnu.org" _______________________________________________ --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
