[Asterisk-Users] x100P incoming

SW sathyaw at sbcglobal.net
Sat Dec 20 14:09:43 MST 2003


> >immediate=no

did not work either, so at least to get * not write to CDR, I will have to
use command noCDR().

My extension context is as follows

[x100pincoming]

exten => s,1,Ringing
exten => s,2,Wait(40)
exten => s,3,NoCDR()

It still write the CDR in MySQL, any idea how to get rid of that ?

SW

> -----Original Message-----
> From: SW [mailto:sathyaw at sbcglobal.net]
> Sent: Saturday, December 20, 2003 10:08 AM
> To: Asterisk-Users at Lists. Digium. Com
> Subject: Re: [Asterisk-Users] x100P incoming
>
>
> >> 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=no
>
> Will try this out
>
> SW
>
> From: Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
> To: asterisk-users at lists.digium.com
> Subject: Re: [Asterisk-Users] x100P incoming
> Date: Sat, 20 Dec 2003 11:10:26 -0600
> Reply-To: asterisk-users at 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
>





More information about the asterisk-users mailing list