Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Asterisk with Jack support
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
maiku
Guru
Guru


Joined: 24 Mar 2004
Posts: 581
Location: Escaping from NY

PostPosted: Tue Jun 09, 2015 8:11 pm    Post subject: Asterisk with Jack support Reply with quote

Hello,

According to Asterisk, there should be a jack extension and Application:

http://www.voip-info.org/wiki/view/Asterisk+cmd+jack

Which I found on an ubuntu system which I administrator:
Quote:
# asterisk -r
Privilege escalation protection disabled!
See https://wiki.asterisk.org/wiki/x/1gKfAQ for more details.
Asterisk 11.7.0~dfsg-1ubuntu1, Copyright (C) 1999 - 2013 Digium, Inc. and others.
Created by Mark Spencer <markster@digium.com>
Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
This is free software, with components licensed under the GNU General Public
License version 2 and other licenses; you are welcome to redistribute it under
certain conditions. Type 'core show license' for details.
=========================================================================
Connected to Asterisk 11.7.0~dfsg-1ubuntu1 currently running on Asterisk01 (pid = 14644)
Asterisk01*CLI> module show like jack
Module Description Use Count
app_jack.so JACK Interface 0
But not on my Gentoo Asterisk system:
Quote:
Asterisk 11.17.1, Copyright (C) 1999 - 2013 Digium, Inc. and others.
Created by Mark Spencer <markster@digium.com>
Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
This is free software, with components licensed under the GNU General Public
License version 2 and other licenses; you are welcome to redistribute it under
certain conditions. Type 'core show license' for details.
=========================================================================
Connected to Asterisk 11.17.1 currently running on afterthought (pid = 9948)
afterthought*CLI> module show like jack
Module Description Use Count
0 modules loaded
And the module isn't even installed:
Ubuntu:
Quote:
# find /usr/lib/asterisk/modules -name "*j*"
/usr/lib/asterisk/modules/format_jpeg.so
/usr/lib/asterisk/modules/app_jack.so
/usr/lib/asterisk/modules/func_jitterbuffer.so
Gentoo:
Quote:
# find /usr/lib/asterisk/modules -name "*j*"
/usr/lib/asterisk/modules/format_jpeg.so
/usr/lib/asterisk/modules/func_jitterbuffer.so
I don't see any use flags for it on Gentoo. What could I be missing?

Thanks.
_________________
Michael
Back to top
View user's profile Send private message
maiku
Guru
Guru


Joined: 24 Mar 2004
Posts: 581
Location: Escaping from NY

PostPosted: Wed Jun 10, 2015 2:35 pm    Post subject: Reply with quote

I tried using the current ebuild, editing it, and adding the app_jack to the menuselect:
Quote:
use_select jack app_jack codec_resample
But unfortunately, I see codec_resample installed, but I don't see app_jack. I suppose I'm at a loss now and just spinning my wheels.
_________________
Michael
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum