Re: [asterisk-users] Asterisk 12.4.0 not able to install pjsip

2014-07-25 Thread Sameer Rathod
after exporting ie export PKG_CONFIG_PATH=/usr/lib/pkgconfig This command pkg-config --print-provides libpjproject shows *libpjproject = 2.2.0* and for pkg-config --list-all it gives libedata-book-1.2 libedatabook - Backend library for evolution address books *libpjproject

Re: [asterisk-users] SIP configuration in realtime static and realtime dynamic

2014-07-25 Thread Robin Kipp
Hi Ishfaq, Am 24.07.2014 um 09:57 schrieb Ishfaq Malik i...@pack-net.co.uk: It supplements it. In fact, you can define some peers in the sip.conf and some in the MySQL table. However, if you do add any in the sip.conf directly, you'll have to do a sip reload which will clear your

Re: [asterisk-users] SIP configuration in realtime static and realtime dynamic

2014-07-25 Thread Ishfaq Malik
Not that I know of but since you are using a database you can update multiple rows at once. Please note, if you change the settings in the database entry of a peer that is currently connected, you will need to flush the realtime cache with the following command sip prune realtime peer-name The

[asterisk-users] Use of undeclared identifier 'pvt' in asterisk-12.4.0

2014-07-25 Thread Jeffrey Walton
I downloaded asterisk-12.4.0 (asterisk-12-current.tar.gz, dated 10-JUL_2014) from http://downloads.asterisk.org/pub/telephony/asterisk/. The packaged configured OK. However, I'm getting a compile error: use of undeclared identifier 'pvt'. I've found similar reports for other versions

Re: [asterisk-users] Use of undeclared identifier 'pvt' in asterisk-12.4.0

2014-07-25 Thread Joshua Colp
Jeffrey Walton wrote: I downloaded asterisk-12.4.0 (asterisk-12-current.tar.gz, dated 10-JUL_2014) from http://downloads.asterisk.org/pub/telephony/asterisk/. The packaged configured OK. However, I'm getting a compile error: use of undeclared identifier 'pvt'. I've found similar reports for

Re: [asterisk-users] Use of undeclared identifier 'pvt' in asterisk-12.4.0

2014-07-25 Thread Jeffrey Walton
On Fri, Jul 25, 2014 at 10:35 AM, Joshua Colp jc...@digium.com wrote: Jeffrey Walton wrote: I downloaded asterisk-12.4.0 (asterisk-12-current.tar.gz, dated 10-JUL_2014) from http://downloads.asterisk.org/pub/telephony/asterisk/. The packaged configured OK. However, I'm getting a compile

Re: [asterisk-users] Use of undeclared identifier 'pvt' in asterisk-12.4.0

2014-07-25 Thread Joshua Colp
Jeffrey Walton wrote: On Fri, Jul 25, 2014 at 10:35 AM, Joshua Colpjc...@digium.com wrote: Jeffrey Walton wrote: I downloaded asterisk-12.4.0 (asterisk-12-current.tar.gz, dated 10-JUL_2014) from http://downloads.asterisk.org/pub/telephony/asterisk/. The packaged configured OK. However, I'm

Re: [asterisk-users] Use of undeclared identifier 'pvt' in asterisk-12.4.0

2014-07-25 Thread Jeffrey Walton
On Fri, Jul 25, 2014 at 10:42 AM, Joshua Colp jc...@digium.com wrote: Jeffrey Walton wrote: ... You are building Asterisk using the 'clang' compiler. At this time Asterisk does not support being built with it. You will need to ensure GCC is used instead. Oh, that's a drag. I specifically

Re: [asterisk-users] [AsteriskBrasil] [Elastix-pt] Melhor Chipeira para Integrar com Elastix

2014-07-25 Thread Thiago Maluf
Acrescentando o report do Dell, os equipamentos da Khomp são homologados pela Anatel - funcionamento normalmente nas implementações de Asterisk puro, FreePBX ou Elastix. Caso desejem mais informações sobre equipamentos da Khomp, consultem a CAM Tecnologia. A CAM Tecnologia atua com revenda ou

Re: [asterisk-users] Use of undeclared identifier 'pvt' in asterisk-12.4.0

2014-07-25 Thread Matthew Jordan
On Fri, Jul 25, 2014 at 10:46 AM, Jeffrey Walton noloa...@gmail.com wrote: On Fri, Jul 25, 2014 at 10:42 AM, Joshua Colp jc...@digium.com wrote: Jeffrey Walton wrote: ... You are building Asterisk using the 'clang' compiler. At this time Asterisk does not support being built with it. You

[asterisk-users] Building Asterisk

2014-07-25 Thread Jeffrey Walton
I'm catching compile errors for multiply defined symbols. Searching the web reveals lots of folks have experienced it through various versions of the software [1,2,3, 4, ...]. I've been building based on README, but I think I might be missing a few steps. Essentially, the steps are: