Re: [asterisk-users] load test docker images?

2016-02-24 Thread Jeff LaCoursiere

On 02/24/2016 04:49 PM, Steve Edwards wrote:

On Fri, 19 Feb 2016, Jeff LaCoursiere wrote:

Has anyone created any docker images I might be able to use on EC2 
for load testing an asterisk platform?  I started an instance this 
morning and was about to load sipp and other tools, and then thought 
surely someone must have done this already.  I'd like to hammer a 
platform we have created with multiple EC2 images until it breaks, to 
test capacity.


I'm surprised no one has this available.

If it's in your skill set, I could make use of it.



I did actually find a few docker images having to do with sipp, but all 
seemed to be basically a container with sipp loaded.  Not all that 
useful, as I had sipp built in about ten minutes.


I'm working on scenarios to do our load test, which at present will 
involve pjsua and sipp sending audio calls through our proxy.  I'm 
thinking each container will add on fifty simultaneous calls, and I will 
simply start containers until I can't make an audible call myself 
through the proxy.  Not the grandest plan I suppose.  Open for 
suggestions :)


When I am done I will happily make the container available to the list 
via our website.


Cheers,

j

--
_
-- 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] load test docker images?

2016-02-24 Thread Bobby Hakimi
try hub.docker.com

On Wed, Feb 24, 2016 at 3:55 PM, Karl Anderson  wrote:

> Is there *any* kind of automated Asterisk build out there? I have one, but
> it's embarrasingly janky. I haven't found any examples of an unattended
> build, however.
>
>
> On Wed, Feb 24, 2016 at 2:49 PM, Steve Edwards 
> wrote:
>
>> On Fri, 19 Feb 2016, Jeff LaCoursiere wrote:
>>
>> Has anyone created any docker images I might be able to use on EC2 for
>>> load testing an asterisk platform?  I started an instance this morning and
>>> was about to load sipp and other tools, and then thought surely someone
>>> must have done this already.  I'd like to hammer a platform we have created
>>> with multiple EC2 images until it breaks, to test capacity.
>>>
>>
>> I'm surprised no one has this available.
>>
>> If it's in your skill set, I could make use of it.
>>
>> --
>> Thanks in advance,
>> -
>> Steve Edwards   sedwa...@sedwards.com  Voice: +1-760-468-3867 PST
>>
>>
>> --
>> _
>> -- 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
>>
>
>
> --
> _
> -- 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
>

-- 


20950 Warner Center Lane, Building A | Woodland Hills | California | 91367
Phone: 888-456-5454 | *Fax:* 888-401-7809 
*Web:* www.safesoftsolutions.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] load test docker images?

2016-02-24 Thread Karl Anderson
Is there *any* kind of automated Asterisk build out there? I have one, but
it's embarrasingly janky. I haven't found any examples of an unattended
build, however.


On Wed, Feb 24, 2016 at 2:49 PM, Steve Edwards 
wrote:

> On Fri, 19 Feb 2016, Jeff LaCoursiere wrote:
>
> Has anyone created any docker images I might be able to use on EC2 for
>> load testing an asterisk platform?  I started an instance this morning and
>> was about to load sipp and other tools, and then thought surely someone
>> must have done this already.  I'd like to hammer a platform we have created
>> with multiple EC2 images until it breaks, to test capacity.
>>
>
> I'm surprised no one has this available.
>
> If it's in your skill set, I could make use of it.
>
> --
> Thanks in advance,
> -
> Steve Edwards   sedwa...@sedwards.com  Voice: +1-760-468-3867 PST
>
>
> --
> _
> -- 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
>
-- 
_
-- 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] Asterisk 13.6.0: ChannelDtmfReceived message generated twice towards the ARI application

2016-02-24 Thread Sonny Rajagopalan
I have an ARI application that is registered for Stasis in the dialplan.
One of the events I reap in my application is a ChannelDtmfReceived. The
thing is, Asterisk 13.6.0 sends me two DTMF for each DTMF pressed (have
tried both SIP phones and landlines). That is, I receive two
ChannelDtmfReceived for each DTMF pressed. Is there a configuration I
should try?

Specifically, I received these DTMF over a PSTN via a SIP trunk.

Here's what I see when I RTFM the problem (in
/usr/local/src/asterisk-13.6.0/configs/samples/pjsip.conf.sample):

