Re: [asterisk-users] Can't comile bundled PJSIP on CentOS 7

2017-01-09 Thread Anton Teyhrib
Maybe libsrtp package is missing on your machine? 10 янв. 2017 г. 5:16 AM пользователь "Olivier" написал: > Hello, > > I'm setting up an Asterisk 13.13.1 cluster on two CentOS boxes. > > I followed this: > cd /usr/src > wget ... asterisk-13.13.1.tar.gz > tar zxf

Re: [asterisk-users] Issue with handling of 480 DND

2017-01-09 Thread Markus
Am 06.01.2017 um 12:07 schrieb Markus Weiler: Hi List, we're calling a sip phone from our Asterisk Server, and try to add logic depending on the dialstatus We tried to figure out what the difference is and think it's how Asterisk handles the "480 Do Not Disturb" from the phone

[asterisk-users] Can't comile bundled PJSIP on CentOS 7

2017-01-09 Thread Olivier
Hello, I'm setting up an Asterisk 13.13.1 cluster on two CentOS boxes. I followed this: cd /usr/src wget ... asterisk-13.13.1.tar.gz tar zxf asterisk-13.13.1.tar.gz cd asterisk-13.13.1 ASTERISK_CONFIGURE="--libdir=/usr/lib64 --prefix=/usr" ./configure ${ASTERISK_CONFIGURE}