Julian Lyndon-Smith
2006-Jun-19 00:31 UTC
[Asterisk-Users] Transfer call via AMI or dialplan
At the moment when one of our users wants to transfer a call, they press the transfer button on the phone, enter the extension and away they go. Is there any way to do this via the AMI or dialplan ? I want them to push a button on the screen rather than using the phone itself. Julian
Piece of cake Julian: http://www.voip-info.org/wiki/index.php?page=Asterisk+Manager+API+Action+Redirect Regards On 6/19/06, Julian Lyndon-Smith <asterisk@dotr.com> wrote:> At the moment when one of our users wants to transfer a call, they press > the transfer button on the phone, enter the extension and away they go. > > Is there any way to do this via the AMI or dialplan ? I want them to > push a button on the screen rather than using the phone itself. > > Julian > _______________________________________________ > --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"
If you know which channel you want to transfer, then one way is to use the Redirect AMI action (http://www.voip-info.org/wiki/index.php?page=Asterisk+Manager+API+Actio n+Redirect). -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Julian Lyndon-Smith Sent: Monday, June 19, 2006 9:31 AM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Transfer call via AMI or dialplan At the moment when one of our users wants to transfer a call, they press the transfer button on the phone, enter the extension and away they go. Is there any way to do this via the AMI or dialplan ? I want them to push a button on the screen rather than using the phone itself. Julian _______________________________________________ --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
Julian Lyndon-Smith
2006-Jun-19 09:25 UTC
[Asterisk-Users] Transfer call via AMI or dialplan
Thanks for the tip. No idea why I missed this. Off the top of your head, does this support attended xfer, or is it a blind xfer facility ? Julian. Moises Silva wrote:> Piece of cake Julian: > http://www.voip-info.org/wiki/index.php?page=Asterisk+Manager+API+Action+Redirect > > > Regards > > On 6/19/06, Julian Lyndon-Smith <asterisk@dotr.com> wrote: >> At the moment when one of our users wants to transfer a call, they press >> the transfer button on the phone, enter the extension and away they go. >> >> Is there any way to do this via the AMI or dialplan ? I want them to >> push a button on the screen rather than using the phone itself. >> >> Julian >> _______________________________________________ >> --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 >> > >
This would be more like a blind transfer :) On 6/19/06, Julian Lyndon-Smith <asterisk@dotr.com> wrote:> Thanks for the tip. No idea why I missed this. > > Off the top of your head, does this support attended xfer, or is it a > blind xfer facility ? > > Julian. > > Moises Silva wrote: > > Piece of cake Julian: > > http://www.voip-info.org/wiki/index.php?page=Asterisk+Manager+API+Action+Redirect > > > > > > Regards > > > > On 6/19/06, Julian Lyndon-Smith <asterisk@dotr.com> wrote: > >> At the moment when one of our users wants to transfer a call, they press > >> the transfer button on the phone, enter the extension and away they go. > >> > >> Is there any way to do this via the AMI or dialplan ? I want them to > >> push a button on the screen rather than using the phone itself. > >> > >> Julian > >> _______________________________________________ > >> --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 > >> > > > > > > _______________________________________________ > --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"
mitcheloc@gmail.com
2006-Jun-19 20:52 UTC
[Asterisk-Users] Transfer call via AMI or dialplan
If you want something ready to go I have implemented this in Snap. Here is a screen shot of the transfer feature: http://www.snapanumber.com/portals/0/transfer.png and website: http://www.snapanumber.com/ As well, you may also want to look at ADM (Asterisk Desktop Manager): http://adm.hamnett.org/ On 6/19/06, Moises Silva <moises.silva@gmail.com> wrote:> This would be more like a blind transfer :) > > On 6/19/06, Julian Lyndon-Smith <asterisk@dotr.com> wrote: > > Thanks for the tip. No idea why I missed this. > > > > Off the top of your head, does this support attended xfer, or is it a > > blind xfer facility ? > > > > Julian. > > > > Moises Silva wrote: > > > Piece of cake Julian: > > > http://www.voip-info.org/wiki/index.php?page=Asterisk+Manager+API+Action+Redirect > > > > > > > > > Regards > > > > > > On 6/19/06, Julian Lyndon-Smith <asterisk@dotr.com> wrote: > > >> At the moment when one of our users wants to transfer a call, they press > > >> the transfer button on the phone, enter the extension and away they go. > > >> > > >> Is there any way to do this via the AMI or dialplan ? I want them to > > >> push a button on the screen rather than using the phone itself. > > >> > > >> Julian > > >> _______________________________________________ > > >> --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 > > >> > > > > > > > > > > _______________________________________________ > > --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 >
Julian Lyndon-Smith
2006-Jun-20 03:57 UTC
[Asterisk-Users] Transfer call via AMI or dialplan
Thanks for all the help so far on this, but I was wondering if there was a way of simulating an attended transfer from the AMI or dialplan ? Julian. Moises Silva wrote:> Piece of cake Julian: > http://www.voip-info.org/wiki/index.php?page=Asterisk+Manager+API+Action+Redirect > > > Regards > > On 6/19/06, Julian Lyndon-Smith <asterisk@dotr.com> wrote: >> At the moment when one of our users wants to transfer a call, they press >> the transfer button on the phone, enter the extension and away they go. >> >> Is there any way to do this via the AMI or dialplan ? I want them to >> push a button on the screen rather than using the phone itself. >> >> Julian >> _______________________________________________ >> --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 >> > >
Check features.conf. If not uncomment the atxfer line and assign a key combination (Default is *2). Then use t and T switches in Dial command. Finally restart asterisk service. -----Original Message----- From: Julian Lyndon-Smith [mailto:asterisk@dotr.com] Sent: Tuesday, June 20, 2006 1:58 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Transfer call via AMI or dialplan Thanks for all the help so far on this, but I was wondering if there was a way of simulating an attended transfer from the AMI or dialplan ? Julian. Moises Silva wrote:> Piece of cake Julian: >http://www.voip-info.org/wiki/index.php?page=Asterisk+Manager+API+Action +Redirect> > > Regards > > On 6/19/06, Julian Lyndon-Smith <asterisk@dotr.com> wrote: >> At the moment when one of our users wants to transfer a call, theypress>> the transfer button on the phone, enter the extension and away theygo.>> >> Is there any way to do this via the AMI or dialplan ? I want them to >> push a button on the screen rather than using the phone itself. >> >> Julian >> _______________________________________________ >> --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 >> > >_______________________________________________ --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