Hi all, I had SEMS working fine with 2 different instances of SER running. I changed something in
/usr/local/src/sems_rel_0_8_12/plug-in/voicemail/AnswerMachine.cpp
I just commented one line because I didn't want the voice messages to be cleaned up from /tmp.
I went back to the source directory and did a "make" to update the modules
>cd /usr/local/src/sems_rel_0_8_12
>make
I didn't change anything else but now the voicemail is not working.
I get the next errors from SER:
9(27376) ERROR: fifo_t_reply: lookup failed
9(27376) ERROR: fifo_server: command (vm_reply) processing failed
9(27376) ERROR: fifo_t_reply: lookup failed
9(27376) ERROR: fifo_server: command (vm_reply) processing failed
And the next errors from SEMS:
(27306) ERROR: reply (AmRequest.cpp:313): AmRequestUAS::reply: 481 fifo_t_reply: no such transaction
(27306) ERROR: run (AmSession.cpp:160): 500 could not send response.
(27306) ERROR: reply (AmRequest.cpp:313): AmRequestUAS::reply: 481 fifo_t_reply: no such transaction
All I could find in previous messages from the list said it might be something with fifo names, but tha fifo name /tmp/ser_fifo is the same one in ser.cfg and sems.conf.
Please help,
Llanos