Re: [Asterisk-Users] X100p and 6 second delay

2004-11-18 Thread Eric Wieling
[EMAIL PROTECTED] wrote: I am getting a 6 second delay whenever i dial 9 to call someone using PSTN, What could be causing this?? I am using the Wildcard X100p. Part of that delay is just waiting for the X100P to dial. Part of that delay may be overlapping dialplan entries. exten =

Re: [Asterisk-Users] X100p and 6 second delay

2004-11-18 Thread Andrew Thompson
[EMAIL PROTECTED] wrote: I am getting a 6 second delay whenever i dial 9 to call someone using PSTN, What could be causing this?? Pattern matching, perhaps? What's your dialplan look like for the station you're calling from? -- Andrew Thompson http://aktzero.com/

RE: [Asterisk-Users] X100p and 6 second delay

2004-11-18 Thread Michael Giagnocavo
Perhaps your dialplan has another match possibility, and it's waiting for the timeout to evaluate what you've dialed? -Michael -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, November 18, 2004 9:15 AM To: [EMAIL

Re: [Asterisk-Users] X100p and 6 second delay

2004-11-18 Thread Matt Gibson
[EMAIL PROTECTED] wrote: I am getting a 6 second delay whenever i dial 9 to call someone using PSTN, What could be causing this?? I am using the Wildcard X100p. ___ probably some type of timeout, do you have more than one extension beginning with 9

Re: [Asterisk-Users] X100p and 6 second delay

2004-11-18 Thread giovanni.powell
[general] static=yes writeprotect=no [default] include = from-sip include = outgoing include = incoming [from-sip] exten = 1400,1,Dial(SIP/1400,15) ;phone1 exten = 1400,2,Voicemail(u1400) exten = 1400,4,Hangup exten = 1500,1,Dial(SIP/1500,15) ;phone2 exten = 1500,2,Voicemail(u1500) exten =

Re: [Asterisk-Users] X100p and 6 second delay

2004-11-18 Thread Eric Wieling
[EMAIL PROTECTED] wrote: [outgoing] ignorepat = 9 exten = _9,1,Dial(Zap/1) Dial(Zap/1/) Note the extra / for the FXO port. ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update

Re: [Asterisk-Users] X100p and 6 second delay

2004-11-18 Thread Giovanni Powell
Or can i set the Interval of ingorepat ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Users] X100p and 6 second delay

2004-11-18 Thread Eric Wieling
Giovanni Powell wrote: Or can i set the Interval of ingorepat ignorepat is processed without any delay. ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit:

Re: [Asterisk-Users] X100p and 6 second delay

2004-11-18 Thread Rich Adamson
Giovanni Powell wrote: Or can i set the Interval of ingorepat ignorepat is processed without any delay. Someone mentioned this, but not sure the original poster caught the intended meaning. Whatever you're using for initiating the call, check its dialplan to ensure an entry exists that

Re: [Asterisk-Users] X100p and 6 second delay

2004-11-18 Thread Giovanni Powell
I tried that but still getting a delay, do you think its the X100p card. ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit:

Re: [Asterisk-Users] X100p and 6 second delay

2004-11-18 Thread Jon Radon
I read through briefly.. from what I saw no one had mentioned it. Wouldn't this be from echotraining? What do you have echotraining set to in zapata.conf? On Thu, 18 Nov 2004 14:08:05 -0500, Giovanni Powell [EMAIL PROTECTED] wrote: I tried that but still getting a delay, do you think its the