On 07/27/2010 12:29 PM, Premalatha Kuppan wrote: > while compiling , i'm getting error, :( > > b2b_logic.c:32:27: error: libxml/parser.h: No such file or directory > In file included from records.h:36, > from b2b_logic.c:41: > b2b_logic.h:56: error: expected specifier-qualifier-list before > ‘xmlNodePtr’ > b2b_logic.h:78: error: expected specifier-qualifier-list before > ‘xmlDocPtr’ > > > Between, I see Opensips as a proxy can do translation of tcp to UDP. > How can i achieve this for my requirement. > > Any idea ?
You need to install libxml2-dev ( it is also written in the documentation). Yes, OpenSIPS does protocol switching. Regards, -- Anca Vamanu www.voice-system.ro _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
