On 19/12/13 15:42, Juha Heinanen wrote:
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.
OK. I thought you tested with two URI, one with and the other without user=phone. If that is good, then all should be fine.
Cheers, Daniel