[Voiceglue] Voiceglue Digest, Vol 33, Issue 2
Anthony Geoffron
anthony.geoffron at gmail.com
Tue Apr 6 18:41:49 UTC 2010
tail -f /var/log/dynlog/dynlog
will give you more details
dynlog_level X X being the debug level
this should help debug your vxml code...
On Tue, Apr 6, 2010 at 11:28 AM, Chris Matthieu <chris at getvocal.com> wrote:
> You guys rock! I had HTTP and HTTP ports disabled on the Jumpbox. After
> activating them, those errors went away and the only one in the log was:
>
> PHONGLUE asterisk callid=[1] has no DNIS match for DNIS="1", dropping
>
> I changed my URL to look like the following:
>
> [phoneglue]
> exten => 1,1,Answer
> exten => 1,2,Agi(agi://localhost/url=http%3A%2F%2Fteleku.com%2Ftel)
> exten => 1,3,Hangup
>
> Now the log doesn't show anything but the call isn't answering now either.
> Rebooting VM and still researching...
>
> Thanks,
> Chris
>
>
> On Tue, Apr 6, 2010 at 10:34 AM, <voiceglue-request at voiceglue.org> wrote:
>
>> Send Voiceglue mailing list submissions to
>> voiceglue at voiceglue.org
>>
>> To subscribe or unsubscribe via the World Wide Web, visit
>> http://www.voiceglue.org/mailman/listinfo/voiceglue
>> or, via email, send a message with subject or body 'help' to
>> voiceglue-request at voiceglue.org
>>
>> You can reach the person managing the list at
>> voiceglue-owner at voiceglue.org
>>
>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of Voiceglue digest..."
>>
>>
>> Today's Topics:
>>
>> 1. Re: Voiceglue Digest, Vol 33, Issue 1 (Chris Matthieu)
>> 2. Re: Voiceglue Digest, Vol 33, Issue 1 (Doug Campbell)
>> 3. Re: Voiceglue Digest, Vol 33, Issue 1 (Anthony Geoffron)
>>
>>
>> ----------------------------------------------------------------------
>>
>> Message: 1
>> Date: Tue, 6 Apr 2010 08:14:48 -0700
>> From: Chris Matthieu <chris at getvocal.com>
>> To: voiceglue at voiceglue.org
>> Subject: Re: [Voiceglue] Voiceglue Digest, Vol 33, Issue 1
>> Message-ID:
>> <i2q5afd756d1004060814lb88d8871vc7d26a2da5c5e3c6 at mail.gmail.com>
>> Content-Type: text/plain; charset="iso-8859-1"
>>
>> The Dynlog suggestion helped. It is reporting the following errors:
>>
>> 14:59:48:348 CRIT PHONGLUE asterisk Cannot connect to Asterisk Manager:
>> connect ("::ASTMGR", ...) failed: Connection refused at /usr/bin/phoneglue
>> line 3980
>> 14:59:48:348 CRIT PHONGLUE asterisk main::main() called at
>> /usr/bin/phoneglue line 4232
>> 14:59:49:967 CRIT VOICEGLU asterisk Cannot connect to CT Server at host
>> localhost: connect ("::CTSRV", ...) failed: Connection refused at
>> /usr/bin/voiceglue line 4419
>> 14:59:49:967 CRIT VOICEGLU asterisk main::initialize_ctserver() called
>> at /usr/bin/voiceglue line 4960
>> 14:59:49:968 CRIT VOICEGLU asterisk main::main() called at
>> /usr/bin/voiceglue line 5153
>>
>> It looks like this may be a possible permissions issue on user phoneglue.
>> I
>> have the following block inside of manager.conf:
>>
>> [phoneglue]
>> secret=phoneglue
>> read = system,call,log,verbose,command,agent,user,originate
>>
>> write = system,call,log,verbose,command,agent,user,originate
>>
>> I'll keep digging. Thanks for the help!
>>
>> Regards,
>> Chris
>>
>>
>> On Tue, Apr 6, 2010 at 5:00 AM, <voiceglue-request at voiceglue.org> wrote:
>>
>> > Send Voiceglue mailing list submissions to
>> > voiceglue at voiceglue.org
>> >
>> > To subscribe or unsubscribe via the World Wide Web, visit
>> > http://www.voiceglue.org/mailman/listinfo/voiceglue
>> > or, via email, send a message with subject or body 'help' to
>> > voiceglue-request at voiceglue.org
>> >
>> > You can reach the person managing the list at
>> > voiceglue-owner at voiceglue.org
>> >
>> > When replying, please edit your Subject line so it is more specific
>> > than "Re: Contents of Voiceglue digest..."
>> >
>> >
>> > Today's Topics:
>> >
>> > 1. Re: Voiceglue Digest, Vol 32, Issue 7 (Chris Matthieu)
>> > 2. Re: Voiceglue Digest, Vol 32, Issue 7 (Doug Campbell)
>> > 3. Win an iPad! (Chris Matthieu)
>> >
>> >
>> > ----------------------------------------------------------------------
>> >
>> > Message: 1
>> > Date: Mon, 5 Apr 2010 08:38:28 -0700
>> > From: Chris Matthieu <chris at getvocal.com>
>> > To: voiceglue at voiceglue.org
>> > Subject: Re: [Voiceglue] Voiceglue Digest, Vol 32, Issue 7
>> > Message-ID:
>> > <h2q5afd756d1004050838oa2e0c364z62be43cd98884d8c at mail.gmail.com>
>> > Content-Type: text/plain; charset="iso-8859-1"
>> >
>> > I have installed VoiceGlue on top of Jumpbox's VM image of Asterisk (
>> > http://www.jumpbox.com/app/asterisk) 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:
>> >
>> > [phoneglue]
>> > exten => 1,1,Answer
>> > exten => 1,2,Agi(agi://localhost)
>> > exten => 1,3,Hangup
>> >
>> >
>> > When I try the following config pointed at my VXML app, it answers and
>> > hangsup immediately:
>> >
>> > [phoneglue]
>> > exten => 1,1,Answer
>> > exten => 1,2,Agi(agi://localhost/url=http%3A%2F%2Fteleku.com%2Ftel)
>> > exten => 1,3,Hangup
>> >
>> >
>> > Let me know if anyone can help me troubleshoot this error and I'll
>> forward
>> > you the JumpBox.
>> >
>> > Thanks,
>> > Chris
>> >
>> >
>> >
>> > On Thu, Mar 18, 2010 at 5:00 AM, <voiceglue-request at voiceglue.org>
>> wrote:
>> >
>> > > Send Voiceglue mailing list submissions to
>> > > voiceglue at voiceglue.org
>> > >
>> > > To subscribe or unsubscribe via the World Wide Web, visit
>> > > http://www.voiceglue.org/mailman/listinfo/voiceglue
>> > > or, via email, send a message with subject or body 'help' to
>> > > voiceglue-request at voiceglue.org
>> > >
>> > > You can reach the person managing the list at
>> > > voiceglue-owner at voiceglue.org
>> > >
>> > > When replying, please edit your Subject line so it is more specific
>> > > than "Re: Contents of Voiceglue digest..."
>> > >
>> > >
>> > > Today's Topics:
>> > >
>> > > 1. Asterisk/VoiceGlue AMI? (Chris Matthieu)
>> > > 2. Re: Asterisk/VoiceGlue AMI? (Tim Hanus)
>> > >
>> > >
>> > > ----------------------------------------------------------------------
>> > >
>> > > Message: 1
>> > > Date: Wed, 17 Mar 2010 08:02:41 -0700
>> > > From: Chris Matthieu <chris at getvocal.com>
>> > > To: voiceglue at voiceglue.org
>> > > Subject: [Voiceglue] Asterisk/VoiceGlue AMI?
>> > > Message-ID:
>> > > <5afd756d1003170802l570dc122uf920583c79767bd2 at mail.gmail.com>
>> > > Content-Type: text/plain; charset="iso-8859-1"
>> > >
>> > > All,
>> > >
>> > > Is anyone aware of an Asterisk plus VoiceGlue Amazon EC2 AMI image
>> > > available? It looks like there are 12 EC2 AMI images that come up on
>> > > Amazon's official AMI search for Asterisk but none for VoiceGlue :(
>> > >
>> > > Does anyone have experience with deploying Asterisk and VoiceGlue to
>> > > Amazon's EC2?
>> > >
>> > > Regards,
>> > > Chris
>> > > -------------- next part --------------
>> > > An HTML attachment was scrubbed...
>> > > URL: <
>> > >
>> >
>> http://www.voiceglue.org/pipermail/voiceglue/attachments/20100317/3f8c81b7/attachment-0001.html
>> > > >
>> > >
>> > > ------------------------------
>> > >
>> > > Message: 2
>> > > Date: Wed, 17 Mar 2010 11:25:33 -0500
>> > > From: Tim Hanus <tim.hanus at fivetimestoo.com>
>> > > To: General discussion about voiceglue <voiceglue at voiceglue.org>
>> > > Subject: Re: [Voiceglue] Asterisk/VoiceGlue AMI?
>> > > Message-ID:
>> > > <823f8e561003170925v18fb3b11l80b64aff9b1449ba at mail.gmail.com>
>> > > Content-Type: text/plain; charset="iso-8859-1"
>> > >
>> > > When I looked there were no voiceglue/asterisk AMIs available. There
>> > seems
>> > > to be a asterisk-only AMI instance here:
>> > >
>> > >
>> > >
>> >
>> http://forum.voxilla.com/asterisk-support-forum/asterisk-cloud-asterisk-1-6-0-5-optimized-amazon-ec2-33857.html
>> > > and here:
>> > >
>> >
>> http://developer.amazonwebservices.com/connect/entry.jspa?externalID=2086
>> > > You could potentially install just voiceglue on one of these
>> instances,
>> > but
>> > > I have no personal experience with that.
>> > >
>> > > I have, however, had success installing and running asterisk with
>> > voiceglue
>> > > on an ubuntu 9.10 EC2 instance. There were a few voiceglue
>> compilation
>> > > errors (noted elsewhere in this group) that were specific to ubuntu
>> 9.10,
>> > > but beyond that everything worked perfectly. The only EC2 specific
>> thing
>> > I
>> > > had to do involved creating a new security group so I could open up
>> the
>> > > appropriate ports to the box. I have udp 4569, udp/tcp 5060-5070, tcp
>> > > 9998,
>> > > and udp 10000-20000 open.
>> > >
>> > > If you have any more specific questions I'm happy to help out. If you
>> > were
>> > > just wondering whether it could be done... then your answer is yes.
>> :)
>> > >
>> > > Good luck.
>> > >
>> > > --Tim
>> > >
>> > > On Wed, Mar 17, 2010 at 10:02 AM, Chris Matthieu <chris at getvocal.com>
>> > > wrote:
>> > >
>> > > > All,
>> > > >
>> > > > Is anyone aware of an Asterisk plus VoiceGlue Amazon EC2 AMI image
>> > > > available? It looks like there are 12 EC2 AMI images that come up
>> on
>> > > > Amazon's official AMI search for Asterisk but none for VoiceGlue :(
>> > > >
>> > > > Does anyone have experience with deploying Asterisk and VoiceGlue to
>> > > > Amazon's EC2?
>> > > >
>> > > > Regards,
>> > > > Chris
>> > > >
>> > > >
>> > > > _______________________________________________
>> > > > Voiceglue mailing list
>> > > > Voiceglue at voiceglue.org
>> > > > http://www.voiceglue.org/mailman/listinfo/voiceglue
>> > > >
>> > > >
>> > > -------------- next part --------------
>> > > An HTML attachment was scrubbed...
>> > > URL: <
>> > >
>> >
>> http://www.voiceglue.org/pipermail/voiceglue/attachments/20100317/9797bc9d/attachment-0001.html
>> > > >
>> > >
>> > > ------------------------------
>> > >
>> > > _______________________________________________
>> > > Voiceglue mailing list
>> > > Voiceglue at voiceglue.org
>> > > http://www.voiceglue.org/mailman/listinfo/voiceglue
>> > >
>> > >
>> > > End of Voiceglue Digest, Vol 32, Issue 7
>> > > ****************************************
>> > >
>> > -------------- next part --------------
>> > An HTML attachment was scrubbed...
>> > URL: <
>> >
>> http://www.voiceglue.org/pipermail/voiceglue/attachments/20100405/46816ccc/attachment-0001.html
>> > >
>> >
>> > ------------------------------
>> >
>> > Message: 2
>> > Date: Mon, 05 Apr 2010 14:13:37 -0400
>> > From: Doug Campbell <voiceglue at campbellcastle.com>
>> > To: General discussion about voiceglue <voiceglue at voiceglue.org>
>> > Subject: Re: [Voiceglue] Voiceglue Digest, Vol 32, Issue 7
>> > Message-ID: <4BBA2851.60800 at campbellcastle.com>
>> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>> >
>> > > When I dial '1' with the following config, I see it connect
>> > > but it doesn't play anything:
>> >
>> > Try this:
>> >
>> >
>> http://voiceglue.org/wiki/doku.php?id=voiceglue_0.11_user_guide#extra_logging
>> >
>> >
>> > ------------------------------
>> >
>> > Message: 3
>> > Date: Mon, 5 Apr 2010 15:28:24 -0700
>> > From: Chris Matthieu <chris at getvocal.com>
>> > To: voiceglue at voiceglue.org
>> > Subject: [Voiceglue] Win an iPad!
>> > Message-ID:
>> > <l2z5afd756d1004051528jc999bceek6123b9139b2c1a36 at mail.gmail.com>
>> > Content-Type: text/plain; charset="windows-1252"
>> >
>> > Are you an Asterisk <http://www.asterisk.org/> Expert? Be the first to
>> > spin-up EC2 AMI with the following criteria for us and the iPad is
>> yours!
>> >
>> > Asterisk (1.4 or 1.6) without FreePBX
>> >
>> > VoiceGlue 0.11<
>> >
>> http://voiceglue.org/wiki/doku.php?id=voiceglue_0.11_installation_instructions
>> > >(with
>> > Text-to-Speech)
>> >
>> > The AMI image must be able to accept SIP calls and route any inbound SIP
>> > call to our VoiceXML application located at http://teleku.com/tel
>> >
>> > That?s it! The first person to get this working and deliver us the AMI
>> > wins
>> > a 16GB WiFi iPad <http://www.apple.com/ipad/>! Offer expires on April
>> 15,
>> > 2010 at midnight PT.
>> >
>> > Email Chris at GetVocal.com with questions.
>> >
>> > Good Luck!
>> >
>> > Chris
>> > -------------- next part --------------
>> > An HTML attachment was scrubbed...
>> > URL: <
>> >
>> http://www.voiceglue.org/pipermail/voiceglue/attachments/20100405/dba17739/attachment-0001.html
>> > >
>> >
>> > ------------------------------
>> >
>> > _______________________________________________
>> > Voiceglue mailing list
>> > Voiceglue at voiceglue.org
>> > http://www.voiceglue.org/mailman/listinfo/voiceglue
>> >
>> >
>> > End of Voiceglue Digest, Vol 33, Issue 1
>> > ****************************************
>> >
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL: <
>> http://www.voiceglue.org/pipermail/voiceglue/attachments/20100406/af07a88f/attachment-0001.html
>> >
>>
>> ------------------------------
>>
>> Message: 2
>> Date: Tue, 06 Apr 2010 13:30:22 -0400
>> From: Doug Campbell <voiceglue at campbellcastle.com>
>> To: General discussion about voiceglue <voiceglue at voiceglue.org>
>> Subject: Re: [Voiceglue] Voiceglue Digest, Vol 33, Issue 1
>> Message-ID: <4BBB6FAE.80301 at campbellcastle.com>
>> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>>
>> > 14:59:48:348 CRIT PHONGLUE asterisk Cannot connect to Asterisk Manager:
>> > connect ("::ASTMGR", ...) failed: Connection refused at
>> > /usr/bin/phoneglue line 3980
>>
>> This doesn't look like an account permission issue, this looks like
>> an inability to perform the network connection.
>>
>> Check to see why asterisk's manager port is not accepting connections.
>> Firewall? Different port? Host name problems?
>>
>> Doug Campbell
>>
>>
>> ------------------------------
>>
>> Message: 3
>> Date: Tue, 6 Apr 2010 10:34:57 -0700
>> From: Anthony Geoffron <anthony.geoffron at gmail.com>
>> To: General discussion about voiceglue <voiceglue at voiceglue.org>
>> Subject: Re: [Voiceglue] Voiceglue Digest, Vol 33, Issue 1
>> Message-ID:
>> <p2tc66166e61004061034lf3b4a72du3217e2138ef98342 at mail.gmail.com>
>> Content-Type: text/plain; charset="iso-8859-1"
>>
>> edit /etc/asterisk/manager.conf
>>
>> enable=yes
>>
>> bindaddr=127.0.0.1
>>
>> This is required for phoneglue to connect to the AST Manager
>>
>>
>>
>> On Tue, Apr 6, 2010 at 10:30 AM, Doug Campbell <
>> voiceglue at campbellcastle.com
>> > wrote:
>>
>> > 14:59:48:348 CRIT PHONGLUE asterisk Cannot connect to Asterisk Manager:
>> >> connect ("::ASTMGR", ...) failed: Connection refused at
>> /usr/bin/phoneglue
>> >> line 3980
>> >>
>> >
>> > This doesn't look like an account permission issue, this looks like
>> > an inability to perform the network connection.
>> >
>> > Check to see why asterisk's manager port is not accepting connections.
>> > Firewall? Different port? Host name problems?
>> >
>> > Doug Campbell
>> >
>> > _______________________________________________
>> > Voiceglue mailing list
>> > Voiceglue at voiceglue.org
>> > http://www.voiceglue.org/mailman/listinfo/voiceglue
>> >
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL: <
>> http://www.voiceglue.org/pipermail/voiceglue/attachments/20100406/7f76f5dd/attachment.html
>> >
>>
>> ------------------------------
>>
>> _______________________________________________
>> Voiceglue mailing list
>> Voiceglue at voiceglue.org
>> http://www.voiceglue.org/mailman/listinfo/voiceglue
>>
>>
>> End of Voiceglue Digest, Vol 33, Issue 2
>> ****************************************
>>
>
>
> _______________________________________________
> Voiceglue mailing list
> Voiceglue at voiceglue.org
> http://www.voiceglue.org/mailman/listinfo/voiceglue
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.voiceglue.org/pipermail/voiceglue/attachments/20100406/5508d9d2/attachment-0001.html>
More information about the Voiceglue
mailing list