[Asterisk-Users] Tracking pressed keys
Andrew Kohlsmith
akohlsmith-asterisk at benshaw.com
Wed Oct 6 12:35:44 MST 2004
On Wednesday 06 October 2004 15:31, Carl F. Hall wrote:
> My specific case is someone calls into my system and enters an extension
> then hangs up. The entered extension needs to be logged somewhere so that
> another system can retrieve the dialed extensions and perform options
> based on the extensions. There are too many possible extensions for me to
> handle it case by case with menu logic.
... what's wrong with
exten -> 252,1,System(/path/to/dosomething)
or
exten -> 252,1,AGI(something)
or
exten -> 252,1,DBPut(something)
??
I don't think I understand what you're driving at.
-A.
More information about the asterisk-users
mailing list