Thank you very much, it is now working,

Llanos


>Hello,
>
>you have two instances of ser running, one at port 5060 and one at
>maybe port 5090. there are two ser.cfg , one for ser@5060 (call them
>here ser_5060.cfg) and one for ser@5090.
>in ser_5060.cfg  there is fifo=/tmp/ser_fifo
>and in ser_5090.cfg  there is probably fifo=/tmp/ser_vm_fifo
>
>so in sems.conf you have to set ser_fifo_name=/tmp/ser_vm_fifo (not
>/tmp/ser_fifo ) otherwise sems tries to send the reply to a request
>with the wrong ser.
>
>correct operation:
>
>ser@5060              ser@5090                     sems
>REQ ------udp--------->
>                           REQ ---am_fifo------------>
>
>                            <----ser_vm_fifo------- REPLY
><---------udp-------- REPLY
>
>
>fails if you try to do this:
>ser@5060              ser@5090                     sems
>REQ ------udp--------->
>                           REQ ---am_fifo------------>
>
>   <---------ser_fifo-------------------------------- REPLY
>
>
>just set the correct fifo name in sems.conf .
>hth
>Stefan
>
>
>
>Llanos Serna García-Conde wrote:
>>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
>>
>>
>>------------------------------------------------------------------------
>>
>>_______________________________________________
>>Sems mailing list
>>sems@lists.iptel.org
>>http://lists.iptel.org/cgi-bin/mailman/listinfo/sems
>
><< smime.p7s >>