it can also be defined on some devices like the grandstreams.
----- Original Message -----
From: "Andrew Kohlsmith" <akohlsmith-asterisk@benshaw.com>
To: <asterisk-users@lists.digium.com>
Sent: Sunday, July 18, 2004 9:42 AM
Subject: Re: [Asterisk-Users] Hotline
> On Sunday 18 July 2004 09:36, Junaid Uppal wrote:
> > I tried checking out for this feature , what i want to do is that as
> > soon as the user picks up the handset , * waits for 10 secs and then
> > dials a predefined number , its like the "HOTLINE" feature
we have in
> > normal POTs . Is it possible with Asterisk? If yes then how?
>
> use immediate=yes in zapata.conf on the channel you want to be a hotline,
and> then in the defined context something like
>
> exten => s,1,Wait(10)
> exten => s,2,Dial(${BATMAN},,T)
>
> Read up on immediate mode and the dial command if you need more info.
>
> -A.
> _______________________________________________
> 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
>