Displaying 4 results from an estimated 4 matches for "in_1".
Did you mean:
in1
2020 Oct 15
2
Parallel dialing / running dialplan process in background
...g as continuous process, until hangup).
This is my current dialplan attempt:
---------------------
[from-internal]
exten = 514316XXXX,1,Answer()
same => n,Playback(hello)
same => n,Dial(LOCAL/100 at extensions&LOCAL/101 at extensions)
[extensions]
exten => 100,1,JACK([i(SuperCollider:in_1), o(SuperCollider:out_1)])
same => n,Hangup()
exten => 101,1,AGI(test.py)
---------------------
Currently, this will start my python script via AGI & run it as blocking,
stopping extension 100 from connecting.
I’ve also tried the following alternative syntax’s with Dial, with varying
re...
2020 Oct 15
0
Parallel dialing / running dialplan process in background
...o put
it in it's own context and then call the agi from the h extension. So
something like this:
[from-internal]
exten = 514316XXXX,1,Answer()
same => n,Playback(hello)
same => n,Dial(LOCAL/100 at extensions&LOCAL/101 at extensions)
[extensions]
exten => 100,1,JACK([i(SuperCollider:in_1), o(SuperCollider:out_1)])
same => n,Hangup()
[our_agi]
Exten => 101,1,Congestion
Exten => h,1,AGI(test.py)
On Thu, Oct 15, 2020 at 12:35 PM Peter van Haaften <petervh at gmail.com>
wrote:
> Hi,
>
> I am trying to write a dialplan that will use Dial() to call two loca...
2004 Oct 31
2
Re: ices-kh dropping jack ports unexpectedly
...ll
[2004-11-01 01:44:05] INFO input/input_loop Closing input module
[2004-11-01
01:44:05] DBUG input-jack/jack_close_module closing JACK module
[2004-11-01 01:44:05] DBUG input/open_next_input_module checking module 1
[2004-11-01 01:44:05] INFO input-jack/jack_open_module Registering as ices64:in_1,ices64:in_2
[2004-11-01 01:44:05] DBUG input-jack/jack_open_module creating 2 ringbuffers, one per channel, of 81920 bytes each
[2004-11-01 01:44:05] INFO input-jack/jack_open_module Channels 2 / Samplerate 48000
[2004-11-01 01:44:05] DBUG input-jack/jack_read metadata updates flagged
[2004-11-...
2004 Oct 18
9
ices-kh dropping jack ports unexpectedly
I've been having a problem where ices-kh (the jack'ified version)
disconnects from its jack input source unexpectedly. This happens mainly
while other jack clients are being started/stopped, or
connected/disconnected, but also at other times (e.g. switching between
different X sessions). I'm planning to do a bit more work on tuning up the
jack setup to see if I can get rid of the