Displaying 2 results from an estimated 2 matches for "notdeadyet".
2006 Mar 04
2
Upgrading to 1.2.5?
..., but I am trying to update my asterisk to
the latest (1.2.5)
When I go to my /usr/src/asterisk I type:
make upgrade
make install
This seems to be doing it's thing, but when I type show version from
the console (after a restart) I still get:
Asterisk SVN-branch-1.2-r7231 built by root @ notdeadyet-imac.local on
a Power Macintosh running Darwin on 2006-03-04 20:48:08 UTC
This seems like the same version number I had before also the copyright
only goes through 2005?
Thanks for your help.
Marty
2007 Feb 01
1
Using Local Channels with Originate
...nd enough of the specifics
to get it working myself.
What I need to do is dial a zap channel and run various scripts if the
channel is answered, busy, no-answer,etc.
Here is the dial plan I am using:
[outdialer]
exten => 100,1,Dial(ZAP/4/1234567)
exten => 100,n,DeadAgi(notdeadyet.py)
exten => 100,n,Hangup
[dialerplan]
exten => s,1,AGI(showstatus.py|${DIALSTATUS})
exten => s,n,Hangup
Here are the manager commands I am using:
Action: login
Username: test
Secret: nottelling
Action: originate
Channel: Local/100...