Re: [asterisk-users] about application Jack and its runtime

2008-09-13 Thread Julien Claassen
This is cool! So that's the way to do things in parallel... Btw.: saw you on the LAD today, Russell. Kindest regards Julien Music was my first love and it will be my last (John Miles) FIND MY WEB-PROJECT AT: http://ltsb.sourceforge.net the Linux TextBased

Re: [asterisk-users] about application Jack and its runtime

2008-09-13 Thread Russell Bryant
On Sep 12, 2008, at 10:17 AM, Julien Claassen wrote: > exten => NUM,1,System(ast_picker ring.wav) > exten => NUM,2,Answer() > exten => NUM,3,GotoIf($[${SYSTEMSTATUS} = SUCCESS]?4:7) > exten => \ > NUM, > 4,Set(JACK_HOOK(manipulate,i(sstem:playback_1)o(system:capture_1)=on) > exten => NUM,5,System

Re: [asterisk-users] about application Jack and its runtime

2008-09-12 Thread Julien Claassen
Hello Russell! Certainly, here's the shortened dialplan: exten => NUM,1,System(ast_picker ring.wav) exten => NUM,2,Answer() exten => NUM,3,GotoIf($[${SYSTEMSTATUS} = SUCCESS]?4:7) exten => \ NUM,4,Set(JACK_HOOK(manipulate,i(sstem:playback_1)o(system:capture_1)=on) exten => NUM,5,System(ast_conne

Re: [asterisk-users] about application Jack and its runtime

2008-09-12 Thread Jay R. Ashworth
On Fri, Sep 12, 2008 at 09:04:57AM -0500, Russell Bryant wrote: > Jay R. Ashworth wrote: > > A bit of nomenclature: is Jack the name of an Asterisk application? Or > > are you referring to JACK, the Jack Audio Connection Kit, whose name is > > all-caps, directly? And if not, of course, is Jack so

Re: [asterisk-users] about application Jack and its runtime

2008-09-12 Thread Russell Bryant
Jay R. Ashworth wrote: > A bit of nomenclature: is Jack the name of an Asterisk application? Or > are you referring to JACK, the Jack Audio Connection Kit, whose name is > all-caps, directly? And if not, of course, is Jack something that > connects JACK to Asterisk? Sorry for the confusion. The

Re: [asterisk-users] about application Jack and its runtime

2008-09-12 Thread Russell Bryant
Julien Claassen wrote: >Something I find even stranger is that jack_lsp shows, that the asterisk > input AND output ports do exist and ARE CORRECTLY connected. So I should get > audio from my microphone and still I don't. >Hope that helps... Can you share the dialplan that you're using?

Re: [asterisk-users] about application Jack and its runtime

2008-09-12 Thread Jay R. Ashworth
On Thu, Sep 11, 2008 at 08:11:09PM -0500, Russell Bryant wrote: > The Jack application acts as an endpoint for a call. A bit of nomenclature: is Jack the name of an Asterisk application? Or are you referring to JACK, the Jack Audio Connection Kit, whose name is all-caps, directly? And if not, o

Re: [asterisk-users] about application Jack and its runtime

2008-09-12 Thread Julien Claassen
Some addition... Something I find even stranger is that jack_lsp shows, that the asterisk input AND output ports do exist and ARE CORRECTLY connected. So I should get audio from my microphone and still I don't. Hope that helps... Kindest regards Julien Music was my f

Re: [asterisk-users] about application Jack and its runtime

2008-09-12 Thread Julien Claassen
Russell! This time it's really a problem: when I use application Jack I get input and output. When I use functionJACK_HOOK with the same options, just copied from the Jack call, I only get one way. the o-option doesn't work. I connect it to my microphone, sstem:capture_1. So nothing fancy.

Re: [asterisk-users] about application Jack and its runtime

2008-09-12 Thread Julien Claassen
Thanks! You're the best! Kindest regards Julien Music was my first love and it will be my last (John Miles) FIND MY WEB-PROJECT AT: http://ltsb.sourceforge.net the Linux TextBased Studio guide === AND MY PERSONAL PAGES AT: === http://www.juliencoder

Re: [asterisk-users] about application Jack and its runtime

2008-09-11 Thread Russell Bryant
On Sep 11, 2008, at 2:18 PM, Julien Claassen wrote: > Does application Jack run the whole time, the conversation is going? > If so: is there a SIMPLE extensions.conf-only-based way to put it > in the > "background"? I know AGI and other applications... :-( Yes. When you use the Jack applic

[asterisk-users] about application Jack and its runtime

2008-09-11 Thread Julien Claassen
Greetings! Does application Jack run the whole time, the conversation is going? If so: is there a SIMPLE extensions.conf-only-based way to put it in the "background"? I know AGI and other applications... :-( Kindest regards and thanks Julien Music was my first love