Stefan Sayer wrote: >> This will result in failure in >> >> apps/announce_transfer/AnnounceTransfer.cpp: if >> ((strip_header_params(getHeader(req.hdrs,"Content-Type")) >> >> Which should now be >> >> apps/announce_transfer/AnnounceTransfer.cpp: if >> ((strip_header_params(getHeader( req.content_type )) > > Thanks, I have fixed this with a small bunch of other issues with > announce_transfer. > >
I am very interested in issues with announce_transfer if you have any other information on them? I have written a simple dialog - based on announce_transfer - that only does a REFER. This dialog appears to work well except for a problem where I do the REFER and eventually get a 481 Call leg/Transaction does not exist when a BYE from the target which has been REFERred is received. It seems that the transaction is destroyed at/shortly after the REFER, and so the final BYE has no transaction to match. This is not a major problem, but I would be interested if there was an easy fix to keep the transaction till the final BYE - or a timeout period. Jeremy _______________________________________________ Sems mailing list [email protected] http://lists.iptel.org/mailman/listinfo/sems