;dtmf_mode=rfc4733  ; DTMF mode (default: "rfc4733")

it then means I don't have to set this anywhere!

What am I missing?

Any insight is appreciated.
-- 
_
-- 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] load test docker images?

2016-02-24 Thread Steve Edwards

On Fri, 19 Feb 2016, Jeff LaCoursiere wrote:

Has anyone created any docker images I might be able to use on EC2 for load 
testing an asterisk platform?  I started an instance this morning and was 
about to load sipp and other tools, and then thought surely someone must have 
done this already.  I'd like to hammer a platform we have created with 
multiple EC2 images until it breaks, to test capacity.


I'm surprised no one has this available.

If it's in your skill set, I could make use of it.

--
Thanks in advance,
-
Steve Edwards   sedwa...@sedwards.com  Voice: +1-760-468-3867 PST

--
_
-- 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] FAX Detection.

2016-02-24 Thread Carlos Chavez

On 2/24/16 12:10 PM, Aziz TestAccount wrote:

Hi All,

I'm looking for a PSTN Card that I can use with my Asterisk Server to 
achieve the following goal :


1. Detect FAX signal and route it to a specific extension.
2. Detect an incoming call from the same PSTN line and route it to IVR.

Do openvox FXO/FXS cards support this feature ? Is there any other 
brand that can be used with Asterisk and that is supporting this ?


Thanks in advance.


Fax detection is more of an Asterisk feature than the FXO card 
(although some cards have hardware detection).  All DAHDI/Asterisk 
compatible cards should be able to detect incoming faxes (if enabled via 
their chan_dahdi.conf configuration).  I have personally tested Digium, 
Sangoma, Openvox and Rhino cards and they can all detect incoming faxes 
and send them to the fax extension.


-- Telecomunicaciones Abiertas de México S.A. de C.V. Carlos Chávez 
+52 (55)9116-91161


--
_
-- 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] Error compiling dahdi on CentOS 7

2016-02-24 Thread Carlos Chavez
I am having a problem trying to compile 
dahdi-linux-complete-2.11.0+2.11.0 on a CentOS 7.2 server.  Version 
2.10.2 compiles fine.  Is there a new dependency for 2.11.0 that was not 
required for previous versions?  Here are some of the errors I get:


  INSTALL 
/usr/src/dahdi-linux-complete-2.11.0+2.11.0/linux/drivers/dahdi/dahdi.ko

Can't read private key
  INSTALL 
/usr/src/dahdi-linux-complete-2.11.0+2.11.0/linux/drivers/dahdi/dahdi_dynamic.ko

Can't read private key
  INSTALL 
/usr/src/dahdi-linux-complete-2.11.0+2.11.0/linux/drivers/dahdi/dahdi_dynamic_eth.ko

Can't read private key

/usr/bin/install: cannot stat ‘./dahdi_registration.8’: No such file or 
directory

/usr/bin/install: cannot stat ‘./xpp_sync.8’: No such file or directory
/usr/bin/install: cannot stat ‘./lsdahdi.8’: No such file or directory
/usr/bin/install: cannot stat ‘./xpp_blink.8’: No such file or directory
/usr/bin/install: cannot stat ‘./dahdi_genconf.8’: No such file or directory
/usr/bin/install: cannot stat ‘./dahdi_hardware.8’: No such file or 
directory

/usr/bin/install: cannot stat ‘./twinstar.8’: No such file or directory
make[4]: *** [install-man8] Error 1
make[4]: Leaving directory 
`/usr/src/dahdi-linux-complete-2.11.0+2.11.0/tools/xpp'

make[3]: *** [install-am] Error 2
make[3]: Leaving directory 
`/usr/src/dahdi-linux-complete-2.11.0+2.11.0/tools/xpp'

make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory 
`/usr/src/dahdi-linux-complete-2.11.0+2.11.0/tools/xpp'

make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory 
`/usr/src/dahdi-linux-complete-2.11.0+2.11.0/tools'

make: *** [install] Error 2

Compiling version 2.10.2 on the same machine does not give any 
errors and works as expected.


--
Telecomunicaciones Abiertas de México S.A. de C.V.
Carlos Chávez
+52 (55)9116-91161


--
_
-- 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] FAX Detection.

2016-02-24 Thread Telium Technical Support
Perhaps use T38 instead?  Would make your life a lot easier.  (And you can use 
a T38modem software).  

