Paris

Results 11 comments of Paris

WebStorm comes with Angular plugin bundled. I haven't installed anything that could interfere with typescript and or angular definitions. I will check it with the latest WebStorm version to see...

Yes I can confirm that the same error occurs on WebStorm 2021.1.1 (latest release). I am pretty sure this has something to do with the way the typescript definition for...

Just a quick update. The MonoTime implementation seems incomplete since I've come against a related error in RadiusAccounting.py as well. There might be more but I haven't found them yet....

Hey @sobomax, thanks for the reply. I was afraid I was alone on this. I totally agree with you, it seemed hackish. The thing is that the issue occurs at...

@sobomax great! Just keep in mind that the ` --static_route="localhost:5062;ash=SIP-Hello1%3A%20World%21;ash=SIP-Hello2%3A%20World%21;credit_time=300;expires=299;np_expires=298"` test will only crash on `np_expires` related code, and will not go into `expires` or `credit_time` since it's the first...

Sorry to bother you, but take the time to check also with `--acct_enable=on` since I think there is an issue in RadiusAccounting.py as well. (check the diffs I've added in...

@sobomax I've tried with all three routing responses I've mentioned before and it works properly every time. The timers in the Accounting Stop appear also to be ok. Thank you...

I went a step further and added another parameter named `parameter` on the `Routing` `h323-ivr-in` response in the authentication that a user could supply a set of radius attribute-value pairs...

@sobomax there you go, I've split them up into two PRs one for each new feature.

I had the exact same issue when I upgraded halite to 4.8.0 and hidden-string was updated to 2.0.0. Downgrading to 4.6.0 and 1.1.0 respectively solved the issue, so there is...