Is the vm module deprecated? I noticed it's not in 091. If so is there an alternative? Searching the mailing list and not finding much regarding rhis. Maybe I'm crazy? :-)
Hi
I think you can use t_relay and all instead of vm
Iqbal
Matt Schulte wrote:
Is the vm module deprecated? I noticed it's not in 091. If so is there an alternative? Searching the mailing list and not finding much regarding rhis. Maybe I'm crazy? :-)
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
.
Alle 17:52, giovedì 28 aprile 2005, Matt Schulte ha scritto:
Is the vm module deprecated? I noticed it's not in 091. If so is there an alternative?
Right, vm module is deprecated, now interaction with sems is made by fifo or socket commands in tm module, take a look at sems docs for examples. Passing communication to sems fifo is a matter of
t_write_req("/tmp/am_fifo","voicemail")
with slight modifications if using sockets
ciao