======Part 2====== =====Entries===== ====Entry 1: October 3, 2012==== Today we figured out how to call system tasks using nothing but the asterisk extensions.conf file. To add an extension executes a script you simply need to add "System(pathtoscript.sh)" In practice this would look like this: exten => 607,1,Answer exten => 607,2,Wait(1) exten => 607,3,System(path/to/script.sh) ;make sure to place in writable path for asterisk user exten => 607,4,Hangup() This opens a plethora of new possibilities that we'll explore in the coming weeks! ====Entry 2: October 7, 2012==== Today I've decided to start researching the implications of installing PBX and Asterisk on my Raspberry Pi. My ultimate goal would be initiating a house appliance by literally calling it through asterisk. Smart appliances here I come! =D I'm starting my research here: * http://hackaday.com/2012/08/22/building-a-pbx-setup-around-the-raspberry-pi/ * http://thelamegerman.wordpress.com/2012/04/20/installation-of-freepbx-2-10-on-debian-wheezy-kernel-3-2/ * http://hackaday.com/2011/03/18/free-home-phone-method-uses-parts-were-familiar-with/ UPDATE! FreePBX is loaded and I've setup some extensions. Now I'll be looking into some ip appliances for automation. ====Entry 3: October 31, 2012==== Finding direction in Data Com With everyone moving into their individual projects I'm at as loss with what to do. Hoping we can establish a tangible direction some time soon. ====Entry 4: October Day, 2012==== This is a sample format for a dated entry. Please substitute the actual date for "Month Day, Year", and duplicate the level 4 heading to make additional entries. As an aid, feel free to use the following questions to help you generate content for your entries: * What action or concept of significance, as related to the course, did you experience on this date? * Why was this significant? * What concepts are you dealing with that may not make perfect sense? * What challenges are you facing with respect to the course? Remember that 4 is just the minimum number of entries. Feel free to have more. =====Keywords===== {{page>cprogpart2&nofooter}} {{page>datacommpart2&nofooter}} =====Experiment 2===== ====Question==== Can you include the main() of a program in a header file? ====Resources==== Collect information and resources (such as URLs of web resources), and comment on knowledge obtained that you think will provide useful background information to aid in performing the experiment. ====Hypothesis==== Based on what you've read with respect to your original posed question, what do you think will be the result of your experiment (ie an educated guess based on the facts known). This is done before actually performing the experiment. State your rationale. ====Experiment==== How are you going to test your hypothesis? What is the structure of your experiment? ====Data==== Perform your experiment, and collect/document the results here. ====Analysis==== Based on the data collected: * Was your hypothesis correct? * Was your hypothesis not applicable? * Is there more going on than you originally thought? (shortcomings in hypothesis) * What shortcomings might there be in your experiment? * What shortcomings might there be in your data? ====Conclusions==== What can you ascertain based on the experiment performed and data collected? Document your findings here; make a statement as to any discoveries you've made.