Re: [OpenSIPS-Users] dialplan out_var

2022-08-30 Thread Антон Ершов
Yes. exactly I apologize for my stupidity вт, 30 авг. 2022 г. в 17:12, Stas Kobzar : > Hi, > $fn is from name and name maybe quoted in the header value. > Try to use $fU to have username part (actual number) > > On Tue, Aug 30, 2022 at 9:00 AM Bogdan-Andrei Iancu > wrote: > >> Again, >> >> your

Re: [OpenSIPS-Users] dialplan out_var

2022-08-30 Thread Stas Kobzar
Hi, $fn is from name and name maybe quoted in the header value. Try to use $fU to have username part (actual number) On Tue, Aug 30, 2022 at 9:00 AM Bogdan-Andrei Iancu wrote: > Again, > > your DP rule is performing NO change over the input. The whole input, as > received, it provided as

Re: [OpenSIPS-Users] dialplan out_var

2022-08-30 Thread Bogdan-Andrei Iancu
Again, your DP rule is performing NO change over the input. The whole input, as received, it provided as output. And the quotes you see in the output value are part of the input value. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS

Re: [OpenSIPS-Users] dialplan out_var

2022-08-30 Thread Антон Ершов
that's the point. there are no conversions, but quotes appear вт, 30 авг. 2022 г. в 09:26, Bogdan-Andrei Iancu : > Your DP rule is doing nothing, as transformation - it is matching > everything and returning it as output..so not sure what are your > expectations here. > > Regards, > >

Re: [OpenSIPS-Users] dialplan out_var

2022-08-30 Thread Bogdan-Andrei Iancu
Your DP rule is doing nothing, as transformation - it is matching everything and returning it as output..so not sure what are your expectations here. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS Summit 27-30 Sept 2022, Athens

Re: [OpenSIPS-Users] dialplan out_var

2022-08-29 Thread Антон Ершов
maybe it is so. but where can you go wrong with this simple rule "id" "dpid" "pr" "match_op" "match_exp" "match_flags" "subst_exp" "repl_exp" "timerec" "disabled" "attrs" 1 0 0 1 ".*" 0 "^(.*)$" "\1" 0 "test" /usr/sbin/opensips[30317]: DBG:dialplan:dp_translate_f: dpid is 0 partition is default

Re: [OpenSIPS-Users] dialplan out_var

2022-08-29 Thread Bogdan-Andrei Iancu
Hi, No quotes are added by the dialplan module at all. I think out value inherited the quotes from the input value, the From Display Name, which may be a quoted value. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS Summit 27-30

[OpenSIPS-Users] dialplan out_var

2022-08-29 Thread Антон Ершов
Hello friends! In version: opensips 3.2.8 (x86_64/linux) I observe strange behavior of the dialplan module. the value returned to the $var(out) variable is wrapped in quotes. In version 3.2.5 no such behavior was observed. this forces you to do additional work with the result obtained in order to