Another SIP dialog / session problem

Werner Dittmann Werner.Dittmann at t-online.de
Fri Jun 9 21:54:04 CEST 2006


WHile looking at the code to find the problem mentioned
in my previous post I also looked at

Session::setSdpAnswer(....)

This method contains a loop that goes over the header fields
and the M header. Inside the M header code there is a loop
the goes over the number of formats. This loop tries to match
the format and to get a receiver (in turn of that match function
also the sender is initialized ....). Even if a receiver was
found and started the loop continues for other formats and tries
to match them. Should the loop stop (break) after the first
matching receiver (and sender) was found?

Ideas? Thoughts?

Regards,
Werner



More information about the Minisip-devel mailing list