Re: [asterisk-users] Zap Load/Stress scripts?

2007-02-02 Thread Stephen Bosch
Porier, Jeremy M. wrote:
 Are there any scripts out there that would help me stress test two boxes
 that are setup back to back with 4 PRI connections?  We're having
 problems with Sangoma cards w/ PCI-e on HP DL385 G2 hardware and I'm
 tired of testing them in a production environment.  As Sangoma
 provides firmware updates (and various other shots in the dark) I'd like
 to be able see if the problem is fixed in an isolated environment.  I
 just need a way to simulate call volume on 4 t1s.

Please don't reply to an existing message to start a new topic. It
screws up the message threading.

Thanks,

-Stephen-
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Zap Load/Stress scripts?

2007-02-02 Thread younss azzayani

hi,
did you think to tx  rx params you can consult asterisktutorials.com,
i m not sure of this but may be it will work

2007/2/2, Stephen Bosch [EMAIL PROTECTED]:

Porier, Jeremy M. wrote:
 Are there any scripts out there that would help me stress test two boxes
 that are setup back to back with 4 PRI connections?  We're having
 problems with Sangoma cards w/ PCI-e on HP DL385 G2 hardware and I'm
 tired of testing them in a production environment.  As Sangoma
 provides firmware updates (and various other shots in the dark) I'd like
 to be able see if the problem is fixed in an isolated environment.  I
 just need a way to simulate call volume on 4 t1s.

Please don't reply to an existing message to start a new topic. It
screws up the message threading.

Thanks,

-Stephen-
___
--Bandwidth and Colocation provided by Easynews.com --

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


___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Zap Load/Stress scripts?

2007-02-02 Thread Tim Panton


On 1 Feb 2007, at 16:34, Porier, Jeremy M. wrote:

Are there any scripts out there that would help me stress test two  
boxes

that are setup back to back with 4 PRI connections?  We're having
problems with Sangoma cards w/ PCI-e on HP DL385 G2 hardware and I'm
tired of testing them in a production environment.  As Sangoma
provides firmware updates (and various other shots in the dark) I'd  
like

to be able see if the problem is fixed in an isolated environment.  I
just need a way to simulate call volume on 4 t1s.


Olle had a script for testing SIP which involved bouncing a call  
between the
dialplans of 2 systems 'one' and 'two', incrementing the extension  
number.

You could use a similar thing for ZAP, something like:

;extensions.conf on one
[bounce]
exten = _[0-5][0-9],1,dial(zap/g1/{$EXTEN})

;extensions.conf on two
[increment]
exten = _[0-5][0-9],1,dial(zap/G1/{$EXTEN}+1)
exten = 60,dial(sip/SecondPhone)

So you place a call to one, extension 00 from a sip phone,
it calls two on extension 00, which calls 01 on one etc untill you have
all 120 channels tied up, finally placing the call to your second SIP  
phone.


The great thing about this is :
1) you get to hear the audio quality of 120 calls at the same time.
	2) the call setup/teardown all happens at once, stress testing the  
link pretty

effectively.

(Warning - beer has passed my lips during the creation of this email  
- trust at your peril)


Tim.



___
--Bandwidth and Colocation provided by Easynews.com --

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


[asterisk-users] Zap Load/Stress scripts?

2007-02-01 Thread Porier, Jeremy M.
Are there any scripts out there that would help me stress test two boxes
that are setup back to back with 4 PRI connections?  We're having
problems with Sangoma cards w/ PCI-e on HP DL385 G2 hardware and I'm
tired of testing them in a production environment.  As Sangoma
provides firmware updates (and various other shots in the dark) I'd like
to be able see if the problem is fixed in an isolated environment.  I
just need a way to simulate call volume on 4 t1s.

Thanks,
Jeremy Porier
Senior Director of IST
Colorado Christian University
[EMAIL PROTECTED]
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Zap Load/Stress scripts?

2007-02-01 Thread Mik Cheez

Use auto dial.  You can have as many calls as you wish.

http://www.voip-info.org/wiki-Asterisk+auto-dial+out


Porier, Jeremy M. wrote:

Are there any scripts out there that would help me stress test two boxes
that are setup back to back with 4 PRI connections?  We're having
problems with Sangoma cards w/ PCI-e on HP DL385 G2 hardware and I'm
tired of testing them in a production environment.  As Sangoma
provides firmware updates (and various other shots in the dark) I'd like
to be able see if the problem is fixed in an isolated environment.  I
just need a way to simulate call volume on 4 t1s.

Thanks,
Jeremy Porier
Senior Director of IST
Colorado Christian University
[EMAIL PROTECTED]
___
--Bandwidth and Colocation provided by Easynews.com --

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




___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Zap Load/Stress scripts?

2007-02-01 Thread Marco Mouta

take a look on Originate command for Asterisk manager interface to get web
page generating calls between the two boxes.

Easier I believe is to use SIPp to be used as an UAC that starts dialing to
your box1 and in the dialplan of this box make a dial for a Zap channel on
Box2.


You need to compile sipp with media streaming and authentication or if you
just want first to test you may provide an extension named service in the
context defined in general section of your sip conf for external calls
coming to your asterisk server without authentication:

http://sipp.sourceforge.net/doc/reference.html#Installing+SIPp

  - *With PCAP
playhttp://sipp.sourceforge.net/doc/reference.html#pcapplayand
without
  
authenticationhttp://sipp.sourceforge.net/doc/reference.html#authenticationsupport
  *:

  # gunzip sipp-xxx.tar.gz
  # tar -xvf sipp-xxx.tar
  # cd sipp
  # make pcapplay




  - *With PCAP
playhttp://sipp.sourceforge.net/doc/reference.html#pcapplayand
  
authenticationhttp://sipp.sourceforge.net/doc/reference.html#authenticationsupport
  *:

  # gunzip sipp-xxx.tar.gz
  # tar -xvf sipp-xxx.tar
  # cd sipp
  # make pcapplay_ossl


Example:

  - Sipp being used as a SIP user agent Client:
 - Call Duration 1ms
 - Dialing Calls with RTP using ulaw


./sipp -sf uac_pcap.xml -d 1 192.168.34.6 -trace_err

Where this IP is my * .



On 2/1/07, Mik Cheez [EMAIL PROTECTED] wrote:


Use auto dial.  You can have as many calls as you wish.

http://www.voip-info.org/wiki-Asterisk+auto-dial+out


Porier, Jeremy M. wrote:
 Are there any scripts out there that would help me stress test two boxes
 that are setup back to back with 4 PRI connections?  We're having
 problems with Sangoma cards w/ PCI-e on HP DL385 G2 hardware and I'm
 tired of testing them in a production environment.  As Sangoma
 provides firmware updates (and various other shots in the dark) I'd like
 to be able see if the problem is fixed in an isolated environment.  I
 just need a way to simulate call volume on 4 t1s.

 Thanks,
 Jeremy Porier
 Senior Director of IST
 Colorado Christian University
 [EMAIL PROTECTED]
 ___
 --Bandwidth and Colocation provided by Easynews.com --

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



___
--Bandwidth and Colocation provided by Easynews.com --

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

___
--Bandwidth and Colocation provided by Easynews.com --

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