[asterisk-users] Secondary Dialtone and selecting a specific line from Zap/g

2007-10-04 Thread bilal ghayyad
Dear Mojo;

That is primary fine, but there are two issues looking
for help about them:

1) Based on your below example (dialing *4*18005551212
to select channel 4), the question is how to give
second dial tone just after dialing the *4*
(indicating the channel was captured)?

2) How to let this second dial tone to be with a
frequency differs than normal tone when pickup the
handset to place a call?

3) How to let (assign) one of the button on my IP
Phone to be dedicating for a zap channel, so when I
select this button and do dialing for a number, then
call will be done via that specific zap channel. 

Any help?
Regards
Bilal 
-

It would be ugly, but you could prefix a zap channel
or group number 
before the phone number to dial.  Using groups for an
example:

exten = _*X*X.,1,Dial(ZAP/g${EXTEN:1:1}/${EXTEN:3})
exten = _*XX*X.,1,Dial(ZAP/g${EXTEN:1:2}/${EXTEN:4})

so dialing *4*18005551212 dials out over zap group
4...


bilal ghayyad wrote:
 I need to select a line from the Zap group channel
 using the SIP Phone (not FXO and not FXS ports).

 ignorepat does not work?

 Also, what is the method to let the second dial tone
 has another tone frequency?

 Regards
 Bilal



   

Building a website is a piece of cake. Yahoo! Small Business gives you all the 
tools to get online.
http://smallbusiness.yahoo.com/webhosting 

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


[asterisk-users] Secondary Dialtone and selecting a specific line from Zap/g

2007-10-04 Thread bilal ghayyad
Dear Walt;

Maybe I did not understand any thing from below :) -

Are you talking about configuration to be done on the
Telephone device is self or on the AVAYA server it
self? If it is on the telephone device, so how you
will give a second dial tone and you do not know if
there is available channel :) -  

I am looking to have a second dial tone by doing such
configuration at AVAYA server itself, and that to be
used by all users of different IP Phones models (not
link sys only).

Can you help?
Regards
Bilal




--
For another tone frequency for the outside dialtone,
try putting this
value [EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL 
PROTECTED];*(.4/0/1),10(*/0/2+3) in
the Outside 
Dialtone field. It will give you a slight pause
followed by a different
dialtone frequency. On a Linksys/Siprua 941, that
would be at the top
of the Regional page.

However, you won't hear any secondary dialtone unless
you put a comma
after EVERY initial '9' in the dialplan string for
each line in use.
On a 941, that would be at the bottom of the Ext 1 and
Ext 2 pages of 
the web interface. I suggest the dialplan string of:
(*xx|[1-7]xx|9,[3469]11|98|99|9,[2-9]xx|9,11|9,[2-9]xx|9,1[2-9]xx[2-9]xx|9,011xxx.)

- Walt Joyce


Eric ManxPower Wieling wrote:
 I can't help you with that.  I only wanted to point
out that
 ignoreopat 
 is not what you need.
 
 On Polycom SIP phones you continue dialtone by
placing a , in the 
 phone's dialplan.  SIP phones have their own
internal dialplan that
 is 
 not part of Asterisk's dialplan.  You would have to
check the docs
 for 
 your phone.  Not all SIP phones can continue
dialtone.
 
 bilal ghayyad wrote:
 
I need to select a line from the Zap group channel
using the SIP Phone (not FXO and not FXS ports).

ignorepat does not work?

Also, what is the method to let the second dial tone
has another tone frequency?

Regards
Bilal



   

Moody friends. Drama queens. Your life? Nope! - their life, your story. Play 
Sims Stories at Yahoo! Games.
http://sims.yahoo.com/  

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] Secondary Dialtone and selecting a specific line from Zap/g

2007-10-04 Thread Mojo with Horan Company, LLC
The problem here, if it's a problem, is that it IS a POTS dialtone and 
not asterisk's.  So you can dial only what the telco lets you dial. 


