< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [sipxtapi-dev] SIPXTapi crashes


manoj@xxxxxxxxxxxxxxxxx wrote:
Actually for SDP section codecs are not read from Media library (GIPS or
SIPXMedia)...am i right?...I am passing only pcmu and telephony codecs.

I haave implemented codec related functions also in mediaadapter
lib......according to debug i am not able to find where it is interacting
with GIPS or SIPXmedialib for codecs.

This exception comes just after "Connect" method is called in
calmanager.....Apart from SIPXMediadapterlib where else it interacts with
media specially to build SDP ?


Sorry I am in over my head here, I debugged the problem when I
saw it, the exception was caused by null sdp class which in turn
was caused because the codec DLL could not be found.

Putting a copy of the codec dll's into the same directory
as the output dll (or changing the #define to point to the
codec output dll directory) both solved the problem.

Regards

Paul