using a zap fxo and zap fxs card how can I set up caller announce? like this. 1 call comes in and a prompt asks the called to identify themselves. 2 the system would then put the caller on hold and pick up the FXS and play the message for the users prompting them to hit 1 to accept the call and have it connected or hit 2 to dump the live caller to voicemail. Can this be done with * Dave
I want to do this same thing, does anyone have an example of how to do it?> using a zap fxo and zap fxs card how can I set up caller announce? like > this. > > 1 call comes in and a prompt asks the called to identify themselves. > 2 the system would then put the caller on hold and pick up the FXS and > play the message for the users prompting them to hit 1 to accept the > call and have it connected or hit 2 to dump the live caller to > voicemail. > > Can this be done with * > > Dave
Hint use app_parkandannounce with a twist of app_record. bkw> -----Original Message----- > From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users- > admin@lists.digium.com] On Behalf Of Gavin Hollinger > Sent: Monday, May 17, 2004 4:50 PM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] call announce? > > I want to do this same thing, does anyone have an example of how to do it? > > > > using a zap fxo and zap fxs card how can I set up caller announce? like > > this. > > > > 1 call comes in and a prompt asks the called to identify themselves. > > 2 the system would then put the caller on hold and pick up the FXS and > > play the message for the users prompting them to hit 1 to accept the > > call and have it connected or hit 2 to dump the live caller to > > voicemail. > > > > Can this be done with * > > > > Dave > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
Does parkandannounce create a variable with the parked extension number that I could use in later linking the calls?> Hint use app_parkandannounce with a twist of app_record.
This is also an application which the exec's in my company want. Our previous commercial PBX had it, and now everyone misses it (even myself). It was quite handy to have it find me on my cellphone, and selectively take the calls. I'm in the process of learning C so that I can attempt to write this application for * myself. Don't plan on it coming anytime soon though. I'm a total newb to C. Brian D'Arcy -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Gavin Hollinger Sent: Monday, May 17, 2004 10:43 PM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] call announce?> No way to do that without writing your own custom application to doit. That is what it was looking like to me as well, searching the archives today turned up several people looking for that type of application but all of the posts had no response. My problem is I have never written an asterisk app. 8-( Is there a how to get started learning that anywhere?? Looking ignorantly at the code, I think it could be put together using parts of the following: asterisk/apps/app_qcall asterisk/res/res_parking asterisk/apps/app_parkandannounce asterisk/apps/app_record Gavin _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users