Daniel-Constantin Mierla writes:
Have you checked to see if the sip_params field is
also set when
'user=phone' doesn't exist?
yes, my understanding is that it is set as the first thing always:
switch(uri->type){
case SIPS_URI_T:
case SIP_URI_T:
/* save the original sip: URI parameters in sip_params */
uri->sip_params=uri->params;
but i didn't read the whole code.
-- juha