Re: [Asterisk-Users] Problem on ZAP channel

2005-12-30 Thread Michael Sampson
I'm not sure if I'm right about this. But I think with a regular phone 
connection. You first dial the number and send the digits to the PBX and 
than the PBX has to redial the digits on the real phone line. Hence the 
delay. I think you get that with all PBXs when dialing an outside line.


Michael Sampson
Information Systems Manager
Customer Contact Services
[EMAIL PROTECTED]
952-936-4000



[EMAIL PROTECTED] wrote:


Hello group members,
This is my first mail to this list. I am having one problem. When I dial a
number from zap channel, there's 5-6 seconds delay. Is there any way to
reduce/remove this delay?

Thanks


___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


 


___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Problem on ZAP channel

2005-12-30 Thread Simone Cittadini



[EMAIL PROTECTED] wrote:


Hello group members,
This is my first mail to this list. I am having one problem. When I 
dial a

number from zap channel, there's 5-6 seconds delay. Is there any way to
reduce/remove this delay?



First of all try to find where the delay stands.
Dial the number with the CLI open, if the delay is after the last 
pressed button and the channel coming up in the cli is a phone problem, 
look for timeouts in the configuration (on my lynksys I can force the 
sending of the number with #, dunno if it is a standard or a feature).

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Problem on ZAP channel

2005-12-30 Thread Steve Totaro
Logs are always helpful.  Are you using AMP?

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: Friday, December 30, 2005 2:10 PM
 To: Asterisk-Users@lists.digium.com
 Subject: [Asterisk-Users] Problem on ZAP channel
 
 Hello Steve,
 It's not incoming, its outgoing when I am experiencing delay.I can
give
 you the snippet of log if you wish.
 
 
 ___
 --Bandwidth and Colocation provided by Easynews.com --
 
 Asterisk-Users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Problem on ZAP channel

2005-12-30 Thread Javier Ergas
Did you try to plug an analog phone on the same line with the ZAP channel in
order to monitor the progress?

-Mensaje original-
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] En nombre de
[EMAIL PROTECTED]
Enviado el: Viernes, 30 de Diciembre de 2005 16:10
Para: Asterisk-Users@lists.digium.com
Asunto: [Asterisk-Users] Problem on ZAP channel

Hello Steve,
It's not incoming, its outgoing when I am experiencing delay.I can give
you the snippet of log if you wish.


___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Problem flashing zap channel.

2004-11-10 Thread Steven Critchfield
On Wed, 2004-11-10 at 15:15 -0700, Jeff Pratt wrote:
 Hello All,

 [open]
 exten = s,1,Wait(1)
 exten = s,2,Answer
 exten = s,3,MP3Player(/var/lib/asterisk/sounds/P73_hoho.mp3)
 exten = s,4,Flash()
 exten = s,5,SendDTMF(1300)
 exten = s,6,Hangup
 
 
 [closed]
 exten = s,1,Wait(1)
 exten = s,2,Answer
 exten = s,3,Background(beep)
 exten = s,4,Flash()
 exten = s,5,SendDTMF(7112)
 exten = s,6,Hangup
 

 HOWEVER;  when I call during the closed period, it doesn't go so well:
 
 Connected to Asterisk CVS-HEAD-11/03/04-14:36:44 currently running on 
 asterisk1 (pid = 1521)
 Verbosity is atleast 3
 Asterisk Ready.
 -- Remote UNIX connection
 -- Starting simple switch on 'Zap/3-1'
 -- Executing Wait(Zap/3-1, 1) in new stack
 -- Executing Answer(Zap/3-1, ) in new stack
 -- Executing BackGround(Zap/3-1, beep) in new stack
 -- Playing 'beep' (language 'en')
 -- Executing Flash(Zap/3-1, ) in new stack
 Nov 10 16:09:40 WARNING[1535]: app_flash.c:82 flash_exec: Unable to 
 flash channel Zap/3-1: Device or resource busy
   == Spawn extension (default, s, 4) exited non-zero on 'Zap/3-1'
 -- Hungup 'Zap/3-1'
 asterisk1*CLI
 
 I put the Background(beep) in because asterisk wasn't even picking up 
 the line previously.  I'd tried a NoOp before that, and it made no 
 difference.
 

I think you need a longer period of time and that is why the mp3 is
okay. For the mp3 to play, you have time to crank up mpg123 and the
buffering and then playing. All this gives plenty of time for the analog
line to come up and start passing the audio before you flash. The beep
would be a short enough time itself to possibly interfere with the
amount of time to get the line picked up. 

I suggest you put the wait after the answer and then beep if you want to
see it do something, then flash.
-- 
Steven Critchfield [EMAIL PROTECTED]

___
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