<div class="gmail_quote"><div>Hi Ovidiu,</div><div>Thanks for your reply. I don't see any errors in the syslog after raising the debug level to 5. They are mainly informational about bridging and relaying. The loadmodules sections is pasted below:</div>
<div><br></div><div><div>loadmodule "db_mysql.so"</div><div>loadmodule "signaling.so"</div><div>loadmodule "sl.so"</div><div>loadmodule "tm.so"</div><div>loadmodule "rr.so"</div>
<div>loadmodule "maxfwd.so"</div><div>loadmodule "textops.so"</div><div>loadmodule "mi_fifo.so"</div><div>loadmodule "uac_auth.so"</div><div>loadmodule "b2b_entities.so"</div>
<div>loadmodule "b2b_logic.so"</div><div>loadmodule "uac.so"</div><div>loadmodule "uri.so"</div></div><div><br></div><div>relevant parameters are :</div><div><br></div><div>modparam("tm", "pass_provisional_replies", 1)</div>
<div>modparam("uac_auth", "credential", "1000146:203.XXX.XXX.189:ede788")</div><div><br></div><div>modparam("b2b_logic", "db_mode", 0)</div><div>modparam("b2b_logic", "script_scenario", "/usr/local/opensips/etc/opensips/refer.xml")</div>
<div>modparam("b2b_logic", "b2bl_from_spec_param", "$avp(b2bl_from)")</div><div><br></div><div>modparam("b2b_entities", "db_mode", 0)</div><div><br></div><div>The relevant part in route block is:</div>
<div><br></div><div>$avp(b2bl_from) = "<sip:1000146@203.XXX.XXX.189>";</div><div>rewritehost("203.XXX.XXX.189");</div><div><div>b2b_init_request("refer");</div><div>exit;</div></div><div>
<br></div><div>Let me know if you have some more points that I should look at. I am using revision 8135 which I beleive is the latest !!</div><div>Thanks,</div><div><br></div><div>--- Jayesh</div><div><br></div><div><br></div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Do you see any errors in the logs?<br>
Can you raise the logs to DEBUG level and post the logs somewhere?<br>
Also, please post the loadmodule section of your config file.<br>
<br>
Regards,<br>
Ovidiu Sas<br>
<br>
On Thu, Jul 7, 2011 at 7:26 AM, Jayesh Nambiar <<a href="mailto:jayesh.voip@gmail.com">jayesh.voip@gmail.com</a>> wrote:<br>
> Hi Ovidiu,<br>
> Thanks for the reply. I still dont get the expected behaviour, may be I am<br>
> missing something obvious. Below is the trace of my call:<br>
> 203.XXX.XXX.186 is the caller; 203.XXX.XXX.188 is the B2B Opensips and<br>
> 203.XXX.XXX.189 is the upstream proxy which asks for Proxy Authentication.<br>
> U 203.XXX.XXX.186:5035 -> 203.XXX.XXX.188:5060<br>
> INVITE sip:9212121212@203.XXX.XXX.188 SIP/2.0.<br>
> Via: SIP/2.0/UDP 203.XXX.XXX.186:5035;rport;branch=z9hG4bK105036.<br>
> From: <sip:1000146@203.XXX.XXX.186>;tag=57086.<br>
> To: <sip:9212121212@203.XXX.XXX.188>.<br>
> Call-ID: 554fd84d69db52b2aec859f2beb0ba30@203.XXX.XXX.186.<br>
> CSeq: 20 INVITE.<br>
> Contact: <sip:1000146@203.XXX.XXX.186:5035>.<br>
> Content-Type: application/sdp.<br>
> Max-Forwards: 70.<br>
> User-Agent: Novanet C2D.<br>
> Subject: click2call.<br>
> X-Src-IP: 203.153.53.222.<br>
> Content-Length: 180.<br>
> .<br>
> v=0.<br>
> o=click2dial 0 0 IN IP4 203.XXX.XXX.186.<br>
> s=click2dial call.<br>
> c=IN IP4 203.XXX.XXX.186.<br>
> t=0 0.<br>
> m=audio 8000 RTP/AVP 0 8 18 3 4 97 98.<br>
> a=rtpmap:0 PCMU/8000.<br>
> a=rtpmap:18 G729/8000.<br>
><br>
> U 203.XXX.XXX.188:5060 -> 203.XXX.XXX.189:5060<br>
> INVITE sip:9212121212@203.XXX.XXX.189 SIP/2.0.<br>
> Via: SIP/2.0/UDP 203.XXX.XXX.188;branch=z9hG4bK0d56.a7833ad2.0.<br>
> To: sip:9212121212@203.XXX.XXX.189.<br>
> From: <sip:1000146@203.XXX.XXX.189>;tag=3302461778a934c5cb938a0d66c7bfc5.<br>
> CSeq: 21 INVITE.<br>
> Call-ID: B2B.236.911335.<br>
> Content-Length: 180.<br>
> User-Agent: OpenSIPS (1.7.0-beta-notls (x86_64/linux)).<br>
> Content-Type: application/sdp.<br>
> Max-Forwards: 69.<br>
> Contact: <sip:203.XXX.XXX.188:5060>.<br>
> .<br>
> v=0.<br>
> o=click2dial 0 0 IN IP4 203.XXX.XXX.186.<br>
> s=click2dial call.<br>
> c=IN IP4 203.XXX.XXX.186.<br>
> t=0 0.<br>
> m=audio 8000 RTP/AVP 0 8 18 3 4 97 98.<br>
> a=rtpmap:0 PCMU/8000.<br>
> a=rtpmap:18 G729/8000.<br>
><br>
> U 203.XXX.XXX.189:5060 -> 203.XXX.XXX.188:5060<br>
> SIP/2.0 407 Proxy Authentication Required.<br>
> Via: SIP/2.0/UDP 203.XXX.XXX.188;branch=z9hG4bK0d56.a7833ad2.0.<br>
> To:<br>
> sip:9212121212@203.XXX.XXX.189;tag=7dbab1763f29ae55bdba397633ed7fa1.cc60.<br>
> From: <sip:1000146@203.XXX.XXX.189>;tag=3302461778a934c5cb938a0d66c7bfc5.<br>
> CSeq: 21 INVITE.<br>
> Call-ID: B2B.236.911335.<br>
> Proxy-Authenticate: Digest realm="203.XXX.XXX.189",<br>
> nonce="4e1592530000000af0fc7ee76e7c0844c564a2dcbaf21e00".<br>
> Server: SipTrunk 1.6.4.6.<br>
> Content-Length: 0.<br>
> .<br>
><br>
> U 203.XXX.XXX.188:5060 -> 203.XXX.XXX.189:5060<br>
> ACK sip:9212121212@203.XXX.XXX.189 SIP/2.0.<br>
> Via: SIP/2.0/UDP 203.XXX.XXX.188;branch=z9hG4bK0d56.a7833ad2.0.<br>
> From: <sip:1000146@203.XXX.XXX.189>;tag=3302461778a934c5cb938a0d66c7bfc5.<br>
> Call-ID: B2B.236.911335.<br>
> To:<br>
> sip:9212121212@203.XXX.XXX.189;tag=7dbab1763f29ae55bdba397633ed7fa1.cc60.<br>
> CSeq: 21 ACK.<br>
> User-Agent: OpenSIPS (1.7.0-beta-notls (x86_64/linux)).<br>
> Content-Length: 0.<br>
> .<br>
><br>
> U 203.XXX.XXX.188:5060 -> 203.XXX.XXX.186:5035<br>
> SIP/2.0 407 Proxy Authentication Required.<br>
> Via: SIP/2.0/UDP 203.XXX.XXX.186:5035;rport=5035;branch=z9hG4bK105036.<br>
> From: <sip:1000146@203.XXX.XXX.186>;tag=57086.<br>
> To: <sip:9212121212@203.XXX.XXX.188>;tag=B2B.151.477.<br>
> Call-ID: 554fd84d69db52b2aec859f2beb0ba30@203.XXX.XXX.186.<br>
> CSeq: 20 INVITE.<br>
> Proxy-Authenticate: Digest realm="203.XXX.XXX.189",<br>
> nonce="4e1592530000000af0fc7ee76e7c0844c564a2dcbaf21e00".<br>
> Contact: <sip:203.XXX.XXX.188:5060>.<br>
> Server: OpenSIPS (1.7.0-beta-notls (x86_64/linux)).<br>
> Content-Length: 0.<br>
> My uac_auth is loaded before the b2b modules and the paramter in it is as<br>
> follows:<br>
> modparam("uac_auth", "credential", "1000146:203.XXX.XXX.189:ede488")<br>
> The realm sent in Proxy Authenticate is 203.XXX.XXX.189 only but still<br>
> 203.XXX.XXX.188 relays the 407 back to 203.XXX.XXX.186 :(<br>
> Any pointers to figure this out?<br>
> Thanks in advance !!<br>
> --- Jayesh<br>
><br>
>><br>
>> If ?no credentials are found, then the 407 is relayed back to the caller.<br>
>> Make sure that the realm in the challenge matches the realm in<br>
>> uac_auth credentials list.<br>
>> Also make sure that uac_auth is loaded before the b2b modules.<br>
>><br>
>><br>
>> Regards,<br>
>> Ovidiu Sas<br>
>><br>
>> On Thu, Jul 7, 2011 at 5:34 AM, Jayesh Nambiar <<a href="mailto:jayesh.voip@gmail.com">jayesh.voip@gmail.com</a>><br>
>> wrote:<br>
>> > Hi,<br>
>> > I was referring to the email posted by Ovidiu<br>
>> > here?<a href="http://lists.opensips.org/pipermail/news/2011-June/000142.html" target="_blank">http://lists.opensips.org/pipermail/news/2011-June/000142.html</a>. I<br>
>> > am<br>
>> > trying this but the b2b opensips does not reply back with credentials to<br>
>> > the<br>
>> > 407 response. It just proxies back the 407 to the call initiator. I have<br>
>> > downloaded the latest revision from the SVN. Am i missing something<br>
>> > here?<br>
>> > Just for information, I have loaded the refer scenario in the<br>
>> > b2b_init_request. The upstream proxy replies back with 407 Proxy<br>
>> > Authentication Required and I expected the client side of B2B to reply<br>
>> > back<br>
>> > with the credentials mentioned in the uac_auth parameter list.<br>
>> > Any help in regards to testing this will be very useful.<br>
>> > Thanks,<br>
>> > --- Jayesh<br>
>> > _______________________________________________<br>
>> > Users mailing list<br>
>> > <a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
>> > <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
>> ><br>
>> ><br>
>><br>
>><br>
>><br>
>> ------------------------------<br>
>><br>
>> _______________________________________________<br>
>> Users mailing list<br>
>> <a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
>> <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
>><br>
>><br>
>> End of Users Digest, Vol 36, Issue 15<br>
>> *************************************<br>
><br>
><br>
> _______________________________________________<br>
> Users mailing list<br>
> <a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
> <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
><br>
><br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Thu, 7 Jul 2011 08:54:23 -0500<br>
From: Duane Larson <<a href="mailto:duane.larson@gmail.com">duane.larson@gmail.com</a>><br>
Subject: Re: [OpenSIPS-Users] OpenXCAP - Picture change isn't updated<br>
on subscribers client<br>
To: OpenSIPS users mailling list <<a href="mailto:users@lists.opensips.org">users@lists.opensips.org</a>><br>
Message-ID:<br>
<CAFcM1EqHiooquxhSvF_=<a href="mailto:e0GRstBqajO9ummyb0UKZDjwnTXHhQ@mail.gmail.com">e0GRstBqajO9ummyb0UKZDjwnTXHhQ@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
No. All that I see are the publish messages being sent from my proxy to my<br>
proxy. Nothing else is generated after that. My presence config is pretty<br>
basic for testing purposes<br>
<br>
<br>
route[Pres] {<br>
# absorb retransmissions<br>
if (! t_newtran())<br>
{<br>
xlog("L_INFO", "Presence: Call [$rm] Not newtran \n");<br>
sl_reply_error();<br>
exit;<br>
};<br>
<br>
if(is_method("NOTIFY"))<br>
{<br>
if (!t_relay()) {<br>
sl_reply_error();<br>
};<br>
exit;<br>
}<br>
#handle presence requests<br>
if(is_method("PUBLISH"))<br>
{<br>
handle_publish();<br>
}<br>
else if( is_method("SUBSCRIBE")) {<br>
handle_subscribe();<br>
};<br>
exit;<br>
}<br>
<br>
<br>
<br>
On Jul 7, 2011 1:11 AM, "Sa?l Ibarra Corretg?" <<a href="mailto:saul@ag-projects.com">saul@ag-projects.com</a>> wrote:<br>
> Hi,<br>
><br>
> On Jul 6, 2011, at 11:07 PM, <a href="mailto:duane.larson@gmail.com">duane.larson@gmail.com</a> wrote:<br>
><br>
>> I have two users that are on each others buddy list. When I first set my<br>
picture for each account the other client received the update and shows the<br>
picture for the buddy. Yet when I change one of the buddy's pictures the<br>
other client doesn't see the update at all. I have to restart the client in<br>
order to see the new picture. Shouldn't the client get a notify that the<br>
picture has been changed?<br>
>><br>
>> Here is what I see with a sip trace and in the logs for opensips-mi-proxy<br>
<br>
>><br>
><br>
> Does the client receive the corresponding NOTIFY?<br>
><br>
> --<br>
> Sa?l Ibarra Corretg?<br>
> AG Projects<br>
><br>
><br>
><br>
><br>
> _______________________________________________<br>
> Users mailing list<br>
> <a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
> <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.opensips.org/pipermail/users/attachments/20110707/0fe02447/attachment-0001.htm" target="_blank">http://lists.opensips.org/pipermail/users/attachments/20110707/0fe02447/attachment-0001.htm</a>><br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Thu, 7 Jul 2011 17:01:26 +0200<br>
From: Sa?l Ibarra Corretg? <<a href="mailto:saul@ag-projects.com">saul@ag-projects.com</a>><br>
Subject: Re: [OpenSIPS-Users] OpenXCAP - Picture change isn't updated<br>
on subscribers client<br>
To: OpenSIPS users mailling list <<a href="mailto:users@lists.opensips.org">users@lists.opensips.org</a>><br>
Message-ID: <<a href="mailto:3878AEB0-8662-4D28-830E-F01CF3A72BCD@ag-projects.com">3878AEB0-8662-4D28-830E-F01CF3A72BCD@ag-projects.com</a>><br>
Content-Type: text/plain; charset=iso-8859-1<br>
<br>
Hi,<br>
<br>
On Jul 7, 2011, at 3:54 PM, Duane Larson wrote:<br>
<br>
> No. All that I see are the publish messages being sent from my proxy to my proxy. Nothing else is generated after that. My presence config is pretty basic for testing purposes<br>
><br>
<br>
That would be the problem. Your proxy knows that the picture changed, but it doesn't tell it to the endpoints. Have you enabled the presence_xcapdiff module? Your endpoints needs to subscribe to the xcap-diff event so that it gets notify requests with the changes.<br>
<br>
--<br>
Sa?l Ibarra Corretg?<br>
AG Projects<br>
<br>
<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Thu, 07 Jul 2011 15:14:41 +0000<br>
From: <a href="mailto:duane.larson@gmail.com">duane.larson@gmail.com</a><br>
Subject: Re: [OpenSIPS-Users] OpenXCAP - Picture change isn't updated<br>
on subscribers client<br>
To: OpenSIPS users mailling list <<a href="mailto:users@lists.opensips.org">users@lists.opensips.org</a>><br>
Message-ID: <<a href="mailto:20cf307f370e1d586904a77c2d80@google.com">20cf307f370e1d586904a77c2d80@google.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"; Format="flowed";<br>
DelSp="yes"<br>
<br>
I do have presence_xcapdiff enabled. I have a separate Presence Route in my<br>
config that I am not using since I was testing. It is just like the config<br>
on<br>
<a href="http://openxcap.org/wiki/Configuration" target="_blank">http://openxcap.org/wiki/Configuration</a><br>
<br>
So if I use that route instead I am guessing the picture update will work?<br>
I will have to test.<br>
<br>
On Jul 7, 2011 10:01am, Sa?l Ibarra Corretg? <<a href="mailto:saul@ag-projects.com">saul@ag-projects.com</a>> wrote:<br>
> Hi,<br>
<br>
<br>
<br>
<br>
<br>
> On Jul 7, 2011, at 3:54 PM, Duane Larson wrote:<br>
<br>
<br>
<br>
<br>
<br>
> > No. All that I see are the publish messages being sent from my proxy to<br>
> my proxy. Nothing else is generated after that. My presence config is<br>
> pretty basic for testing purposes<br>
<br>
<br>
> ><br>
<br>
<br>
<br>
<br>
<br>
> That would be the problem. Your proxy knows that the picture changed, but<br>
> it doesn't tell it to the endpoints. Have you enabled the<br>
> presence_xcapdiff module? Your endpoints needs to subscribe to the<br>
> xcap-diff event so that it gets notify requests with the changes.<br>
<br>
<br>
<br>
<br>
<br>
> --<br>
<br>
<br>
> Sa?l Ibarra Corretg?<br>
<br>
<br>
> AG Projects<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
> _______________________________________________<br>
<br>
<br>
> Users mailing list<br>
<br>
<br>
> <a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
<br>
<br>
> <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
<br>
<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.opensips.org/pipermail/users/attachments/20110707/d9db9acc/attachment-0001.htm" target="_blank">http://lists.opensips.org/pipermail/users/attachments/20110707/d9db9acc/attachment-0001.htm</a>><br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Thu, 7 Jul 2011 17:22:35 +0200<br>
From: Sa?l Ibarra Corretg? <<a href="mailto:saul@ag-projects.com">saul@ag-projects.com</a>><br>
Subject: Re: [OpenSIPS-Users] OpenXCAP - Picture change isn't updated<br>
on subscribers client<br>
To: OpenSIPS users mailling list <<a href="mailto:users@lists.opensips.org">users@lists.opensips.org</a>><br>
Message-ID: <<a href="mailto:11B0862E-2388-4B5D-BBD4-7ADE2B8C0EB3@ag-projects.com">11B0862E-2388-4B5D-BBD4-7ADE2B8C0EB3@ag-projects.com</a>><br>
Content-Type: text/plain; charset=iso-8859-1<br>
<br>
<br>
On Jul 7, 2011, at 5:14 PM, <a href="mailto:duane.larson@gmail.com">duane.larson@gmail.com</a> wrote:<br>
<br>
> I do have presence_xcapdiff enabled. I have a separate Presence Route in my config that I am not using since I was testing. It is just like the config on<br>
> <a href="http://openxcap.org/wiki/Configuration" target="_blank">http://openxcap.org/wiki/Configuration</a><br>
><br>
> So if I use that route instead I am guessing the picture update will work? I will have to test.<br>
><br>
<br>
Run a SIP packet capture on the server and check that the client is sending the SUBSCRIBE requests and that the server is generating the NOTIFYs.<br>
<br>
--<br>
Sa?l Ibarra Corretg?<br>
AG Projects<br>
<br>
<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 6<br>
Date: Thu, 07 Jul 2011 15:44:27 +0000<br>
From: <a href="mailto:duane.larson@gmail.com">duane.larson@gmail.com</a><br>
Subject: Re: [OpenSIPS-Users] OpenXCAP - Picture change isn't updated<br>
on subscribers client<br>
To: OpenSIPS users mailling list <<a href="mailto:users@lists.opensips.org">users@lists.opensips.org</a>><br>
Message-ID: <<a href="mailto:20cf303a2b878a3c3804a77c97cb@google.com">20cf303a2b878a3c3804a77c97cb@google.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"; Format="flowed";<br>
DelSp="yes"<br>
<br>
Saul,<br>
<br>
Here is a trace of the Jitsi client logging in, registering and subscribing.<br>
<a href="http://pastebin.com/5GX2Pv8F" target="_blank">http://pastebin.com/5GX2Pv8F</a><br>
<br>
Correct me if I am wrong but shouldn't I see a subscribe come from Jitsi<br>
that is for "Event: xcap-diff"?<br>
<br>
Could it be a client issue?<br>
<br>
On Jul 7, 2011 10:22am, Sa?l Ibarra Corretg? <<a href="mailto:saul@ag-projects.com">saul@ag-projects.com</a>> wrote:<br>
<br>
<br>
<br>
> On Jul 7, 2011, at 5:14 PM, <a href="mailto:duane.larson@gmail.com">duane.larson@gmail.com</a> wrote:<br>
<br>
<br>
<br>
<br>
<br>
> > I do have presence_xcapdiff enabled. I have a separate Presence Route<br>
> in my config that I am not using since I was testing. It is just like the<br>
> config on<br>
<br>
<br>
> > <a href="http://openxcap.org/wiki/Configuration" target="_blank">http://openxcap.org/wiki/Configuration</a><br>
<br>
<br>
> ><br>
<br>
<br>
> > So if I use that route instead I am guessing the picture update will<br>
> work? I will have to test.<br>
<br>
<br>
> ><br>
<br>
<br>
<br>
<br>
<br>
> Run a SIP packet capture on the server and check that the client is<br>
> sending the SUBSCRIBE requests and that the server is generating the<br>
> NOTIFYs.<br>
<br>
<br>
<br>
<br>
<br>
> --<br>
<br>
<br>
> Sa?l Ibarra Corretg?<br>
<br>
<br>
> AG Projects<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
> _______________________________________________<br>
<br>
<br>
> Users mailing list<br>
<br>
<br>
> <a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
<br>
<br>
> <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
<br>
<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.opensips.org/pipermail/users/attachments/20110707/b7b7a4ee/attachment.htm" target="_blank">http://lists.opensips.org/pipermail/users/attachments/20110707/b7b7a4ee/attachment.htm</a>><br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
<br>
<br>
End of Users Digest, Vol 36, Issue 17<br>
*************************************<br>
</blockquote></div><br>