Hi Gurus How do I make x100P does not answer incoming calls ? I want * play dead for incoming calls. I do not have any context for incoming calls from x100p, in zapata.conf. Call also get logged into the CDR, that too I do not want. I am using x100p for outgoing calls only. Any help appreciate. Cheers SW
SW <> wrote:> Hi GurusNot a guru, but I'll see what I can do.> How do I make x100P does not answer incoming calls ?The only thing that springs to mind is that you create an incoming context, and have an extension like: Exten => s,1,Wait(10000000000000000000) Dunno if it will work or not, but that's the only thing that springs to mind.
>> Exten => s,1,Wait(10000000000000000000)This will make * not answering the call, but still you would see notices coming on your screen and also an entry in CDR.>immediate=noWill try this out SW From: Tilghman Lesher <tilghman@mail.jeffandtilghman.com> To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] x100P incoming Date: Sat, 20 Dec 2003 11:10:26 -0600 Reply-To: asterisk-users@lists.digium.com On Friday 19 December 2003 08:12, David Gomillion wrote:> > How do I make x100P does not answer incoming calls ? > > The only thing that springs to mind is that you create an incoming > context, and have an extension like: > > Exten => s,1,Wait(10000000000000000000) > > Dunno if it will work or not, but that's the only thing that springs > to mind.What about setting in zapata.conf: immediate=no before the channel declaration for the X100P. -Tilghman