On 7/7/05, Bogdan-Andrei Iancu bogdan@voice-system.ro wrote:
modparam("tm", "tw_append", "vm_email:P-Email-Address=avp[i:34]") .... t_write_req("/tmp/sems_fifo", "voicemail/vm_email");
Forgive my ignorance, but does this t_write_req replace the original one I have to just "voicemail"? If not, where would I insert it?
yes, it replace the original one. Has same functionality, but specifies an extra list of information (vm_email) to be send along via fifo.
The modparam is global though? It doesn't affect other calls? That confuses me.
Thanks,
A.