[Asterisk-Users] Re: call waiting beep on PSTN and TDM400P FXO linehook flash

2005-08-21 Thread Larry Shields

I had a similar issue with sending a flash to the PSTN for call waiting.  I
found that my dial plan in the extensions.conf file was not allowing me to
dial *xx. Once I corrected my dial plan I was able to dial *0, *69, *78,
*79, etc. Training the wife on how to actually use it was an entirely
different issue. I have not tried to enable 3-way calling via the PSTN.

Jeff Otterson [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]...
   I have been looking for the answer to this question for a 
 while.  Google-ing and reading the archives of Asterisk-Users has not 
 enlightened me.
 
It seems that this question has been asked many times, and many times
it 
 has gone unanswered.
 
   I have call waiting and three way calling on my PSTN line from Verizon 
 (the local telco).  This is connected to a FXO port on a TDM400P.  I also 
 have two FXS ports on the TDM400P.
 
So my problem is, how do I flash the Verizon PSTN line when I hear the 
 call waiting beep?  How can I send a hook flash to the Verizon trunk to 
 activate their 3-way calling feature.
 
I have seen some stuff like hook flash then send *0 to get the bridged

 Zap trunk to flash but I can't get it to work.  I get the reorder 
 signal.  I need something my wife and kid can do.
 
Can anybody help?
 
Thanks,
 
Jeff
 
 ___
 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
 

___
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


[Asterisk-Users] Re: call waiting beep

2003-10-30 Thread Sean Rodger
I am thinking of coding a solution using variables, Cut, and ChanIsAvail.
here is what i'm thinking of doing

Create a variable that contains the string   SIP/gs1SIP/gs2SIP/gs3 ...
etc
check each phone with ChanIsAvail, and use Cut to remove its representation
in the string (if its not avail)
then do a dial( variable )

If that doesn't work for some reason, i will try the patch.
Thanks for the info.

-Sean R.

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Re: call waiting beep

2003-10-30 Thread Paul Liew
 I am thinking of coding a solution using variables, Cut, and ChanIsAvail.
 here is what i'm thinking of doing

 Create a variable that contains the string   SIP/gs1SIP/gs2SIP/gs3 ...
 etc
 check each phone with ChanIsAvail, and use Cut to remove its
representation
 in the string (if its not avail)
 then do a dial( variable )

 If that doesn't work for some reason, i will try the patch.
 Thanks for the info.

 -Sean R.

I don't think that will work, its been tried before, ChanIsAvail seems to
work only for Zap devices.

Paul

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users