Al lists wrote:
 Here is how i overcome this problem,
 ignorpat = 9
 exten = 9*,1,Dial(ZAP/1/w)

 press 9* from your handset and after 1 second you have POTS line dial 
 tone on your phone,

 On 10/3/07, *Mojo with Horan  Company, LLC* [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED] wrote:

 It would be ugly, but you could prefix a zap channel or group number
 before the phone number to dial.  Using groups for an example:

 exten = _*X*X.,1,Dial(ZAP/g${EXTEN:1:1}/${EXTEN:3})
 exten = _*XX*X.,1,Dial(ZAP/g${EXTEN:1:2}/${EXTEN:4})

 so dialing *4*18005551212 dials out over zap group 4...


 bilal ghayyad wrote:
  I need to select a line from the Zap group channel
  using the SIP Phone (not FXO and not FXS ports).
 
  ignorepat does not work?
 
  Also, what is the method to let the second dial tone
  has another tone frequency?
 
  Regards
  Bilal
 
  
  No, ignorepat is for FXS ports (FXS ports use FXO
  signaling).  Also,
  ignorepat does not apply to SIP phones, because SIP
  phones provide
   their
  own dialtone, not a dialtone provided by Asterisk.
 
  Al lists wrote:
 
  Correction, on FXO port not FXS,
  second, read his email first:
  Also, how it will be possible to assign an
 
  dedicated
 
  line (connected to FXO) to an
  button on the Polycom IP Phone or Broadtel IP Phone,
  so if user select that button
  then he will be sure that his outside call will be
 
  via
 
  that specific line.
  Just assign a key on your phone to dial that
 
  extension, and you will
   have
 
  dial tone on selected line,
  then as a traditional PBX you can send any digits to
 
  your provider.
 
  On 10/1/07, Eric ManxPower Wieling [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]
 
  wrote:
 
  ignorepat continues dialtone after a leading digit
 
  has been dialed
   on
 
  FXS ports.  How does ignorepat help this guy?
 
  Al lists wrote:
 
  ignorpat is your friend
 
  On 9/30/07, Tzafrir Cohen
 
  [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote:
 
  On Sun, Sep 30, 2007 at 02:34:01AM -0700, bilal
 
  ghayyad wrote:
 
  Dear List;
 
  How can I place a call via Zap/g1 (group) but
 
  need to
 
  determine the line (FXO port)
  that will go via it?
 
  Simply don't use groups. Use channels directly.
 
  To dial via the
 
  specific
 
  Zaptel channel NN, use Zap/NN
 
  Am I missing anything?
 
 
 
 
 
 
 
 
 
  Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now
 (it's updated for today's economy) at Yahoo! Games.
  http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow
 
  ___
  --Bandwidth and Colocation Provided by http://www.api-digital.com--
 
  asterisk-users mailing list
  To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users
 


 ___
 --Bandwidth and Colocation Provided by
 http://www.api-digital.com-- http://www.api-digital.com--

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


 

 ___
 --Bandwidth and Colocation Provided by http://www.api-digital.com--

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


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] Secondary Dialtone and selecting a specific line from Zap/g

2007-10-03 Thread bilal ghayyad
I need to select a line from the Zap group channel
using the SIP Phone (not FXO and not FXS ports).

ignorepat does not work?

Also, what is the method to let the second dial tone
has another tone frequency?

Regards
Bilal


No, ignorepat is for FXS ports (FXS ports use FXO
signaling).  Also, 
ignorepat does not apply to SIP phones, because SIP
phones provide
 their 
own dialtone, not a dialtone provided by Asterisk.

Al lists wrote:
 Correction, on FXO port not FXS,
 second, read his email first:
 Also, how it will be possible to assign an
dedicated
 line (connected to FXO) to an
 button on the Polycom IP Phone or Broadtel IP Phone,
 so if user select that button
 then he will be sure that his outside call will be
via
 that specific line.
 Just assign a key on your phone to dial that
