Re: [SR-Users] Regarding kamailio-4.4.0 msrp module

2016-06-07 Thread Daniel-Constantin Mierla
Hello, what is missing? What is highlighted seems to be in the code. Can you provide a patch or make a pull request on github project? That will make it simpler to understand what you want to change. Cheers, Daniel On 07/06/16 11:51, Surendra.P wrote: > > Hello Daniel, > > > >

[SR-Users] Regarding kamailio-4.4.0 msrp module

2016-06-07 Thread Surendra . P
Hello Daniel, Switch case control is missing while parsing MSRP pseudo variables. Please find the code snippet below: int pv_parse_msrp_name(pv_spec_t *sp, str *in) { if(sp==NULL || in==NULL || in->len<=0) return -1; switch(in->len)