I have installed VoiceGlue on top of Jumpbox's VM image of Asterisk (<a href="http://www.jumpbox.com/app/asterisk">http://www.jumpbox.com/app/asterisk</a>) running Ubuntu 8.04. Everything looks like it installed correct but I am a newbie configuring Asterisk to test it. When I dial '1' with the following config, I see it connect but it doesn't play anything:<br>
<br><pre class="code"> [phoneglue]<br> exten => 1,1,Answer<br> exten => 1,2,Agi(agi://localhost)<br> exten => 1,3,Hangup</pre><br>When I try the following config pointed at my VXML app, it answers and hangsup immediately:<br>
<br><pre class="code"> [phoneglue]<br> exten => 1,1,Answer<br> exten => 1,2,Agi(agi://localhost/url=http%3A%2F%2Fteleku.com%2Ftel)<br> exten => 1,3,Hangup</pre><br>Let me know if anyone can help me troubleshoot this error and I'll forward you the JumpBox.<br>
<br>Thanks,<br>Chris<br><br><br><br><div class="gmail_quote">On Thu, Mar 18, 2010 at 5:00 AM, <span dir="ltr"><<a href="mailto:voiceglue-request@voiceglue.org" target="_blank">voiceglue-request@voiceglue.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Send Voiceglue mailing list submissions to<br>
<a href="mailto:voiceglue@voiceglue.org" target="_blank">voiceglue@voiceglue.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
<a href="http://www.voiceglue.org/mailman/listinfo/voiceglue" target="_blank">http://www.voiceglue.org/mailman/listinfo/voiceglue</a><br>
or, via email, send a message with subject or body 'help' to<br>
<a href="mailto:voiceglue-request@voiceglue.org" target="_blank">voiceglue-request@voiceglue.org</a><br>
<br>
You can reach the person managing the list at<br>
<a href="mailto:voiceglue-owner@voiceglue.org" target="_blank">voiceglue-owner@voiceglue.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Voiceglue digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
1. Asterisk/VoiceGlue AMI? (Chris Matthieu)<br>
2. Re: Asterisk/VoiceGlue AMI? (Tim Hanus)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Wed, 17 Mar 2010 08:02:41 -0700<br>
From: Chris Matthieu <<a href="mailto:chris@getvocal.com" target="_blank">chris@getvocal.com</a>><br>
To: <a href="mailto:voiceglue@voiceglue.org" target="_blank">voiceglue@voiceglue.org</a><br>
Subject: [Voiceglue] Asterisk/VoiceGlue AMI?<br>
Message-ID:<br>
<<a href="mailto:5afd756d1003170802l570dc122uf920583c79767bd2@mail.gmail.com" target="_blank">5afd756d1003170802l570dc122uf920583c79767bd2@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
All,<br>
<br>
Is anyone aware of an Asterisk plus VoiceGlue Amazon EC2 AMI image<br>
available? It looks like there are 12 EC2 AMI images that come up on<br>
Amazon's official AMI search for Asterisk but none for VoiceGlue :(<br>
<br>
Does anyone have experience with deploying Asterisk and VoiceGlue to<br>
Amazon's EC2?<br>
<br>
Regards,<br>
Chris<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://www.voiceglue.org/pipermail/voiceglue/attachments/20100317/3f8c81b7/attachment-0001.html" target="_blank">http://www.voiceglue.org/pipermail/voiceglue/attachments/20100317/3f8c81b7/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Wed, 17 Mar 2010 11:25:33 -0500<br>
From: Tim Hanus <<a href="mailto:tim.hanus@fivetimestoo.com" target="_blank">tim.hanus@fivetimestoo.com</a>><br>
To: General discussion about voiceglue <<a href="mailto:voiceglue@voiceglue.org" target="_blank">voiceglue@voiceglue.org</a>><br>
Subject: Re: [Voiceglue] Asterisk/VoiceGlue AMI?<br>
Message-ID:<br>
<<a href="mailto:823f8e561003170925v18fb3b11l80b64aff9b1449ba@mail.gmail.com" target="_blank">823f8e561003170925v18fb3b11l80b64aff9b1449ba@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
When I looked there were no voiceglue/asterisk AMIs available. There seems<br>
to be a asterisk-only AMI instance here:<br>
<br>
<a href="http://forum.voxilla.com/asterisk-support-forum/asterisk-cloud-asterisk-1-6-0-5-optimized-amazon-ec2-33857.html" target="_blank">http://forum.voxilla.com/asterisk-support-forum/asterisk-cloud-asterisk-1-6-0-5-optimized-amazon-ec2-33857.html</a><br>
and here:<br>
<a href="http://developer.amazonwebservices.com/connect/entry.jspa?externalID=2086" target="_blank">http://developer.amazonwebservices.com/connect/entry.jspa?externalID=2086</a><br>
You could potentially install just voiceglue on one of these instances, but<br>
I have no personal experience with that.<br>
<br>
I have, however, had success installing and running asterisk with voiceglue<br>
on an ubuntu 9.10 EC2 instance. There were a few voiceglue compilation<br>
errors (noted elsewhere in this group) that were specific to ubuntu 9.10,<br>
but beyond that everything worked perfectly. The only EC2 specific thing I<br>
had to do involved creating a new security group so I could open up the<br>
appropriate ports to the box. I have udp 4569, udp/tcp 5060-5070, tcp 9998,<br>
and udp 10000-20000 open.<br>
<br>
If you have any more specific questions I'm happy to help out. If you were<br>
just wondering whether it could be done... then your answer is yes. :)<br>
<br>
Good luck.<br>
<br>
--Tim<br>
<br>
On Wed, Mar 17, 2010 at 10:02 AM, Chris Matthieu <<a href="mailto:chris@getvocal.com" target="_blank">chris@getvocal.com</a>> wrote:<br>
<br>
> All,<br>
><br>
> Is anyone aware of an Asterisk plus VoiceGlue Amazon EC2 AMI image<br>
> available? It looks like there are 12 EC2 AMI images that come up on<br>
> Amazon's official AMI search for Asterisk but none for VoiceGlue :(<br>
><br>
> Does anyone have experience with deploying Asterisk and VoiceGlue to<br>
> Amazon's EC2?<br>
><br>
> Regards,<br>
> Chris<br>
><br>
><br>
> _______________________________________________<br>
> Voiceglue mailing list<br>
> <a href="mailto:Voiceglue@voiceglue.org" target="_blank">Voiceglue@voiceglue.org</a><br>
> <a href="http://www.voiceglue.org/mailman/listinfo/voiceglue" target="_blank">http://www.voiceglue.org/mailman/listinfo/voiceglue</a><br>
><br>
><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://www.voiceglue.org/pipermail/voiceglue/attachments/20100317/9797bc9d/attachment-0001.html" target="_blank">http://www.voiceglue.org/pipermail/voiceglue/attachments/20100317/9797bc9d/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
Voiceglue mailing list<br>
<a href="mailto:Voiceglue@voiceglue.org" target="_blank">Voiceglue@voiceglue.org</a><br>
<a href="http://www.voiceglue.org/mailman/listinfo/voiceglue" target="_blank">http://www.voiceglue.org/mailman/listinfo/voiceglue</a><br>
<br>
<br>
End of Voiceglue Digest, Vol 32, Issue 7<br>
****************************************<br>
</blockquote></div><br>