Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[asterisk-users] When can I AIG?


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users
View previous topic :: View next topic  
Author Message
evan.ruff at henderson...
Guest





PostPosted: Tue Jan 29, 2008 1:35 pm    Post subject: [asterisk-users] When can I AIG? Reply with quote

Hey Guys,

I've been doing some research into the AGI-Java connector and was wondering if somebody could help me with my architecture.



What I'd like to do, is kick off an external java class when a user:

1. Initiates an outgoing call

2. Hangs up the outgoing call

3. Has an incoming call

4. Hangs up the incoming call

5. Misses a call

6. Has a voicemail



I'd also like to be able to access all the call details (user number, ext number, start time, end time) I see lot of references to the dial plan instantiating the AGI in the tutorials, but I was wondering if it is possible to use it in these scenarios?



How would I need to connect these things up for each user?



Sorry if this question is a big basic/elementary, but I'm just getting started with Asterisk and would really appreciate some help. Thanks a ton!



Evan Ruff

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080129/7d0e03c6/attachment.htm
Back to top
glwgoes at gmail.com
Guest





PostPosted: Tue Jan 29, 2008 1:49 pm    Post subject: [asterisk-users] When can I AIG? Reply with quote

Have a look at asterisk-java.org. I has everything you need.

On Jan 29, 2008 4:35 PM, Evan Ruff <evan.ruff at hendersonsawmill.com> wrote:

Quote:
Hey Guys,



I've been doing some research into the AGI-Java connector and was
wondering if somebody could help me with my architecture.



What I'd like to do, is kick off an external java class when a user:

1. Initiates an outgoing call

2. Hangs up the outgoing call

3. Has an incoming call

4. Hangs up the incoming call

5. Misses a call

6. Has a voicemail



I'd also like to be able to access all the call details (user number, ext
number, start time, end time) I see lot of references to the dial plan
instantiating the AGI in the tutorials, but I was wondering if it is
possible to use it in these scenarios?



How would I need to connect these things up for each user?



Sorry if this question is a big basic/elementary, but I'm just getting
started with Asterisk and would really appreciate some help. Thanks a ton!



Evan Ruff



_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


--
Guilherme Loch G?es

Visite nossa loja virtual: http://www.shopvoip.com.br

Not?cias e F?rum sobre VoIP com software livre:
http://www.asteriskexperts.com.br
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080129/2ef48240/attachment.htm
Back to top
evan.ruff at henderson...
Guest





PostPosted: Tue Jan 29, 2008 4:01 pm    Post subject: [asterisk-users] When can I AIG? Reply with quote

Hey there,

I've actually looked through the site a bunch and found some great information. The thing I'm missing, and I think it's because of my lack of experience with Asterisk and setting up a dial plan, is the multitude of ways/places where I can instantiate the AIG command. Do I have to control the entire call from beginning to end, or can I just call the Asterisk-Java class at certain points with certain parameters?

Thanks!

Evan


From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Guilherme Loch Waltrick G?es
Sent: Tuesday, January 29, 2008 1:50 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] When can I AIG?

Have a look at asterisk-java.org<http://asterisk-java.org>. I has everything you need.

On Jan 29, 2008 4:35 PM, Evan Ruff <evan.ruff at hendersonsawmill.com<mailto:evan.ruff at hendersonsawmill.com>> wrote:

Hey Guys,



I've been doing some research into the AGI-Java connector and was wondering if somebody could help me with my architecture.



What I'd like to do, is kick off an external java class when a user:

1. Initiates an outgoing call

2. Hangs up the outgoing call

3. Has an incoming call

4. Hangs up the incoming call

5. Misses a call

6. Has a voicemail



I'd also like to be able to access all the call details (user number, ext number, start time, end time) I see lot of references to the dial plan instantiating the AGI in the tutorials, but I was wondering if it is possible to use it in these scenarios?



How would I need to connect these things up for each user?



Sorry if this question is a big basic/elementary, but I'm just getting started with Asterisk and would really appreciate some help. Thanks a ton!



Evan Ruff



_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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



--
Guilherme Loch G?es

Visite nossa loja virtual: http://www.shopvoip.com.br

Not?cias e F?rum sobre VoIP com software livre: http://www.asteriskexperts.com.br
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080129/0a7a1638/attachment.htm
Back to top
glwgoes at gmail.com
Guest





PostPosted: Tue Jan 29, 2008 8:11 pm    Post subject: [asterisk-users] When can I AIG? Reply with quote

Basically you initiate the call via a Originate method inn your Java App and
bridge it to your AGI. Follow the documentation on the site and you should
be in a good path.
Best Regards,

On Jan 29, 2008 7:01 PM, Evan Ruff <evan.ruff at hendersonsawmill.com> wrote:

