Hi.
I develop SIP-gateway for XMPP protocol. Gateway works on server which works
under "xen".
I can't build latest versions of sofia-sip on this server, so i've built
something like 1.10.x.
Everything works good, but now i must add *P-Asserted-Identity *field to
INVITE query.
But SIPTAG_P_ASSERTED_IDENTITY macro was added only in 1.12.7 version, so i
don't have it in my version.
Can i resolve it trouble? Can i add, for example, my custom field to query?
Can i parse this field in future?

How should i change my code:

nua_handle_t *t_inviteHandle = nua_handle(
   m_SipThread.getNua(),
   t_inviteData,
   SIPTAG_FROM_STR( t_initJid.toArray().data() ),
   SIPTAG_TO_STR( t_respJid.toArray().data() ),
   SIPTAG_P_ASSERTED_IDENTITY(t_asserty.data()),
   TAG_END());
------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to