<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: courier new,courier,monaco,monospace,sans-serif; font-size: 12pt; color: #000000'><font face="courier new, courier, monaco, monospace, sans-serif"><span style="font-size: 12pt;">Hello Everyone,</span></font><div style="color: rgb(0, 0, 0); font-family: "courier new", courier, monaco, monospace, sans-serif; font-size: 12pt;">Pua dialog producing error. How to find out why.</div><div style="color: rgb(0, 0, 0); font-family: "courier new", courier, monaco, monospace, sans-serif; font-size: 12pt;"><br></div><div><pre style="color: rgb(36, 41, 46); font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 11.9px; box-sizing: border-box; margin-top: 0px; overflow-wrap: normal; background-color: rgb(246, 248, 250); border-radius: 3px; line-height: 1.45; overflow: auto; padding: 16px; margin-bottom: 0px !important;"><code style="box-sizing: border-box; font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 11.9px; background: transparent; border-radius: 3px; margin: 0px; padding: 0px; border: 0px; word-break: normal; display: inline; line-height: inherit; overflow: visible; overflow-wrap: normal;">Feb 21 11:39:13 vprx00 /usr/sbin/opensips[25528]: ERROR:pua_dialoginfo:pack_cb_params: Failed to parse peer nameaddr [sip:3122054030@domain.com#015#012]
Feb 21 11:39:13 vprx00 /usr/sbin/opensips[25528]: ERROR:pua_dialoginfo:dialoginfo_set: Failed to allocate parameters</code></pre><pre style="box-sizing: border-box; margin-top: 0px; overflow-wrap: normal; background-color: rgb(246, 248, 250); border-radius: 3px; line-height: 1.45; overflow: auto; padding: 16px; margin-bottom: 0px !important;"><font color="#24292e" face="SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace"><span style="font-size: 11.9px;">[root@vprx00 ~]# opensips -V
version: opensips 3.0.0-dev (x86_64/linux)
flags: STATS: On, SHM_EXTRA_STATS, DISABLE_NAGLE, USE_MCAST, SHM_MMAP, PKG_MALLOC, QM_MALLOC, DBG_MALLOC, FAST_LOCK-ADAPTIVE_WAIT
ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535
poll method support: poll, epoll, sigio_rt, select.
main.c compiled on 20:36:05 Jan 27 2019 with gcc 8</span></font></pre><pre style="color: rgb(36, 41, 46); font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 11.9px; box-sizing: border-box; margin-top: 0px; overflow-wrap: normal; background-color: rgb(246, 248, 250); border-radius: 3px; line-height: 1.45; overflow: auto; padding: 16px; margin-bottom: 0px !important;">Script code.</pre><pre style="box-sizing: border-box; margin-top: 0px; overflow-wrap: normal; background-color: rgb(246, 248, 250); border-radius: 3px; line-height: 1.45; overflow: auto; padding: 16px; margin-bottom: 0px !important;"><font color="#24292e" face="SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace"><span style="font-size: 11.9px;">        if(!has_totag() && is_method("INVITE")) {
                create_dialog();

                # Presence dialog info
                dialoginfo_set();

                ### Set profile ###
                set_dlg_profile("caller","$fU@$fd");
                set_dlg_profile("domain","$fd");

                get_profile_size("caller","$fU@$fd","$var(ccaller)");
                get_profile_size("caller","$fd","$var(cdomain)");
                xlog("L_INFO", "Number of calls from user $fU@$fd is $var(ccaller)");
                xlog("L_INFO", "Number of calls from domain $fd is $var(cdomain)");

        }</span></font><span style="color: rgb(36, 41, 46); font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 11.9px;">
</span></pre></div><div style="color: rgb(0, 0, 0); font-family: "courier new", courier, monaco, monospace, sans-serif; font-size: 12pt;"><br></div><div style="color: rgb(0, 0, 0); font-family: "courier new", courier, monaco, monospace, sans-serif; font-size: 12pt;"><br></div><div style="color: rgb(0, 0, 0); font-family: "courier new", courier, monaco, monospace, sans-serif; font-size: 12pt;">volga629</div></div></body></html>