Client initiated "recording"?

Hi,

I am wondering if this is possible in asterisk. Say I have a sip/iax client connected to asterisk that either receives or dial out and after the connect is established, I can push some digit combination which would starts recording the whole conversation on asterisk(both side) and email/archive it ?

yes,

you must set up the feature in features.conf, example:

[featuremap]
automon => *1

and then you must have the dial options to enabled for the receiving party:

voip-info.org/wiki-Asterisk+cmd+dial

see the w and W options for further details on this, and requirements for DYNAMIC_FEATURES.

p