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