This may sound silly but how can I say to asterisk that new number have been dialed and that it has to treat these as a new extension ? I mean: I have received a call, and now I want that asterisk execute the command, by example call forwarding, recording... that I can do when I dial a precise extension ... What do I have to do ? Asterisk "see" the digits, but never uses them as an extension... Thanks for your help
At 08:15 AM 2/25/2004, you wrote:>This may sound silly but how can I say to asterisk that new number have >been dialed and that it has to treat these as a new extension ? > >I mean: I have received a call, and now I want that asterisk execute the >command, by example call forwarding, recording... that I can do when I >dial a precise extension ... > >What do I have to do ? >Asterisk "see" the digits, but never uses them as an extension...http://www.voip-info.org/wiki-Asterisk+config+extensions.conf --Ernest
Hi!> >This may sound silly but how can I say to asterisk that new number have > >been dialed and that it has to treat these as a new extension ? > > > >I mean: I have received a call, and now I want that asterisk execute the > >command, by example call forwarding, recording... that I can do when I > >dial a precise extension ... > > > >What do I have to do ? > >Asterisk "see" the digits, but never uses them as an extension... > > http://www.voip-info.org/wiki-Asterisk+config+extensions.confHere's a more clearer example: http://www.voip-info.org/wiki-Monitor+setup+sample You will need to transfer the call using # to a special extentsion that you defined in extensions.conf and that does whatever you want to achive. Cheers, Philipp