extension, and you will
 have
 dial tone on selected line,
 then as a traditional PBX you can send any digits to
your provider.
 
 
 On 10/1/07, Eric ManxPower Wieling [EMAIL PROTECTED]
wrote:
 ignorepat continues dialtone after a leading digit
has been dialed
 on
 FXS ports.  How does ignorepat help this guy?

 Al lists wrote:
 ignorpat is your friend

 On 9/30/07, Tzafrir Cohen
[EMAIL PROTECTED] wrote:
 On Sun, Sep 30, 2007 at 02:34:01AM -0700, bilal
ghayyad wrote:
 Dear List;

 How can I place a call via Zap/g1 (group) but
need to
 determine the line (FXO port)
 that will go via it?
 Simply don't use groups. Use channels directly.
To dial via the
 specific
 Zaptel channel NN, use Zap/NN

 Am I missing anything?




   

Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated for 
today's economy) at Yahoo! Games.
http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow  

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] Secondary Dialtone and selecting a specific line from Zap/g

2007-10-03 Thread Eric \ManxPower\ Wieling
I can't help you with that.  I only wanted to point out that ignoreopat 
is not what you need.

On Polycom SIP phones you continue dialtone by placing a , in the 
phone's dialplan.  SIP phones have their own internal dialplan that is 
not part of Asterisk's dialplan.  You would have to check the docs for 
your phone.  Not all SIP phones can continue dialtone.

bilal ghayyad wrote:
 I need to select a line from the Zap group channel
 using the SIP Phone (not FXO and not FXS ports).
 
 ignorepat does not work?
 
 Also, what is the method to let the second dial tone
 has another tone frequency?
 
 Regards
 Bilal
 
 
 No, ignorepat is for FXS ports (FXS ports use FXO
 signaling).  Also, 
 ignorepat does not apply to SIP phones, because SIP
 phones provide
  their 
 own dialtone, not a dialtone provided by Asterisk.
 
 Al lists wrote:
 Correction, on FXO port not FXS,
 second, read his email first:
 Also, how it will be possible to assign an
 dedicated
 line (connected to FXO) to an
 button on the Polycom IP Phone or Broadtel IP Phone,
 so if user select that button
 then he will be sure that his outside call will be
 via
 that specific line.
 Just assign a key on your phone to dial that
 extension, and you will
  have
 dial tone on selected line,
 then as a traditional PBX you can send any digits to
 your provider.

 On 10/1/07, Eric ManxPower Wieling [EMAIL PROTECTED]
 wrote:
 ignorepat continues dialtone after a leading digit
 has been dialed
  on
 FXS ports.  How does ignorepat help this guy?

 Al lists wrote:
 ignorpat is your friend

 On 9/30/07, Tzafrir Cohen
 [EMAIL PROTECTED] wrote:
 On Sun, Sep 30, 2007 at 02:34:01AM -0700, bilal
 ghayyad wrote:
 Dear List;

 How can I place a call via Zap/g1 (group) but
 need to
 determine the line (FXO port)
 that will go via it?
 Simply don't use groups. Use channels directly.
 To dial via the
 specific
 Zaptel channel NN, use Zap/NN

 Am I missing anything?

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] Secondary Dialtone and selecting a specific line from Zap/g

2007-10-03 Thread Walt Joyce
For another tone frequency for the outside dialtone, try putting this
value [EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL 
PROTECTED];*(.4/0/1),10(*/0/2+3) in the Outside 
Dialtone field. It will give you a slight pause followed by a different
dialtone frequency. On a Linksys/Siprua 941, that would be at the top
of the Regional page.

However, you won't hear any secondary dialtone unless you put a comma
after EVERY initial '9' in the dialplan string for each line in use.
On a 941, that would be at the bottom of the Ext 1 and Ext 2 pages of 
the web interface. I suggest the dialplan string of:
(*xx|[1-7]xx|9,[3469]11|98|99|9,[2-9]xx|9,11|9,[2-9]xx|9,1[2-9]xx[2-9]xx|9,011xxx.)

