Hi Daniel, Sorry for the delay in replying. I've attached blf.cap which shows the "light stays on" scenario. You'll see that the final NOTIFY (packet 43) is a "confirmed" rather than a "terminated" as per the PUBLISH (packet 41) that triggered it.
I've also attached presentity.txt which is the contents of the DB before the pcap was taken. With regards to your question about the light going out after the entries in the table have expired, this does happen automatically. As soon as the table drops down to being empty (it takes a couple of minutes to fully clear), the light goes off. Subsequent calls will work correctly with BLF until it eventually stops working and the whole cycle repeats. I have repeated the test with subs_db_mode 0 and the same results occur. This is, in fact, the state it was in when the attached pcap was taken. Do you think the problem is in the cleanup of the data or in the way the active dialog is matched against the set of data in the table? Happy to prod through the code with gdb if you can point me in the direction of where to start looking. Cheers Phil From: Daniel-Constantin Mierla [mailto:mico...@gmail.com] Sent: 19 January 2016 23:26 To: Phil Lavin <phil.la...@synety.com>; Kamailio (SER) - Users Mailing List <sr-users@lists.sip-router.org> Subject: Re: [SR-Users] Strange PUA Behaviour Can you get a pcap for a case with the new config? Being traveling, but maybe I get a chance to look at it soon. Reading quickly on some docs, I noticed that subs_db_mode=3 and notifier_proceses=0 rise a conflict: http://www.kamailio.org/docs/modules/devel/modules/presence.html#presence.p.notifier_processes Can you try with subs_db_mode=0 and see if works different? Cheers, Daniel On 19/01/16 20:35, Phil Lavin wrote: Just to follow this up with more recent results. I've simplified things and have been testing calling from a Kamailio registered UA to a phone on the PSTN. There's only 1 dialog in Kamailio for this and the results are just as strange. BLF works for a while and then breaks. In this particular case, the light does not go off after the call. I have set subs_db_mode to 3 (new config below) and I can consistently reproduce the BLF light not turning off after the call has ended (the phone does not get sent a terminate). As soon as I truncate pua and presentity tables in the DB, the next call works fine. modparam("presence", "subs_db_mode", 3) modparam("presence", "notifier_processes", 0) modparam("presence", "db_url", DBURL) modparam("presence", "send_fast_notify", 0) modparam("presence", "db_update_period", 20) modparam("presence_xml", "db_url", DBURL) modparam("presence_xml", "force_active", 1) modparam("presence_dialoginfo", "force_single_dialog", 1) modparam("presence_dialoginfo", "force_dummy_dialog", 1) modparam("pua", "db_url", DBURL) modparam("pua", "db_mode", 2) modparam("pua", "update_period", 20) modparam("pua_dialoginfo", "send_publish_flag", FLT_DLGINFO) modparam("pua_dialoginfo", "override_lifetime", 124) Before I truncate, the tables both a good number of rows in each (70ish). Is it that they're not being correctly cleaned up here? Thanks Phil From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Phil Lavin Sent: 19 January 2016 18:11 To: mico...@gmail.com<mailto:mico...@gmail.com>; Kamailio (SER) - Users Mailing List <sr-users@lists.sip-router.org><mailto:sr-users@lists.sip-router.org> Subject: Re: [SR-Users] Strange PUA Behaviour Below is the relevant presence/pua stuff. Let me know if I should be examining other tables. When the call ends, there are no dialogs remaining in the dialog table. A few things do hang around in the presentity and pua tables for a short period of time. Regarding CLI changing, it does seem to do so. When the call is routed onto the billing platform, the CLI is changed to the local "extension" (e.g. 9989) on the leg that comes back to Kamailio, destined for the callee. Regarding only advertising the leg going to the callee, not all calls will terminate on a UA registered against Kamailio (e.g. calls from a Kamailio registered UA to the PSTN). The more I think about it, determining the correct leg in all scenarios will be difficult. -- Daniel-Constantin Mierla http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda Book: SIP Routing With Kamailio - http://www.asipto.com http://miconda.eu
blf.cap
Description: blf.cap
mysql> select * from presentity\G *************************** 1. row *************************** id: 3620 username: 441164969988 domain: 185.28.212.118 event: dialog etag: a.1453292606.22160.478.0 expires: 1453318710 received_time: 1453318585 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:441164969988@185.28.212.118"> <dialog id="f9796314-441f3c93-e92508a4@172.31.17.127" call-id="f9796314-441f3c93-e92508a4@172.31.17.127" direction="initiator"> <state>Trying</state> <remote> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:1050@185.28.212.118;user=phone"/> </remote> <local> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.118"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 2. row *************************** id: 3621 username: 441164969988 domain: 185.28.212.118 event: dialog etag: a.1453292606.22159.501.0 expires: 1453318710 received_time: 1453318585 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:441164969988@185.28.212.118"> <dialog id="f9796314-441f3c93-e92508a4@172.31.17.127" call-id="f9796314-441f3c93-e92508a4@172.31.17.127" local-tag="BBB16DF4-5731B3B3" remote-tag="wv5mnkumkybwblmg.i" direction="initiator"> <state>early</state> <remote> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:91.228.242.21:5061"/> </remote> <local> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.246:51415"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 3. row *************************** id: 3622 username: 1050 domain: 185.28.212.118 event: dialog etag: a.1453292606.22168.477.0 expires: 1453318710 received_time: 1453318585 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:1050@185.28.212.118;user=phone"> <dialog id="f9796314-441f3c93-e92508a4@172.31.17.127" call-id="f9796314-441f3c93-e92508a4@172.31.17.127" local-tag="wv5mnkumkybwblmg.i" remote-tag="BBB16DF4-5731B3B3" direction="recipient"> <state>early</state> <remote> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.246:51415"/> </remote> <local> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:91.228.242.21:5061"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 4. row *************************** id: 3623 username: 441164969988 domain: 185.28.212.118 event: dialog etag: a.1453292606.22172.485.0 expires: 1453318711 received_time: 1453318586 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:441164969988@185.28.212.118"> <dialog id="f9796314-441f3c93-e92508a4@172.31.17.127" call-id="f9796314-441f3c93-e92508a4@172.31.17.127" direction="initiator"> <state>confirmed</state> <remote> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:1050@185.28.212.118;user=phone"/> </remote> <local> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.246:51415"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 5. row *************************** id: 3624 username: 1050 domain: 185.28.212.118 event: dialog etag: a.1453292606.22171.515.0 expires: 1453318711 received_time: 1453318586 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:1050@185.28.212.118;user=phone"> <dialog id="f9796314-441f3c93-e92508a4@172.31.17.127" call-id="f9796314-441f3c93-e92508a4@172.31.17.127" direction="recipient"> <state>confirmed</state> <remote> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.246:51415"/> </remote> <local> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:1050@185.28.212.118;user=phone"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 6. row *************************** id: 3627 username: 441164969988 domain: 185.28.212.118 event: dialog etag: a.1453292606.22161.517.0 expires: 1453318714 received_time: 1453318589 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:441164969988@185.28.212.118"> <dialog id="e2e00404-85f8e4a3-933d0794@172.31.17.127" call-id="e2e00404-85f8e4a3-933d0794@172.31.17.127" direction="initiator"> <state>Trying</state> <remote> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:1050@185.28.212.118;user=phone"/> </remote> <local> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.118"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 7. row *************************** id: 3628 username: 441164969988 domain: 185.28.212.118 event: dialog etag: a.1453292606.22168.478.0 expires: 1453318715 received_time: 1453318590 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:441164969988@185.28.212.118"> <dialog id="e2e00404-85f8e4a3-933d0794@172.31.17.127" call-id="e2e00404-85f8e4a3-933d0794@172.31.17.127" local-tag="B5092E4-F69497C3" remote-tag="tdfk2f3kbsxpvduz.i" direction="initiator"> <state>early</state> <remote> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:91.228.242.21:5061"/> </remote> <local> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.246:51415"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 8. row *************************** id: 3629 username: 1050 domain: 185.28.212.118 event: dialog etag: a.1453292606.22169.500.0 expires: 1453318715 received_time: 1453318590 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:1050@185.28.212.118;user=phone"> <dialog id="e2e00404-85f8e4a3-933d0794@172.31.17.127" call-id="e2e00404-85f8e4a3-933d0794@172.31.17.127" local-tag="tdfk2f3kbsxpvduz.i" remote-tag="B5092E4-F69497C3" direction="recipient"> <state>early</state> <remote> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.246:51415"/> </remote> <local> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:91.228.242.21:5061"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 9. row *************************** id: 3630 username: 441164969988 domain: 185.28.212.118 event: dialog etag: a.1453292606.22159.502.0 expires: 1453318716 received_time: 1453318591 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:441164969988@185.28.212.118"> <dialog id="e2e00404-85f8e4a3-933d0794@172.31.17.127" call-id="e2e00404-85f8e4a3-933d0794@172.31.17.127" direction="initiator"> <state>confirmed</state> <remote> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:1050@185.28.212.118;user=phone"/> </remote> <local> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.246:51415"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 10. row *************************** id: 3631 username: 1050 domain: 185.28.212.118 event: dialog etag: a.1453292606.22162.519.0 expires: 1453318716 received_time: 1453318591 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:1050@185.28.212.118;user=phone"> <dialog id="e2e00404-85f8e4a3-933d0794@172.31.17.127" call-id="e2e00404-85f8e4a3-933d0794@172.31.17.127" direction="recipient"> <state>confirmed</state> <remote> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.246:51415"/> </remote> <local> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:1050@185.28.212.118;user=phone"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 11. row *************************** id: 3634 username: 441164969988 domain: 185.28.212.118 event: dialog etag: a.1453292606.22171.516.0 expires: 1453318719 received_time: 1453318594 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:441164969988@185.28.212.118"> <dialog id="14e6f6f4-3afa1ab3-f5979884@172.31.17.127" call-id="14e6f6f4-3afa1ab3-f5979884@172.31.17.127" direction="initiator"> <state>Trying</state> <remote> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:1050@185.28.212.118;user=phone"/> </remote> <local> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.118"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 12. row *************************** id: 3635 username: 441164969988 domain: 185.28.212.118 event: dialog etag: a.1453292606.22161.518.0 expires: 1453318720 received_time: 1453318595 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:441164969988@185.28.212.118"> <dialog id="14e6f6f4-3afa1ab3-f5979884@172.31.17.127" call-id="14e6f6f4-3afa1ab3-f5979884@172.31.17.127" local-tag="D62389D4-DE1389D3" remote-tag="nazukxricv2smjlx.i" direction="initiator"> <state>early</state> <remote> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:91.228.242.21:5061"/> </remote> <local> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.246:51415"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 13. row *************************** id: 3636 username: 1050 domain: 185.28.212.118 event: dialog etag: a.1453292606.22162.520.0 expires: 1453318720 received_time: 1453318595 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:1050@185.28.212.118;user=phone"> <dialog id="14e6f6f4-3afa1ab3-f5979884@172.31.17.127" call-id="14e6f6f4-3afa1ab3-f5979884@172.31.17.127" local-tag="nazukxricv2smjlx.i" remote-tag="D62389D4-DE1389D3" direction="recipient"> <state>early</state> <remote> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.246:51415"/> </remote> <local> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:91.228.242.21:5061"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 14. row *************************** id: 3637 username: 441164969988 domain: 185.28.212.118 event: dialog etag: a.1453292606.22167.534.0 expires: 1453318721 received_time: 1453318596 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:441164969988@185.28.212.118"> <dialog id="14e6f6f4-3afa1ab3-f5979884@172.31.17.127" call-id="14e6f6f4-3afa1ab3-f5979884@172.31.17.127" direction="initiator"> <state>confirmed</state> <remote> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:1050@185.28.212.118;user=phone"/> </remote> <local> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.246:51415"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 15. row *************************** id: 3638 username: 1050 domain: 185.28.212.118 event: dialog etag: a.1453292606.22169.501.0 expires: 1453318721 received_time: 1453318596 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:1050@185.28.212.118;user=phone"> <dialog id="14e6f6f4-3afa1ab3-f5979884@172.31.17.127" call-id="14e6f6f4-3afa1ab3-f5979884@172.31.17.127" direction="recipient"> <state>confirmed</state> <remote> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.246:51415"/> </remote> <local> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:1050@185.28.212.118;user=phone"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 16. row *************************** id: 3641 username: 441164969988 domain: 185.28.212.118 event: dialog etag: a.1453292606.22168.481.0 expires: 1453318724 received_time: 1453318599 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:441164969988@185.28.212.118"> <dialog id="a1847b74-b38f8e33-f00bad04@172.31.17.127" call-id="a1847b74-b38f8e33-f00bad04@172.31.17.127" direction="initiator"> <state>Trying</state> <remote> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:1050@185.28.212.118;user=phone"/> </remote> <local> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.118"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 17. row *************************** id: 3642 username: 441164969988 domain: 185.28.212.118 event: dialog etag: a.1453292606.22173.534.0 expires: 1453318725 received_time: 1453318600 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:441164969988@185.28.212.118"> <dialog id="a1847b74-b38f8e33-f00bad04@172.31.17.127" call-id="a1847b74-b38f8e33-f00bad04@172.31.17.127" local-tag="DCC9EE54-2421D53" remote-tag="p2sbsy3itaugythk.i" direction="initiator"> <state>early</state> <remote> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:91.228.242.21:5061"/> </remote> <local> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.246:51415"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 18. row *************************** id: 3643 username: 1050 domain: 185.28.212.118 event: dialog etag: a.1453292606.22169.502.0 expires: 1453318725 received_time: 1453318600 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:1050@185.28.212.118;user=phone"> <dialog id="a1847b74-b38f8e33-f00bad04@172.31.17.127" call-id="a1847b74-b38f8e33-f00bad04@172.31.17.127" local-tag="p2sbsy3itaugythk.i" remote-tag="DCC9EE54-2421D53" direction="recipient"> <state>early</state> <remote> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.246:51415"/> </remote> <local> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:91.228.242.21:5061"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 19. row *************************** id: 3644 username: 441164969988 domain: 185.28.212.118 event: dialog etag: a.1453292606.22162.521.0 expires: 1453318726 received_time: 1453318601 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:441164969988@185.28.212.118"> <dialog id="a1847b74-b38f8e33-f00bad04@172.31.17.127" call-id="a1847b74-b38f8e33-f00bad04@172.31.17.127" direction="initiator"> <state>confirmed</state> <remote> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:1050@185.28.212.118;user=phone"/> </remote> <local> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.246:51415"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 20. row *************************** id: 3645 username: 1050 domain: 185.28.212.118 event: dialog etag: a.1453292606.22167.535.0 expires: 1453318726 received_time: 1453318601 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:1050@185.28.212.118;user=phone"> <dialog id="a1847b74-b38f8e33-f00bad04@172.31.17.127" call-id="a1847b74-b38f8e33-f00bad04@172.31.17.127" direction="recipient"> <state>confirmed</state> <remote> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.246:51415"/> </remote> <local> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:1050@185.28.212.118;user=phone"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 21. row *************************** id: 3648 username: 441164969988 domain: 185.28.212.118 event: dialog etag: a.1453292606.22161.519.0 expires: 1453318728 received_time: 1453318603 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:441164969988@185.28.212.118"> <dialog id="fc1b7064-cc05a243-5ece7ff4@172.31.17.127" call-id="fc1b7064-cc05a243-5ece7ff4@172.31.17.127" direction="initiator"> <state>Trying</state> <remote> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:1050@185.28.212.118;user=phone"/> </remote> <local> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.118"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 22. row *************************** id: 3649 username: 441164969988 domain: 185.28.212.118 event: dialog etag: a.1453292606.22158.521.0 expires: 1453318729 received_time: 1453318604 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:441164969988@185.28.212.118"> <dialog id="fc1b7064-cc05a243-5ece7ff4@172.31.17.127" call-id="fc1b7064-cc05a243-5ece7ff4@172.31.17.127" local-tag="A6946744-D3166D63" remote-tag="45szc62yntmhx5vp.i" direction="initiator"> <state>early</state> <remote> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:91.228.242.21:5061"/> </remote> <local> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.246:51415"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 23. row *************************** id: 3650 username: 1050 domain: 185.28.212.118 event: dialog etag: a.1453292606.22162.522.0 expires: 1453318729 received_time: 1453318604 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:1050@185.28.212.118;user=phone"> <dialog id="fc1b7064-cc05a243-5ece7ff4@172.31.17.127" call-id="fc1b7064-cc05a243-5ece7ff4@172.31.17.127" local-tag="45szc62yntmhx5vp.i" remote-tag="A6946744-D3166D63" direction="recipient"> <state>early</state> <remote> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.246:51415"/> </remote> <local> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:91.228.242.21:5061"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 24. row *************************** id: 3651 username: 441164969988 domain: 185.28.212.118 event: dialog etag: a.1453292606.22169.503.0 expires: 1453318729 received_time: 1453318604 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:441164969988@185.28.212.118"> <dialog id="fc1b7064-cc05a243-5ece7ff4@172.31.17.127" call-id="fc1b7064-cc05a243-5ece7ff4@172.31.17.127" direction="initiator"> <state>confirmed</state> <remote> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:1050@185.28.212.118;user=phone"/> </remote> <local> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.246:51415"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 25. row *************************** id: 3652 username: 1050 domain: 185.28.212.118 event: dialog etag: a.1453292606.22173.535.0 expires: 1453318729 received_time: 1453318604 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:1050@185.28.212.118;user=phone"> <dialog id="fc1b7064-cc05a243-5ece7ff4@172.31.17.127" call-id="fc1b7064-cc05a243-5ece7ff4@172.31.17.127" direction="recipient"> <state>confirmed</state> <remote> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.246:51415"/> </remote> <local> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:1050@185.28.212.118;user=phone"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 26. row *************************** id: 3655 username: 441164969988 domain: 185.28.212.118 event: dialog etag: a.1453292606.22172.487.0 expires: 1453318732 received_time: 1453318607 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:441164969988@185.28.212.118"> <dialog id="cd3c3754-d2e1c453-b2ed64e4@172.31.17.127" call-id="cd3c3754-d2e1c453-b2ed64e4@172.31.17.127" direction="initiator"> <state>Trying</state> <remote> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:1050@185.28.212.118;user=phone"/> </remote> <local> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.118"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 27. row *************************** id: 3656 username: 441164969988 domain: 185.28.212.118 event: dialog etag: a.1453292606.22159.505.0 expires: 1453318733 received_time: 1453318608 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:441164969988@185.28.212.118"> <dialog id="cd3c3754-d2e1c453-b2ed64e4@172.31.17.127" call-id="cd3c3754-d2e1c453-b2ed64e4@172.31.17.127" local-tag="8D1C3234-C9A54B73" remote-tag="t2qgnjoitlbmxt53.i" direction="initiator"> <state>early</state> <remote> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:91.228.242.21:5061"/> </remote> <local> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.246:51415"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 28. row *************************** id: 3657 username: 1050 domain: 185.28.212.118 event: dialog etag: a.1453292606.22167.537.0 expires: 1453318733 received_time: 1453318608 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:1050@185.28.212.118;user=phone"> <dialog id="cd3c3754-d2e1c453-b2ed64e4@172.31.17.127" call-id="cd3c3754-d2e1c453-b2ed64e4@172.31.17.127" local-tag="t2qgnjoitlbmxt53.i" remote-tag="8D1C3234-C9A54B73" direction="recipient"> <state>early</state> <remote> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.246:51415"/> </remote> <local> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:91.228.242.21:5061"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 29. row *************************** id: 3658 username: 441164969988 domain: 185.28.212.118 event: dialog etag: a.1453292606.22171.517.0 expires: 1453318733 received_time: 1453318608 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:441164969988@185.28.212.118"> <dialog id="cd3c3754-d2e1c453-b2ed64e4@172.31.17.127" call-id="cd3c3754-d2e1c453-b2ed64e4@172.31.17.127" direction="initiator"> <state>confirmed</state> <remote> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:1050@185.28.212.118;user=phone"/> </remote> <local> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.246:51415"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 30. row *************************** id: 3659 username: 1050 domain: 185.28.212.118 event: dialog etag: a.1453292606.22167.538.0 expires: 1453318733 received_time: 1453318608 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:1050@185.28.212.118;user=phone"> <dialog id="cd3c3754-d2e1c453-b2ed64e4@172.31.17.127" call-id="cd3c3754-d2e1c453-b2ed64e4@172.31.17.127" direction="recipient"> <state>confirmed</state> <remote> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.246:51415"/> </remote> <local> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:1050@185.28.212.118;user=phone"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 31. row *************************** id: 3662 username: 441164969988 domain: 185.28.212.118 event: dialog etag: a.1453292606.22168.482.0 expires: 1453318783 received_time: 1453318658 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:441164969988@185.28.212.118"> <dialog id="79dbd964-4dc52943-3d6808f4@172.31.17.127" call-id="79dbd964-4dc52943-3d6808f4@172.31.17.127" direction="initiator"> <state>Trying</state> <remote> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:1050@185.28.212.118;user=phone"/> </remote> <local> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.118"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 32. row *************************** id: 3663 username: 441164969988 domain: 185.28.212.118 event: dialog etag: a.1453292606.22162.524.0 expires: 1453318783 received_time: 1453318658 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:441164969988@185.28.212.118"> <dialog id="79dbd964-4dc52943-3d6808f4@172.31.17.127" call-id="79dbd964-4dc52943-3d6808f4@172.31.17.127" local-tag="EE8E9044-D7603463" remote-tag="qcsjpfk6avfi5alv.i" direction="initiator"> <state>early</state> <remote> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:91.228.242.21:5061"/> </remote> <local> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.246:51415"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 33. row *************************** id: 3664 username: 1050 domain: 185.28.212.118 event: dialog etag: a.1453292606.22172.488.0 expires: 1453318783 received_time: 1453318658 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:1050@185.28.212.118;user=phone"> <dialog id="79dbd964-4dc52943-3d6808f4@172.31.17.127" call-id="79dbd964-4dc52943-3d6808f4@172.31.17.127" local-tag="qcsjpfk6avfi5alv.i" remote-tag="EE8E9044-D7603463" direction="recipient"> <state>early</state> <remote> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.246:51415"/> </remote> <local> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:91.228.242.21:5061"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 34. row *************************** id: 3665 username: 441164969988 domain: 185.28.212.118 event: dialog etag: a.1453292606.22160.480.0 expires: 1453318784 received_time: 1453318659 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:441164969988@185.28.212.118"> <dialog id="79dbd964-4dc52943-3d6808f4@172.31.17.127" call-id="79dbd964-4dc52943-3d6808f4@172.31.17.127" direction="initiator"> <state>confirmed</state> <remote> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:1050@185.28.212.118;user=phone"/> </remote> <local> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.246:51415"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 35. row *************************** id: 3666 username: 1050 domain: 185.28.212.118 event: dialog etag: a.1453292606.22159.506.0 expires: 1453318784 received_time: 1453318659 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:1050@185.28.212.118;user=phone"> <dialog id="79dbd964-4dc52943-3d6808f4@172.31.17.127" call-id="79dbd964-4dc52943-3d6808f4@172.31.17.127" direction="recipient"> <state>confirmed</state> <remote> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.246:51415"/> </remote> <local> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:1050@185.28.212.118;user=phone"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 36. row *************************** id: 3669 username: 441164969988 domain: 185.28.212.118 event: dialog etag: a.1453292606.22160.481.0 expires: 1453318834 received_time: 1453318709 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:441164969988@185.28.212.118"> <dialog id="1566cde4-722e2cc3-87b78d74@172.31.17.127" call-id="1566cde4-722e2cc3-87b78d74@172.31.17.127" direction="initiator"> <state>Trying</state> <remote> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:1050@185.28.212.118;user=phone"/> </remote> <local> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.118"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 37. row *************************** id: 3670 username: 441164969988 domain: 185.28.212.118 event: dialog etag: a.1453292606.22170.496.0 expires: 1453318835 received_time: 1453318710 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:441164969988@185.28.212.118"> <dialog id="1566cde4-722e2cc3-87b78d74@172.31.17.127" call-id="1566cde4-722e2cc3-87b78d74@172.31.17.127" local-tag="338664C4-FBBE57E3" remote-tag="3iveze2dfntyih3l.i" direction="initiator"> <state>early</state> <remote> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:91.228.242.21:5061"/> </remote> <local> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.246:51415"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 38. row *************************** id: 3671 username: 1050 domain: 185.28.212.118 event: dialog etag: a.1453292606.22173.538.0 expires: 1453318835 received_time: 1453318710 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:1050@185.28.212.118;user=phone"> <dialog id="1566cde4-722e2cc3-87b78d74@172.31.17.127" call-id="1566cde4-722e2cc3-87b78d74@172.31.17.127" local-tag="3iveze2dfntyih3l.i" remote-tag="338664C4-FBBE57E3" direction="recipient"> <state>early</state> <remote> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.246:51415"/> </remote> <local> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:91.228.242.21:5061"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 39. row *************************** id: 3672 username: 441164969988 domain: 185.28.212.118 event: dialog etag: a.1453292606.22167.539.0 expires: 1453318836 received_time: 1453318711 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:441164969988@185.28.212.118"> <dialog id="1566cde4-722e2cc3-87b78d74@172.31.17.127" call-id="1566cde4-722e2cc3-87b78d74@172.31.17.127" direction="initiator"> <state>confirmed</state> <remote> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:1050@185.28.212.118;user=phone"/> </remote> <local> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.246:51415"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 40. row *************************** id: 3673 username: 1050 domain: 185.28.212.118 event: dialog etag: a.1453292606.22161.522.0 expires: 1453318836 received_time: 1453318711 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:1050@185.28.212.118;user=phone"> <dialog id="1566cde4-722e2cc3-87b78d74@172.31.17.127" call-id="1566cde4-722e2cc3-87b78d74@172.31.17.127" direction="recipient"> <state>confirmed</state> <remote> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.246:51415"/> </remote> <local> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:1050@185.28.212.118;user=phone"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 41. row *************************** id: 3674 username: 441164969988 domain: 185.28.212.118 event: dialog etag: a.1453292606.22171.519.0 expires: 1453318725 received_time: 1453318714 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:441164969988@185.28.212.118"> <dialog id="1566cde4-722e2cc3-87b78d74@172.31.17.127" call-id="1566cde4-722e2cc3-87b78d74@172.31.17.127" direction="initiator"> <state>terminated</state> <remote> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:1050@185.28.212.118;user=phone"/> </remote> <local> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.246:51415"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 42. row *************************** id: 3675 username: 1050 domain: 185.28.212.118 event: dialog etag: a.1453292606.22168.484.0 expires: 1453318725 received_time: 1453318714 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:1050@185.28.212.118;user=phone"> <dialog id="1566cde4-722e2cc3-87b78d74@172.31.17.127" call-id="1566cde4-722e2cc3-87b78d74@172.31.17.127" direction="recipient"> <state>terminated</state> <remote> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.246:51415"/> </remote> <local> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:1050@185.28.212.118;user=phone"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 43. row *************************** id: 3676 username: 441164969988 domain: 185.28.212.118 event: dialog etag: a.1453292606.22172.489.0 expires: 1453318879 received_time: 1453318754 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:441164969988@185.28.212.118"> <dialog id="54b391f4-dd674fb3-a5db9384@172.31.17.127" call-id="54b391f4-dd674fb3-a5db9384@172.31.17.127" direction="initiator"> <state>Trying</state> <remote> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:1050@185.28.212.118;user=phone"/> </remote> <local> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.118"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 44. row *************************** id: 3677 username: 441164969988 domain: 185.28.212.118 event: dialog etag: a.1453292606.22158.526.0 expires: 1453318880 received_time: 1453318755 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:441164969988@185.28.212.118"> <dialog id="54b391f4-dd674fb3-a5db9384@172.31.17.127" call-id="54b391f4-dd674fb3-a5db9384@172.31.17.127" local-tag="14564D4-54F77ED3" remote-tag="bpi3xrvkdztisfz4.i" direction="initiator"> <state>early</state> <remote> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:91.228.242.21:5061"/> </remote> <local> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.246:51415"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 45. row *************************** id: 3678 username: 1050 domain: 185.28.212.118 event: dialog etag: a.1453292606.22171.521.0 expires: 1453318880 received_time: 1453318755 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:1050@185.28.212.118;user=phone"> <dialog id="54b391f4-dd674fb3-a5db9384@172.31.17.127" call-id="54b391f4-dd674fb3-a5db9384@172.31.17.127" local-tag="bpi3xrvkdztisfz4.i" remote-tag="14564D4-54F77ED3" direction="recipient"> <state>early</state> <remote> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.246:51415"/> </remote> <local> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:91.228.242.21:5061"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 46. row *************************** id: 3679 username: 441164969988 domain: 185.28.212.118 event: dialog etag: a.1453292606.22172.490.0 expires: 1453318882 received_time: 1453318757 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:441164969988@185.28.212.118"> <dialog id="54b391f4-dd674fb3-a5db9384@172.31.17.127" call-id="54b391f4-dd674fb3-a5db9384@172.31.17.127" direction="initiator"> <state>confirmed</state> <remote> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:1050@185.28.212.118;user=phone"/> </remote> <local> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.246:51415"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 47. row *************************** id: 3680 username: 1050 domain: 185.28.212.118 event: dialog etag: a.1453292606.22170.497.0 expires: 1453318882 received_time: 1453318757 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:1050@185.28.212.118;user=phone"> <dialog id="54b391f4-dd674fb3-a5db9384@172.31.17.127" call-id="54b391f4-dd674fb3-a5db9384@172.31.17.127" direction="recipient"> <state>confirmed</state> <remote> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.246:51415"/> </remote> <local> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:1050@185.28.212.118;user=phone"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 48. row *************************** id: 3681 username: 441164969988 domain: 185.28.212.118 event: dialog etag: a.1453292606.22173.539.0 expires: 1453318770 received_time: 1453318759 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:441164969988@185.28.212.118"> <dialog id="54b391f4-dd674fb3-a5db9384@172.31.17.127" call-id="54b391f4-dd674fb3-a5db9384@172.31.17.127" direction="initiator"> <state>terminated</state> <remote> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:1050@185.28.212.118;user=phone"/> </remote> <local> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.246:51415"/> </local> </dialog> </dialog-info> sender: priority: 0 *************************** 49. row *************************** id: 3682 username: 1050 domain: 185.28.212.118 event: dialog etag: a.1453292606.22159.507.0 expires: 1453318770 received_time: 1453318759 body: <?xml version="1.0"?> <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="0" state="full" entity="sip:1050@185.28.212.118;user=phone"> <dialog id="54b391f4-dd674fb3-a5db9384@172.31.17.127" call-id="54b391f4-dd674fb3-a5db9384@172.31.17.127" direction="recipient"> <state>terminated</state> <remote> <identity>sip:441164969988@185.28.212.118</identity> <target uri="sip:441164969988@185.28.212.246:51415"/> </remote> <local> <identity>sip:1050@185.28.212.118;user=phone</identity> <target uri="sip:1050@185.28.212.118;user=phone"/> </local> </dialog> </dialog-info> sender: priority: 0 49 rows in set (0.00 sec)
_______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users