Re: [Asterisk-Users] Which application to open Zap channel?

2006-06-18 Thread Carey O'Shea
I'm using Dial(Zap/X/) as suggested. 

However, Dial(Zap/X) does indeed work for me. So I'm curious, what's the
difference between them, and when wouldn't just Zap/X work?


On Wed, 2006-06-14 at 11:14 -0500, Eric ManxPower Wieling wrote:
 Carey O'Shea wrote:
  I swear Dial(Zap/X) was the first thing I tried and it didn't work, but
  now it works fine... hmmm maybe I forgot to reload my extensions or
  something like that.
 
 Don't expect Dial(Zap/X) to work.  Expect Dial(Zap/X/) to work.
 

___
--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] Which application to open Zap channel?

2006-06-18 Thread Eric \ManxPower\ Wieling

I don't know for sure, but I can make a few guesses.

Dial(Zap/X) would be used if you are dialing an FXS port, since these 
ports don't normally require digits to be sent.


Dial(Zap/X/) would be used if you are dialing an FXO port, since these 
ports almost always require digits to be dialed.  In this example you 
are dialing no digits.


Carey O'Shea wrote:
I'm using Dial(Zap/X/) as suggested. 


However, Dial(Zap/X) does indeed work for me. So I'm curious, what's the
difference between them, and when wouldn't just Zap/X work?


On Wed, 2006-06-14 at 11:14 -0500, Eric ManxPower Wieling wrote:

Carey O'Shea wrote:

I swear Dial(Zap/X) was the first thing I tried and it didn't work, but
now it works fine... hmmm maybe I forgot to reload my extensions or
something like that.

Don't expect Dial(Zap/X) to work.  Expect Dial(Zap/X/) to work.


--
Now accepting new clients in Birmingham, Atlanta, Huntsville, 
Chattanooga, and Montgomery.

___
--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


[Asterisk-Users] Which application to open Zap channel?

2006-06-14 Thread Carey O'Shea
I'm sure this a very common and easy thing to do with Asterisk, but for
the life of me I can't find the application that will allow me to open a
Zap channel.

Real world example: To be able to connect to an open Zap channel, so it
would allow me to say, join in on a call that was originally answered by
a PSTN phone (ie. just like you would by simply picking up another PSTN
phone..!).

There is ZapBarge, but allows no speaking, which is useless for this
situation. Maybe I just have to use Dial in some way?

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


Re: [Asterisk-Users] Which application to open Zap channel?

2006-06-14 Thread Mailing List

This will just pick up the line

exten = *01,1,Dial(ZAP/1/)

_
Mobilcom
http://www.mobilcom.net


- Original Message - 
From: Carey O'Shea [EMAIL PROTECTED]

To: asterisk-users@lists.digium.com
Sent: Wednesday, June 14, 2006 9:48 AM
Subject: [Asterisk-Users] Which application to open Zap channel?



I'm sure this a very common and easy thing to do with Asterisk, but for
the life of me I can't find the application that will allow me to open a
Zap channel.

Real world example: To be able to connect to an open Zap channel, so it
would allow me to say, join in on a call that was originally answered by
a PSTN phone (ie. just like you would by simply picking up another PSTN
phone..!).

There is ZapBarge, but allows no speaking, which is useless for this
situation. Maybe I just have to use Dial in some way?

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] Which application to open Zap channel?

2006-06-14 Thread Carey O'Shea
I swear Dial(Zap/X) was the first thing I tried and it didn't work, but
now it works fine... hmmm maybe I forgot to reload my extensions or
something like that.

Thanks though.


On Wed, 2006-06-14 at 10:03 -0400, Mailing List wrote:
 This will just pick up the line
 
 exten = *01,1,Dial(ZAP/1/)
 
 _
 Mobilcom
 http://www.mobilcom.net
 
 
 - Original Message - 
 From: Carey O'Shea [EMAIL PROTECTED]
 To: asterisk-users@lists.digium.com
 Sent: Wednesday, June 14, 2006 9:48 AM
 Subject: [Asterisk-Users] Which application to open Zap channel?
 
 
  I'm sure this a very common and easy thing to do with Asterisk, but for
  the life of me I can't find the application that will allow me to open a
  Zap channel.
  
  Real world example: To be able to connect to an open Zap channel, so it
  would allow me to say, join in on a call that was originally answered by
  a PSTN phone (ie. just like you would by simply picking up another PSTN
  phone..!).
  
  There is ZapBarge, but allows no speaking, which is useless for this
  situation. Maybe I just have to use Dial in some way?
  
  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

___
--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] Which application to open Zap channel?

2006-06-14 Thread Eric \ManxPower\ Wieling

Carey O'Shea wrote:

I swear Dial(Zap/X) was the first thing I tried and it didn't work, but
now it works fine... hmmm maybe I forgot to reload my extensions or
something like that.


Don't expect Dial(Zap/X) to work.  Expect Dial(Zap/X/) to work.

--
Now accepting new clients in Birmingham, Atlanta, Huntsville, 
Chattanooga, and Montgomery.

___
--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