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
play<http://sipp.sourceforge.net/doc/reference.html#pcapplay>and
without
  
authentication<http://sipp.sourceforge.net/doc/reference.html#authentication>support
  *:

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




  - *With PCAP
play<http://sipp.sourceforge.net/doc/reference.html#pcapplay>and
  
authentication<http://sipp.sourceforge.net/doc/reference.html#authentication>support
  *:

  # 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 10000ms
     - Dialing Calls with RTP using ulaw


./sipp -sf uac_pcap.xml -d 10000 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

Reply via email to