Re: [Asterisk-Users] ATA-186 pass-through Flash

2004-01-19 Thread Steven Honson
I have also been trying to research this exact same problem, but as yet 
have not had much luck!

I'm hoping there is a solution, as at the moment, it makes transfering 
calls to another PBX user impossible.

Let me know if you find a solution!

Cheers,
Steven

This is what DUSTIN WILDES at Sun, Jan 18, 2004 at 11:55:03PM -0500 wrote:
 Hello all!
 
 I have an FXO port on a cisco router that is directly connected to our PBX.
 Our ATA-186 (firmware version 3) registers with asterisk, which connects to our 
 cisco router's fxo port to give me a dialtone on our PBX from the ATA.
 
 How do I pass the flash button to the PBX?  It seems the ATA-186 wants to control 
 the flash by putting my first call on hold and prompts me to dial another extension. 
  DTMF is fine, just can't use the native Flash functions of our PBX with the ATA-186 
 and asterisk.
 
 Anyone done this or know which direction to go?
 I've tried changing the audiomode options, but nothing helped or I didn't get the 
 right hex-to-binary conversion right.
 
 
 Any help would be greatly appreciated!
 Thanks!!
 ___
 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


RE: [Asterisk-Users] ATA-186 pass-through Flash

2004-01-19 Thread Florian Overkamp
Hi,

 -Original Message-
 How do I pass the flash button to the PBX?  It seems the 
 ATA-186 wants to control the flash by putting my first call 
 on hold and prompts me to dial another extension.  DTMF is 
 fine, just can't use the native Flash functions of our PBX 
 with the ATA-186 and asterisk.

You might be able to make a set of extensions that use the Flash application

on the Zap channel connected to your PBX, so you could use the flash
transfer 
with asterisk and then a special dialset to indicate it must flash your 
PBX first:

Exten = _*.,1,Flash(yourzapchannel)
Exten = _*.,2,Dial(yourzapchannel/${EXTEN:1})

Or something like it.

Florian


___
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


RE: [Asterisk-Users] ATA-186 pass-through Flash

2004-01-19 Thread DUSTIN WILDES
Cool - thanks Florian.  I'll give that a try.
I guess there isn't a away to just pass the native flash via SIP yet?




-Original Message-
From: Florian Overkamp [mailto:[EMAIL PROTECTED]
Sent: Monday, January 19, 2004 2:30 AM
To: [EMAIL PROTECTED]
Subject: RE: [Asterisk-Users] ATA-186 pass-through Flash


Hi,

 -Original Message-
 How do I pass the flash button to the PBX?  It seems the 
 ATA-186 wants to control the flash by putting my first call 
 on hold and prompts me to dial another extension.  DTMF is 
 fine, just can't use the native Flash functions of our PBX 
 with the ATA-186 and asterisk.

You might be able to make a set of extensions that use the Flash application

on the Zap channel connected to your PBX, so you could use the flash
transfer 
with asterisk and then a special dialset to indicate it must flash your 
PBX first:

Exten = _*.,1,Flash(yourzapchannel)
Exten = _*.,2,Dial(yourzapchannel/${EXTEN:1})

Or something like it.

Florian


___
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