Re: [asterisk-users] Sample Docker images for Asterisk available

2015-04-22 Thread Guenther Boelter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 04/23/2015 02:03 PM, Lenz Emilitri wrote:
> Hello all,
> 
> I created a set of Docker images running Asterisk and exposing AMI
> / ARI ports that i found to be quite useful for ARI / AMI
> development and regression.
> 
> As they are based on Docker with whaleware, adding new
> configuration files to roll your own dialplan / queues / voicemail
> etc is pretty easy. And you can run quite a lot on the same box to
> simulate clusters.
> 
> There is no SIP / RTP configured at the moment.
> 
> See
> https://github.com/l3nz/whaleware/blob/master/examples/asterisk-load-t
est/README.md
>
>  Maybe somebody else might find them useful. There is Asterisk 1.8,
> 11, 12 and 13. Thanks

Great, will try it out tonight ...

Thanks


- -- 
DavaoSOFT, the home of ERPel
ERPel, das deutsche Warenwirtschaftssystem fuer LINUX
http://www.davaosoft.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBAgAGBQJVOJVpAAoJENexF5oIz3BC08oQAJMOx64PLaVQVtJYDyZH78Sl
V134Rgv/Fq/1Udm4dZlt4Dooo3cEYPCd+WBC70VU+4hNegSgv6xZxGSMXyymPT/R
SrjL/4jMJ/9S8uanIRdiZbAoKRByDacw/CgzF1CO4Jd9DQTu1L/Smz3VC5DhU0Cg
ZOVdJW49FRv8TrfYiLp6YzdKgf16/qwhpAif7RGNoms4Ixfg3T8r72sKHisl+0v4
7qQ4a6t3nByo54WIH3IvAHrmvYTSiL4DtQS2bTddhZshw5isWOQ1x6gfwE+ecefC
O9zmsyUqvKFBg+zaCuo6lShwpr7t2wFNQKtH6ndVbikAR1oUdIJ7pMPLbgVTVCJ7
TrOKvkllvs8b5l/k/ahjRQDHgZ6eZwnatnp0Woao8rH6u7VG1yWq4g8d4wcxcMp7
exK1ex3yLs3ZWuZuvif9ivUj60+RWqiSkJZCvMSqNO0hMpdzAYZuT5F1NfFNt7tU
OvOH15jPvHr7jrgMo+XljIxBgg1RUHuM4NZzUg3N/0OTMthWhC5mhn8YODfctrRq
QFPYACEgv969N/3jA2JoIhOkvyLDRoovjem3RNsrHiGKzSyvyjlFm7q0sLz5LRTL
DR+bd95eqg/+78rQLxpSdGgLgbfN7GK1mSaDhLUY6bmlTSdfxQI4nF3xtz3bLqYm
7d5SrxB/ct0RmjgV88GP
=FSuK
-END PGP SIGNATURE-

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] Sample Docker images for Asterisk available

2015-04-22 Thread Lenz Emilitri
Hello all,

I created a set of Docker images running Asterisk and exposing AMI /
ARI ports that i found to be quite useful for ARI / AMI development
and regression.

As they are based on Docker with whaleware, adding new configuration
files to roll your own dialplan / queues / voicemail etc is pretty
easy. And you can run quite a lot on the same box to simulate
clusters.

There is no SIP / RTP configured at the moment.

See 
https://github.com/l3nz/whaleware/blob/master/examples/asterisk-load-test/README.md

Maybe somebody else might find them useful. There is Asterisk 1.8, 11,
12 and 13.
Thanks
l.




-- 
Loway - home of QueueMetrics - http://queuemetrics.com
Try the WombatDialer auto-dialer @ http://wombatdialer.com

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] MixMonitor Files Always Empty

2015-04-22 Thread Steve Edwards

Please don't top post.

On Wed, 22 Apr 2015, Mark Farmer wrote:


The file is always created but is always zero size. This is the dial plan that 
records the call:

exten = 
_0[1-8]X.,1,Set(CALLFILENAME=/var/spool/asterisk/callrecordings/its/${STRFTIME(${EPOCH},,%Y/%m/%d)}/Outbound-${UNIQUEID})
exten = _0[1-8]X.,2,MixMonitor(${CALLFILENAME}.gsm,b)

The dial plan then calls a macro that makes the call.
I’ve tried adding a StopMixMonitor after calling the macro but that did not 
help and I have tried putting an Answer() at the start of the dial plan.

