Ravi Shankar
2005-Dec-23 06:41 UTC
[Asterisk-Users] How to make Asterisk to generate and terminate calls
Hi, I would like to connect two linux machines running asterisk and then originate SIP calls from one asterisk and terminate it on the other asterisk. Terminating the call is not a problem because I can give the call handle to say AGI application on the terminating asterisk. How do i originate a call from the asterisk ? Is this possible using AGI ? Any pointers in this regard would be of great help. This type of application can be used two simulate bulk calls and find out what is the maximum limit for the asterisk in terms of CPU utilization, memory, etc. before it can be deployed in production environment. thanks, Ravi
Shawn Porter
2005-Dec-23 06:58 UTC
[Asterisk-Users] How to make Asterisk to generate and terminatecalls
Ravi, Take a look here. http://www.voip-info.org/wiki-Asterisk+auto-dial+out I would think that for what you are doing use a cron job and a shell script. Shawn -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com]On Behalf Of Ravi Shankar Sent: Friday, December 23, 2005 8:41 AM To: Asterisk Users Subject: [Asterisk-Users] How to make Asterisk to generate and terminatecalls Hi, I would like to connect two linux machines running asterisk and then originate SIP calls from one asterisk and terminate it on the other asterisk. Terminating the call is not a problem because I can give the call handle to say AGI application on the terminating asterisk. How do i originate a call from the asterisk ? Is this possible using AGI ? Any pointers in this regard would be of great help. This type of application can be used two simulate bulk calls and find out what is the maximum limit for the asterisk in terms of CPU utilization, memory, etc. before it can be deployed in production environment. thanks, Ravi _______________________________________________ --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
Mark Phillips
2005-Dec-23 07:04 UTC
[Asterisk-Users] How to make Asterisk to generate and terminate calls
This is the "how long is a piece of string" question. It all depends on the hardware Asterisk sits on, the codecs in use, the dialtone provider (SIP vs IAX vs T1/E1) etc. Do a wiki search and you'll find some examples of what folks have found. As for originate on one and terminat on another; thats doable. Your phone device will have settings for an outbound proxy. Set this for the outbound Asterisk server. Mark, G7LTT/KC2ENI Randolph, NJ http://www.g7ltt.com Ravi Shankar wrote:> Hi, > I would like to connect two linux machines running asterisk and then > originate SIP calls from one asterisk and terminate it on the other > asterisk. Terminating the call is not a problem because I can give the > call handle to say AGI application on the terminating asterisk. How do i > originate a call from the asterisk ? Is this possible using AGI ? Any > pointers in this regard would be of great help. > > This type of application can be used two simulate bulk calls and find > out what is the maximum limit for the asterisk in terms of CPU > utilization, memory, etc. before it can be deployed in production > environment. > > thanks, > Ravi > _______________________________________________ > --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 >