Re: [OpenSIPS-Users] restore_uri error

2010-02-17 Thread Bogdan-Andrei Iancu
Hi Jeff, Try this patch to get the callid printed out. Regards, Bogdan Jeff Pyle wrote: Bogdan, I'm not sure if I have a trace or not. A lot of calls flow through this switch and this error only appears for a very small percentage of them. Is it possible to include the callid in the error

Re: [OpenSIPS-Users] restore_uri error

2010-02-17 Thread Jeff Pyle
Bogdan, I'm not sure if I have a trace or not. A lot of calls flow through this switch and this error only appears for a very small percentage of them. Is it possible to include the callid in the error so I can reference it to siptrace logs? - Jeff On Feb 17, 2010, at 3:57 AM, Bogdan-Andre

Re: [OpenSIPS-Users] restore_uri error

2010-02-17 Thread Bogdan-Andrei Iancu
Hi Jeff, The error message may be a bit misleading - it is not about new uri shorter then old uri, is about the URI from Route hdr being shorter than the old URI. The URI encoded in the Route param has the len = max(new uri, old uri), so the module expects that the URI from FROM to be equal of

[OpenSIPS-Users] restore_uri error

2010-02-16 Thread Jeff Pyle
Hello, I make use of uac_replace_from() in my scripts. I believe that is where this error message is coming from: ERROR:uac:restore_uri: new URI shorter than old URI Can anyone explain what this really means? Having a new URI shorter than an old one really doesn't seem like an error conditi