DiyLightAnimation

Hardware => Lynx EtherDongle => Lynx Conductor => Topic started by: Steve Gase on September 19, 2012,

Title: Trigger implementation idea: call from phone
Post by: Steve Gase on September 19, 2012,
I'm creating multiple threads to launch discussions on how to create various kinds of triggers.

I'm looking for some discussion to help guide me in making a decision about the "best" way for my particular needs, and I really don't know what those requirements are at this time.  So, I'm intending the discussion to be pretty open-ended, and something that might help others with similar questions.

"best" might be based on various factors:

In this thread I am interested in the ability to call up the display from a cell phone, something that would allow ANY phone (not just smart phones) to call and make a request for a song by pressing a dial tone at the end of a voice message.

As is the case with all of the ideas, it must be able to interface with the conductor's trigger solution.

After discussing ideas, I'm hoping that final concepts could be written up as assembly manuals in the wiki, complete with answers to the "how" and "what", and "where" questions.

Any takers?
Title: Re: Trigger implementation idea: call from phone
Post by: Steve Gase on September 19, 2012,
I know that someone has done something like this before... and I hope he'll speak up.

I recall a cloud-based voicemail setup that in turn created an email, which then linked up to ...  (ok it gets foggy here  <fp. )
Title: Re: Trigger implementation idea: call from phone
Post by: Night Owl on September 20, 2012,
This might get you started.

http://www.anthony-dacko.net/Cell-phone%20to%20cell-phone..htm

http://www.youtube.com/watch?v=ysBDURN7xwE
Title: Re: Trigger implementation idea: call from phone
Post by: hbomb341 on October 21, 2012,
After seeing Jim Hall show last night and thinking a little on texting to run a show.  I may of missed it but is it posable to do what I would call a eTrigger?  Send a command (Maybe something like: Conductor.exe -show 1 | Conductor.exe -stop).  Since the conductor can all ready be on my network can easily streamline this vs hacking together a trigger throw.

How Jim did it -
http://www.lone-star-holidays.com/forums/showthread.php?t=6318

Regards,
Harrison
Title: Re: Trigger implementation idea: call from phone
Post by: Mickpat on October 21, 2012,
Using VoiceXML, I don't think it would be too hard to setup.  You could setup a web server on site that would trigger the conductor commands.  Check out https://evolution.voxeo.com/  There are other VoiceXML services too.  Many offer free developer accounts that given you volume maybe just fine.

Who do you want controlling your show?  People parked in front of your house? 
Title: Re: Trigger implementation idea: call from phone
Post by: hbomb341 on October 21, 2012,
You are not allowed to view links. Register or Login
Using VoiceXML, I don't think it would be too hard to setup.  You could setup a web server on site that would trigger the conductor commands.  Check out https://evolution.voxeo.com/  There are other VoiceXML services too.  Many offer free developer accounts that given you volume maybe just fine.

Who do you want controlling your show?  People parked in front of your house?

The software Jim talked about looks just fine (http://www.daveamenta.com/products/google-voice-auto-responder/) ... But need to trigger the conduct ... Does it have the feature to receave a command ... if so is the packet / data package documented? 

Harrison