Hi list, This wll be my first post, so I want to thank all the developers for the great product they have created. Now, the question, I have installed asterisk 1.05 on debian sarge (binary package) with an I4l modem and 4 x-lite softphone and 2 SIP hardphones (Yuxin 100) This all works fine, exept for som echo on the ISDN channel, but I'll replace the I4L card with an AVM-C4 card next week I am trying to get supervised/ attended tranfer working, blind transfer by pressing the # key works fine this is my features.conf [general] parkext => 700 ; What ext. to dial to park parkpos => 701-720 ; What extensions to park calls on context => parkedcalls ; Which context parked calls are in parkingtime => 600 ; Number of seconds a call can be parked for ; (default is 45 seconds) transferdigittimeout => 3 ; Number of seconds to wait between digits when transfering a call courtesytone = beep ; Sound file to play to the parked caller ; when someone dials a parked call adsipark = yes ; if you want ADSI parking announcements pickupexten = *8 ; Configure the pickup extension. Default is *8 [featuremap] blindxfer => # atxfer => * I have tried atxfer=># and atxfer=>*2 but nothing works, also, when I disable both blindxfer and atxfer, blind transfer still works. I have turned sip debug on, and I can see that asterisk does receieve the * keys parking calls does work btw. Kind regards, Joop
Look at the options for the dial command on the wiki, you have to use t or T or calls are not eligible to be transferred.> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of asterisk > Sent: Friday, March 25, 2005 3:54 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: [Asterisk-Users] atxfer > > Hi list, > > This wll be my first post, so I want to thank all the > developers for the great product they have created. > > Now, the question, > > I have installed asterisk 1.05 on debian sarge (binary > package) with an I4l modem and 4 x-lite softphone and 2 SIP > hardphones (Yuxin 100) > > This all works fine, exept for som echo on the ISDN channel, > but I'll replace the I4L card with an AVM-C4 card next week > > I am trying to get supervised/ attended tranfer working, > blind transfer by pressing the # key works fine > > this is my features.conf > > [general] > parkext => 700 ; What ext. to dial to park > parkpos => 701-720 ; What extensions to park calls on > context => parkedcalls ; Which context parked calls are in > parkingtime => 600 ; Number of seconds a call > can be parked for > ; (default is 45 seconds) > transferdigittimeout => 3 ; Number of seconds to wait between > digits when > transfering a call > courtesytone = beep ; Sound file to play to the > parked caller > ; when someone dials a parked call > adsipark = yes ; if you want ADSI parking > announcements > pickupexten = *8 ; Configure the pickup extension. > Default is *8 > > [featuremap] > blindxfer => # > atxfer => * > > I have tried > atxfer=># > and atxfer=>*2 > > but nothing works, also, when I disable both blindxfer and > atxfer, blind transfer still works. > I have turned sip debug on, and I can see that asterisk does > receieve the * keys > > parking calls does work btw. > > Kind regards, > > Joop > _______________________________________________ > 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 >
On Fri, 25 Mar 2005 11:54:21 +0100, asterisk <asterisk@netformatie.nl> wrote:> I have installed asterisk 1.05 on debian sarge (binary package) > with an I4l modem and 4 x-lite softphone and 2 SIP hardphones (Yuxin 100) > I am trying to get supervised/ attended tranfer working, blind transfer > by pressing the # key works fine > atxfer => *Attended transfers are only supported in CVS, not 1.0.X Julian J. M.
Hi all. I am with the following problem: I have one perfectly queue functioning, however when the agent receives a call and effects a transference the blind people, blindxfer, asterisk functions informs "to transfer" and the transference is ok. However, if the agent tries to effect an attended transference the ATXFER, knocks down the call. All the agents of this queue are with canreinvite=no in sip.conf and parameters t T are qualified in extensions.conf and mine features.conf is qualified [ featuremap ] with the code of atxfer. Best Regards Josue -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060511/9b798b8b/attachment.htm
Eric, thank you very much. But It could help in this case me? Regards Josu? 2006/5/12, Eric ManxPower Wieling <eric@fnords.org>:> > Josu? Conti wrote: > > Dinesh, very obliged for the attention. I am using version 1.0.9 of > > asterisk > > and it is really all good with this version, only this case of atxfer > that > > it does not function. The function DYNAMIC_FEATURE = to atxfer in my [ > > globals ] of extensions.conf functions in version 1.0.9? > > It could help in this case me? > > Best Regards > > 1.0.x does not support this. > > -- > Now accepting new clients in Birmingham, Atlanta, Huntsville, > Chattanooga, and Montgomery. > _______________________________________________ > --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 >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060512/8ec4fd67/attachment.htm
If you want dynamic features you must upgrade to Asterisk 1.2.x Josu? Conti wrote:> Eric, thank you very much. But It could help in this case me? > > > > Regards > > > > Josu? > > > > 2006/5/12, Eric ManxPower Wieling <eric@fnords.org > <mailto:eric@fnords.org>>: > > Josu? Conti wrote: > > Dinesh, very obliged for the attention. I am using version 1.0.9 of > > asterisk > > and it is really all good with this version, only this case of > atxfer that > > it does not function. The function DYNAMIC_FEATURE = to atxfer in > my [ > > globals ] of extensions.conf functions in version 1.0.9? > > It could help in this case me? > > Best Regards > > 1.0.x does not support this.-- Now accepting new clients in Birmingham, Atlanta, Huntsville, Chattanooga, and Montgomery.
Eric, but I to continue using version 1.0.9 of asterisk, would have some solution? Regards Josu? 2006/5/12, Eric ManxPower Wieling <eric@fnords.org>:> > If you want dynamic features you must upgrade to Asterisk 1.2.x > > Josu? Conti wrote: > > Eric, thank you very much. But It could help in this case me? > > > > > > > > Regards > > > > > > > > Josu? > > > > > > > > 2006/5/12, Eric ManxPower Wieling <eric@fnords.org > > <mailto:eric@fnords.org>>: > > > > Josu? Conti wrote: > > > Dinesh, very obliged for the attention. I am using version 1.0.9of > > > asterisk > > > and it is really all good with this version, only this case of > > atxfer that > > > it does not function. The function DYNAMIC_FEATURE = to atxfer in > > my [ > > > globals ] of extensions.conf functions in version 1.0.9? > > > It could help in this case me? > > > Best Regards > > > > 1.0.x does not support this. > > > > -- > Now accepting new clients in Birmingham, Atlanta, Huntsville, > Chattanooga, and Montgomery. > _______________________________________________ > --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 >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060512/cfe9c6f2/attachment.htm
Please change the email address of gary@dltwireless.com to gwinton@lwedge.com Thanks
Please change the email address of gary@dltwireless.com to gwinton@lwedge.com Thanks
Please change the email address of gary@dltwireless.com to gwinton@lwedge.com Thanks
Please change the email address of gary@dltwireless.com to gwinton@lwedge.com Thanks
Please change the email address of gary@dltwireless.com to gwinton@lwedge.com Thanks
Please change the email address of gary@dltwireless.com to gwinton@lwedge.com Thanks
Please change the email address of gary@dltwireless.com to gwinton@lwedge.com Thanks
Please change the email address of gary@dltwireless.com to gwinton@lwedge.com Thanks
Please change the email address of gary@dltwireless.com to gwinton@lwedge.com Thanks
Please change the email address of gary@dltwireless.com to gwinton@lwedge.com Thanks
Please change the email address of gary@dltwireless.com to gwinton@lwedge.com Thanks
Please change the email address of gary@dltwireless.com to gwinton@lwedge.com Thanks
Please change the email address of gary@dltwireless.com to gwinton@lwedge.com Thanks
Please change the email address of gary@dltwireless.com to gwinton@lwedge.com Thanks
Please change the email address of gary@dltwireless.com to gwinton@lwedge.com Thanks
Please change the email address of gary@dltwireless.com to gwinton@lwedge.com Thanks
Please change the email address of gary@dltwireless.com to gwinton@lwedge.com Thanks
Please change the email address of gary@dltwireless.com to gwinton@lwedge.com Thanks
Please change the email address of gary@dltwireless.com to gwinton@lwedge.com Thanks
Please change the email address of gary@dltwireless.com to gwinton@lwedge.com Thanks
Please change the email address of gary@dltwireless.com to gwinton@lwedge.com Thanks
Please change the email address of gary@dltwireless.com to gwinton@lwedge.com Thanks
Please change the email address of gary@dltwireless.com to gwinton@lwedge.com Thanks
Please change the email address of gary@dltwireless.com to gwinton@lwedge.com Thanks
Please change the email address of gary@dltwireless.com to gwinton@lwedge.com Thanks
Please change the email address of gary@dltwireless.com to gwinton@lwedge.com Thanks
Please change the email address of gary@dltwireless.com to gwinton@lwedge.com Thanks
Please change the email address of gary@dltwireless.com to gwinton@lwedge.com Thanks
Please change the email address of gary@dltwireless.com to gwinton@lwedge.com Thanks
Please change the email address of gary@dltwireless.com to gwinton@lwedge.com Thanks
Please change the email address of gary@dltwireless.com to gwinton@lwedge.com Thanks
Please change the email address of gary@dltwireless.com to gwinton@lwedge.com Thanks
Please change the email address of gary@dltwireless.com to gwinton@lwedge.com Thanks
Please change the email address of gary@dltwireless.com to gwinton@lwedge.com Thanks
Please change the email address of gary@dltwireless.com to gwinton@lwedge.com Thanks
Please change the email address of gary@dltwireless.com to gwinton@lwedge.com Thanks
Please change the email address of gary@dltwireless.com to gwinton@lwedge.com Thanks
Please change the email address of gary@dltwireless.com to gwinton@lwedge.com Thanks
How many times do u need to repeat it?. You could change this info via web list manager. I think you need to read how to do that before sending 20 emails with same subject. gary@dltwireless.com escribi?:> Please change the email address > of gary@dltwireless.com to gwinton@lwedge.com > Thanks > > _______________________________________________ > --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 > >
I think it's most likely that it's a mail loop caused by a brain dead 'change of address' script.> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > bounces@lists.digium.com] On Behalf Of Alberto Sagredo > Sent: Saturday, 13 May 2006 17:00 > To: asterisk-users@lists.digium.com > Subject: Re: [Asterisk-Users] ATXFER > > How many times do u need to repeat it?. You could change this info via > web list manager. > > I think you need to read how to do that before sending 20 emails with > same subject. > > gary@dltwireless.com escribi?: > > Please change the email address > > of gary@dltwireless.com to gwinton@lwedge.com > > Thanks > > > > _______________________________________________ > > --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
On Friday 12 May 2006 21:00, Josu? Conti wrote:> Eric, but I to continue using version 1.0.9 of asterisk, would have some > solution?Yes, find a consultant to try and backport this feature to the version of Asterisk you desire. -A.
Andrew, thank?s for the attention, but necessary to decide this my problem. You he could help me? Regards Josu? 2006/5/14, Andrew Kohlsmith <akohlsmith-asterisk@benshaw.com>:> > On Friday 12 May 2006 21:00, Josu? Conti wrote: > > Eric, but I to continue using version 1.0.9 of asterisk, would have some > > solution? > > Yes, find a consultant to try and backport this feature to the version of > Asterisk you desire. > > -A. > _______________________________________________ > --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 >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060514/9a4a88ab/attachment.htm
*PLONK* gary@dltwireless.com wrote:> Please change the email address > of gary@dltwireless.com to gwinton@lwedge.com > Thanks > > _______________________________________________ > --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-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 256 bytes Desc: OpenPGP digital signature Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20060515/8b865524/signature.pgp