Re: [asterisk-dev] Asterisk now available with bundled pjproject!

2016-03-19 Thread George Joseph
On Wed, Mar 16, 2016 at 9:30 AM, Ross Beer wrote: > > Package matching libsrtp-devel-1.4.4-10.20101004cvs.el7.x86_64 already > installed. > > pjproject builds correct with the following: > > ./configure CFLAGS="-DNDEBUG" --prefix=/usr --libdir=/usr/lib64 > --enable-epoll

Re: [asterisk-dev] Asterisk now available with bundled pjproject!

2016-03-19 Thread Ross Beer
Hi, I just attempted to install with the bundled pjproject however the following error stopped the build: Generating embedded module rules ... [CC] astdb2sqlite3.c -> astdb2sqlite3.o [LD] astdb2sqlite3.o db1-ast/libdb1.a -> astdb2sqlite3 [CC] astdb2bdb.c -> astdb2bdb.o [LD]

[asterisk-dev] Add .gitignore (libss7[master])

2016-03-19 Thread Richard Mudgett
Richard Mudgett has uploaded a new change for review. https://gerrit.asterisk.org/2421 Change subject: Add .gitignore .. Add .gitignore Change-Id: I068e59b57102551e3ef7c10eb5774ac071a7c5b6 --- A .gitignore 1 file changed, 11

[asterisk-dev] Add .gitignore (libpri[1.4])

2016-03-19 Thread Richard Mudgett
Richard Mudgett has uploaded a new change for review. https://gerrit.asterisk.org/2423 Change subject: Add .gitignore .. Add .gitignore Change-Id: I11ac3b47a9d5d0a0c1ea4559280b75ef5d866d62 --- A .gitignore 1 file changed, 12

Re: [asterisk-dev] Asterisk now available with bundled pjproject!

2016-03-19 Thread George Joseph
On Wed, Mar 16, 2016 at 10:25 AM, George Joseph wrote: > > > On Wed, Mar 16, 2016 at 9:30 AM, Ross Beer wrote: > >> >> Package matching libsrtp-devel-1.4.4-10.20101004cvs.el7.x86_64 already >> installed. >> >> pjproject builds correct with

[asterisk-dev] q931.c: Substitute PROGRESS for DISCONNECT with progress ind... (libpri[1.4])

2016-03-19 Thread Richard Mudgett
Richard Mudgett has uploaded a new change for review. https://gerrit.asterisk.org/2425 Change subject: q931.c: Substitute PROGRESS for DISCONNECT with progress indicator #8 .. q931.c: Substitute PROGRESS for DISCONNECT with

Re: [asterisk-dev] Issues with ARI python example for recording

2016-03-19 Thread Nitesh Bansal
Hi, It may well be an issue with Asterisk. Here is the HTTP traffic dump {"state":"queued","format":"wav","name":"voicemail/ 6/1458310870.38","target_uri":"channel:1458310870.16"}POST /ari/recordings/live/voicemail/%206/1458310870.38/stop HTTP/1.1 Host: 37.139.25.109:8088

[asterisk-dev] Add .gitignore (libpri[master])

2016-03-19 Thread Richard Mudgett
Richard Mudgett has uploaded a new change for review. https://gerrit.asterisk.org/2424 Change subject: Add .gitignore .. Add .gitignore Change-Id: I11ac3b47a9d5d0a0c1ea4559280b75ef5d866d62 --- A .gitignore 1 file changed, 12

[asterisk-dev] Add .gitignore (libss7[2.0])

2016-03-19 Thread Richard Mudgett
Richard Mudgett has uploaded a new change for review. https://gerrit.asterisk.org/2420 Change subject: Add .gitignore .. Add .gitignore Change-Id: I068e59b57102551e3ef7c10eb5774ac071a7c5b6 --- A .gitignore 1 file changed, 11

Re: [asterisk-dev] Asterisk now available with bundled pjproject!

2016-03-19 Thread George Joseph
On Wed, Mar 16, 2016 at 8:47 AM, Ross Beer wrote: > After running install_prereq I get the following error: > > > [GENERATE] libasteriskpj.exports >[LD] libasteriskpj.o -> libasteriskpj.so.2 >[LN] libasteriskpj.so.2 -> libasteriskpj.so >[LD] abstract_jb.o acl.o

Re: [asterisk-dev] Issues with ARI python example for recording

2016-03-19 Thread Mark Michelson
On 03/18/2016 06:18 AM, Nitesh Bansal wrote: Hello, I'm using the latest version of ari-py library. I'm trying the following demo https://wiki.asterisk.org/wiki/display/AST/ARI+and+Media%3A+Part+1+-+Recording. Everything is setup correctly, I can call Asterisk, but when I press the DTMF '#'

Re: [asterisk-dev] Asterisk now available with bundled pjproject!

2016-03-19 Thread Ross Beer
Hi, This is now working as expected, however the build failed as the 'bzip2' and 'patch' package needed to be installed. Could this be added to the 'install_prereq' script to negate the issue? Regards, Ross From: george.jos...@fairview5.com Date: Wed, 16 Mar 2016 14:27:10 -0600 To:

[asterisk-dev] Issues with ARI python example for recording

2016-03-19 Thread Nitesh Bansal
Hello, I'm using the latest version of ari-py library. I'm trying the following demo https://wiki.asterisk.org/wiki/display/AST/ARI+and+Media%3A+Part+1+-+Recording . Everything is setup correctly, I can call Asterisk, but when I press the DTMF '#' to stop the recording, my python library throws

[asterisk-dev] Building a conference application with ARI

2016-03-19 Thread Nitesh Bansal
Hello folks, I have just started exploring Asterisk ARI and I really like this. I'm just wondering if anybody has built a conferencing application with ARI? Any examples/references are really welcome. Many thanks, Nitesh -- _