- Walt Joyce


Eric ManxPower Wieling wrote:
 I can't help you with that.  I only wanted to point out that ignoreopat 
 is not what you need.
 
 On Polycom SIP phones you continue dialtone by placing a , in the 
 phone's dialplan.  SIP phones have their own internal dialplan that is 
 not part of Asterisk's dialplan.  You would have to check the docs for 
 your phone.  Not all SIP phones can continue dialtone.
 
 bilal ghayyad wrote:
 
I need to select a line from the Zap group channel
using the SIP Phone (not FXO and not FXS ports).

ignorepat does not work?

Also, what is the method to let the second dial tone
has another tone frequency?

Regards
Bilal


No, ignorepat is for FXS ports (FXS ports use FXO
signaling).  Also, 
ignorepat does not apply to SIP phones, because SIP
phones provide
 their 
own dialtone, not a dialtone provided by Asterisk.

Al lists wrote:

Correction, on FXO port not FXS,
second, read his email first:
Also, how it will be possible to assign an

dedicated

line (connected to FXO) to an
button on the Polycom IP Phone or Broadtel IP Phone,
so if user select that button
then he will be sure that his outside call will be

via

that specific line.
Just assign a key on your phone to dial that

extension, and you will
 have

dial tone on selected line,
then as a traditional PBX you can send any digits to

your provider.

On 10/1/07, Eric ManxPower Wieling [EMAIL PROTECTED]

wrote:

ignorepat continues dialtone after a leading digit

has been dialed
 on

FXS ports.  How does ignorepat help this guy?

Al lists wrote:

ignorpat is your friend

On 9/30/07, Tzafrir Cohen

[EMAIL PROTECTED] wrote:

On Sun, Sep 30, 2007 at 02:34:01AM -0700, bilal

ghayyad wrote:

Dear List;

How can I place a call via Zap/g1 (group) but

need to

determine the line (FXO port)
that will go via it?

Simply don't use groups. Use channels directly.

To dial via the

specific

Zaptel channel NN, use Zap/NN

Am I missing anything?
 
 
 ___
 --Bandwidth and Colocation Provided by http://www.api-digital.com--
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] Secondary Dialtone and selecting a specific line from Zap/g

2007-10-03 Thread Mojo with Horan Company, LLC
It would be ugly, but you could prefix a zap channel or group number 
before the phone number to dial.  Using groups for an example:

exten = _*X*X.,1,Dial(ZAP/g${EXTEN:1:1}/${EXTEN:3})
exten = _*XX*X.,1,Dial(ZAP/g${EXTEN:1:2}/${EXTEN:4})

so dialing *4*18005551212 dials out over zap group 4...


bilal ghayyad wrote:
 I need to select a line from the Zap group channel
 using the SIP Phone (not FXO and not FXS ports).

 ignorepat does not work?

 Also, what is the method to let the second dial tone
 has another tone frequency?

 Regards
 Bilal

 
 No, ignorepat is for FXS ports (FXS ports use FXO
 signaling).  Also, 
 ignorepat does not apply to SIP phones, because SIP
 phones provide
  their 
 own dialtone, not a dialtone provided by Asterisk.

 Al lists wrote:
   
 Correction, on FXO port not FXS,
 second, read his email first:
 Also, how it will be possible to assign an
 
 dedicated
   
 line (connected to FXO) to an
 button on the Polycom IP Phone or Broadtel IP Phone,
 so if user select that button
 then he will be sure that his outside call will be
 
 via
   
 that specific line.
 Just assign a key on your phone to dial that
 
 extension, and you will
  have
   
 dial tone on selected line,
 then as a traditional PBX you can send any digits to
 
 your provider.
   
 On 10/1/07, Eric ManxPower Wieling [EMAIL PROTECTED]
 
 wrote:
   
 ignorepat continues dialtone after a leading digit
   
 has been dialed
  on
   
 FXS ports.  How does ignorepat help this guy?

 Al lists wrote:
   
 ignorpat is your friend

 On 9/30/07, Tzafrir Cohen
 
 [EMAIL PROTECTED] wrote:
   
 On Sun, Sep 30, 2007 at 02:34:01AM -0700, bilal
   
 ghayyad wrote:
   
 Dear List;

 How can I place a call via Zap/g1 (group) but
 
 need to
   
 determine the line (FXO port)
 that will go via it?
 
 Simply don't use groups. Use channels directly.
   
 To dial via the
   
 specific
   
 Zaptel channel NN, use Zap/NN

 Am I missing anything?
   





 
 Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated for 
 today's economy) at Yahoo! Games.
 http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow  

 ___
 --Bandwidth and Colocation Provided by http://www.api-digital.com--

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


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] Secondary Dialtone and selecting a specific line from Zap/g

