The User-Agent header is only send with the registration requests (REGISTER). Check for these lines in the sendRegister function (sip/sipvoiplink.cpp):
// Add User-Agent Header
pj_list_init (&hdr_list);
useragent = pj_str ( (char*) get_useragent_name ().c_str());
h = pjsip_generic_string_hdr_create (_pool,
&STR_USER_AGENT, &useragent);
pj_list_push_back (&hdr_list, (pjsip_hdr*) h);
On Fri, 2009-10-02 at 08:44 -0300, Thomas Alexander Ewald wrote:
> change
--
Emmanuel Milou
Consultant en Logiciel Libre
Savoir-Faire Linux Inc.
[email protected]
514-276-5468 poste 136
signature.asc
Description: This is a digitally signed message part
_______________________________________________ SFLphone mailing list [email protected] http://lists.savoirfairelinux.net/mailman/listinfo/sflphone
