I have my * test box connected to our phone system here on an analog port with a X100P card. The phone system requires a 9 to pickup an outside line. Problem is, I think asterisk is passing the phone number to quickly after the 9 and not getting the line. Is there any way to get asterisk to wait 2 seconds before it passes the rest of the phone number? We have had this problem with a fax machine before, and had to set it up to pause after the 9 for 2 seconds. The lines into the building are centrex if that makes a difference. ------------------------------------------------ Jeffrey Sharpe CyberLynk Helpdesk and Support 414.858.9335 or 800.942.8022 <mailto:support@cyberlynk.net> support@cyberlynk.net ------------------------------------------------ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050406/7bf7c24a/attachment.htm
Are you actually passing a 9 into the ZAP channel along with the dialed number? In a standard install, the leading 9 that a person dials from a SIP client will be stripped from the number they dial leaving just the actual number. The 9 just designates which trunk to use. So, unless you are adding the 9 back in, it is not even being passed to your ZAP channel. Thanks, W ________________________________ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Jeffrey Sharpe Sent: Wednesday, April 06, 2005 8:00 AM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: [Asterisk-Users] Asterisk and phone system I have my * test box connected to our phone system here on an analog port with a X100P card. The phone system requires a 9 to pickup an outside line. Problem is, I think asterisk is passing the phone number to quickly after the 9 and not getting the line. Is there any way to get asterisk to wait 2 seconds before it passes the rest of the phone number? We have had this problem with a fax machine before, and had to set it up to pause after the 9 for 2 seconds. The lines into the building are centrex if that makes a difference. ------------------------------------------------ Jeffrey Sharpe CyberLynk Helpdesk and Support 414.858.9335 or 800.942.8022 support@cyberlynk.net <mailto:support@cyberlynk.net> ------------------------------------------------ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050406/abe5b4c3/attachment.htm
-----Original Message----- <snip> Is there any way to get asterisk to wait 2 seconds before it passes the rest of the phone number? -look at the w option to the dial command. -Jason Kawakami
Eric Wieling aka ManxPower
2005-Apr-06 09:40 UTC
[Asterisk-Users] RE: Asterisk and phone system
Jason Kawakami wrote:> > -----Original Message----- > <snip> > Is there any way to get asterisk to wait 2 seconds before > it passes the rest of the phone number? > > -look at the w option to the dial command.Dial(Zap/1/www1234) only works for ANALOG ports. Look at the D() option in "show application dial". --Eric
* is on a analog port of our legacy phone system which then converts it to digital. So do I use the W option? ------------------------------------------------ Jeffrey Sharpe CyberLynk Helpdesk and Support 414.858.9335 or 800.942.8022 support@cyberlynk.net ------------------------------------------------ -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Eric Wieling aka ManxPower Sent: Wednesday, April 06, 2005 11:41 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] RE: Asterisk and phone system Jason Kawakami wrote:> > -----Original Message----- > <snip> > Is there any way to get asterisk to wait 2 seconds before > it passes the rest of the phone number? > > -look at the w option to the dial command.Dial(Zap/1/www1234) only works for ANALOG ports. Look at the D() option in "show application dial". --Eric _______________________________________________ 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
You could try having a look at the CLI (asterisk -rvvvvv) to ensure that Asterisk is doing what you think it is. Regards Cameron ----- Original Message ----- From: Jeffrey Sharpe To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Sent: Thursday, April 07, 2005 3:00 AM Subject: [Asterisk-Users] Asterisk and phone system I have my * test box connected to our phone system here on an analog port with a X100P card. The phone system requires a 9 to pickup an outside line. Problem is, I think asterisk is passing the phone number to quickly after the 9 and not getting the line. Is there any way to get asterisk to wait 2 seconds before it passes the rest of the phone number? We have had this problem with a fax machine before, and had to set it up to pause after the 9 for 2 seconds. The lines into the building are centrex if that makes a difference. ------------------------------------------------ Jeffrey Sharpe CyberLynk Helpdesk and Support 414.858.9335 or 800.942.8022 support@cyberlynk.net ------------------------------------------------ ------------------------------------------------------------------------------ _______________________________________________ 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050406/1400ef8f/attachment.htm
Jason Kawakami
2005-Apr-06 13:00 UTC
[Asterisk-Users] RE:RE: RE: Asterisk and phone system
-----Original Message----- * is on a analog port of our legacy phone system which then converts it to digital. So do I use the W option? -per your original post, on an x100 you would use the Dial(zap/1/www${EXTEN}) -Jason Kawakami