[Asterisk-Users] Asterisk cmd ZapSendKeypadFacility

2006-04-04 Thread Raoul Bönisch
Hello! There is "Asterisk cmd ZapSendKeypadFacility" which seems to do what I want, but I don't use ChanZap. Raoul ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http:/

Re: [Asterisk-Users] chan-capi: Sending digits on a bri (isdn) d-channel

2006-04-04 Thread Raoul Bönisch
Hello! Look at "Asterisk cmd SendText". Perhaps it would be the right way to implement the sendtext facility within chan-capi so that you can use this to send digits. The digits are some kind of text here, i.e. some data that is not really realted to the currently used channel, but just transport

[Asterisk-Users] chan-capi: Sending digits on a bri (isdn) d-channel

2006-04-01 Thread Raoul Bönisch
Dear asterisk users! I want to control a hardware pbx with asterisk. What I need to do this is being able to press "hold" which can be done with capicommand(hold) and then send digits on a bri card which connects to my asterisk computer. So far I use Dial(CAPI/ISDN1/27:<>/bo,15) to do this. Are th

[Asterisk-Users] It's impossible to flash a modem line (ISDN)

2005-03-15 Thread Raoul Bönisch
* Raoul Bönisch <[EMAIL PROTECTED]> [2005-03-14 19:26]: > * Stu Gotz <[EMAIL PROTECTED]> [2005-03-14 16:56]: > > The H0,H1 timing may be tricky, but, If the modem is AT compliant, ATD! is > > the flash command. The timing is based on S register 29. > > Yes,

Re: [Asterisk-Users] How to Flash() a modem line

2005-03-14 Thread Raoul Bönisch
* Mikael Magnusson <[EMAIL PROTECTED]> [2005-03-14 21:16]: > Raoul Bönisch wrote: > >* Eric Wieling <[EMAIL PROTECTED]> [2005-03-14 16:56]: > > > >>Raoul Bönisch wrote: > >>Flash is an analog thing. It does not even apply to ISDN. > > > >

Re: [Asterisk-Users] How to Flash() a modem line

2005-03-14 Thread Raoul Bönisch
* Eric Wieling <[EMAIL PROTECTED]> [2005-03-14 16:56]: > Raoul Bönisch wrote: > Flash is an analog thing. It does not even apply to ISDN. So how does the "R" key on my ISDN-telephone work then? Raoul ___ Asterisk-Users

Re: [Asterisk-Users] How to flash a modem line

2005-03-14 Thread Raoul Bönisch
* Stu Gotz <[EMAIL PROTECTED]> [2005-03-14 16:56]: > The H0,H1 timing may be tricky, but, If the modem is AT compliant, ATD! is > the flash command. The timing is based on S register 29. Yes, that's another possibility. We're close to it. I have the idea of using the System() application to call

[Asterisk-Users] How to flash a modem line

2005-03-14 Thread Raoul Bönisch
* Mateo Meier <[EMAIL PROTECTED]> [2005-02-28 09:13]: > I tryed that with capi.. but no luke. It will hang up the line anyway :-( > > exten => s,1,Playback(transfer) > exten => s,2,Flash(capi/72044**:041720,18) > exten => s,3,SendDTMF(${ARG1}) > exten => s,4,Hangup() > > Any idears why ? No

[Asterisk-Users] How to Flash() a modem line

2005-03-14 Thread Raoul Bönisch
Hello! I'd like to Flash() a modem line (BRI) with Asterisk. It is a passive ISDN-card connected to a hardware PBX. I use ISDN4Linux. I recognised that unfortunately the Flash() application flashes Zap devices only. Now I am wondering how I could flash Modem/ttyI0. The source code chan_modem.c d

[Asterisk-Users] Dial() out and offer a menu system

2005-03-08 Thread Raoul Bönisch
Hello all! I'd like my * to call out to somebody and offer the called party a menu system. Everything should just be as if the called party had initiated the call themselves. This is my try: exten => 100,1,Dial(Modem/g1:0555321) exten => 100,2,Goto(mainmenu,s,1) This doesn't really work, becaus

Re: [Asterisk-Users] Getting Started

2005-01-18 Thread Raoul Bönisch
Hello! I'm new to asterisk, too. * Bilal Ghayad <[EMAIL PROTECTED]> [2005-01-14 21:29]: > 1) Where I can find the PC to Phone software to be used? Does it support > G723 codec? If not, then the used codec will need how much bandwidth? What > the client OS should be? I found something written abo