I am currently using the Monitor application instead which is working OK but 
I’d much rather stick with MixMonitor.


Change something and see if it yields clues.

1) Change the file location to /tmp/, without the STRFTIME subdirectory.

2) Change the codec by changing the file type.

3) Don't use a macro.

What's different between your monitor() call path and your mixmonitor() 
call path?


--
Thanks in advance,
-
Steve Edwards   sedwa...@sedwards.com  Voice: +1-760-468-3867 PST
Newline  Fax: +1-760-731-3000-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] MixMonitor Files Always Empty

2015-04-22 Thread Mark Farmer
Hi, sorry to bump this one but I still have this problem.

The file is always created but is always zero size. This is the dial plan that 
records the call:

exten = 
_0[1-8]X.,1,Set(CALLFILENAME=/var/spool/asterisk/callrecordings/its/${STRFTIME(${EPOCH},,%Y/%m/%d)}/Outbound-${UNIQUEID})
exten = _0[1-8]X.,2,MixMonitor(${CALLFILENAME}.gsm,b)

The dial plan then calls a macro that makes the call.
I’ve tried adding a StopMixMonitor after calling the macro but that did not 
help and I have tried putting an Answer() at the start of the dial plan.

I am currently using the Monitor application instead which is working OK but 
I’d much rather stick with MixMonitor.

Asterisk version is now 11.17.1

Thanks!


From: Mark Farmer
Reply-To: 
"asterisk-users@lists.digium.com"
Date: Friday, 10 April 2015 16:34
To: "asterisk-users@lists.digium.com"
Subject: [asterisk-users] MixMonitor Files Always Empty

Hi all, I’m having an issue with MixMonitor in Asterisk 11.17.0. The gsm files 
are always created but no audio is being written to them regardless of whether 
or not I use the b option.
I’ve tried switching to the Monitor application and that is working just fine.

Has anyone else seen this? Am I missing something somewhere? I’ve never seen 
this before.

Mark.

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Ubuntu Asterisk 11.17.1 - segfault ERROR 4

2015-04-22 Thread A J Stiles
On Wednesday 22 Apr 2015, pankaj pandey wrote:
> Hi All,
> I am running Asterisk 11.17.1 on Ubuntu 11.10 and i am getting segfault
> error very frequently. Due to this my asterisk server dies and i am
> getting the following following error in /var/log/kern.log ,
> 
> Apr 22 14:21:03 pp  kernel: [  369.264497] asterisk[1267]: segfault at
> 986e000 ip b7689ad7 sp b47e32ac error 6 in libc-2.13.so[b760f000+17c000]
> Apr 22 14:21:38 pp  kernel: [  404.258595] asterisk[4136]: segfault at
> 69657461 ip b4623b19 sp b4a2523c error 4 in libgcc_s.so.1[b460e000+1c000]
> Apr 22 14:52:38 pp  kernel: [ 2263.683388] asterisk[4545]: segfault at 8
> ip b7638551 sp b46702f0 error 6 in libc-2.13.so[b75c5000+17c000]
> 
> Any suggestions ...

Did you build your Asterisk yourself, or was it downloaded from Ubuntu or a 
PPA?

-- 
AJS

Note:  Originating address only accepts e-mail from list!  If replying off-
list, change address to asterisk1list at earthshod dot co dot uk .

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] Ubuntu Asterisk 11.17.1 - segfault ERROR 4

2015-04-22 Thread pankaj pandey
Hi All,
I am running Asterisk 11.17.1 on Ubuntu 11.10 and i am getting segfault error 
very frequently.
Due to this my asterisk server dies and i am getting the following following 
error in /var/log/kern.log ,
 
Apr 22 14:21:03 pp  kernel: [  369.264497] asterisk[1267]: segfault at 986e000 
ip b7689ad7 sp b47e32ac error 6 in libc-2.13.so[b760f000+17c000]
Apr 22 14:21:38 pp  kernel: [  404.258595] asterisk[4136]: segfault at 69657461 
ip b4623b19 sp b4a2523c error 4 in libgcc_s.so.1[b460e000+1c000]
Apr 22 14:52:38 pp  kernel: [ 2263.683388] asterisk[4545]: segfault at 8 ip 
b7638551 sp b46702f0 error 6 in libc-2.13.so[b75c5000+17c000]

Any suggestions ...

 Thanks & Regards,
Pankaj Pandey
+91-9990212758-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users