Hi, I have read Jonathan Palley''s keynote on Telegraph: http:// files.meetup.com/134063/jpalley_voip_presentation.pdf with great interest but I have to admit I am a little lost with the following bullet point: "Route AMI events to controller actions using , routes.rb". Could anyone please provide any help on AMI Events in telegraph? Thanks in advance, Philippe Breuils
Hi Philippe - That preso is out of date (given over a year ago). Check out my presentation from RailsConf: http://www.slideshare.net/jpalley/ respondto-voice-the-convergence-of-voice-and-web-interfaces-with- rails-and-asterisk/ Also, the example app in the telegraph svn is most up to date. Note, there are a few configuration changes since those documents were published (you can find details for that on the documentation wiki). Best Jonathan On Sep 10, 2007, at 9:24 AM, Philippe Breuils wrote:> Hi, > > I have read Jonathan Palley''s keynote on Telegraph: http:// > files.meetup.com/134063/jpalley_voip_presentation.pdf with great > interest but I have to admit I am a little lost with the following > bullet point: "Route AMI events to controller actions using , > routes.rb". Could anyone please provide any help on AMI Events in > telegraph? > > Thanks in advance, > > Philippe Breuils > _______________________________________________ > Telegraph-users mailing list > Telegraph-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/telegraph-users
Hi Jonathan, Thanks for your quick answer: it''s pretty clear now. For some reason I thought there was a tweak involving routes.rb. I will work on that right away. Best regards, Philippe PS: Thanks a lot for Telegraph by the way Le 11 sept. 07 ? 06:18, Jonathan Palley a ?crit :> Hi Philippe - > That preso is out of date (given over a year ago). Check out my > presentation from RailsConf: http://www.slideshare.net/jpalley/ > respondto-voice-the-convergence-of-voice-and-web-interfaces-with- > rails-and-asterisk/ > > Also, the example app in the telegraph svn is most up to date. > Note, there are a few configuration changes since those documents > were published (you can find details for that on the documentation > wiki). > > Best > Jonathan > > On Sep 10, 2007, at 9:24 AM, Philippe Breuils wrote: > >> Hi, >> >> I have read Jonathan Palley''s keynote on Telegraph: http:// >> files.meetup.com/134063/jpalley_voip_presentation.pdf with great >> interest but I have to admit I am a little lost with the following >> bullet point: "Route AMI events to controller actions using , >> routes.rb". Could anyone please provide any help on AMI Events in >> telegraph? >> >> Thanks in advance, >> >> Philippe Breuils >> _______________________________________________ >> Telegraph-users mailing list >> Telegraph-users at rubyforge.org >> http://rubyforge.org/mailman/listinfo/telegraph-users >
hi. will asterisk care if a server is running nginx? (or is this possible only through apache?) Dominic On 9/11/07, Philippe Breuils <philippe.breuils at gmail.com> wrote:> Hi Jonathan, > > Thanks for your quick answer: it''s pretty clear now. For some reason > I thought there was a tweak involving routes.rb. > I will work on that right away. > Best regards, > > Philippe > > PS: Thanks a lot for Telegraph by the way > > Le 11 sept. 07 ? 06:18, Jonathan Palley a ?crit : > > > Hi Philippe - > > That preso is out of date (given over a year ago). Check out my > > presentation from RailsConf: http://www.slideshare.net/jpalley/ > > respondto-voice-the-convergence-of-voice-and-web-interfaces-with- > > rails-and-asterisk/ > > > > Also, the example app in the telegraph svn is most up to date. > > Note, there are a few configuration changes since those documents > > were published (you can find details for that on the documentation > > wiki). > > > > Best > > Jonathan > > > > On Sep 10, 2007, at 9:24 AM, Philippe Breuils wrote: > > > >> Hi, > >> > >> I have read Jonathan Palley''s keynote on Telegraph: http:// > >> files.meetup.com/134063/jpalley_voip_presentation.pdf with great > >> interest but I have to admit I am a little lost with the following > >> bullet point: "Route AMI events to controller actions using , > >> routes.rb". Could anyone please provide any help on AMI Events in > >> telegraph? > >> > >> Thanks in advance, > >> > >> Philippe Breuils > >> _______________________________________________ > >> Telegraph-users mailing list > >> Telegraph-users at rubyforge.org > >> http://rubyforge.org/mailman/listinfo/telegraph-users > > > > _______________________________________________ > Telegraph-users mailing list > Telegraph-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/telegraph-users >-- Anything else, let me know. - Dominic Son The ability to simplify means to eliminate the unnecessary so that the necessary may speak. -Hofstadter''s Law
Asterisk doesn''t talk to the web server so it won''t care at all. Having said that, if you want to load balance the AGI calls you could probably actually do that through nginx. But I don''t think that''s what you are asking :). JP On Sep 11, 2007, at 4:08 AM, Dominic Son wrote:> hi. will asterisk care if a server is running nginx? > > (or is this possible only through apache?) > > Dominic > > > On 9/11/07, Philippe Breuils <philippe.breuils at gmail.com> wrote: >> Hi Jonathan, >> >> Thanks for your quick answer: it''s pretty clear now. For some reason >> I thought there was a tweak involving routes.rb. >> I will work on that right away. >> Best regards, >> >> Philippe >> >> PS: Thanks a lot for Telegraph by the way >> >> Le 11 sept. 07 ? 06:18, Jonathan Palley a ?crit : >> >>> Hi Philippe - >>> That preso is out of date (given over a year ago). Check out my >>> presentation from RailsConf: http://www.slideshare.net/jpalley/ >>> respondto-voice-the-convergence-of-voice-and-web-interfaces-with- >>> rails-and-asterisk/ >>> >>> Also, the example app in the telegraph svn is most up to date. >>> Note, there are a few configuration changes since those documents >>> were published (you can find details for that on the documentation >>> wiki). >>> >>> Best >>> Jonathan >>> >>> On Sep 10, 2007, at 9:24 AM, Philippe Breuils wrote: >>> >>>> Hi, >>>> >>>> I have read Jonathan Palley''s keynote on Telegraph: http:// >>>> files.meetup.com/134063/jpalley_voip_presentation.pdf with great >>>> interest but I have to admit I am a little lost with the following >>>> bullet point: "Route AMI events to controller actions using , >>>> routes.rb". Could anyone please provide any help on AMI Events in >>>> telegraph? >>>> >>>> Thanks in advance, >>>> >>>> Philippe Breuils >>>> _______________________________________________ >>>> Telegraph-users mailing list >>>> Telegraph-users at rubyforge.org >>>> http://rubyforge.org/mailman/listinfo/telegraph-users >>> >> >> _______________________________________________ >> Telegraph-users mailing list >> Telegraph-users at rubyforge.org >> http://rubyforge.org/mailman/listinfo/telegraph-users >> > > > -- > Anything else, let me know. > > - Dominic Son > > The ability to simplify means to eliminate the unnecessary so that the > necessary may speak. > -Hofstadter''s Law > _______________________________________________ > Telegraph-users mailing list > Telegraph-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/telegraph-users