Re: [Asterisk-Users] app_wakeme.c (Wake-up Call Manager) v0.1.0 released

2006-05-10 Thread Michael Iedema
For a linux newb who needs to wake up ? How does one do this ? Copy/create a app_wakeme.c in the source directory then compile asterisk ? How do I call it in dialplan ? (first) % cd /usr/src/asterisk/apps (if you're running 1.2) % wget

Re: [Asterisk-Users] app_wakeme.c (Wake-up Call Manager) v0.1.0 released

2006-05-10 Thread Michael Iedema
(apologies if this is a dup but my original message never showed up and I mailed it this morning) For a linux newb who needs to wake up ? How does one do this ? Copy/create a app_wakeme.c in the source directory then compile asterisk ? How do I call it in dialplan ? (first) % cd

Re: [Asterisk-Users] app_wakeme.c (Wake-up Call Manager) v0.1.0 released

2006-05-09 Thread AR Tarzi
: Monday, May 08, 2006 14:47 Subject: [Asterisk-Users] app_wakeme.c (Wake-up Call Manager) v0.1.0 released Greetings, I'm releasing my first attempt at Asterisk development in hopes of gathering a bit of feedback. It's just a wake-up call manager but, seeing as the only one I was able to find

[Asterisk-Users] app_wakeme.c (Wake-up Call Manager) v0.1.0 released

2006-05-08 Thread Michael Iedema
Greetings, I'm releasing my first attempt at Asterisk development in hopes of gathering a bit of feedback. It's just a wake-up call manager but, seeing as the only one I was able to find was a php-agi script, perhaps an actual app will be useful to someone. Anyway, here's the details.

RE: [Asterisk-Users] app_wakeme.c (Wake-up Call Manager) v0.1.0 released

2006-05-08 Thread Mimmus
Any help? # gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -DZAPTEL_OPTIMIZATIONS -fomit-frame-pointer -fPIC -c -o app_wakeme.o app_wakeme.c app_wakeme.c: In function `app_exec': app_wakeme.c:101:

Re: [Asterisk-Users] app_wakeme.c (Wake-up Call Manager) v0.1.0 released

2006-05-08 Thread Michael Iedema
Any help? # gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE [snip] make[1]: Leaving directory `/usr/src/asterisk-1.2.7.1/apps' make: *** [subdirs] Error 1 1.2.7.1 is your problem. I've updated the site with