Asterisk 13.8.0 Now Available

Home » Asterisk Users » Asterisk 13.8.0 Now Available
Asterisk Users 4 Comments

there is no info about –with-pjproject-bundled

i tried it (CentOS6 32bit)
./configure –with-pjproject-bundled

checking for SSL_library_init in -lssl… yes OpenSSL library found, SSL support enabled
./aconfigure: line 14995: syntax error near unexpected token `fi’
./aconfigure: line 14995: `fi’
make: *** [build.mak] Error 2
make: Leaving directory
`/root/rpmbuild/SOURCES/asterisk-13.8.0/third-party/pjproject’

vim ./third-party/pjproject/source/aconfigure
# Check whether –with-opencore-amrnb was given. if test “${with_opencore_amrnb+set}” = set; then
withval=$with_opencore_amrnb; { { $as_echo “$as_me:$LINENO: error:
This option is obsolete and replaced by –with-opencore-amr=DIR” >&5
$as_echo “$as_me: error: This option is obsolete and replaced by
–with-opencore-amr=DIR” >&2;}
{ (exit 1); exit 1; }; }
else
???missing something???

fi

Dne 30.3.2016 v 0:12 Asterisk Development Team napsal(a):

4 thoughts on - Asterisk 13.8.0 Now Available

  • Marek Červenka wrote:

    While not in the email these are listed in the CHANGES and UPGRADE.txt file. Going forward we’ll try to ensure we include such things in the release notes as well.


    Joshua Colp Digium, Inc. | Senior Software Developer
    445 Jan Davis Drive NW – Huntsville, AL 35806 – US
    Check us out at: http://www.digium.com & http://www.asterisk.org

  • Dne 30.3.2016 v 14:34 Joshua Colp napsal(a):
    can you add this example from CentOS 6 ?

    [ODBC]
    Trace = No

    #http://www.unixodbc.org/doc/conn_pool.html Pooling = Yes

    #http://stackoverflow.com/questions/4207458/using-unixodbc-in-a-multithreaded-concurrent-setting Threading = 0

    # Setup from the unixODBC package
    [PostgreSQL]
    Description = ODBC for PostgreSQL
    Driver = /usr/lib/psqlodbcw.so Setup = /usr/lib/libodbcpsqlS.so Driver64 = /usr/lib64/psqlodbcw.so Setup64 = /usr/lib64/libodbcpsqlS.so FileUsage = 1

    # Driver from the mysql-connector-odbc package
    # Setup from the unixODBC package
    [MySQL]
    Description = ODBC for MySQL
    Driver = /usr/lib/libmyodbc5.so Setup = /usr/lib/libodbcmyS.so Driver64 = /usr/lib64/libmyodbc5.so Setup64 = /usr/lib64/libodbcmyS.so FileUsage = 1

    to https://wiki.asterisk.org/wiki/display/AST/ODBC

    and the text from https://www.asterisk-blog.com/2016/02/17/odbc_gutting/

    thanks


    —————————————
    Marek Cervenka
    =======================================

  • Marek Červenka wrote:

    I’ve provided your feedback to Rusty Newton, who is spearheading documentation updates, and he’ll work on including them in the wiki.

    Cheers,


    Joshua Colp Digium, Inc. | Senior Software Developer
    445 Jan Davis Drive NW – Huntsville, AL 35806 – US
    Check us out at: http://www.digium.com & http://www.asterisk.org