You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2009-08-04 11:22:02: @bennylpcreated the issue on trac ticket 930
The pjsua_acc_config.contact_params setting was used to add user defined parameters to the Contact URI. Some applications may need to add user defined parameters to the Contact header, and this will be supported by this ticket.
For consistency with RFC 3261, this will modify the semantic of the existing pjsua_acc_config.contact_params field as follows:
pjsua_acc_config.contact_params is now used to specify additional Contact header parameters
a new field, pjsua_acc_config.contact_uri_params, will be added, and this will be used to specify additional Contact URI parameters (the previous semantic of pjsua_acc_config.contact_params)
2009-08-04 15:36:50: @nanangizzchanged status from new to closed
2009-08-04 15:36:50: @nanangizzset resolution to fixed
Changed semantic of pjsua_acc_config.contact_params, it is now used for specifying Contact header parameters (it was used for specifying Contact URI parameters).
Added a new field pjsua_acc_config.contact_uri_params, for specifying Contact URI parameters.
Added fields pjsua_acc_config.contact_params and pjsua_acc_config.contact_uri_params into python pjsua.
Updated/added option in pjsua app to specify Contact header parameters and Contact URI parameters.
Updated semantic of contact param in functions pjsip_dlg_create_uac(), pjsip_dlg_create_uas(), pjsip_endpt_create_request() and also variable pjsua_acc.contact to be Contact header value (was Contact URI).
Updated docs related to above modifications.
Fixed pjsua_im_send() in generating contact header, it should use pjsua_acc.contact instead, if it is set.
2009-08-04 11:22:02: @bennylp created the issue on trac ticket 930
The
pjsua_acc_config.contact_params
setting was used to add user defined parameters to the Contact URI. Some applications may need to add user defined parameters to the Contact header, and this will be supported by this ticket.For consistency with RFC 3261, this will modify the semantic of the existing
pjsua_acc_config.contact_params
field as follows:pjsua_acc_config.contact_params
is now used to specify additional Contact header parameterspjsua_acc_config.contact_uri_params
, will be added, and this will be used to specify additional Contact URI parameters (the previous semantic ofpjsua_acc_config.contact_params
)2009-08-04 15:36:50: @nanangizz changed status from new to closed
2009-08-04 15:36:50: @nanangizz set resolution to fixed
2009-08-04 15:36:50: @nanangizz commented
In r2852:
2009-08-05 19:42:44: @nanangizz commented
In r2855:
2009-08-11 19:11:05: @nanangizz commented
In r2860:
2009-08-15 12:00:36: @bennylp commented
In r2883:
The text was updated successfully, but these errors were encountered: