Displaying 1 result from an estimated 1 matches for "nexexten".
Did you mean:
newexten
2003 Oct 15
0
Manager Interface Needs a protocol
...shift;
print "New Extension Event Detected\n\n";
};
$man->reg_event("Newexten",$newext);
$man->listen(); # a man who listens, won't your wife be jealous ;)
Now the program will just sit there and listen to all the event data
and calls the function hooked into the Nexexten event whenever it sees it
the special event ALL can be used to match every undefined event
Now my only problem is that while making this module I started wishing
that is was just a tiny bit more like maybe http or imap
I dont wanna hack up the code and make my stuff propitary so I was won...