[OpenSIPS-Users] pua dialog

Slava Bendersky volga629 at networklab.ca
Wed Mar 6 10:51:11 EST 2019


Hello Everyone, 
Pua dialog producing error. How to find out why. 


Feb 21 11:39:13 vprx00 /usr/sbin/opensips[25528]: ERROR:pua_dialoginfo:pack_cb_params: Failed to parse peer nameaddr [sip:3122054030 at domain.com#015#012]
Feb 21 11:39:13 vprx00 /usr/sbin/opensips[25528]: ERROR:pua_dialoginfo:dialoginfo_set: Failed to allocate parameters [root at 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 Script code. 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)");

        } 




volga629 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20190306/a7ebdb97/attachment.html>


More information about the Users mailing list