Displaying 3 results from an estimated 3 matches for "nisch".
Did you mean:
nich
2005 Mar 14
4
How to Flash() a modem line
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 doesn't contain anything about flashing
a modem line. So I tried to simply put the AT-command
2005 Mar 08
1
Dial() out and offer a menu system
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, because the Dial cmd blocks further
execution until the called party hangs up.
Next try:
2006 Apr 01
2
chan-capi: Sending digits on a bri (isdn) d-channel
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:<<digits>>/bo,15) to do this. Are there better
ways? Note that these are not dtmf, I'm afraid.
I use