Displaying 1 result from an estimated 1 matches for "pjoptions".
Did you mean:
options
2014 Aug 14
0
Asterisk 12 on Debian Wheezy [SOLVED]
2014-08-13 19:06 GMT+02:00 Matthew Jordan <mjordan at digium.com>:
> On Wed, Aug 13, 2014 at 12:01 PM, Olivier <oza.4h07 at gmail.com> wrote:
>> After installing various packages, here is what I did:
>>
>> TDIR=/usr/src
>> cd $TDIR
>> PJOPTIONS="--prefix=/usr --enable-shared --disable-sound
>> --disable-resample --disable-video --disable-opencore-amr"
>> git clone https://github.com/asterisk/pjproject pjproject
>> cd pjproject/
>> ./configure ${PJOPTIONS}
>> make dep
>> make
>> make inst...