All, I would like to play an announcement to the user on what external line a call came in, right before this call get bridged to this user. How would I go about implementing this in * ? Regards, Hans -- The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it.
Yes I would like it too ! ----- Original Message ----- From: "Vledder, Hans" <Hans_Vledder@nl.compuware.com> To: <asterisk-users@lists.digium.com> Sent: Monday, December 01, 2003 1:50 PM Subject: [Asterisk-Users] Call Announcement - How To ...> All, > > I would like to play an announcement to the user on what external line a > call came in, right before this call get bridged to this user. How would I > go about implementing this in * ? > > Regards, > Hans > > > > -- > The contents of this e-mail are intended for the named addressee only. It > contains information that may be confidential. Unless you are the named > addressee or an authorized designee, you may not copy or use it, ordisclose> it to anyone else. If you received it in error please notify usimmediately> and then destroy it. > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
--- "Vledder, Hans" <Hans_Vledder@nl.compuware.com> wrote:>I would like to play an announcement to the user on what external line >a call came in, right before this call get bridged to this user. How >would I go about implementing this in * ?Use the A option to the Dial application: 'A(x)' -- play an announcement to the called party, using x as file Kevin _____________________________________________________________ Are you a Techie? Get Your Free Tech Email Address Now! Visit http://www.TechEmail.com
what would be nice is to get this on MeetMe app. so that you can announce someone joining the conf call Dave>>> kbockml@techemail.com 12/1/2003 11:11:49 AM >>>--- "Vledder, Hans" <Hans_Vledder@nl.compuware.com> wrote:>I would like to play an announcement to the user on what external line >a call came in, right before this call get bridged to this user. How >would I go about implementing this in * ?Use the A option to the Dial application: 'A(x)' -- play an announcement to the called party, using x as file Kevin _____________________________________________________________ Are you a Techie? Get Your Free Tech Email Address Now! Visit http://www.TechEmail.com _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users
In article <bqg1ms$21b9$1@enterprise.icus.com> you write: |--- "Vledder, Hans" <Hans_Vledder@nl.compuware.com> wrote: |>I would like to play an announcement to the user on what external line |>a call came in, right before this call get bridged to this user. How |>would I go about implementing this in * ? | |Use the A option to the Dial application: | |'A(x)' -- play an announcement to the called party, using x as file>Have you gotten it to work? > >I haven't.I haven't used it myself. I saw the option on: show application dial If it doesn't work for you, you may want to try pasting how you are using it and what happens. I have sent the reply to the list. To ensure that anyone else that may know the answer can assist, please do the same. Kevin _____________________________________________________________ Are you a Techie? Get Your Free Tech Email Address Now! Visit http://www.TechEmail.com
Try searching bugs.digium.com and see if anyone has implemented it yet or has requested the feature. If no one has picked up on it yet, post it there so maybe someone will in the future. Kevin --- "Dave Packham" <dave.packham@utah.edu> wrote: what would be nice is to get this on MeetMe app. so that you can announce someone joining the conf call Dave>>> kbockml@techemail.com 12/1/2003 11:11:49 AM >>>--- "Vledder, Hans" <Hans_Vledder@nl.compuware.com> wrote:>I would like to play an announcement to the user on what external line >a call came in, right before this call get bridged to this user. How >would I go about implementing this in * ?Use the A option to the Dial application: 'A(x)' -- play an announcement to the called party, using x as file Kevin _____________________________________________________________ Are you a Techie? Get Your Free Tech Email Address Now! Visit http://www.TechEmail.com
Hi Lenny, Thanks for your response. Does the *24 work for you, does it actually beep ?. The funny thing is, I came accross the A(x) option at www.voip-info.org, but it's not being mentioned in the app_dial.c of Asterisk 0.5.0. So all this left me in doubt about whether it actually exists. Since I am only planning an Asterisk PBX currently (awaiting the 4BRI + drivers of Kapejod), I am not able to actually test it yet. Cheers, Hans -----Original Message----- From: Lenny Tropiano [mailto:lenny@VoIPing.com] Sent: Monday, December 01, 2003 6:31 PM To: Hans_Vledder@nl.compuware.com Subject: [Asterisk-Users] Call Announcement - How To ... In article <bqfstd$1tu3$1@enterprise.icus.com> you write: |All, | |I would like to play an announcement to the user on what external line a |call came in, right before this call get bridged to this user. How would I |go about implementing this in * ? | |Regards, |Hans | Apparently the "A" option in the Dial() application is supposed to do it... I haven't gotten it work though, if you do, let me know.. show application dial from the CLI... this is what I have: '*24' => 1. Dial(SIP/6624|20|A(beep)r) [pbx_config] -- Lenny Tropiano E-mail: lenny@voiping.com Partner, Networking Specialist Pager: pager-lenny@voiping.com VoIPing, LLC URL: http://www.voiping.com/ PO Box 867, Cedar Park, TX 78630-0867 Mobile: 512-698-VOIP [8647] -- The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it.
Lenny, I've rechecked 0.5.0, but cannot find it in app_dial.c. I found a patch in Mantis at http://bugs.digium.com/bug_view_page.php?bug_id=0000366, that apparently patches app_dial to support the A(x) option. Could it be you're running an Asterisk that's compiled from CVS, which incorporates the A(x), but in turn is still somewhat buggy ? Hans -----Original Message----- From: Lenny Tropiano [mailto:lenny@VoIPing.com] Sent: Tuesday, December 02, 2003 1:19 PM To: Hans_Vledder@nl.compuware.com Subject: Re: [Asterisk-Users] Call Announcement - How To ...> Thanks for your response. Does the *24 work for you, does it actually beep > ?. The funny thing is, I came accross the A(x) option atwww.voip-info.org,> but it's not being mentioned in the app_dial.c of Asterisk 0.5.0. So all > this left me in doubt about whether it actually exists. Since I am only > planning an Asterisk PBX currently (awaiting the 4BRI + drivers ofKapejod),> I am not able to actually test it yet.Hans, Well it says in the console "Playing beep" but the callee never hears anything. I haven't gotten it to work, so I'm not sure... If you do, let me know. Lenny -- Lenny Tropiano E-mail: lenny@voiping.com Partner, Networking Specialist Pager: pager-lenny@voiping.com VoIPing, LLC URL: http://www.voiping.com/ PO Box 867, Cedar Park, TX 78630-0867 Mobile: 512-698-VOIP [8647] -- The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it.