[Asterisk-Users] Collect Digits for CO Blind Transfer
Martin Pycko
martinp at digium.com
Thu Feb 27 18:06:12 MST 2003
You can also do that using Background application:
[transfer]
exten => s,1,Background,some-file ;it can be silence
exten => _XXXXXXXXXXX,1,Flash ;collecting the digits
exten => _XXXXXXXXXXX,2,SendDTMF,${EXTEN}
exten => _XXXXXXXXXXX,3,Hangup
[called_context]
exten => 1000,1,Goto,transfer|s|1 ;magical number
regards
Martin
On Thu, 27 Feb 2003, Steven Critchfield wrote:
> Not to take away from your prize collection, but for now wouldn't that
> be trivial to do either as a patternmatch with assignment to a variable,
> or slightly less trivialy as a agi app that already has access to the
> getdata function?
>
> On Thu, 2003-02-27 at 17:42, Mark Spencer wrote:
> > Sounds like we need an app_getdata (front end to the "getdata" function).
> >
> > I'll do it for any item in my thinkgeek wishlist (you can search by
> > thinkgeek at digium.com or by my name).
> >
> > Mark
> >
> > On Thu, 27 Feb 2003, Ben Clark wrote:
> >
> > > I have a blind transfer feature available to me from my telephone
> > > provider and was wondering if asterisk can take advantage of this so
> > > that when a certain extension is called the user is asked for the 11
> > > digit pstn number they wish to call then asterisk flashes the line,
> > > dials the transfer codes and hangs up. I have figured out how to do
> > > everything except collecting the digits from the user and then using
> > > them in the transfer codes. Is it possible to do this with the
> > > asterisk dial plan?
> > >
> > > _______________________________________________
> > > Asterisk-Users mailing list
> > > Asterisk-Users at lists.digium.com
> > > 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
> --
> Steven Critchfield <critch at basesys.com>
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
More information about the asterisk-users
mailing list