Quote:
Hey there,



I've actually looked through the site a bunch and found some great
information. The thing I'm missing, and I think it's because of my lack of
experience with Asterisk and setting up a dial plan, is the multitude of
ways/places where I can instantiate the AIG command. Do I have to control
the entire call from beginning to end, or can I just call the Asterisk-Java
class at certain points with certain parameters?



Thanks!


Evan









*From:* asterisk-users-bounces at lists.digium.com [mailto:
asterisk-users-bounces at lists.digium.com] *On Behalf Of *Guilherme Loch
Waltrick G?es
*Sent:* Tuesday, January 29, 2008 1:50 PM
*To:* Asterisk Users Mailing List - Non-Commercial Discussion
*Subject:* Re: [asterisk-users] When can I AIG?



Have a look at asterisk-java.org. I has everything you need.



On Jan 29, 2008 4:35 PM, Evan Ruff <evan.ruff at hendersonsawmill.com> wrote:

Hey Guys,



I've been doing some research into the AGI-Java connector and was
wondering if somebody could help me with my architecture.



What I'd like to do, is kick off an external java class when a user:

1. Initiates an outgoing call

2. Hangs up the outgoing call

3. Has an incoming call

4. Hangs up the incoming call

5. Misses a call

6. Has a voicemail



I'd also like to be able to access all the call details (user number, ext
number, start time, end time) I see lot of references to the dial plan
instantiating the AGI in the tutorials, but I was wondering if it is
possible to use it in these scenarios?



How would I need to connect these things up for each user?



Sorry if this question is a big basic/elementary, but I'm just getting
started with Asterisk and would really appreciate some help. Thanks a ton!



Evan Ruff




_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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




--
Guilherme Loch G?es

Visite nossa loja virtual: http://www.shopvoip.com.br

Not?cias e F?rum sobre VoIP com software livre:
http://www.asteriskexperts.com.br

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


--
Guilherme Loch G?es

Visite nossa loja virtual: http://www.shopvoip.com.br

Not?cias e F?rum sobre VoIP com software livre:
http://www.asteriskexperts.com.br
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080129/9f151840/attachment.htm
Back to top
stotaro at totarotechn...
Guest





PostPosted: Tue Jan 29, 2008 8:39 pm    Post subject: [asterisk-users] When can I AIG? Reply with quote

I just save a bunch of money on my car insurance by switching to AIG!!!

Sorry, couldn't resist,
Steve Totaro

On Jan 29, 2008 8:11 PM, Guilherme Loch Waltrick G?es <glwgoes at gmail.com> wrote:
Quote:
Basically you initiate the call via a Originate method inn your Java App and
bridge it to your AGI. Follow the documentation on the site and you should
be in a good path.

Best Regards,



On Jan 29, 2008 7:01 PM, Evan Ruff <evan.ruff at hendersonsawmill.com> wrote:
Quote:




Hey there,



I've actually looked through the site a bunch and found some great
information. The thing I'm missing, and I think it's because of my lack of
experience with Asterisk and setting up a dial plan, is the multitude of
ways/places where I can instantiate the AIG command. Do I have to control
the entire call from beginning to end, or can I just call the Asterisk-Java
class at certain points with certain parameters?
Quote:



Thanks!


Evan










From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Guilherme Loch
Waltrick G?es
Quote:
Sent: Tuesday, January 29, 2008 1:50 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] When can I AIG?







Have a look at asterisk-java.org. I has everything you need.




On Jan 29, 2008 4:35 PM, Evan Ruff <evan.ruff at hendersonsawmill.com> wrote:




Hey Guys,



I've been doing some research into the AGI-Java connector and was
wondering if somebody could help me with my architecture.
Quote:



What I'd like to do, is kick off an external java class when a user:

1. Initiates an outgoing call

2. Hangs up the outgoing call

3. Has an incoming call

4. Hangs up the incoming call

5. Misses a call

6. Has a voicemail



I'd also like to be able to access all the call details (user number, ext
number, start time, end time) I see lot of references to the dial plan
instantiating the AGI in the tutorials, but I was wondering if it is
possible to use it in these scenarios?
Quote:



How would I need to connect these things up for each user?



Sorry if this question is a big basic/elementary, but I'm just getting
started with Asterisk and would really appreciate some help. Thanks a ton!
Quote:



Evan Ruff




_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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




--
Guilherme Loch G?es

Visite nossa loja virtual: http://www.shopvoip.com.br

Not?cias e F?rum sobre VoIP com software livre:
http://www.asteriskexperts.com.br
Quote:
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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




--
Guilherme Loch G?es

Visite nossa loja virtual: http://www.shopvoip.com.br

Not?cias e F?rum sobre VoIP com software livre:
http://www.asteriskexperts.com.br
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services