-- 
_
-- 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] FAX Detection.

2016-02-24 Thread Carlos Rojas
Hi

I have used sangoma cards, but I know that openvox, is shipper than Sangoma.

On Wed, Feb 24, 2016 at 1:10 PM, Aziz TestAccount 
wrote:

> Hi All,
>
> I'm looking for a PSTN Card that I can use with my Asterisk Server to
> achieve the following goal :
>
> 1. Detect FAX signal and route it to a specific extension.
> 2. Detect an incoming call from the same PSTN line and route it to IVR.
>
> Do openvox FXO/FXS cards support this feature ? Is there any other brand
> that can be used with Asterisk and that is supporting this ?
>
> Thanks in advance.
>
>
>
> --
> _
> -- 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
>
-- 
_
-- 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] FAX Detection.

2016-02-24 Thread Aziz TestAccount
Hi All,

I'm looking for a PSTN Card that I can use with my Asterisk Server to
achieve the following goal :

1. Detect FAX signal and route it to a specific extension.
2. Detect an incoming call from the same PSTN line and route it to IVR.

Do openvox FXO/FXS cards support this feature ? Is there any other brand
that can be used with Asterisk and that is supporting this ?

Thanks in advance.
-- 
_
-- 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] unsubscribe

2016-02-24 Thread Tiago Osvald Ramos
unsubscribe
Esta mensagem pode conter informação confidencial e/ou privilegiada, sendo seu 
sigilo protegido por lei. Se você não for o destinatário ou a pessoa autorizada 
a receber esta mensagem, não pode usar, copiar ou divulgar as informações nela 
contidas ou tomar qualquer ação baseada nessas informações. Se você recebeu 
esta mensagem por engano, por favor, avise imediatamente ao remetente, 
respondendo o e-mail e em seguida apague-a. Agradecemos sua cooperação. This 
message may contain confidential and/or privileged information and its 
confidentiality protected by law. If you are not the address or authorized to 
receive this for the address, you must not use, copy, disclose or take any 
action based on this message or any information here in. If you have received 
this message in error, please advise the sender immediately by reply e-mail and 
delete this message. Thank you for your cooperation.
-- 
_
-- 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] Crash asterisk res_odbc

2016-02-24 Thread Maxime

Dear list,

i have a issue

Asterisk crash (Module res_odbc exactly) after the same log who is 
"/ERROR[23805] astobj2.c: bad magic number.../"

you will see on the log :

Today

[2016-02-24 16:00:38] ERROR[23805] *astobj2.c: bad magic number 
0x552f302e for 0x7fe3505b3958*
[2016-02-24 16:00:44] Asterisk 11.2-cert1 built by root @ Voice_server 
on a x86_64 running Linux on 2013-04-09 14:16:57 UTC

[2016-02-24 16:00:44] NOTICE[31321] loader.c: 2 modules will be loaded.
[2016-02-24 16:00:44] NOTICE[31321] res_odbc.c: Connecting asterisk
[2016-02-24 16:00:44] NOTICE[31321] res_odbc.c: res_odbc: Connected to 
asterisk [MySQL-asterisk]
[2016-02-24 16:00:44] NOTICE[31321] res_odbc.c: Registered ODBC class 
'asterisk' dsn->[MySQL-asterisk]


Yesterday :

[2016-02-23 15:59:12] ERROR[19824] *astobj2.c: bad magic number 0x20 for 
0x27a5558*
[2016-02-23 15:59:18] Asterisk 11.2-cert1 built by root @ Voice_server 
on a x86_64 running Linux on 2013-04-09 14:16:57 UTC

[2016-02-23 15:59:18] NOTICE[23791] loader.c: 2 modules will be loaded.
[2016-02-23 15:59:18] NOTICE[23791] res_odbc.c: Connecting asterisk
[2016-02-23 15:59:18] NOTICE[23791] res_odbc.c: res_odbc: Connected to 
asterisk [MySQL-asterisk]
[2016-02-23 15:59:18] NOTICE[23791] res_odbc.c: Registered ODBC class 
'asterisk' dsn->[MySQL-asterisk]


Effect : many trunk sip are down during few minutes
Oddness : same hours

On google i found many times  "memory corruption was the assumption" ...

Have you ever seen this kind of problem ?

thank you in advance

Version : Asterisk 11.2-cert1
Os : Debian 7-64

--

Maxime
-- 
_
-- 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