2007-10-03 Thread Al lists
Here is how i overcome this problem,
ignorpat = 9
exten = 9*,1,Dial(ZAP/1/w)

press 9* from your handset and after 1 second you have POTS line dial tone
on your phone,

On 10/3/07, Mojo with Horan  Company, LLC [EMAIL PROTECTED] wrote:

 It would be ugly, but you could prefix a zap channel or group number
 before the phone number to dial.  Using groups for an example:

 exten = _*X*X.,1,Dial(ZAP/g${EXTEN:1:1}/${EXTEN:3})
 exten = _*XX*X.,1,Dial(ZAP/g${EXTEN:1:2}/${EXTEN:4})

 so dialing *4*18005551212 dials out over zap group 4...


 bilal ghayyad wrote:
  I need to select a line from the Zap group channel
  using the SIP Phone (not FXO and not FXS ports).
 
  ignorepat does not work?
 
  Also, what is the method to let the second dial tone
  has another tone frequency?
 
  Regards
  Bilal
 
  
  No, ignorepat is for FXS ports (FXS ports use FXO
  signaling).  Also,
  ignorepat does not apply to SIP phones, because SIP
  phones provide
   their
  own dialtone, not a dialtone provided by Asterisk.
 
  Al lists wrote:
 
  Correction, on FXO port not FXS,
  second, read his email first:
  Also, how it will be possible to assign an
 
  dedicated
 
  line (connected to FXO) to an
  button on the Polycom IP Phone or Broadtel IP Phone,
  so if user select that button
  then he will be sure that his outside call will be
 
  via
 
  that specific line.
  Just assign a key on your phone to dial that
 
  extension, and you will
   have
 
  dial tone on selected line,
  then as a traditional PBX you can send any digits to
 
  your provider.
 
  On 10/1/07, Eric ManxPower Wieling [EMAIL PROTECTED]
 
  wrote:
 
  ignorepat continues dialtone after a leading digit
 
  has been dialed
   on
 
  FXS ports.  How does ignorepat help this guy?
 
  Al lists wrote:
 
  ignorpat is your friend
 
  On 9/30/07, Tzafrir Cohen
 
  [EMAIL PROTECTED] wrote:
 
  On Sun, Sep 30, 2007 at 02:34:01AM -0700, bilal
 
  ghayyad wrote:
 
  Dear List;
 
  How can I place a call via Zap/g1 (group) but
 
  need to
 
  determine the line (FXO port)
  that will go via it?
 
  Simply don't use groups. Use channels directly.
 
  To dial via the
 
  specific
 
  Zaptel channel NN, use Zap/NN
 
  Am I missing anything?
 
 
 
 
 
 
 
 
  Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it's
 updated for today's economy) at Yahoo! Games.
  http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow
 
  ___
  --Bandwidth and Colocation Provided by http://www.api-digital.com--
 
  asterisk-users mailing list
  To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users
 


 ___
 --Bandwidth and Colocation Provided by http://www.api-digital.com--

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

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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