[Asterisk-Users] Outbound Transfer and the # key
John Baker
johnb at listbrokers.com
Tue Mar 9 22:37:46 MST 2004
In your extensions.conf, set Global Variable
TRANSFER_ENABLE=T
then one of your extensions looks like:
[from-internal]
exten => s,1,SetVar(TRANSFER_ENABLE=T)
exten => s,2,NoOp
exten => *,1,GotoIf($[${TRANSFER_ENABLE} = 0]?2:8)
exten => *,2,SetVar(TRANSFER_ENABLE=T)
exten => *,3,Wait(0)
exten => *,4,Playback(pbx-transfer)
exten => *,5,Playback(is-set-to)
exten => *,6,Playback(pound)
exten => *,7,Goto(s,1)
exten => *,8,SetVar(TRANSFER_ENABLE=)
exten => *,9,Wait(0)
exten => *,10,Playback(pbx-transfer)
exten => *,11,Playback(is-not-set)
exten => *,12,Goto(s,2)
and then include this extension where your phones dial out...then on
your dial-outs, something like this:
exten => _NXXXXXX,1,Dial(${OUTBOUND}/${EXTEN},40,${TRANSFER_ENABLE}r)
exten => _NXXXXXX,2,Congestion
exten => _NXXXXXX,102,Congestion
Well, you get the idea. You press the * button before a call, wait for
the message, then you can dial out without the # button being active.
John
On Tue, 2004-03-09 at 21:25, mattf wrote:
> Anything would be an improvement over how we have to patch constantly to use
> transfers now.
>
> As for not having to send # more than transfer, not quite true in my case.
> One of the companies that is is our building uses our system in a
> semi-automated fashion to contact banks to verify funds available for
> creation of customer accounts. They very often need to press # to navigate
> financial IVR systems and often have to transfer their calls internally.
>
> MATT---
>
> -----Original Message-----
> From: Adam Goryachev [mailto:mailinglists at websitemanagers.com.au]
> Sent: Tuesday, March 09, 2004 9:45 PM
> To: asterisk-users at lists.digium.com
> Subject: RE: [Asterisk-Users] Outbound Transfer and the # key
>
>
> I can't add a comment to the bug tracker without logging in, and I
> forget my login details....
>
> anyway, I would suggest changing the patch to the opposite behaviour.
> ie, single # is transfer, but double # means send a # to the remote.
>
> This would mean that in the majority of cases, things don't change for
> the end user, which might make it more likely for the patch to be
> accepted??
>
> Also, I think you are going to transfer a call more frequantly than you
> will need to send # ...
>
> Regards,
> Adam
>
> On Wed, 2004-03-10 at 08:53, mattf wrote:
> > There is a better way to deal with this, it's the doublehash patch. This
> > patch makes it so you have to press the hash key twice to transfer a call
> > instead of once as is default in Asterisk.
> >
> > Sad thing is that every time the parking code changes the patch has to
> > change(sometimes twice a week) and I don't have a patch for the most
> recent
> > CVS. I've asked numerous times for some wonderful Asterisk-code-God(please
> > Mark ;)) to make it a configurable variable in the parking.conf file but
> > noone seems to think it's worthy of doing. It's actually a rather simple
> > code change from what I can guess reading the patch code. I've been told
> > that the core developers(Mark) don't want to mess with doublehash, but
> maybe
> > if enough people say they want it we can get them to make this harmless
> > addition to the parking code.
> >
> > Here's a bug where it's been talked about:
> > http://bugs.digium.com/bug_view_page.php?bug_id=0000885
> >
> > MATT---
> >
> >
> > -----Original Message-----
> > From: John Congdon [mailto:john at z1g.com]
> > Sent: Tuesday, March 09, 2004 4:24 PM
> > To: Asterisk Mailling List
> > Subject: [Asterisk-Users] Outbound Transfer and the # key
> >
> >
> > Has there been any resolution to this?
> >
> > Does anyone have a good way to allow
> > someone to choose whether they want to
> > be able to transfer a call vs send the # to
> > the other end.
> >
> > Is there a simple way to change the Transfer
> > key for # to *?
> >
> >
> > John
> >
> > _______________________________________________
> > Asterisk-Users mailing list
> > Asterisk-Users at 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
> > _______________________________________________
> > Asterisk-Users mailing list
> > Asterisk-Users at 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
> --
> --
> Adam Goryachev
> Website Managers
> Ph: +61 2 9345 4395 adam at websitemanagers.com.au
> Fax: +61 2 9345 4396 www.websitemanagers.com.au
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at 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
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at 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
>
More information about the asterisk-users
mailing list