[asterisk-users] Custom INFO for Advice Of Charge

2017-01-10 Thread David Cunningham
Hello, Does anyone know how to send a SIP INFO with custom data on a specified channel from Asterisk? The intention is to provide an Advice Of Charge. Asterisk has it's own AOC function but it only seems to support Snom's format, not the more general XML format. Searching came up with

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

2017-01-10 Thread Matt Fredrickson
Response inline. On Fri, Jan 6, 2017 at 12:47 PM, Markus Weiler wrote: > Nobody any idea? > > It would be really helpful, > > Markus > > > > > Am 06.01.2017 um 12:07 schrieb Markus Weiler: > >> Hi List, >> >> we're calling a sip phone from our Asterisk Server, and

[asterisk-users] PJSIP status check at DB level (Realtime)

2017-01-10 Thread Ahmed Munir
Hi, I would like to know how to check PJSIP status for endpoints at DB level (realtime) just like in chan_sip? Like on chan_sip when sip extension gets register regseconds, ipaddr, fullcontact & many more parameters get updated at DB level. The version of asterisk I'm using is 13.8 cert 4 --

Re: [asterisk-users] PJSIP status check at DB level (Realtime)

2017-01-10 Thread Joshua Colp
On Tue, Jan 10, 2017, at 10:11 AM, Ahmed Munir wrote: > Hi, > > I would like to know how to check PJSIP status for endpoints at DB level > (realtime) just like in chan_sip? Like on chan_sip when sip extension > gets > register regseconds, ipaddr, fullcontact & many more parameters get > updated >

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

2017-01-10 Thread George Joseph
On Mon, Jan 9, 2017 at 5:15 PM, Olivier wrote: > 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 >

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

2017-01-10 Thread A J Stiles
* THIS IS NOT WHERE YOUR REPLY BELONGS * On Tuesday 10 Jan 2017, Olivier wrote: > Historically, I didn't use "install_prereq" but I also used it yesterday. > > As make fails with "[LD] libasteriskpj.o -> libasteriskpj.so.2" which is > the first of its "kind", I still wonder > if issue

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

2017-01-10 Thread Anton Teyhrib
is there libsrtp.so.* in /usr/lib64 ? did ./configure script show that libsrtp is present? 2017-01-10 14:58 GMT+05:00 Olivier : > Historically, I didn't use "install_prereq" but I also used it yesterday. > > As make fails with "[LD] libasteriskpj.o -> libasteriskpj.so.2"

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

2017-01-10 Thread Olivier
Historically, I didn't use "install_prereq" but I also used it yesterday. As make fails with "[LD] libasteriskpj.o -> libasteriskpj.so.2" which is the first of its "kind", I still wonder if issue comes from libsrtp somehow, or from a missing option in ./configure (such as --prefix). 2017-01-10

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

2017-01-10 Thread Olivier
2017-01-10 5:30 GMT+01:00 Anton Teyhrib : > Maybe libsrtp package is missing on your machine? > libsrtp-devel was installed and I could check it was installed with menuselect (Resources Modules/res_srtp) > 10 янв. 2017 г. 5:16 AM пользователь "Olivier"

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

2017-01-10 Thread A J Stiles
On Tuesday 10 Jan 2017, Olivier wrote: > 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