[OpenSIPS-Users] SIP Trace question

CheeWii quanwei87 at gmail.com
Wed Apr 7 13:53:37 CEST 2010


Have a test as follows:
if(!(method == "REGISTER")){
                    setflag(22);
                    sip_trace();
}

2010/4/7 Daniel Goepp <dan at goepp.net>

> I'm having some trouble understanding why I'm not seeing all messages in
> the DB.  All I see are messages back to the calling party, and the message
> to and from the called party, but I see nothing from the calling party.
> Making it a bit hard to tell what the initial request looked like :)
>
> I have a pretty generic setup:
>
> # ----- sip_trace ------
> modparam("siptrace", "db_url", "mysql://opensips:opensipsrw@localhost
> /opensips")
> modparam("siptrace", "trace_on", 1)
> modparam("siptrace", "enable_ack_trace", 1)
> modparam("siptrace", "table", "sip_trace")
> modparam("siptrace", "trace_flag", 22)
>
> And then:
>
>         if(!(method == "REGISTER"))
>                     setflag(22);
>
> Thoughts on why I'm not seeing inbound requests from the caller?
>
> Thanks
>
> -dg
>
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.opensips.org/pipermail/users/attachments/20100407/a1c71ad6/attachment.htm 


More information about the Users mailing list