Re: [asterisk-users] features.conf and mixmonitor stop and start

2014-08-28 Thread Leandro Dardini
Can you post an example? Leandro 2014-08-28 0:47 GMT+02:00 Ishfaq Malik i...@pack-net.co.uk: Do the pause/unpause in a Macro or Gosub and reference that from the features.conf Also, make sure you put the filename into a variable and give it full inheritance so you can resume recording to

[asterisk-users] Asterisk 1.6.2.12 segfault

2014-08-28 Thread Grant Bagdasarian
Hello, Could someone explain to me what this means? asterisk[30269]: segfault at 0008 rip 2aaac8b388f2 rsp 40a75910 error 4 Also, would this segfault crash the whole Asterisk process or will Asterisk continue to run? Is it possible this would affect/disconnect SOME

[asterisk-users] RDNIS with tel: vs. sip: header

2014-08-28 Thread Positively Optimistic
Has anyone had success patching chan_sip.c so that Asterisk will recognize the tel: header for RDNIS information? exten = get_in_brackets(tmp); if (!strncasecmp(exten, sip:, 4)) { exten += 4; } else if (!strncasecmp(exten, sips:, 5)) { exten += 5;

Re: [asterisk-users] features.conf and mixmonitor stop and start

2014-08-28 Thread Ishfaq Malik
On 28 August 2014 07:56, Leandro Dardini ldard...@gmail.com wrote: Can you post an example? Leandro 2014-08-28 0:47 GMT+02:00 Ishfaq Malik i...@pack-net.co.uk: Do the pause/unpause in a Macro or Gosub and reference that from the features.conf Also, make sure you put the filename into a

Re: [asterisk-users] Asterisk 1.6.2.12 segfault

2014-08-28 Thread Vik Killa
Grant, Perhaps it's time to upgrade? I used to see tons of unexplained segfaults in 1.6.X, haven't seen any in 1.8.22.0 (I'm afraid to upgrade since I finally found a stable version) You should, also, have you heard of FreeSWITCH? IMO much more stable PBX software. Thanks On Thu, Aug 28, 2014 at

Re: [asterisk-users] RDNIS with tel: vs. sip: header

2014-08-28 Thread Patrick Laimbock
On 28-08-14 11:57, Positively Optimistic wrote: Has anyone had success patching chan_sip.c so that Asterisk will recognize the tel: header for RDNIS information? exten = get_in_brackets(tmp); if (!strncasecmp(exten, sip:, 4)) { exten += 4; } else if

Re: [asterisk-users] Asterisk 1.6.2.12 segfault

2014-08-28 Thread Grant Bagdasarian
Hello, Yes, we use FreeSWITCH primarily for our main platform. Works like a charm! But we also have some applications running on Asterisk (older versions) which can’t be upgraded without careful planning and testing. Anyways, thanks for the response! Grant From:

[asterisk-users] asterisk SugarCrm integration

2014-08-28 Thread Marek Cervenka
hello, can you recommend good asterisk-SugarCrm integration plugin? i googled a lot, but i want something what is used on daily basis thank you -- --- Marek Cervenka === --

Re: [asterisk-users] asterisk SugarCrm integration

2014-08-28 Thread Scott Griepentrog
I've used this before, and it appears to still be an active project. https://github.com/blak3r/yaai On Thu, Aug 28, 2014 at 7:29 AM, Marek Cervenka cerv...@fpf.slu.cz wrote: hello, can you recommend good asterisk-SugarCrm integration plugin? i googled a lot, but i want something what is

[asterisk-users] Asterisk-eSpeak and Asterisk 12

2014-08-28 Thread Olivier
Hi, I'm giving a look at [1] with this: cd /tmp git clone https://github.com/zaf/Asterisk-eSpeak.git cd Asterisk-eSpeak ln -s path-to-asterisk-folder/include/asterisk.h ln -s path-to-asterisk-folder/include/asterisk make I'm getting this: gcc -pipe -fPIC -Wall -Wextra -Wstrict-prototypes

Re: [asterisk-users] Asterisk-eSpeak and Asterisk 12

2014-08-28 Thread Olivier
On a side note, with Asterisk 11, I'm getting this : gcc -pipe -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -g -O2 -c -o app_espeak.o app_espeak.c app_espeak.c: In function ‘espeak_exec’: app_espeak.c:219:13: error: dereferencing pointer

Re: [asterisk-users] Asterisk-eSpeak and Asterisk 12

2014-08-28 Thread Lefteris Zafiris
On Thu, 28 Aug 2014 17:22:54 +0200 Olivier oza.4...@gmail.com wrote: On a side note, with Asterisk 11, I'm getting this : gcc -pipe -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -g -O2 -c -o app_espeak.o app_espeak.c app_espeak.c: In

Re: [asterisk-users] asterisk SugarCrm integration

2014-08-28 Thread Marek Cervenka
it's old. sugarcrm v7 is not supported Dne 28.8.2014 v 14:54 Scott Griepentrog napsal(a): I've used this before, and it appears to still be an active project. https://github.com/blak3r/yaai On Thu, Aug 28, 2014 at 7:29 AM, Marek Cervenka cerv...@fpf.slu.cz mailto:cerv...@fpf.slu.cz wrote:

[asterisk-users] Asterisk and UniMRCP Licensing

2014-08-28 Thread Matthew Jordan
Hey all - In some previous conversations on the Asterisk mailing lists, we noticed that some users of Asterisk were using UniMRCP [1] with Asterisk, as well as some modules made and distributed by that project. Unfortunately, there were some licensing concerns with using UniMRCP with Asterisk. As

Re: [asterisk-users] Asterisk 1.6.2.12 segfault

2014-08-28 Thread virendra bhati
we are also facing an issue in Asterisk 11.4.0 as well. What is the route case of this issue is anyone know ? On Thu, Aug 28, 2014 at 5:32 PM, Grant Bagdasarian g...@cm.nl wrote: Hello, Yes, we use FreeSWITCH primarily for our main platform. Works like a charm! But we also have some