On 7/7/05, Bogdan-Andrei Iancu
<bogdan(a)voice-system.ro> wrote:
2) SEMS will expect to receive in the fifo
command the email also
(as P-Email-Address value).
(...)
to pass this avp to SEMS:
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.
regards,
bogdan