Jan Fricke | 10 Feb 09:44
Picon
Gravatar

Subscribe presence of extensions on another pbx

Hi members,

is there a way to have BLFs on my polycom which subscribe the presence of extensions on another pbx?

 

I’ve tried to add a speed dial with the number 101 <at> 10.99.10.14 and checked subscribe to presence. Should the RLS/Presence Server try to send subscribe messages to 10.99.10.14?

 

Sincerely

 

Jan

 

_____________________________

Jan Fricke B.Sc. Cs.

 

IANT- APPLIED NGN-TECHNOLOGIES

 

Schlüsselfertige VoIP-Lösungen und mehr...

 

Member of GROUPLINK

 

IANT GmbH

Salzdahlumer Straße 46/48

D-38302 Wolfenbüttel

Fon: +49 5331/ 6794-0

Fax: +49 5331/ 6794-499

 

Mail: jan.fricke <at> iant.de

Internet: www.iant.de

W. E. W. Russell | 8 Feb 21:51
Picon
Gravatar

Question regarding latest code for sipXbridge

I just had a question about getting the latest code complied and released in the RPMs.

I have been having trouble being able to put calls on hold or transferring them. I've located the issue in the code. The issue seems to be that the latest code isn't being complied into the latest stable RPMs.

The two versions are below:

The new code is here:  http://sipxecs.sipfoundry.org/rep/sipXecs/main/sipXbridge/src/main/java/org/sipfoundry/sipxbridge/CallControlManager.java 

The main difference that is causing my issue is in the method: solicitSdpOfferFromPeerDialogResponse

It begins on line 2247 on the GIT site version. You'll have to just do a simple search on the other site to find it, but the key issue is that the following check was removed:
----------------------------------------------------------------
if ( Gateway.isStrictProtocolEnforcement() ) {
            if ( response.getContentLength().getContentLength() == 0 ) {
                logger.error("PROTOCOL ERROR -- Expecting a content length != 0. Tearing down call! ");
                dialogContext.sendAck(response);
                b2bua.tearDown(Gateway.SIPXBRIDGE_USER, ReasonCode.PROTOCOL_ERROR,
                "protocol error - SDP solicitation response with 0 length SDP.");
                return;
            }
---------------------------------------------------------------- I can confirm this is the issue because the error I get when the call is dropped is exactly: "protocol error - SDP solicitation response with 0 length SDP."
The question I have is how can I get an RPM built with this code for 32-bit CentOS 5. Do I have to create my own build environment or is it available? 
Thanks in advance.
Best Regards, William
--
W. E. W. Russell
Director, Systems Intergration at incNETWORKS, Inc.
Work Phone # 732-508-2224 

Active Alumni member of Sigma Lambda Beta International Fraternity, Inc.
Cell Phone # 732-744-6483


java jalwa | 8 Feb 21:12
Picon
Gravatar

Help with build failure

I am trying to build from source by following these instructions:

http://wiki.sipfoundry.org/display/sipXecs/Installing+from+source

I am seeing the following errors:

libtool: link: g++ -DHAVE_SSL -DSIPX_LOGDIR=\"/usr/local/sipx/var/log/sipxpbx\" -DSIPX_CONFDIR=\"/usr/local/sipx/etc/sipxpbx\" -DSIP_TLS -I/usr/local/sipx/include -I/usr/local/sipx/include -I/usr/include -I/usr/local/sipx/include -g -O2 -D__pingtel_on_posix__ -D_linux_ -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fmessage-length=0 -Wall -Wformat -Wwrite-strings -Wpointer-arith -Wno-strict-aliasing -fno-strict-aliasing -Wno-unused-result -fno-strict-aliasing -I/usr/include -o sipstatus sipstatus-main.o sipstatus-MwiPlugin.o sipstatus-Notifier.o sipstatus-PluginXmlParser.o sipstatus-StatusPluginReference.o sipstatus-StatusServer.o sipstatus-SubscribePersistThread.o sipstatus-SubscribeServerPluginBase.o sipstatus-SubscribeServerThread.o sipstatus-WebServer.o  -L/usr/local/sipx/lib -lmongoclient /usr/local/sipx/lib/libsipXcommserver.so -L/usr/lib -lodbc /usr/local/sipx/lib/libsipXtack.so /usr/local/sipx/lib/libsipXport.so -lpcre -lrt -lpthread -lboost_thread-mt -lboost_filesystem-mt -ldl -lssl -lcrypto -lresolv -lboost_system-mt -lboost_regex-mt -lboost_program_options-mt -Wl,-rpath -Wl,/usr/local/sipx/lib -Wl,-rpath -Wl,/usr/local/sipx/lib
/usr/local/sipx/lib/libsipXcommserver.so: undefined reference to `mongo::DBConnectionPool::release(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, mongo::DBClientBase*)'
/usr/local/sipx/lib/libsipXcommserver.so: undefined reference to `vtable for mongo::ScopedDbConnection'
/usr/local/sipx/lib/libsipXcommserver.so: undefined reference to `mongo::ScopedDbConnection::~ScopedDbConnection()'
/usr/local/sipx/lib/libsipXcommserver.so: undefined reference to `mongo::uasserted(int, char const*)'
/usr/local/sipx/lib/libsipXcommserver.so: undefined reference to `mongo::DBConnectionPool::get(mongo::ConnectionString const&, double)'
/usr/local/sipx/lib/libsipXcommserver.so: undefined reference to `mongo::asserted(char const*, char const*, unsigned int)'
/usr/local/sipx/lib/libsipXcommserver.so: undefined reference to `mongo::pool'
/usr/local/sipx/lib/libsipXcommserver.so: undefined reference to `mongo::msgasserted(int, char const*)'
/usr/local/sipx/lib/libsipXcommserver.so: undefined reference to `mongo::AScopedConnection::_numConnections'
/usr/local/sipx/lib/libsipXcommserver.so: undefined reference to `mongo::ConnectionString::parse(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&)'
/usr/local/sipx/lib/libsipXcommserver.so: undefined reference to `mongo::ScopedDbConnection::_setSocketTimeout()'
collect2: ld returned 1 exit status
make[3]: *** [sipstatus] Error 1
make[3]: Leaving directory `/root/sipxecs/build/sipXpublisher/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/sipxecs/build/sipXpublisher'
make[1]: *** [sipXpublisher.all] Error 2
make[1]: Leaving directory `/root/sipxecs/build'
make: *** [sipx] Error 2

Package mongodb-devel-2.0.2-1.el6.i686 already installed and latest version.

I can see that libmongoclient.a is in /usr/lib

I am on CentOS 6.2.

Any help would be appreciated.

Thanks.


Luciano Berardi | 7 Feb 11:54
Picon
Gravatar

(no subject)

Hi, I just did a patch (sipxecs 4.4) to show in the ListGateway page the Enabled flag.
It could be useful to have an overview of gateways status avoiding to check inside all of those.
It would be useful to have this feature in the master branch.
If you agree could you let me understand which are the steps to submit the patch to be included in the master branch?

Thank you   

Kyle Haefner | 3 Feb 16:22

Re: Test Rest Plugin

Sorry, wanted to clarify my email in the case someone is looking
through this thread later.
I had the plugin.xml inside my java package this is incorrect.

The wiki page here:
http://wiki.sipfoundry.org/display/sipXecs/Call+Control+Web+Service+Plugins

Shows the correct jar structure.

On Fri, Feb 3, 2012 at 1:02 AM, Mircea Carasel <mirceac <at> ezuce.com> wrote:
>
>
> So it appears that it is failing this conditon in RestServiceFinder
>
> Class< ? > clazz = Class.forName(className);
> if (Plugin.class.isAssignableFrom(clazz)) {
> ...
> }
> Make sure that your plugin jar is deployed under <your_install_dir>share/java/sipXecs/sipXrest/plugins
>
> plugin jar structure:
> -java package
> -plugin.xml
>
>
> uri-prefix and plugin-class are mandatory for a plugin to be found as in the example below
>
> <rest-service>
> <plugin-class>org.sipfoundry.sipxrest.cdrlog.CdrLogPlugin</plugin-class>
> <security-level>LOCAL-AND-REMOTE</security-level>
> <uri-prefix>/cdr</uri-prefix>
> -
> <service-description>
>  This is a rest plugin for querying call logs for a particular user. You can
> invoke it using the URI cdr/{user}?limit=maxrecs&fromdate=yyyymmdd where
> user is a valid user in your user database, maxrecs is the maximum number
> of records that can be returned and yyyymmdd is the year/month/day to use
> as a starting point for the call logs to obtain.
> </service-description>
> <remote-authentication-method>HTTP-DIGEST</remote-authentication-method>
> </rest-service>
>
> Also your plugin class must extend org.sipfoundry.sipxrest.Plugin
>
> Mircea
> ----------
> Come and see us at CoLab @ CSU in March (5th & 6th)
> http://www.sipfoundry.org/sipx-colab
> http://wiki.sipfoundry.org/display/sipXecs/2012+sipX-CoLab+Hackfest
>
>
>
> --
> Kyle Haefner, M.S.
> Communication Systems Programmer
> Colorado State University
> Fort Collins, CO
> Phone: 970-491-1012<tel:970-491-1012>
> Email:  kyle.haefner <at> colostate.edu<mailto:kyle.haefner <at> colostate.edu>
> _______________________________________________
> sipx-dev mailing list
> sipx-dev <at> list.sipfoundry.org<mailto:sipx-dev <at> list.sipfoundry.org>
> List Archive: http://list.sipfoundry.org/archive/sipx-dev/
>

--

-- 
Kyle Haefner, M.S.
Communication Systems Programmer
Colorado State University
Fort Collins, CO
Phone: 970-491-1012
Email:  kyle.haefner <at> colostate.edu
Kyle Haefner | 3 Feb 16:20

Re: Test Rest Plugin

Thanks Mircea!

The plugin.xml not being in the package was my problem.  I updated the
wiki with your hint.

Kyle

On Fri, Feb 3, 2012 at 1:02 AM, Mircea Carasel <mirceac <at> ezuce.com> wrote:
>
>
> So it appears that it is failing this conditon in RestServiceFinder
>
> Class< ? > clazz = Class.forName(className);
> if (Plugin.class.isAssignableFrom(clazz)) {
> ...
> }
> Make sure that your plugin jar is deployed under <your_install_dir>share/java/sipXecs/sipXrest/plugins
>
> plugin jar structure:
> -java package
> -plugin.xml
>
>
> uri-prefix and plugin-class are mandatory for a plugin to be found as in the example below
>
> <rest-service>
> <plugin-class>org.sipfoundry.sipxrest.cdrlog.CdrLogPlugin</plugin-class>
> <security-level>LOCAL-AND-REMOTE</security-level>
> <uri-prefix>/cdr</uri-prefix>
> -
> <service-description>
>  This is a rest plugin for querying call logs for a particular user. You can
> invoke it using the URI cdr/{user}?limit=maxrecs&fromdate=yyyymmdd where
> user is a valid user in your user database, maxrecs is the maximum number
> of records that can be returned and yyyymmdd is the year/month/day to use
> as a starting point for the call logs to obtain.
> </service-description>
> <remote-authentication-method>HTTP-DIGEST</remote-authentication-method>
> </rest-service>
>
> Also your plugin class must extend org.sipfoundry.sipxrest.Plugin
>
> Mircea
> ----------
> Come and see us at CoLab @ CSU in March (5th & 6th)
> http://www.sipfoundry.org/sipx-colab
> http://wiki.sipfoundry.org/display/sipXecs/2012+sipX-CoLab+Hackfest
>
>
>
> --
> Kyle Haefner, M.S.
> Communication Systems Programmer
> Colorado State University
> Fort Collins, CO
> Phone: 970-491-1012<tel:970-491-1012>
> Email:  kyle.haefner <at> colostate.edu<mailto:kyle.haefner <at> colostate.edu>
> _______________________________________________
> sipx-dev mailing list
> sipx-dev <at> list.sipfoundry.org<mailto:sipx-dev <at> list.sipfoundry.org>
> List Archive: http://list.sipfoundry.org/archive/sipx-dev/
>

--

-- 
Kyle Haefner, M.S.
Communication Systems Programmer
Colorado State University
Fort Collins, CO
Phone: 970-491-1012
Email:  kyle.haefner <at> colostate.edu
barisyanar | 3 Feb 09:27
Picon
Gravatar

Re-run of sipxecs-setup-system on release-4.4

In a clean installation configured to run as DHCP and DNS server, later execution of sipxecs-setup-system with opposite selection does not stop dhcpd or named services.

Shouldn't these be handled in the script?

Regards
Baris
Kyle Haefner | 3 Feb 00:14

Test Rest Plugin

Hi All,

I compiled the org.sipfoundry.sipxrest.testa.RestletA (no changes)
plugin and dropped it in the plugin directory on a server.  Sipxrest
finds it but does not load it nor does it throw any exceptions:

"2012-02-02T22:33:22.951000Z":13:JAVA:DEBUG:sipx1.example.com:main:00000000:RestServiceFinder:"Location
to search /usr/share/java/sipXecs/sipXrest/plugins"
"2012-02-02T22:33:22.952000Z":14:JAVA:DEBUG:sipx1.example.com:main:00000000:RestServiceFinder:"Searching
directory for plugins"
"2012-02-02T22:33:22.953000Z":15:JAVA:DEBUG:sipx1.example.com:main:00000000:RestServiceFinder:"Checking
sipxcdrLog.jar"
"2012-02-02T22:33:22.965000Z":16:JAVA:DEBUG:sipx1.example.com:main:00000000:RestServiceFinder:"Checking
speeddial.jar"
"2012-02-02T22:33:22.966000Z":17:JAVA:DEBUG:sipx1.example.com:main:00000000:RestServiceFinder:"Checking
sipXcallController.jar"
"2012-02-02T22:33:22.974000Z":18:JAVA:DEBUG:sipx1.example.com:main:00000000:RestServiceFinder:"Checking
testplugin.jar"
"2012-02-02T22:33:22.975000Z":19:JAVA:DEBUG:sipx1.example.com:main:00000000:RestServiceFinder:"Plugin
support found in  =
org.sipfoundry.callcontroller.CallControllerPlugin"
"2012-02-02T22:33:22.979000Z":20:JAVA:DEBUG:sipx1.example.com:main:00000000:RestServiceFinder:"SipListener
support found in  = org.sipfoundry.callcontroller.SipListenerImpl"
"2012-02-02T22:33:22.983000Z":21:JAVA:DEBUG:sipx1.example.com:main:00000000:RestServiceFinder:"Plugin
support found in  = org.sipfoundry.sipxrest.cdrlog.CdrLogPlugin"

So it appears that it is failing this conditon in RestServiceFinder

Class< ? > clazz = Class.forName(className);
if (Plugin.class.isAssignableFrom(clazz)) {
...
}

Any ideas on what I am doing wrong?

Thanks!

--

-- 
Kyle Haefner, M.S.
Communication Systems Programmer
Colorado State University
Fort Collins, CO
Phone: 970-491-1012
Email:  kyle.haefner <at> colostate.edu
Kyle Haefner | 2 Feb 17:49

Re: Music on Hold Issue with VVX500

Hi Todd,

On the VVX-500, were you ever able to get the calendar to sync with
Exchange?  I've had no luck wit this yet.

Kyle

On Thu, Feb 2, 2012 at 2:10 AM, Todd Hodgen <thodgen <at> frontier.com> wrote:
> Sorry, due to a bunch of changes to tftp directory files, I don’t have another Polycom phone working on my
server right now.  But, here is a trace of a call from vvx500 ext 750 to Counterpath ext 701.   Call is
answered by the 701, there is two way audio, and the call is placed on hold by the vvx550.  Music on hold is
heard.   Call is removed from hold, ext 750 does not hear audio from 701, 701 does hear audio from 750.
>
> I had the same results on another network with calls between Polycom vvx500 and sp550 phones.
>
> From: sipx-dev-bounces <at> list.sipfoundry.org [mailto:sipx-dev-bounces <at> list.sipfoundry.org] On
Behalf Of Tony Graziano
> Sent: Wednesday, February 01, 2012 12:38 PM
> To: sipXecs developer discussions
> Subject: Re: [sipx-dev] Music on Hold Issue with VVX500
>
>
> Are the proxy logs set to debug on an inside call? Can you get a sup trace of an internal call with proxy at debug?
> On Feb 1, 2012 3:24 PM, "Todd Hodgen" <thodgen <at> frontier.com<mailto:thodgen <at> frontier.com>> wrote:
> This same thing happens on a call to call inside sipXecs, when the bridge
> isn't involved.  It's not really related to the bridge.
>
> -----Original Message-----
> From: sipx-dev-bounces <at> list.sipfoundry.org<mailto:sipx-dev-bounces <at> list.sipfoundry.org>
>
[mailto:sipx-dev-bounces <at> list.sipfoundry.org<mailto:sipx-dev-bounces <at> list.sipfoundry.org>]
On Behalf Of Tony Graziano
> Sent: Wednesday, February 01, 2012 6:41 AM
> To: sipXecs developer discussions
> Subject: Re: [sipx-dev] Music on Hold Issue with VVX500
>
> can you cut a sipxbridge.log file for a call like this with sipxbridge at
> the debug log level?
>
> On Tue, Jan 31, 2012 at 11:27 PM, Todd Hodgen <thodgen <at> frontier.com<mailto:thodgen <at> frontier.com>> wrote:
>> Working on VVX500 related issues with Polycom 4.0.   I know it’s not
>> supported in sipXecs, this is work related to getting there.
>>
>>
>>
>> I’ve found that as soon as I add
>> reg.1.musicOnHold.uri=~~mh~@mydomain.org<http://mydomain.org> to the configuration of the
>> [mac]-sipx-sip.cfg file that I have issues when I place a call on hold
>> and try to resume the call.  No music on hold is heard, and when I resume,
> there is no audio in either direction.
>>
>>
>>
>> I’m attaching a call trace of a failed call.  This particular call is
>> with an outside line with VOIP.ms, but same results with calls between
>> this phone and a Polycom 550 running 3.2.4b and others.
>>
>>
>>
>> I’m hoping someone is savvy enough to see where the issue lies with
>> this trace, as I am not.
>>
>>
>>
>> Any help would be appreciated.
>>
>>
>>
>> Now that I put this together, I think I am seeing that it is related
>> to the use of G722 with the media server maybe?
>>
>>
>>
>>
>>
>>
>> _______________________________________________
>> sipx-dev mailing list
>> sipx-dev <at> list.sipfoundry.org<mailto:sipx-dev <at> list.sipfoundry.org>
>> List Archive: http://list.sipfoundry.org/archive/sipx-dev/
>
>
>
> --
> ~~~~~~~~~~~~~~~~~~
> Tony Graziano, Manager
> Telephone: 434.984.8430
> sip: tgraziano <at> voice.myitdepartment.net<mailto:tgraziano <at> voice.myitdepartment.net>
> Fax: 434.465.6833
> ~~~~~~~~~~~~~~~~~~
> LAN/Telephony/Security and Control Systems Helpdesk:
> Telephone: 434.984.8426
> sip: helpdesk <at> voice.myitdepartment.net<mailto:helpdesk <at> voice.myitdepartment.net>
>
> Helpdesk Customers: http://myhelp.myitdepartment.net
> Blog: http://blog.myitdepartment.net
>
> Linked-In Profile:
> http://www.linkedin.com/pub/tony-graziano/14/4a6/7a4
> Ask about our Internet Fax services!
>
> --
> LAN/Telephony/Security and Control Systems Helpdesk:
> Telephone: 434.984.8426
> sip: helpdesk <at> voice.myitdepartment.net<mailto:helpdesk <at> voice.myitdepartment.net>
>
> Helpdesk Customers: http://myhelp.myitdepartment.net
> Blog: http://blog.myitdepartment.net
> _______________________________________________
> sipx-dev mailing list
> sipx-dev <at> list.sipfoundry.org<mailto:sipx-dev <at> list.sipfoundry.org>
> List Archive: http://list.sipfoundry.org/archive/sipx-dev/
>
> _______________________________________________
> sipx-dev mailing list
> sipx-dev <at> list.sipfoundry.org<mailto:sipx-dev <at> list.sipfoundry.org>
> List Archive: http://list.sipfoundry.org/archive/sipx-dev/
>
> LAN/Telephony/Security and Control Systems Helpdesk:
> Telephone: 434.984.8426
> sip: helpdesk <at> voice.myitdepartment.net<mailto:helpdesk <at> voice.myitdepartment.net>
>
> Helpdesk Customers: http://myhelp.myitdepartment.net
> Blog: http://blog.myitdepartment.net

--

-- 
Kyle Haefner, M.S.
Communication Systems Programmer
Colorado State University
Fort Collins, CO
Phone: 970-491-1012
Email:  kyle.haefner <at> colostate.edu
Kyle Haefner | 1 Feb 21:51

Restlet Plugin

Hi All,

I would like to build a rest service for get/set of user speed dials.
I was hoping to write it was a plugin similar to the CdrLogRestlet
plugin.

I have a couple of questions:

1. Can/Should this be done as a plugin or as another resource under
org.sipfoundry.sipxconfig.rest?

2.  Can I write restlet plugins that a user with admin privileges can access?
  if I run this: curl -k --digest -X GET --insecure -u
superadmin:password
https://example.pbx.com:6666/cdr/awesomeuser?limit=50

I always get pin mismatch.

Thanks!

--

-- 
Kyle Haefner, M.S.
Communication Systems Programmer
Colorado State University
Fort Collins, CO
Phone: 970-491-1012
Email:  kyle.haefner <at> colostate.edu
Todd Hodgen | 1 Feb 05:27
Favicon

Music on Hold Issue with VVX500

Working on VVX500 related issues with Polycom 4.0.   I know it’s not supported in sipXecs, this is work related to getting there.

 

I’ve found that as soon as I add reg.1.musicOnHold.uri=~~mh~ <at> mydomain.org to the configuration of the [mac]-sipx-sip.cfg file that I have issues when I place a call on hold and try to resume the call.  No music on hold is heard, and when I resume, there is no audio in either direction.

 

I’m attaching a call trace of a failed call.  This particular call is with an outside line with VOIP.ms, but same results with calls between this phone and a Polycom 550 running 3.2.4b and others.

 

I’m hoping someone is savvy enough to see where the issue lies with this trace, as I am not.

 

Any help would be appreciated.

 

Now that I put this together, I think I am seeing that it is related to the use of G722 with the media server maybe?

 

 

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<sipTrace>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-1b76jLDwn1AXFNN7ZKSFHomwHw</branchId>
			<branchId>z9hG4bK21e5d41960925E42</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:18.050497Z</time>
		<source>192.168.5.252:5060</source>
		<destination>rage.ragesip.com-SipRegistrar</destination>
		<sourceAddress>192.168.5.252:35322</sourceAddress>
		<destinationAddress>192.168.5.252:5060</destinationAddress>
		<transactionId>2,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231,CF96459A-1EB87A5B,</transactionId>
		<method>INVITE</method>
		<frameId>1 /tmp/trace.aHr19823/_._.._.._.sipregistrar.trace.xml:115688</frameId>
		<remoteHostPort>192.168.5.252:35322</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[INVITE sip:4255551212 <at> ragesip.com;user=phone SIP/2.0
Record-Route: <sip:192.168.5.252:5060;lr>
Route: <sip:rage.ragesip.com:5070;transport=tcp;lr>
Via: SIP/2.0/TCP 192.168.5.252;branch=z9hG4bK-XX-1b76jLDwn1AXFNN7ZKSFHomwHw
Via: SIP/2.0/UDP 192.168.5.231;branch=z9hG4bK21e5d41960925E42
From: "750" <sip:750 <at> ragesip.com>;tag=CF96459A-1EB87A5B
To: <sip:4255551212 <at> ragesip.com;user=phone>
Cseq: 2 INVITE
Call-Id: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231
Contact: <sip:750 <at> 192.168.5.231;x-sipX-nonat>
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, INFO, MESSAGE, SUBSCRIBE, NOTIFY, PRACK, UPDATE, REFER
User-Agent: PolycomVVX-VVX_500-UA/4.0.1.13922
Accept-Language: en
Supported: 100rel,replaces
Allow-Events: conference,talk,hold
Proxy-Authorization: Digest username="750/0004f2a9b633", realm="ragesip.com", nonce="d1ed6415fd592e498d187939a8a4ce694f28ac66", qop=auth, cnonce="loaoVBw0ITOF3tn", nc=00000001, uri="sip:4255551212 <at> ragesip.com;user=phone", response="940d8890757c2f82da45d3b11f115f82", algorithm=MD5
Max-Forwards: 20
Content-Type: application/sdp
Content-Length: 408
Date: Wed, 01 Feb 2012 03:07:18 GMT
X-Sipx-Spiral: true
P-Asserted-Identity: "750"<sip:750 <at> ragesip.com;signature=4F28AC66%3A5224268a9fe40f0f5decc16ef3d79e8d>

v=0
o=- 1328065637 1328065637 IN IP4 192.168.5.231
s=Polycom IP Phone
c=IN IP4 192.168.5.231
t=0 0
a=sendrecv
m=audio 2222 RTP/AVP 115 9 102 0 8 18 127
a=rtpmap:115 G7221/32000
a=fmtp:115 bitrate=48000
a=rtpmap:9 G722/8000
a=rtpmap:102 G7221/16000
a=fmtp:102 bitrate=32000
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:18 G729/8000
a=fmtp:18 annexb=no
a=rtpmap:127 telephone-event/8000
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-1b76jLDwn1AXFNN7ZKSFHomwHw</branchId>
			<branchId>z9hG4bK21e5d41960925E42</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:18.050936Z</time>
		<source>rage.ragesip.com-SipRegistrar</source>
		<destination>192.168.5.252:5060</destination>
		<sourceAddress>192.168.5.252:-1</sourceAddress>
		<destinationAddress>192.168.5.252:5060</destinationAddress>
		<transactionId>2,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231,CF96459A-1EB87A5B,</transactionId>
		<responseCode>100</responseCode>
		<responseText>Trying</responseText>
		<frameId>2 /tmp/trace.aHr19823/_._.._.._.sipregistrar.trace.xml:115693</frameId>
		<remoteHostPort>192.168.5.252:5060</remoteHostPort>
		<isOutgoing>true</isOutgoing>
		<message><![CDATA[SIP/2.0 100 Trying
From: "750" <sip:750 <at> ragesip.com>;tag=CF96459A-1EB87A5B
To: <sip:4255551212 <at> ragesip.com;user=phone>
Call-Id: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231
Cseq: 2 INVITE
Via: SIP/2.0/TCP 192.168.5.252;branch=z9hG4bK-XX-1b76jLDwn1AXFNN7ZKSFHomwHw
Via: SIP/2.0/UDP 192.168.5.231;branch=z9hG4bK21e5d41960925E42
Record-Route: <sip:192.168.5.252:5060;lr>
Content-Length: 0

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-1b76jLDwn1AXFNN7ZKSFHomwHw</branchId>
			<branchId>z9hG4bK21e5d41960925E42</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:18.052400Z</time>
		<source>rage.ragesip.com-SipRegistrar</source>
		<destination>192.168.5.252:5060</destination>
		<sourceAddress>192.168.5.252:-1</sourceAddress>
		<destinationAddress>192.168.5.252:5060</destinationAddress>
		<transactionId>2,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231,CF96459A-1EB87A5B,2IExZ1</transactionId>
		<responseCode>302</responseCode>
		<responseText>Moved Temporarily</responseText>
		<frameId>3 /tmp/trace.aHr19823/_._.._.._.sipregistrar.trace.xml:115734</frameId>
		<remoteHostPort>192.168.5.252:5060</remoteHostPort>
		<isOutgoing>true</isOutgoing>
		<message><![CDATA[SIP/2.0 302 Moved Temporarily
From: "750" <sip:750 <at> ragesip.com>;tag=CF96459A-1EB87A5B
To: <sip:4255551212 <at> ragesip.com;user=phone>;tag=2IExZ1
Call-Id: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231
Cseq: 2 INVITE
Via: SIP/2.0/TCP 192.168.5.252;branch=z9hG4bK-XX-1b76jLDwn1AXFNN7ZKSFHomwHw
Via: SIP/2.0/UDP 192.168.5.231;branch=z9hG4bK21e5d41960925E42
Record-Route: <sip:192.168.5.252:5060;lr>
Contact: <sip:4255551212 <at> 18.38.1.17;user=phone;transport=udp;sipxecs-lineid=11;sipXecs-CallDest=LOCL?expires=7200&ROUTE=%3Csip%3Aragesip.com%3Blr%3E%2C192.168.5.252%3A5090>;q=0.9
User-Agent: sipXecs/4.4.0 sipXecs/registry (Linux)
Date: Wed, 01 Feb 2012 03:07:18 GMT
Allow: INVITE, ACK, CANCEL, BYE, REFER, OPTIONS, REGISTER, SUBSCRIBE
Accept-Language: en
Supported: gruu, path
Content-Length: 0

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-1b76jLDwn1AXFNN7ZKSFHomwHw</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:18.052809Z</time>
		<source>192.168.5.252:5060</source>
		<destination>rage.ragesip.com-SipRegistrar</destination>
		<sourceAddress>192.168.5.252:35322</sourceAddress>
		<destinationAddress>192.168.5.252:5060</destinationAddress>
		<transactionId>A2,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231,CF96459A-1EB87A5B,2IExZ1</transactionId>
		<method>ACK</method>
		<frameId>4 /tmp/trace.aHr19823/_._.._.._.sipregistrar.trace.xml:115740</frameId>
		<remoteHostPort>192.168.5.252:35322</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[ACK sip:4255551212 <at> ragesip.com;user=phone SIP/2.0
Route: <sip:rage.ragesip.com:5070;transport=tcp;lr>
Contact: <sip:750 <at> 192.168.5.231;x-sipX-nonat>
From: "750" <sip:750 <at> ragesip.com>;tag=CF96459A-1EB87A5B
To: <sip:4255551212 <at> ragesip.com;user=phone>;tag=2IExZ1
Call-Id: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231
Cseq: 2 ACK
Max-Forwards: 20
Via: SIP/2.0/TCP 192.168.5.252;branch=z9hG4bK-XX-1b76jLDwn1AXFNN7ZKSFHomwHw
Content-Length: 0

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-1b7b60LgfFRT`RhdgLnvviTTBg</branchId>
			<branchId>z9hG4bK-XX-1b78AgAdHTt5OjuV_ZbiZzFPwg~nQtD6dXUNM6d7SBuPaqznQ</branchId>
			<branchId>z9hG4bK21e5d41960925E42</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:18.060000Z</time>
		<source>192.168.5.252:5060</source>
		<destination>rage.ragesip.com-sipXbridge</destination>
		<sourceAddress>192.168.5.252:5060</sourceAddress>
		<destinationAddress>rage.ragesip.com-sipXbridge</destinationAddress>
		<transactionId>2,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231,CF96459A-1EB87A5B,</transactionId>
		<method>INVITE</method>
		<frameId>5 /tmp/trace.aHr19823/_._.._.._.sipxbridge.trace.xml:7674 /tmp/trace.aHr19823/_._.._.._.sipxbridge.trace.xml:7712</frameId>
		<remoteHostPort>192.168.5.252:5060</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[INVITE sip:4255551212 <at> 18.38.1.17;user=phone;transport=udp;sipxecs-lineid=11 SIP/2.0
Route: <sip:192.168.5.252:5090;lr>
Record-Route: <sip:192.168.5.252:5060;lr;sipXecs-CallDest=LOCL;sipXecs-rs=%2Aauth%7E.%2Afrom%7EQ0Y5NjQ1OUEtMUVCODdBNUI%60.700_fromalias%2Aa%7EIlRvZGQgSG9kZ2VuIjxzaXA6MjA2NDMyNDM0NEByYWdlc2lwLmNvbT47dGFnPQ%60%60.700_fromalias%2Aao%7ENDY%60.700_fromalias%2Ac%7EIjc1MCIgPHNpcDo3NTBAcmFnZXNpcC5jb20%27O3RhZz0%60.700_fromalias%2Aco%7EMzI%60.900_ntap%2Aid%7ENzQ0OC00NA%60%60%21a2e971286e02ce43151a35c381db0bb2>
Via: SIP/2.0/TCP 192.168.5.252;branch=z9hG4bK-XX-1b7b60LgfFRT`RhdgLnvviTTBg;rport=5060
Via: SIP/2.0/UDP 192.168.5.252;branch=z9hG4bK-XX-1b78AgAdHTt5OjuV_ZbiZzFPwg~nQtD6dXUNM6d7SBuPaqznQ;id=7448-44
Via: SIP/2.0/UDP 192.168.5.231;branch=z9hG4bK21e5d41960925E42
From: "Billy Bob Joe Jack Smith" <sip:2064324344 <at> ragesip.com>;tag=CF96459A-1EB87A5B
To: <sip:4255551212 <at> ragesip.com;user=phone>
CSeq: 2 INVITE
Call-ID: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231
Contact: <sip:750 <at> 192.168.5.231;x-sipX-nonat>
Allow: INVITE,ACK,BYE,CANCEL,OPTIONS,INFO,MESSAGE,SUBSCRIBE,NOTIFY,PRACK,UPDATE,REFER
User-Agent: PolycomVVX-VVX_500-UA/4.0.1.13922
Accept-Language: en
Supported: 100rel,replaces
Allow-Events: conference,talk,hold
Proxy-Authorization: Digest username="750/0004f2a9b633",realm="ragesip.com",nonce="d1ed6415fd592e498d187939a8a4ce694f28ac66",qop=auth,cnonce="loaoVBw0ITOF3tn",nc=00000001,uri="sip:4255551212 <at> ragesip.com;user=phone",response="940d8890757c2f82da45d3b11f115f82",algorithm=MD5
Max-Forwards: 18
Content-Type: application/sdp
Date: Wed, 01 Feb 2012 03:07:18 GMT
Expires: 7200
X-Sipx-Handled: X192.168.5.252-50.46.243.117
Content-Length: 408

v=0
o=- 1328065637 1328065637 IN IP4 192.168.5.231
s=Polycom IP Phone
c=IN IP4 192.168.5.231
t=0 0
a=sendrecv
m=audio 2222 RTP/AVP 115 9 102 0 8 18 127
a=rtpmap:115 G7221/32000
a=fmtp:115 bitrate=48000
a=rtpmap:9 G722/8000
a=rtpmap:102 G7221/16000
a=fmtp:102 bitrate=32000
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:18 G729/8000
a=fmtp:18 annexb=no
a=rtpmap:127 telephone-event/8000
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK25e513d89a91fbe804acff940826a841383837</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:18.076000Z</time>
		<source>rage.ragesip.com-sipXbridge</source>
		<destination>18.38.1.17:5060</destination>
		<sourceAddress>rage.ragesip.com-sipXbridge</sourceAddress>
		<destinationAddress>18.38.1.17:5060</destinationAddress>
		<transactionId>1,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231-0,9165426094439454644,</transactionId>
		<method>INVITE</method>
		<frameId>6 /tmp/trace.aHr19823/_._.._.._.sipxbridge.trace.xml:7687</frameId>
		<remoteHostPort>18.38.1.17:5060</remoteHostPort>
		<isOutgoing>true</isOutgoing>
		<message><![CDATA[INVITE sip:4255551212 <at> 18.38.1.17;user=phone;transport=udp SIP/2.0
Call-ID: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231-0
CSeq: 1 INVITE
From: "Billy Bob Joe Jack Smith" <sip:2064324344 <at> 18.38.1.17>;tag=9165426094439454644
To: <sip:4255551212 <at> 18.38.1.17;user=phone>
Via: SIP/2.0/UDP 50.46.243.117:5080;branch=z9hG4bK25e513d89a91fbe804acff940826a841383837
Max-Forwards: 70
User-Agent: sipXecs/4.4.0 sipXecs/sipxbridge (Linux)
P-Asserted-Identity: "Billy Bob Joe Jack Smith" <sip:2064324344 <at> ragesip.com>
Contact: <sip:2064324344 <at> 50.46.243.117:5080;transport=udp>
Route: <sip:18.38.1.17:5060;transport=udp;lr>
Session-Expires: 1800;refresher=uac
References: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231;rel=chain;sipxecs-tag=request-invite-z9hg4bk-xx-1b7b60lgffrt`rhdglnvvittbg
Allow: INVITE,BYE,ACK,CANCEL,OPTIONS
Supported: timer
Content-Type: application/sdp
Content-Length: 220

v=0
o=sipxbridge 6924662048496799162 1 IN IP4 50.46.243.117
s=Polycom IP Phone
c=IN IP4 50.46.243.117
t=0 0
a=sendrecv
m=audio 30500 RTP/AVP 9 0 8
a=rtpmap:9 G722/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK25e513d89a91fbe804acff940826a841383837</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:18.094000Z</time>
		<source>18.38.1.17:5060</source>
		<destination>rage.ragesip.com-sipXbridge</destination>
		<sourceAddress>18.38.1.17:5060</sourceAddress>
		<destinationAddress>rage.ragesip.com-sipXbridge</destinationAddress>
		<transactionId>1,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231-0,9165426094439454644,as47adf555</transactionId>
		<responseCode>407</responseCode>
		<responseText>Proxy Authentication Required</responseText>
		<frameId>7 /tmp/trace.aHr19823/_._.._.._.sipxbridge.trace.xml:7691</frameId>
		<remoteHostPort>18.38.1.17:5060</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 50.46.243.117:5080;branch=z9hG4bK25e513d89a91fbe804acff940826a841383837;received=50.46.243.117
From: "Billy Bob Joe Jack Smith" <sip:2064324344 <at> 18.38.1.17>;tag=9165426094439454644
To: <sip:4255551212 <at> 18.38.1.17;user=phone>;tag=as47adf555
Call-ID: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231-0
CSeq: 1 INVITE
User-Agent: VoIPMS/SERAST
Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,SUBSCRIBE,NOTIFY,INFO
Supported: replaces
Proxy-Authenticate: Digest algorithm=MD5,realm="seattle.voip.ms",nonce="350201dd"
Content-Length: 0

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK25e513d89a91fbe804acff940826a841383837</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:18.095000Z</time>
		<source>rage.ragesip.com-sipXbridge</source>
		<destination>18.38.1.17:5060</destination>
		<sourceAddress>rage.ragesip.com-sipXbridge</sourceAddress>
		<destinationAddress>18.38.1.17:5060</destinationAddress>
		<transactionId>A1,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231-0,9165426094439454644,as47adf555</transactionId>
		<method>ACK</method>
		<frameId>8 /tmp/trace.aHr19823/_._.._.._.sipxbridge.trace.xml:7693</frameId>
		<remoteHostPort>18.38.1.17:5060</remoteHostPort>
		<isOutgoing>true</isOutgoing>
		<message><![CDATA[ACK sip:4255551212 <at> 18.38.1.17;user=phone;transport=udp SIP/2.0
Call-ID: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231-0
Max-Forwards: 70
From: "Billy Bob Joe Jack Smith" <sip:2064324344 <at> 18.38.1.17>;tag=9165426094439454644
To: <sip:4255551212 <at> 18.38.1.17;user=phone>;tag=as47adf555
Via: SIP/2.0/UDP 50.46.243.117:5080;branch=z9hG4bK25e513d89a91fbe804acff940826a841383837
CSeq: 1 ACK
Route: <sip:18.38.1.17:5060;transport=udp;lr>
User-Agent: sipXecs/4.4.0 sipXecs/sipxbridge (Linux)
Content-Length: 0

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK2338286168549fb3e93bea17cfc73174383837</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:18.097000Z</time>
		<source>rage.ragesip.com-sipXbridge</source>
		<destination>18.38.1.17:5060</destination>
		<sourceAddress>rage.ragesip.com-sipXbridge</sourceAddress>
		<destinationAddress>18.38.1.17:5060</destinationAddress>
		<transactionId>2,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231-0,9165426094439454644,</transactionId>
		<method>INVITE</method>
		<frameId>9 /tmp/trace.aHr19823/_._.._.._.sipxbridge.trace.xml:7702</frameId>
		<remoteHostPort>18.38.1.17:5060</remoteHostPort>
		<isOutgoing>true</isOutgoing>
		<message><![CDATA[INVITE sip:4255551212 <at> 18.38.1.17;user=phone;transport=udp SIP/2.0
Call-ID: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231-0
CSeq: 2 INVITE
From: "Billy Bob Joe Jack Smith" <sip:2064324344 <at> 18.38.1.17>;tag=9165426094439454644
To: <sip:4255551212 <at> 18.38.1.17;user=phone>
Via: SIP/2.0/UDP 50.46.243.117:5080;branch=z9hG4bK2338286168549fb3e93bea17cfc73174383837
Max-Forwards: 70
User-Agent: sipXecs/4.4.0 sipXecs/sipxbridge (Linux)
P-Asserted-Identity: "Billy Bob Joe Jack Smith" <sip:2064324344 <at> ragesip.com>
Contact: <sip:2064324344 <at> 50.46.243.117:5080;transport=udp>
Route: <sip:18.38.1.17:5060;transport=udp;lr>
Session-Expires: 1800;refresher=uac
References: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231;rel=chain;sipxecs-tag=request-invite-z9hg4bk-xx-1b7b60lgffrt`rhdglnvvittbg
Allow: INVITE,BYE,ACK,CANCEL,OPTIONS
Supported: timer
Content-Type: application/sdp
Proxy-Authorization: Digest username="YeaRight",realm="seattle.voip.ms",nonce="350201dd",uri="sip:4255551212 <at> 18.38.1.17;user=phone;transport=udp",response="f9cfda23ff12020ef6ee4af69c15d97b",algorithm=MD5
Content-Length: 220

v=0
o=sipxbridge 6924662048496799162 1 IN IP4 50.46.243.117
s=Polycom IP Phone
c=IN IP4 50.46.243.117
t=0 0
a=sendrecv
m=audio 30500 RTP/AVP 9 0 8
a=rtpmap:9 G722/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK2338286168549fb3e93bea17cfc73174383837</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:18.115000Z</time>
		<source>18.38.1.17:5060</source>
		<destination>rage.ragesip.com-sipXbridge</destination>
		<sourceAddress>18.38.1.17:5060</sourceAddress>
		<destinationAddress>rage.ragesip.com-sipXbridge</destinationAddress>
		<transactionId>2,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231-0,9165426094439454644,</transactionId>
		<responseCode>100</responseCode>
		<responseText>Trying</responseText>
		<frameId>10 /tmp/trace.aHr19823/_._.._.._.sipxbridge.trace.xml:7707</frameId>
		<remoteHostPort>18.38.1.17:5060</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[SIP/2.0 100 Trying
Via: SIP/2.0/UDP 50.46.243.117:5080;branch=z9hG4bK2338286168549fb3e93bea17cfc73174383837;received=50.46.243.117
From: "Billy Bob Joe Jack Smith" <sip:2064324344 <at> 18.38.1.17>;tag=9165426094439454644
To: <sip:4255551212 <at> 18.38.1.17;user=phone>
Call-ID: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231-0
CSeq: 2 INVITE
User-Agent: VoIPMS/SERAST
Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,SUBSCRIBE,NOTIFY,INFO
Supported: replaces
Contact: <sip:4255551212 <at> 18.38.1.17>
Content-Length: 0

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-1b7b60LgfFRT`RhdgLnvviTTBg</branchId>
			<branchId>z9hG4bK-XX-1b78AgAdHTt5OjuV_ZbiZzFPwg~nQtD6dXUNM6d7SBuPaqznQ</branchId>
			<branchId>z9hG4bK21e5d41960925E42</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:18.265000Z</time>
		<source>rage.ragesip.com-sipXbridge</source>
		<destination>192.168.5.252:5060</destination>
		<sourceAddress>rage.ragesip.com-sipXbridge</sourceAddress>
		<destinationAddress>192.168.5.252:5060</destinationAddress>
		<transactionId>2,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231,CF96459A-1EB87A5B,</transactionId>
		<responseCode>100</responseCode>
		<responseText>Trying</responseText>
		<frameId>11 /tmp/trace.aHr19823/_._.._.._.sipxbridge.trace.xml:7716</frameId>
		<remoteHostPort>192.168.5.252:5060</remoteHostPort>
		<isOutgoing>true</isOutgoing>
		<message><![CDATA[SIP/2.0 100 Trying
Via: SIP/2.0/TCP 192.168.5.252;branch=z9hG4bK-XX-1b7b60LgfFRT`RhdgLnvviTTBg;rport=5060
Via: SIP/2.0/UDP 192.168.5.252;branch=z9hG4bK-XX-1b78AgAdHTt5OjuV_ZbiZzFPwg~nQtD6dXUNM6d7SBuPaqznQ;id=7448-44
Via: SIP/2.0/UDP 192.168.5.231;branch=z9hG4bK21e5d41960925E42
From: "Billy Bob Joe Jack Smith" <sip:2064324344 <at> ragesip.com>;tag=CF96459A-1EB87A5B
To: <sip:4255551212 <at> ragesip.com;user=phone>
CSeq: 2 INVITE
Call-ID: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231
Server: sipXecs/4.4.0 sipXecs/sipxbridge (Linux)
Content-Length: 0

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK2338286168549fb3e93bea17cfc73174383837</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:19.899000Z</time>
		<source>18.38.1.17:5060</source>
		<destination>rage.ragesip.com-sipXbridge</destination>
		<sourceAddress>18.38.1.17:5060</sourceAddress>
		<destinationAddress>rage.ragesip.com-sipXbridge</destinationAddress>
		<transactionId>2,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231-0,9165426094439454644,as65cdd85b</transactionId>
		<responseCode>183</responseCode>
		<responseText>Session Progress</responseText>
		<frameId>12 /tmp/trace.aHr19823/_._.._.._.sipxbridge.trace.xml:7718</frameId>
		<remoteHostPort>18.38.1.17:5060</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[SIP/2.0 183 Session Progress
Via: SIP/2.0/UDP 50.46.243.117:5080;branch=z9hG4bK2338286168549fb3e93bea17cfc73174383837;received=50.46.243.117
From: "Billy Bob Joe Jack Smith" <sip:2064324344 <at> 18.38.1.17>;tag=9165426094439454644
To: <sip:4255551212 <at> 18.38.1.17;user=phone>;tag=as65cdd85b
Call-ID: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231-0
CSeq: 2 INVITE
User-Agent: VoIPMS/SERAST
Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,SUBSCRIBE,NOTIFY,INFO
Supported: replaces
Contact: <sip:4255551212 <at> 18.38.1.17>
Content-Type: application/sdp
Content-Length: 232

v=0
o=root 3017 3017 IN IP4 18.38.1.17
s=session
c=IN IP4 18.38.1.17
t=0 0
m=audio 13618 RTP/AVP 0 8 9
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:9 G722/8000
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-1b7b60LgfFRT`RhdgLnvviTTBg</branchId>
			<branchId>z9hG4bK-XX-1b78AgAdHTt5OjuV_ZbiZzFPwg~nQtD6dXUNM6d7SBuPaqznQ</branchId>
			<branchId>z9hG4bK21e5d41960925E42</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:19.906000Z</time>
		<source>rage.ragesip.com-sipXbridge</source>
		<destination>192.168.5.252:5060</destination>
		<sourceAddress>rage.ragesip.com-sipXbridge</sourceAddress>
		<destinationAddress>192.168.5.252:5060</destinationAddress>
		<transactionId>2,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231,CF96459A-1EB87A5B,1548144125</transactionId>
		<responseCode>183</responseCode>
		<responseText>Session progress</responseText>
		<frameId>13 /tmp/trace.aHr19823/_._.._.._.sipxbridge.trace.xml:7732</frameId>
		<remoteHostPort>192.168.5.252:5060</remoteHostPort>
		<isOutgoing>true</isOutgoing>
		<message><![CDATA[SIP/2.0 183 Session progress
Record-Route: <sip:192.168.5.252:5060;lr;sipXecs-CallDest=LOCL;sipXecs-rs=%2Aauth%7E.%2Afrom%7EQ0Y5NjQ1OUEtMUVCODdBNUI%60.700_fromalias%2Aa%7EIlRvZGQgSG9kZ2VuIjxzaXA6MjA2NDMyNDM0NEByYWdlc2lwLmNvbT47dGFnPQ%60%60.700_fromalias%2Aao%7ENDY%60.700_fromalias%2Ac%7EIjc1MCIgPHNpcDo3NTBAcmFnZXNpcC5jb20%27O3RhZz0%60.700_fromalias%2Aco%7EMzI%60.900_ntap%2Aid%7ENzQ0OC00NA%60%60%21a2e971286e02ce43151a35c381db0bb2>
Via: SIP/2.0/TCP 192.168.5.252;branch=z9hG4bK-XX-1b7b60LgfFRT`RhdgLnvviTTBg;rport=5060
Via: SIP/2.0/UDP 192.168.5.252;branch=z9hG4bK-XX-1b78AgAdHTt5OjuV_ZbiZzFPwg~nQtD6dXUNM6d7SBuPaqznQ;id=7448-44
Via: SIP/2.0/UDP 192.168.5.231;branch=z9hG4bK21e5d41960925E42
From: "Billy Bob Joe Jack Smith" <sip:2064324344 <at> ragesip.com>;tag=CF96459A-1EB87A5B
To: <sip:4255551212 <at> ragesip.com;user=phone>;tag=1548144125
CSeq: 2 INVITE
Call-ID: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231
Server: sipXecs/4.4.0 sipXecs/sipxbridge (Linux)
Contact: <sip:4255551212 <at> 192.168.5.252:5090>
Content-Type: application/sdp
Content-Length: 250

v=0
o=sipxbridge 6338378276968579818 1 IN IP4 192.168.5.252
s=session
c=IN IP4 192.168.5.252
t=0 0
m=audio 30502 RTP/AVP 0 8 9
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:9 G722/8000
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-1b7eaF0UhKef0Wz1_WqsJwJUlw</branchId>
			<branchId>z9hG4bKb3e749cdFF74EED6</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:19.966115Z</time>
		<source>192.168.5.252:5060</source>
		<destination>rage.ragesip.com-sipxrls</destination>
		<sourceAddress>192.168.5.252:5060</sourceAddress>
		<destinationAddress>192.168.5.252:47422</destinationAddress>
		<transactionId>2,WAWRSYTsNh1366,105C0BFD-D8061D86,Ne5tos</transactionId>
		<method>NOTIFY</method>
		<frameId>14 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:190932</frameId>
		<remoteHostPort>192.168.5.252:5060</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[NOTIFY sip:192.168.5.252:47422;transport=udp;x-sipX-nonat SIP/2.0
Via: SIP/2.0/UDP 192.168.5.252;branch=z9hG4bK-XX-1b7eaF0UhKef0Wz1_WqsJwJUlw
Via: SIP/2.0/UDP 192.168.5.231;branch=z9hG4bKb3e749cdFF74EED6
From: "750" <sip:750 <at> 192.168.5.231;x-sipX-nonat>;tag=105C0BFD-D8061D86
To: <sip:sipXrls <at> 192.168.5.252:47422>;tag=Ne5tos
Cseq: 2 NOTIFY
Call-Id: WAWRSYTsNh1366
Contact: <sip:750 <at> 192.168.5.231;x-sipX-nonat>
Event: dialog
User-Agent: PolycomVVX-VVX_500-UA/4.0.1.13922
Accept-Language: en
Subscription-State: active;expires=2761
Max-Forwards: 20
Content-Type: application/dialog-info+xml
Content-Length: 593
Date: Wed, 01 Feb 2012 03:07:19 GMT

<?xml version="1.0"?>
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="1" state="partial" entity="sip:750 <at> ragesip.com">
<dialog id="ida2d80531" call-id="6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231" local-tag="CF96459A-1EB87A5B" remote-tag="1548144125" direction="initiator">
<state>early</state>
<local>
<identity display="750">sip:750 <at> ragesip.com</identity>
<target uri="sip:750 <at> 192.168.5.231">
</target>
</local>
<remote>
<identity>sip:4255551212 <at> ragesip.com</identity>
<target uri="sip:4255551212 <at> 192.168.5.252:5090">
</target>
</remote>
</dialog>
</dialog-info>]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-3117LZTvRFjD27j6Y1CAmA7vFw</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:20.070406Z</time>
		<source>rage.ragesip.com-sipxrls</source>
		<destination>192.168.5.252:5060</destination>
		<sourceAddress>192.168.5.252:-1</sourceAddress>
		<destinationAddress>192.168.5.252:5060</destinationAddress>
		<transactionId>10443,b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252,U`Zm3n,6045864582782669545</transactionId>
		<method>NOTIFY</method>
		<frameId>15 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:190935 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:190936 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:190937 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:190938</frameId>
		<remoteHostPort>192.168.5.252:5060</remoteHostPort>
		<isOutgoing>true</isOutgoing>
		<message><![CDATA[NOTIFY sip:192.168.5.252:5064;transport=tcp;x-sipX-nonat SIP/2.0
From: <sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com>;tag=U`Zm3n
To: "Call Watcher"<sip:~~id~xmpprlsclient <at> ragesip.com>;tag=6045864582782669545
Cseq: 10443 NOTIFY
Route: <sip:192.168.5.252:5060;lr;sipXecs-rs=%2Aauth%7E.%2Afrom%7ENjA0NTg2NDU4Mjc4MjY2OTU0NQ%60%60%218ddbd1a211241aef3148c56caeb812a9>
Call-Id: b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252
Event: dialog
Subscription-State: active;expires=1661
Content-Type: multipart/related;type="application/rlmi+xml";start="<rlmi <at> ragesip.com>";boundary="cd08d991"
Contact: <sip:~~rl~C~~~id~xmpprlsclient <at> 192.168.5.252:5140;transport=udp>
Date: Wed, 01 Feb 2012 03:07:20 GMT
Max-Forwards: 20
User-Agent: sipXecs/4.4.0 sipXecs/rls (Linux)
Accept-Language: en
Require: eventlist
Via: SIP/2.0/TCP 192.168.5.252;branch=z9hG4bK-XX-3117LZTvRFjD27j6Y1CAmA7vFw
Content-Length: 1217

--cd08d991
CONTENT-ID: <0 <at> ragesip.com>
CONTENT-TYPE: application/dialog-info+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0" encoding="UTF-8"?>
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="29725" state="full" entity="sip:750 <at> ragesip.com">
<dialog id="WAWRSYTsNh1366,Ne5tos,105C0BFD-D8061D86;ida2d80531" call-id="6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231" local-tag="CF96459A-1EB87A5B" remote-tag="1548144125" direction="initiator"><state>early</state><local><identity display="750">sip:750 <at> ragesip.com;sipx-noroute=VoiceMail;sipx-userforward=false</identity><target uri="sip:750 <at> 192.168.5.231" /></local><remote><identity>sip:4255551212 <at> ragesip.com</identity><target uri="sip:4255551212 <at> 192.168.5.252:5090" /></remote></dialog>
</dialog-info>

--cd08d991
CONTENT-ID: <rlmi <at> ragesip.com>
CONTENT-TYPE: application/rlmi+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0"?>
<list xmlns="urn:ietf:params:xml:ns:rlmi" uri="sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com" version="10442" fullState="true">
  <resource uri="sip:750 <at> ragesip.com">
    <name>750</name>    <instance id="consolidated" state="active" cid="0 <at> ragesip.com"/>
  </resource>
</list>

--cd08d991--
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-31186suh55ux3LIcKdf_BwMQPg</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:21.580725Z</time>
		<source>rage.ragesip.com-sipxrls</source>
		<destination>192.168.5.252:5060</destination>
		<sourceAddress>192.168.5.252:5140</sourceAddress>
		<destinationAddress>192.168.5.252:5060</destinationAddress>
		<transactionId>10443,b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252,U`Zm3n,6045864582782669545</transactionId>
		<method>NOTIFY</method>
		<frameId>16 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:190940 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:190941</frameId>
		<remoteHostPort>192.168.5.252:5060</remoteHostPort>
		<isOutgoing>true</isOutgoing>
		<message><![CDATA[NOTIFY sip:192.168.5.252:5064;transport=tcp;x-sipX-nonat SIP/2.0
From: <sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com>;tag=U`Zm3n
To: "Call Watcher"<sip:~~id~xmpprlsclient <at> ragesip.com>;tag=6045864582782669545
Cseq: 10443 NOTIFY
Route: <sip:192.168.5.252:5060;lr;sipXecs-rs=%2Aauth%7E.%2Afrom%7ENjA0NTg2NDU4Mjc4MjY2OTU0NQ%60%60%218ddbd1a211241aef3148c56caeb812a9>
Call-Id: b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252
Event: dialog
Subscription-State: active;expires=1661
Content-Type: multipart/related;type="application/rlmi+xml";start="<rlmi <at> ragesip.com>";boundary="cd08d991"
Contact: <sip:~~rl~C~~~id~xmpprlsclient <at> 192.168.5.252:5140;transport=udp>
Date: Wed, 01 Feb 2012 03:07:20 GMT
Max-Forwards: 20
User-Agent: sipXecs/4.4.0 sipXecs/rls (Linux)
Accept-Language: en
Require: eventlist
Via: SIP/2.0/UDP 192.168.5.252:5140;branch=z9hG4bK-XX-31186suh55ux3LIcKdf_BwMQPg
Content-Length: 1217

--cd08d991
CONTENT-ID: <0 <at> ragesip.com>
CONTENT-TYPE: application/dialog-info+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0" encoding="UTF-8"?>
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="29725" state="full" entity="sip:750 <at> ragesip.com">
<dialog id="WAWRSYTsNh1366,Ne5tos,105C0BFD-D8061D86;ida2d80531" call-id="6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231" local-tag="CF96459A-1EB87A5B" remote-tag="1548144125" direction="initiator"><state>early</state><local><identity display="750">sip:750 <at> ragesip.com;sipx-noroute=VoiceMail;sipx-userforward=false</identity><target uri="sip:750 <at> 192.168.5.231" /></local><remote><identity>sip:4255551212 <at> ragesip.com</identity><target uri="sip:4255551212 <at> 192.168.5.252:5090" /></remote></dialog>
</dialog-info>

--cd08d991
CONTENT-ID: <rlmi <at> ragesip.com>
CONTENT-TYPE: application/rlmi+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0"?>
<list xmlns="urn:ietf:params:xml:ns:rlmi" uri="sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com" version="10442" fullState="true">
  <resource uri="sip:750 <at> ragesip.com">
    <name>750</name>    <instance id="consolidated" state="active" cid="0 <at> ragesip.com"/>
  </resource>
</list>

--cd08d991--
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK2338286168549fb3e93bea17cfc73174383837</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:22.498000Z</time>
		<source>18.38.1.17:5060</source>
		<destination>rage.ragesip.com-sipXbridge</destination>
		<sourceAddress>18.38.1.17:5060</sourceAddress>
		<destinationAddress>rage.ragesip.com-sipXbridge</destinationAddress>
		<transactionId>2,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231-0,9165426094439454644,as65cdd85b</transactionId>
		<responseCode>200</responseCode>
		<responseText>OK</responseText>
		<frameId>17 /tmp/trace.aHr19823/_._.._.._.sipxbridge.trace.xml:7736</frameId>
		<remoteHostPort>18.38.1.17:5060</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[SIP/2.0 200 OK
Via: SIP/2.0/UDP 50.46.243.117:5080;branch=z9hG4bK2338286168549fb3e93bea17cfc73174383837;received=50.46.243.117
From: "Billy Bob Joe Jack Smith" <sip:2064324344 <at> 18.38.1.17>;tag=9165426094439454644
To: <sip:4255551212 <at> 18.38.1.17;user=phone>;tag=as65cdd85b
Call-ID: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231-0
CSeq: 2 INVITE
User-Agent: VoIPMS/SERAST
Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,SUBSCRIBE,NOTIFY,INFO
Supported: replaces
Contact: <sip:4255551212 <at> 18.38.1.17>
Content-Type: application/sdp
Content-Length: 232

v=0
o=root 3017 3018 IN IP4 18.38.1.17
s=session
c=IN IP4 18.38.1.17
t=0 0
m=audio 13618 RTP/AVP 0 8 9
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:9 G722/8000
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-1b7b60LgfFRT`RhdgLnvviTTBg</branchId>
			<branchId>z9hG4bK-XX-1b78AgAdHTt5OjuV_ZbiZzFPwg~nQtD6dXUNM6d7SBuPaqznQ</branchId>
			<branchId>z9hG4bK21e5d41960925E42</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:22.504000Z</time>
		<source>rage.ragesip.com-sipXbridge</source>
		<destination>192.168.5.252:5060</destination>
		<sourceAddress>rage.ragesip.com-sipXbridge</sourceAddress>
		<destinationAddress>192.168.5.252:5060</destinationAddress>
		<transactionId>2,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231,CF96459A-1EB87A5B,1548144125</transactionId>
		<responseCode>200</responseCode>
		<responseText>OK</responseText>
		<frameId>18 /tmp/trace.aHr19823/_._.._.._.sipxbridge.trace.xml:7747</frameId>
		<remoteHostPort>192.168.5.252:5060</remoteHostPort>
		<isOutgoing>true</isOutgoing>
		<message><![CDATA[SIP/2.0 200 OK
Record-Route: <sip:192.168.5.252:5060;lr;sipXecs-CallDest=LOCL;sipXecs-rs=%2Aauth%7E.%2Afrom%7EQ0Y5NjQ1OUEtMUVCODdBNUI%60.700_fromalias%2Aa%7EIlRvZGQgSG9kZ2VuIjxzaXA6MjA2NDMyNDM0NEByYWdlc2lwLmNvbT47dGFnPQ%60%60.700_fromalias%2Aao%7ENDY%60.700_fromalias%2Ac%7EIjc1MCIgPHNpcDo3NTBAcmFnZXNpcC5jb20%27O3RhZz0%60.700_fromalias%2Aco%7EMzI%60.900_ntap%2Aid%7ENzQ0OC00NA%60%60%21a2e971286e02ce43151a35c381db0bb2>
Via: SIP/2.0/TCP 192.168.5.252;branch=z9hG4bK-XX-1b7b60LgfFRT`RhdgLnvviTTBg;rport=5060
Via: SIP/2.0/UDP 192.168.5.252;branch=z9hG4bK-XX-1b78AgAdHTt5OjuV_ZbiZzFPwg~nQtD6dXUNM6d7SBuPaqznQ;id=7448-44
Via: SIP/2.0/UDP 192.168.5.231;branch=z9hG4bK21e5d41960925E42
From: "Billy Bob Joe Jack Smith" <sip:2064324344 <at> ragesip.com>;tag=CF96459A-1EB87A5B
To: <sip:4255551212 <at> ragesip.com;user=phone>;tag=1548144125
CSeq: 2 INVITE
Call-ID: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231
Server: sipXecs/4.4.0 sipXecs/sipxbridge (Linux)
Contact: <sip:4255551212 <at> 192.168.5.252:5090>
Content-Type: application/sdp
Content-Length: 250

v=0
o=sipxbridge 6338378276968579818 1 IN IP4 192.168.5.252
s=session
c=IN IP4 192.168.5.252
t=0 0
m=audio 30502 RTP/AVP 0 8 9
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:9 G722/8000
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-1b84cfbY3dsl4JthDj6FLKCi1Q</branchId>
			<branchId>z9hG4bK6bae0737C1011F30</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:22.522000Z</time>
		<source>192.168.5.252:5060</source>
		<destination>rage.ragesip.com-sipXbridge</destination>
		<sourceAddress>192.168.5.252:5060</sourceAddress>
		<destinationAddress>rage.ragesip.com-sipXbridge</destinationAddress>
		<transactionId>A2,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231,CF96459A-1EB87A5B,1548144125</transactionId>
		<method>ACK</method>
		<frameId>19 /tmp/trace.aHr19823/_._.._.._.sipxbridge.trace.xml:7750</frameId>
		<remoteHostPort>192.168.5.252:5060</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[ACK sip:4255551212 <at> 192.168.5.252:5090 SIP/2.0
Via: SIP/2.0/UDP 192.168.5.252;branch=z9hG4bK-XX-1b84cfbY3dsl4JthDj6FLKCi1Q
Via: SIP/2.0/UDP 192.168.5.231;branch=z9hG4bK6bae0737C1011F30
From: "Billy Bob Joe Jack Smith" <sip:2064324344 <at> ragesip.com>;tag=CF96459A-1EB87A5B
To: <sip:4255551212 <at> ragesip.com;user=phone>;tag=1548144125
CSeq: 2 ACK
Call-ID: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231
Contact: <sip:750 <at> 192.168.5.231;x-sipX-nonat>
Allow: INVITE,ACK,BYE,CANCEL,OPTIONS,INFO,MESSAGE,SUBSCRIBE,NOTIFY,PRACK,UPDATE,REFER
User-Agent: PolycomVVX-VVX_500-UA/4.0.1.13922
Accept-Language: en
Max-Forwards: 20
Date: Wed, 01 Feb 2012 03:07:22 GMT
Content-Length: 0

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK29d0e106529045cc08913790c12c110c383837</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:22.525000Z</time>
		<source>rage.ragesip.com-sipXbridge</source>
		<destination>18.38.1.17:5060</destination>
		<sourceAddress>rage.ragesip.com-sipXbridge</sourceAddress>
		<destinationAddress>18.38.1.17:5060</destinationAddress>
		<transactionId>A2,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231-0,9165426094439454644,as65cdd85b</transactionId>
		<method>ACK</method>
		<frameId>20 /tmp/trace.aHr19823/_._.._.._.sipxbridge.trace.xml:7757</frameId>
		<remoteHostPort>18.38.1.17:5060</remoteHostPort>
		<isOutgoing>true</isOutgoing>
		<message><![CDATA[ACK sip:4255551212 <at> 18.38.1.17 SIP/2.0
Call-ID: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231-0
CSeq: 2 ACK
Via: SIP/2.0/UDP 50.46.243.117:5080;branch=z9hG4bK29d0e106529045cc08913790c12c110c383837
From: "Billy Bob Joe Jack Smith" <sip:2064324344 <at> 18.38.1.17>;tag=9165426094439454644
To: <sip:4255551212 <at> 18.38.1.17;user=phone>;tag=as65cdd85b
Max-Forwards: 70
User-Agent: sipXecs/4.4.0 sipXecs/sipxbridge (Linux)
Proxy-Authorization: Digest username="YeaRight",realm="seattle.voip.ms",nonce="350201dd",uri="sip:4255551212 <at> 18.38.1.17;user=phone;transport=udp",response="f9cfda23ff12020ef6ee4af69c15d97b",algorithm=MD5
Content-Length: 0

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-1b87MDVKsj5eezXipttJnsjT`Q</branchId>
			<branchId>z9hG4bK3a198901AC18ECEA</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:22.553358Z</time>
		<source>192.168.5.252:5060</source>
		<destination>rage.ragesip.com-sipxrls</destination>
		<sourceAddress>192.168.5.252:5060</sourceAddress>
		<destinationAddress>192.168.5.252:47422</destinationAddress>
		<transactionId>3,WAWRSYTsNh1366,105C0BFD-D8061D86,Ne5tos</transactionId>
		<method>NOTIFY</method>
		<frameId>21 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:190943</frameId>
		<remoteHostPort>192.168.5.252:5060</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[NOTIFY sip:192.168.5.252:47422;transport=udp;x-sipX-nonat SIP/2.0
Via: SIP/2.0/UDP 192.168.5.252;branch=z9hG4bK-XX-1b87MDVKsj5eezXipttJnsjT`Q
Via: SIP/2.0/UDP 192.168.5.231;branch=z9hG4bK3a198901AC18ECEA
From: "750" <sip:750 <at> 192.168.5.231;x-sipX-nonat>;tag=105C0BFD-D8061D86
To: <sip:sipXrls <at> 192.168.5.252:47422>;tag=Ne5tos
Cseq: 3 NOTIFY
Call-Id: WAWRSYTsNh1366
Contact: <sip:750 <at> 192.168.5.231;x-sipX-nonat>
Event: dialog
User-Agent: PolycomVVX-VVX_500-UA/4.0.1.13922
Accept-Language: en
Subscription-State: active;expires=2759
Max-Forwards: 20
Content-Type: application/dialog-info+xml
Content-Length: 642
Date: Wed, 01 Feb 2012 03:07:22 GMT

<?xml version="1.0"?>
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="2" state="partial" entity="sip:750 <at> ragesip.com">
<dialog id="ida2d80531" call-id="6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231" local-tag="CF96459A-1EB87A5B" remote-tag="1548144125" direction="initiator">
<state>confirmed</state>
<local>
<identity display="750">sip:750 <at> ragesip.com</identity>
<target uri="sip:750 <at> 192.168.5.231">
<param pname="+sip.rendering" pval="yes" />
</target>
</local>
<remote>
<identity>sip:4255551212 <at> ragesip.com</identity>
<target uri="sip:4255551212 <at> 192.168.5.252:5090">
</target>
</remote>
</dialog>
</dialog-info>]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-311aKIbkdrzDTipX_SX`iLE8Iw</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:22.656870Z</time>
		<source>rage.ragesip.com-sipxrls</source>
		<destination>192.168.5.252:5060</destination>
		<sourceAddress>192.168.5.252:-1</sourceAddress>
		<destinationAddress>192.168.5.252:5060</destinationAddress>
		<transactionId>10444,b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252,U`Zm3n,6045864582782669545</transactionId>
		<method>NOTIFY</method>
		<frameId>22 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:190945 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:190946 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:190947 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:190949</frameId>
		<remoteHostPort>192.168.5.252:5060</remoteHostPort>
		<isOutgoing>true</isOutgoing>
		<message><![CDATA[NOTIFY sip:192.168.5.252:5064;transport=tcp;x-sipX-nonat SIP/2.0
From: <sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com>;tag=U`Zm3n
To: "Call Watcher"<sip:~~id~xmpprlsclient <at> ragesip.com>;tag=6045864582782669545
Cseq: 10444 NOTIFY
Route: <sip:192.168.5.252:5060;lr;sipXecs-rs=%2Aauth%7E.%2Afrom%7ENjA0NTg2NDU4Mjc4MjY2OTU0NQ%60%60%218ddbd1a211241aef3148c56caeb812a9>
Call-Id: b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252
Event: dialog
Subscription-State: active;expires=1659
Content-Type: multipart/related;type="application/rlmi+xml";start="<rlmi <at> ragesip.com>";boundary="1615aa1e"
Contact: <sip:~~rl~C~~~id~xmpprlsclient <at> 192.168.5.252:5140;transport=udp>
Date: Wed, 01 Feb 2012 03:07:22 GMT
Max-Forwards: 20
User-Agent: sipXecs/4.4.0 sipXecs/rls (Linux)
Accept-Language: en
Require: eventlist
Via: SIP/2.0/TCP 192.168.5.252;branch=z9hG4bK-XX-311aKIbkdrzDTipX_SX`iLE8Iw
Content-Length: 1272

--1615aa1e
CONTENT-ID: <0 <at> ragesip.com>
CONTENT-TYPE: application/dialog-info+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0" encoding="UTF-8"?>
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="29733" state="full" entity="sip:750 <at> ragesip.com">
<dialog id="WAWRSYTsNh1366,Ne5tos,105C0BFD-D8061D86;ida2d80531" call-id="6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231" local-tag="CF96459A-1EB87A5B" remote-tag="1548144125" direction="initiator"><state>confirmed</state><local><identity display="750">sip:750 <at> ragesip.com;sipx-noroute=VoiceMail;sipx-userforward=false</identity><target uri="sip:750 <at> 192.168.5.231"><param pname="+sip.rendering" pval="yes" /></target></local><remote><identity>sip:4255551212 <at> ragesip.com</identity><target uri="sip:4255551212 <at> 192.168.5.252:5090" /></remote></dialog>
</dialog-info>

--1615aa1e
CONTENT-ID: <rlmi <at> ragesip.com>
CONTENT-TYPE: application/rlmi+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0"?>
<list xmlns="urn:ietf:params:xml:ns:rlmi" uri="sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com" version="10443" fullState="false">
  <resource uri="sip:750 <at> ragesip.com">
    <name>750</name>    <instance id="consolidated" state="active" cid="0 <at> ragesip.com"/>
  </resource>
</list>

--1615aa1e--
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-311bAEkPVa6DiOisZ5bKp9ek8w</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:24.162795Z</time>
		<source>rage.ragesip.com-sipxrls</source>
		<destination>192.168.5.252:5060</destination>
		<sourceAddress>192.168.5.252:5140</sourceAddress>
		<destinationAddress>192.168.5.252:5060</destinationAddress>
		<transactionId>10444,b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252,U`Zm3n,6045864582782669545</transactionId>
		<method>NOTIFY</method>
		<frameId>23 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:190950 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:190951</frameId>
		<remoteHostPort>192.168.5.252:5060</remoteHostPort>
		<isOutgoing>true</isOutgoing>
		<message><![CDATA[NOTIFY sip:192.168.5.252:5064;transport=tcp;x-sipX-nonat SIP/2.0
From: <sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com>;tag=U`Zm3n
To: "Call Watcher"<sip:~~id~xmpprlsclient <at> ragesip.com>;tag=6045864582782669545
Cseq: 10444 NOTIFY
Route: <sip:192.168.5.252:5060;lr;sipXecs-rs=%2Aauth%7E.%2Afrom%7ENjA0NTg2NDU4Mjc4MjY2OTU0NQ%60%60%218ddbd1a211241aef3148c56caeb812a9>
Call-Id: b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252
Event: dialog
Subscription-State: active;expires=1659
Content-Type: multipart/related;type="application/rlmi+xml";start="<rlmi <at> ragesip.com>";boundary="1615aa1e"
Contact: <sip:~~rl~C~~~id~xmpprlsclient <at> 192.168.5.252:5140;transport=udp>
Date: Wed, 01 Feb 2012 03:07:22 GMT
Max-Forwards: 20
User-Agent: sipXecs/4.4.0 sipXecs/rls (Linux)
Accept-Language: en
Require: eventlist
Via: SIP/2.0/UDP 192.168.5.252:5140;branch=z9hG4bK-XX-311bAEkPVa6DiOisZ5bKp9ek8w
Content-Length: 1272

--1615aa1e
CONTENT-ID: <0 <at> ragesip.com>
CONTENT-TYPE: application/dialog-info+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0" encoding="UTF-8"?>
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="29733" state="full" entity="sip:750 <at> ragesip.com">
<dialog id="WAWRSYTsNh1366,Ne5tos,105C0BFD-D8061D86;ida2d80531" call-id="6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231" local-tag="CF96459A-1EB87A5B" remote-tag="1548144125" direction="initiator"><state>confirmed</state><local><identity display="750">sip:750 <at> ragesip.com;sipx-noroute=VoiceMail;sipx-userforward=false</identity><target uri="sip:750 <at> 192.168.5.231"><param pname="+sip.rendering" pval="yes" /></target></local><remote><identity>sip:4255551212 <at> ragesip.com</identity><target uri="sip:4255551212 <at> 192.168.5.252:5090" /></remote></dialog>
</dialog-info>

--1615aa1e
CONTENT-ID: <rlmi <at> ragesip.com>
CONTENT-TYPE: application/rlmi+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0"?>
<list xmlns="urn:ietf:params:xml:ns:rlmi" uri="sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com" version="10443" fullState="false">
  <resource uri="sip:750 <at> ragesip.com">
    <name>750</name>    <instance id="consolidated" state="active" cid="0 <at> ragesip.com"/>
  </resource>
</list>

--1615aa1e--
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-311d7h`Itue6V``7gPLYeFqMmg</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:36.508278Z</time>
		<source>rage.ragesip.com-sipxrls</source>
		<destination>rage.ragesip.com-SipXProxy</destination>
		<sourceAddress>192.168.5.252:48675</sourceAddress>
		<destinationAddress>192.168.5.252:5060</destinationAddress>
		<transactionId>10445,b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252,U`Zm3n,6045864582782669545</transactionId>
		<method>NOTIFY</method>
		<frameId>24 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44530 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44538 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44587 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44649 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:190957 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:190960 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:190964 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:190968</frameId>
		<remoteHostPort>192.168.5.252:48675</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[NOTIFY sip:192.168.5.252:5064;transport=tcp;x-sipX-nonat SIP/2.0
From: <sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com>;tag=U`Zm3n
To: "Call Watcher"<sip:~~id~xmpprlsclient <at> ragesip.com>;tag=6045864582782669545
Cseq: 10445 NOTIFY
Route: <sip:192.168.5.252:5060;lr;sipXecs-rs=%2Aauth%7E.%2Afrom%7ENjA0NTg2NDU4Mjc4MjY2OTU0NQ%60%60%218ddbd1a211241aef3148c56caeb812a9>
Call-Id: b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252
Event: dialog
Subscription-State: active;expires=3042
Content-Type: multipart/related;type="application/rlmi+xml";start="<rlmi <at> ragesip.com>";boundary="c1b2379d"
Contact: <sip:~~rl~C~~~id~xmpprlsclient <at> 192.168.5.252:5140;transport=udp>
Date: Wed, 01 Feb 2012 03:07:36 GMT
Max-Forwards: 20
User-Agent: sipXecs/4.4.0 sipXecs/rls (Linux)
Accept-Language: en
Require: eventlist
Via: SIP/2.0/TCP 192.168.5.252;branch=z9hG4bK-XX-311d7h`Itue6V``7gPLYeFqMmg
Content-Length: 1271

--c1b2379d
CONTENT-ID: <0 <at> ragesip.com>
CONTENT-TYPE: application/dialog-info+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0" encoding="UTF-8"?>
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="29732" state="full" entity="sip:750 <at> ragesip.com">
<dialog id="WAWRSYTsNh1366,Ne5tos,105C0BFD-D8061D86;ida2d80531" call-id="6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231" local-tag="CF96459A-1EB87A5B" remote-tag="1548144125" direction="initiator"><state>confirmed</state><local><identity display="750">sip:750 <at> ragesip.com;sipx-noroute=VoiceMail;sipx-userforward=false</identity><target uri="sip:750 <at> 192.168.5.231"><param pname="+sip.rendering" pval="yes" /></target></local><remote><identity>sip:4255551212 <at> ragesip.com</identity><target uri="sip:4255551212 <at> 192.168.5.252:5090" /></remote></dialog>
</dialog-info>

--c1b2379d
CONTENT-ID: <rlmi <at> ragesip.com>
CONTENT-TYPE: application/rlmi+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0"?>
<list xmlns="urn:ietf:params:xml:ns:rlmi" uri="sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com" version="10444" fullState="true">
  <resource uri="sip:750 <at> ragesip.com">
    <name>750</name>    <instance id="consolidated" state="active" cid="0 <at> ragesip.com"/>
  </resource>
</list>

--c1b2379d--
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-1b91xJkKLLMUuujg`xAo8j8NKw</branchId>
			<branchId>z9hG4bK-XX-311d7h`Itue6V``7gPLYeFqMmg</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:36.509479Z</time>
		<source>rage.ragesip.com-SipXProxy</source>
		<destination>rage.ragesip.com-sipxcallwatcher</destination>
		<sourceAddress>192.168.5.252:48508</sourceAddress>
		<destinationAddress>192.168.5.252:5064</destinationAddress>
		<transactionId>10445,b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252,U`Zm3n,6045864582782669545</transactionId>
		<method>NOTIFY</method>
		<frameId>25 /tmp/trace.aHr19823/_._.._.._.sipxopenfire.trace.xml:423035 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44531</frameId>
		<remoteHostPort>192.168.5.252:48508</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[NOTIFY sip:192.168.5.252:5064;transport=tcp;x-sipX-nonat SIP/2.0
From: <sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com>;tag=U`Zm3n
To: "Call Watcher" <sip:~~id~xmpprlsclient <at> ragesip.com>;tag=6045864582782669545
CSeq: 10445 NOTIFY
Call-ID: b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252
Event: dialog
Subscription-State: active;expires=3042
Content-Type: multipart/related;type="application/rlmi+xml";start="<rlmi <at> ragesip.com>";boundary="c1b2379d"
Contact: <sip:~~rl~C~~~id~xmpprlsclient <at> 192.168.5.252:5140;transport=udp;x-sipX-nonat>
Date: Wed, 01 Feb 2012 03:07:36 GMT
Max-Forwards: 19
User-Agent: sipXecs/4.4.0 sipXecs/rls (Linux)
Accept-Language: en
Require: eventlist
Via: SIP/2.0/TCP 192.168.5.252;branch=z9hG4bK-XX-1b91xJkKLLMUuujg`xAo8j8NKw;rport=48508
Via: SIP/2.0/TCP 192.168.5.252;branch=z9hG4bK-XX-311d7h`Itue6V``7gPLYeFqMmg
Content-Length: 1271

--c1b2379d
CONTENT-ID: <0 <at> ragesip.com>
CONTENT-TYPE: application/dialog-info+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0" encoding="UTF-8"?>
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="29732" state="full" entity="sip:750 <at> ragesip.com">
<dialog id="WAWRSYTsNh1366,Ne5tos,105C0BFD-D8061D86;ida2d80531" call-id="6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231" local-tag="CF96459A-1EB87A5B" remote-tag="1548144125" direction="initiator"><state>confirmed</state><local><identity display="750">sip:750 <at> ragesip.com;sipx-noroute=VoiceMail;sipx-userforward=false</identity><target uri="sip:750 <at> 192.168.5.231"><param pname="+sip.rendering" pval="yes" /></target></local><remote><identity>sip:4255551212 <at> ragesip.com</identity><target uri="sip:4255551212 <at> 192.168.5.252:5090" /></remote></dialog>
</dialog-info>

--c1b2379d
CONTENT-ID: <rlmi <at> ragesip.com>
CONTENT-TYPE: application/rlmi+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0"?>
<list xmlns="urn:ietf:params:xml:ns:rlmi" uri="sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com" version="10444" fullState="true">
  <resource uri="sip:750 <at> ragesip.com">
    <name>750</name>    <instance id="consolidated" state="active" cid="0 <at> ragesip.com"/>
  </resource>
</list>

--c1b2379d--
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK5e5e592bFEDED204</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:36.751875Z</time>
		<source>192.168.5.231:5060</source>
		<destination>rage.ragesip.com-SipXProxy</destination>
		<sourceAddress>192.168.5.231:5060</sourceAddress>
		<destinationAddress>192.168.5.252:5060</destinationAddress>
		<transactionId>3,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231,CF96459A-1EB87A5B,1548144125</transactionId>
		<method>re-INVITE</method>
		<frameId>26 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44542</frameId>
		<remoteHostPort>192.168.5.231:5060</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[INVITE sip:4255551212 <at> 192.168.5.252:5090 SIP/2.0
Via: SIP/2.0/UDP 192.168.5.231;branch=z9hG4bK5e5e592bFEDED204
From: "750" <sip:750 <at> ragesip.com>;tag=CF96459A-1EB87A5B
To: <sip:4255551212 <at> ragesip.com;user=phone>;tag=1548144125
Route: <sip:192.168.5.252:5060;lr;sipXecs-CallDest=LOCL;sipXecs-rs=%2Aauth%7E.%2Afrom%7EQ0Y5NjQ1OUEtMUVCODdBNUI%60.700_fromalias%2Aa%7EIlRvZGQgSG9kZ2VuIjxzaXA6MjA2NDMyNDM0NEByYWdlc2lwLmNvbT47dGFnPQ%60%60.700_fromalias%2Aao%7ENDY%60.700_fromalias%2Ac%7EIjc1MCIgPHNpcDo3NTBAcmFnZXNpcC5jb20%27O3RhZz0%60.700_fromalias%2Aco%7EMzI%60.900_ntap%2Aid%7ENzQ0OC00NA%60%60%21a2e971286e02ce43151a35c381db0bb2;x-sipX-done>
CSeq: 3 INVITE
Call-ID: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231
Contact: <sip:750 <at> 192.168.5.231>;+sip.rendering="no"
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, INFO, MESSAGE, SUBSCRIBE, NOTIFY, PRACK, UPDATE, REFER
User-Agent: PolycomVVX-VVX_500-UA/4.0.1.13922
Accept-Language: en
Supported: 100rel,replaces
Allow-Events: conference,talk,hold
Proxy-Authorization: Digest username="750/0004f2a9b633", realm="ragesip.com", nonce="d1ed6415fd592e498d187939a8a4ce694f28ac66", qop=auth, cnonce="loaoVBw0ITOF3tn", nc=00000002, uri="sip:4255551212 <at> ragesip.com;user=phone", response="00854db1c0c69bfe459a83912c26d0cb", algorithm=MD5
Max-Forwards: 70
Content-Length: 0

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK5e5e592bFEDED204</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:36.752270Z</time>
		<source>rage.ragesip.com-SipXProxy</source>
		<destination>192.168.5.231:5060</destination>
		<sourceAddress>192.168.5.252:5060</sourceAddress>
		<destinationAddress>192.168.5.231:5060</destinationAddress>
		<transactionId>3,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231,CF96459A-1EB87A5B,1548144125</transactionId>
		<responseCode>100</responseCode>
		<responseText>Trying</responseText>
		<frameId>27 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44543</frameId>
		<remoteHostPort>192.168.5.231:5060</remoteHostPort>
		<isOutgoing>true</isOutgoing>
		<message><![CDATA[SIP/2.0 100 Trying
From: "750" <sip:750 <at> ragesip.com>;tag=CF96459A-1EB87A5B
To: <sip:4255551212 <at> ragesip.com;user=phone>;tag=1548144125
Call-Id: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231
Cseq: 3 INVITE
Via: SIP/2.0/UDP 192.168.5.231;branch=z9hG4bK5e5e592bFEDED204
Content-Length: 0

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-1b93eDcK_FxrY7CXUpOamx7sVA</branchId>
			<branchId>z9hG4bK5e5e592bFEDED204</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:36.753504Z</time>
		<source>rage.ragesip.com-SipXProxy</source>
		<destination>rage.ragesip.com-sipXbridge</destination>
		<sourceAddress>192.168.5.252:5060</sourceAddress>
		<destinationAddress>192.168.5.252:5090</destinationAddress>
		<transactionId>3,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231,CF96459A-1EB87A5B,1548144125</transactionId>
		<method>re-INVITE</method>
		<frameId>28 /tmp/trace.aHr19823/_._.._.._.sipxbridge.trace.xml:7765 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44544</frameId>
		<remoteHostPort>192.168.5.252:5060</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[INVITE sip:4255551212 <at> 192.168.5.252:5090 SIP/2.0
Via: SIP/2.0/UDP 192.168.5.252;branch=z9hG4bK-XX-1b93eDcK_FxrY7CXUpOamx7sVA
Via: SIP/2.0/UDP 192.168.5.231;branch=z9hG4bK5e5e592bFEDED204;id=7448-44
From: "Billy Bob Joe Jack Smith" <sip:2064324344 <at> ragesip.com>;tag=CF96459A-1EB87A5B
To: <sip:4255551212 <at> ragesip.com;user=phone>;tag=1548144125
CSeq: 3 INVITE
Call-ID: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231
Contact: <sip:750 <at> 192.168.5.231;x-sipX-nonat>
Allow: INVITE,ACK,BYE,CANCEL,OPTIONS,INFO,MESSAGE,SUBSCRIBE,NOTIFY,PRACK,UPDATE,REFER
User-Agent: PolycomVVX-VVX_500-UA/4.0.1.13922
Accept-Language: en
Supported: 100rel,replaces
Allow-Events: conference,talk,hold
Proxy-Authorization: Digest username="750/0004f2a9b633",realm="ragesip.com",nonce="d1ed6415fd592e498d187939a8a4ce694f28ac66",qop=auth,cnonce="loaoVBw0ITOF3tn",nc=00000002,uri="sip:4255551212 <at> ragesip.com;user=phone",response="00854db1c0c69bfe459a83912c26d0cb",algorithm=MD5
Max-Forwards: 20
Date: Wed, 01 Feb 2012 03:07:36 GMT
X-Sipx-Handled: X192.168.5.252-50.46.243.117
Content-Length: 0

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK96f7a57467836c0cec95386153646a7a383837</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:36.759000Z</time>
		<source>rage.ragesip.com-sipXbridge</source>
		<destination>18.38.1.17:5060</destination>
		<sourceAddress>rage.ragesip.com-sipXbridge</sourceAddress>
		<destinationAddress>18.38.1.17:5060</destinationAddress>
		<transactionId>3,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231-0,9165426094439454644,as65cdd85b</transactionId>
		<method>re-INVITE</method>
		<frameId>29 /tmp/trace.aHr19823/_._.._.._.sipxbridge.trace.xml:7777</frameId>
		<remoteHostPort>18.38.1.17:5060</remoteHostPort>
		<isOutgoing>true</isOutgoing>
		<message><![CDATA[INVITE sip:4255551212 <at> 18.38.1.17 SIP/2.0
Via: SIP/2.0/UDP 50.46.243.117:5080;branch=z9hG4bK96f7a57467836c0cec95386153646a7a383837
CSeq: 3 INVITE
From: "Billy Bob Joe Jack Smith" <sip:2064324344 <at> 18.38.1.17>;tag=9165426094439454644
To: <sip:4255551212 <at> 18.38.1.17;user=phone>;tag=as65cdd85b
Call-ID: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231-0
Max-Forwards: 70
User-Agent: sipXecs/4.4.0 sipXecs/sipxbridge (Linux)
References: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231;rel=chain;sipxecs-tag=request-invite-z9hg4bk-xx-1b93edck_fxry7cxupoamx7sva
Contact: <sip:50.46.243.117:5080>
Allow: INVITE,BYE,ACK,CANCEL,OPTIONS
Supported: timer
Proxy-Authorization: Digest username="YeaRight",realm="seattle.voip.ms",nonce="350201dd",uri="sip:4255551212 <at> 18.38.1.17;user=phone;transport=udp",response="f9cfda23ff12020ef6ee4af69c15d97b",algorithm=MD5
Content-Length: 0

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK96f7a57467836c0cec95386153646a7a383837</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:36.773000Z</time>
		<source>18.38.1.17:5060</source>
		<destination>rage.ragesip.com-sipXbridge</destination>
		<sourceAddress>18.38.1.17:5060</sourceAddress>
		<destinationAddress>rage.ragesip.com-sipXbridge</destinationAddress>
		<transactionId>3,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231-0,9165426094439454644,as65cdd85b</transactionId>
		<responseCode>100</responseCode>
		<responseText>Trying</responseText>
		<frameId>30 /tmp/trace.aHr19823/_._.._.._.sipxbridge.trace.xml:7779</frameId>
		<remoteHostPort>18.38.1.17:5060</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[SIP/2.0 100 Trying
Via: SIP/2.0/UDP 50.46.243.117:5080;branch=z9hG4bK96f7a57467836c0cec95386153646a7a383837;received=50.46.243.117
From: "Billy Bob Joe Jack Smith" <sip:2064324344 <at> 18.38.1.17>;tag=9165426094439454644
To: <sip:4255551212 <at> 18.38.1.17;user=phone>;tag=as65cdd85b
Call-ID: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231-0
CSeq: 3 INVITE
User-Agent: VoIPMS/SERAST
Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,SUBSCRIBE,NOTIFY,INFO
Supported: replaces
Contact: <sip:4255551212 <at> 18.38.1.17>
Content-Length: 0

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK96f7a57467836c0cec95386153646a7a383837</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:36.774000Z</time>
		<source>18.38.1.17:5060</source>
		<destination>rage.ragesip.com-sipXbridge</destination>
		<sourceAddress>18.38.1.17:5060</sourceAddress>
		<destinationAddress>rage.ragesip.com-sipXbridge</destinationAddress>
		<transactionId>3,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231-0,9165426094439454644,as65cdd85b</transactionId>
		<responseCode>200</responseCode>
		<responseText>OK</responseText>
		<frameId>31 /tmp/trace.aHr19823/_._.._.._.sipxbridge.trace.xml:7786</frameId>
		<remoteHostPort>18.38.1.17:5060</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[SIP/2.0 200 OK
Via: SIP/2.0/UDP 50.46.243.117:5080;branch=z9hG4bK96f7a57467836c0cec95386153646a7a383837;received=50.46.243.117
From: "Billy Bob Joe Jack Smith" <sip:2064324344 <at> 18.38.1.17>;tag=9165426094439454644
To: <sip:4255551212 <at> 18.38.1.17;user=phone>;tag=as65cdd85b
Call-ID: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231-0
CSeq: 3 INVITE
User-Agent: VoIPMS/SERAST
Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,SUBSCRIBE,NOTIFY,INFO
Supported: replaces
Contact: <sip:4255551212 <at> 18.38.1.17>
Content-Type: application/sdp
Content-Length: 559

v=0
o=root 3017 3019 IN IP4 18.38.1.17
s=session
c=IN IP4 18.38.1.17
t=0 0
m=audio 13618 RTP/AVP 4 3 0 8 112 5 10 7 18 110 97 111 9
a=rtpmap:4 G723/8000
a=fmtp:4 annexa=no
a=rtpmap:3 GSM/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:112 AAL2-G726-32/8000
a=rtpmap:5 DVI4/8000
a=rtpmap:10 L16/8000
a=rtpmap:7 LPC/8000
a=rtpmap:18 G729/8000
a=fmtp:18 annexb=no
a=rtpmap:110 speex/8000
a=rtpmap:97 iLBC/8000
a=fmtp:97 mode=30
a=rtpmap:111 G726-32/8000
a=rtpmap:9 G722/8000
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-1b93eDcK_FxrY7CXUpOamx7sVA</branchId>
			<branchId>z9hG4bK5e5e592bFEDED204</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:36.777000Z</time>
		<source>rage.ragesip.com-sipXbridge</source>
		<destination>rage.ragesip.com-SipXProxy</destination>
		<sourceAddress>192.168.5.252:5090</sourceAddress>
		<destinationAddress>192.168.5.252:5060</destinationAddress>
		<transactionId>3,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231,CF96459A-1EB87A5B,1548144125</transactionId>
		<responseCode>200</responseCode>
		<responseText>OK</responseText>
		<frameId>32 /tmp/trace.aHr19823/_._.._.._.sipxbridge.trace.xml:7793 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44545</frameId>
		<remoteHostPort>192.168.5.252:5060</remoteHostPort>
		<isOutgoing>true</isOutgoing>
		<message><![CDATA[SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.5.252;branch=z9hG4bK-XX-1b93eDcK_FxrY7CXUpOamx7sVA
Via: SIP/2.0/UDP 192.168.5.231;branch=z9hG4bK5e5e592bFEDED204;id=7448-44
From: "Billy Bob Joe Jack Smith" <sip:2064324344 <at> ragesip.com>;tag=CF96459A-1EB87A5B
To: <sip:4255551212 <at> ragesip.com;user=phone>;tag=1548144125
CSeq: 3 INVITE
Call-ID: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231
Server: sipXecs/4.4.0 sipXecs/sipxbridge (Linux)
Supported: replaces,100rel
Content-Type: application/sdp
Contact: <sip:4255551212 <at> 192.168.5.252:5090>
Content-Length: 250

v=0
o=sipxbridge 6338378276968579818 1 IN IP4 192.168.5.252
s=session
c=IN IP4 192.168.5.252
t=0 0
m=audio 30502 RTP/AVP 0 8 9
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:9 G722/8000
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK5e5e592bFEDED204</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:36.778521Z</time>
		<source>rage.ragesip.com-SipXProxy</source>
		<destination>192.168.5.231:5060</destination>
		<sourceAddress>192.168.5.252:5060</sourceAddress>
		<destinationAddress>192.168.5.231:5060</destinationAddress>
		<transactionId>3,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231,CF96459A-1EB87A5B,1548144125</transactionId>
		<responseCode>200</responseCode>
		<responseText>OK</responseText>
		<frameId>33 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44552</frameId>
		<remoteHostPort>192.168.5.231:5060</remoteHostPort>
		<isOutgoing>true</isOutgoing>
		<message><![CDATA[SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.5.231;branch=z9hG4bK5e5e592bFEDED204;id=7448-44
From: "Billy Bob Joe Jack Smith" <sip:2064324344 <at> ragesip.com>;tag=CF96459A-1EB87A5B
To: <sip:4255551212 <at> ragesip.com;user=phone>;tag=1548144125
Cseq: 3 INVITE
Call-Id: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231
Server: sipXecs/4.4.0 sipXecs/sipxbridge (Linux)
Supported: replaces,100rel
Content-Type: application/sdp
Contact: <sip:4255551212 <at> 192.168.5.252:5090>
Content-Length: 321
Date: Wed, 01 Feb 2012 03:07:36 GMT

v=0
o=sipxbridge 6338378276968579818 1 IN IP4 192.168.5.252
s=session
c=IN IP4 192.168.5.252
t=0 0
m=audio 30498 RTP/AVP 0 8 9
c=IN IP4 192.168.5.252
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:9 G722/8000
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
a=x-sipx-ntap:X192.168.5.252-50.46.243.117;18
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK73241807A07A0B80</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:36.795877Z</time>
		<source>192.168.5.231:5060</source>
		<destination>rage.ragesip.com-SipXProxy</destination>
		<sourceAddress>192.168.5.231:5060</sourceAddress>
		<destinationAddress>192.168.5.252:5060</destinationAddress>
		<transactionId>4,WAWRSYTsNh1366,105C0BFD-D8061D86,Ne5tos</transactionId>
		<method>NOTIFY</method>
		<frameId>34 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44579</frameId>
		<remoteHostPort>192.168.5.231:5060</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[NOTIFY sip:192.168.5.252:47422;transport=udp;x-sipX-nonat SIP/2.0
Via: SIP/2.0/UDP 192.168.5.231;branch=z9hG4bK73241807A07A0B80
From: "750" <sip:750 <at> 192.168.5.231;x-sipX-nonat>;tag=105C0BFD-D8061D86
To: <sip:sipXrls <at> 192.168.5.252:47422>;tag=Ne5tos
Route: <sip:192.168.5.252:5060;lr;sipXecs-rs=%2Aauth%7E.%2Afrom%7ETmU1dG9z%217033ca10e114dd3011da2414f2a45afd>
CSeq: 4 NOTIFY
Call-ID: WAWRSYTsNh1366
Contact: <sip:750 <at> 192.168.5.231>
Event: dialog
User-Agent: PolycomVVX-VVX_500-UA/4.0.1.13922
Accept-Language: en
Subscription-State: active;expires=2745
Max-Forwards: 70
Content-Type: application/dialog-info+xml
Content-Length: 641

<?xml version="1.0"?>
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="3" state="partial" entity="sip:750 <at> ragesip.com">
<dialog id="ida2d80531" call-id="6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231" local-tag="CF96459A-1EB87A5B" remote-tag="1548144125" direction="initiator">
<state>confirmed</state>
<local>
<identity display="750">sip:750 <at> ragesip.com</identity>
<target uri="sip:750 <at> 192.168.5.231">
<param pname="+sip.rendering" pval="no" />
</target>
</local>
<remote>
<identity>sip:4255551212 <at> ragesip.com</identity>
<target uri="sip:4255551212 <at> 192.168.5.252:5090">
</target>
</remote>
</dialog>
</dialog-info>]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-1b96bl97yIB0XlarNJrAJA7uVA</branchId>
			<branchId>z9hG4bK73241807A07A0B80</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:36.797455Z</time>
		<source>rage.ragesip.com-SipXProxy</source>
		<destination>rage.ragesip.com-sipxrls</destination>
		<sourceAddress>192.168.5.252:5060</sourceAddress>
		<destinationAddress>192.168.5.252:47422</destinationAddress>
		<transactionId>4,WAWRSYTsNh1366,105C0BFD-D8061D86,Ne5tos</transactionId>
		<method>NOTIFY</method>
		<frameId>35 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44584 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:190961</frameId>
		<remoteHostPort>192.168.5.252:47422</remoteHostPort>
		<isOutgoing>true</isOutgoing>
		<message><![CDATA[NOTIFY sip:192.168.5.252:47422;transport=udp;x-sipX-nonat SIP/2.0
Via: SIP/2.0/UDP 192.168.5.252;branch=z9hG4bK-XX-1b96bl97yIB0XlarNJrAJA7uVA
Via: SIP/2.0/UDP 192.168.5.231;branch=z9hG4bK73241807A07A0B80
From: "750" <sip:750 <at> 192.168.5.231;x-sipX-nonat>;tag=105C0BFD-D8061D86
To: <sip:sipXrls <at> 192.168.5.252:47422>;tag=Ne5tos
Cseq: 4 NOTIFY
Call-Id: WAWRSYTsNh1366
Contact: <sip:750 <at> 192.168.5.231;x-sipX-nonat>
Event: dialog
User-Agent: PolycomVVX-VVX_500-UA/4.0.1.13922
Accept-Language: en
Subscription-State: active;expires=2745
Max-Forwards: 20
Content-Type: application/dialog-info+xml
Content-Length: 641
Date: Wed, 01 Feb 2012 03:07:36 GMT

<?xml version="1.0"?>
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="3" state="partial" entity="sip:750 <at> ragesip.com">
<dialog id="ida2d80531" call-id="6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231" local-tag="CF96459A-1EB87A5B" remote-tag="1548144125" direction="initiator">
<state>confirmed</state>
<local>
<identity display="750">sip:750 <at> ragesip.com</identity>
<target uri="sip:750 <at> 192.168.5.231">
<param pname="+sip.rendering" pval="no" />
</target>
</local>
<remote>
<identity>sip:4255551212 <at> ragesip.com</identity>
<target uri="sip:4255551212 <at> 192.168.5.252:5090">
</target>
</remote>
</dialog>
</dialog-info>]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK8771f9d8C329826</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:36.900579Z</time>
		<source>192.168.5.231:5060</source>
		<destination>rage.ragesip.com-SipXProxy</destination>
		<sourceAddress>192.168.5.231:5060</sourceAddress>
		<destinationAddress>192.168.5.252:5060</destinationAddress>
		<transactionId>A3,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231,CF96459A-1EB87A5B,1548144125</transactionId>
		<method>ACK</method>
		<frameId>36 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44622</frameId>
		<remoteHostPort>192.168.5.231:5060</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[ACK sip:4255551212 <at> 192.168.5.252:5090 SIP/2.0
Via: SIP/2.0/UDP 192.168.5.231;branch=z9hG4bK8771f9d8C329826
From: "Billy Bob Joe Jack Smith" <sip:2064324344 <at> ragesip.com>;tag=CF96459A-1EB87A5B
To: <sip:4255551212 <at> ragesip.com;user=phone>;tag=1548144125
Route: <sip:192.168.5.252:5060;lr;sipXecs-CallDest=LOCL;sipXecs-rs=%2Aauth%7E.%2Afrom%7EQ0Y5NjQ1OUEtMUVCODdBNUI%60.700_fromalias%2Aa%7EIlRvZGQgSG9kZ2VuIjxzaXA6MjA2NDMyNDM0NEByYWdlc2lwLmNvbT47dGFnPQ%60%60.700_fromalias%2Aao%7ENDY%60.700_fromalias%2Ac%7EIjc1MCIgPHNpcDo3NTBAcmFnZXNpcC5jb20%27O3RhZz0%60.700_fromalias%2Aco%7EMzI%60.900_ntap%2Aid%7ENzQ0OC00NA%60%60%21a2e971286e02ce43151a35c381db0bb2;x-sipX-done>
CSeq: 3 ACK
Call-ID: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231
Contact: <sip:750 <at> 192.168.5.231>;+sip.rendering="no"
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, INFO, MESSAGE, SUBSCRIBE, NOTIFY, PRACK, UPDATE, REFER
User-Agent: PolycomVVX-VVX_500-UA/4.0.1.13922
Accept-Language: en
Max-Forwards: 70
Content-Type: application/sdp
Content-Length: 329

v=0
o=- 1328065637 1328065638 IN IP4 192.168.5.231
s=Polycom IP Phone
c=IN IP4 192.168.5.252
t=0 0
m=audio 30248 RTP/AVP 9 101
c=IN IP4 192.168.5.252
a=sendonly
a=silenceSupp:off - - - -
a=ptime:20
a=x-sipx-ntap:X192.168.5.252-50.46.243.117;19
a=rtpmap:9 G722/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-3120JqyMsW7_dJGpaix2hDq7kA</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:36.901755Z</time>
		<source>rage.ragesip.com-sipxrls</source>
		<destination>rage.ragesip.com-SipXProxy</destination>
		<sourceAddress>192.168.5.252:48675</sourceAddress>
		<destinationAddress>192.168.5.252:5060</destinationAddress>
		<transactionId>10446,b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252,U`Zm3n,6045864582782669545</transactionId>
		<method>NOTIFY</method>
		<frameId>37 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44627 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44641 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44645 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44653 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:190965 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:190966 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:190967 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:190969</frameId>
		<remoteHostPort>192.168.5.252:48675</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[NOTIFY sip:192.168.5.252:5064;transport=tcp;x-sipX-nonat SIP/2.0
From: <sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com>;tag=U`Zm3n
To: "Call Watcher"<sip:~~id~xmpprlsclient <at> ragesip.com>;tag=6045864582782669545
Cseq: 10446 NOTIFY
Route: <sip:192.168.5.252:5060;lr;sipXecs-rs=%2Aauth%7E.%2Afrom%7ENjA0NTg2NDU4Mjc4MjY2OTU0NQ%60%60%218ddbd1a211241aef3148c56caeb812a9>
Call-Id: b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252
Event: dialog
Subscription-State: active;expires=3042
Content-Type: multipart/related;type="application/rlmi+xml";start="<rlmi <at> ragesip.com>";boundary="b65b95a9"
Contact: <sip:~~rl~C~~~id~xmpprlsclient <at> 192.168.5.252:5140;transport=udp>
Date: Wed, 01 Feb 2012 03:07:36 GMT
Max-Forwards: 20
User-Agent: sipXecs/4.4.0 sipXecs/rls (Linux)
Accept-Language: en
Require: eventlist
Via: SIP/2.0/TCP 192.168.5.252;branch=z9hG4bK-XX-3120JqyMsW7_dJGpaix2hDq7kA
Content-Length: 1270

--b65b95a9
CONTENT-ID: <0 <at> ragesip.com>
CONTENT-TYPE: application/dialog-info+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0" encoding="UTF-8"?>
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="29739" state="full" entity="sip:750 <at> ragesip.com">
<dialog id="WAWRSYTsNh1366,Ne5tos,105C0BFD-D8061D86;ida2d80531" call-id="6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231" local-tag="CF96459A-1EB87A5B" remote-tag="1548144125" direction="initiator"><state>confirmed</state><local><identity display="750">sip:750 <at> ragesip.com;sipx-noroute=VoiceMail;sipx-userforward=false</identity><target uri="sip:750 <at> 192.168.5.231"><param pname="+sip.rendering" pval="no" /></target></local><remote><identity>sip:4255551212 <at> ragesip.com</identity><target uri="sip:4255551212 <at> 192.168.5.252:5090" /></remote></dialog>
</dialog-info>

--b65b95a9
CONTENT-ID: <rlmi <at> ragesip.com>
CONTENT-TYPE: application/rlmi+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0"?>
<list xmlns="urn:ietf:params:xml:ns:rlmi" uri="sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com" version="10445" fullState="true">
  <resource uri="sip:750 <at> ragesip.com">
    <name>750</name>    <instance id="consolidated" state="active" cid="0 <at> ragesip.com"/>
  </resource>
</list>

--b65b95a9--
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-1ba2_9PNV8ZARuu_v3lmDBdeIw</branchId>
			<branchId>z9hG4bK8771f9d8C329826</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:36.902170Z</time>
		<source>rage.ragesip.com-SipXProxy</source>
		<destination>rage.ragesip.com-sipXbridge</destination>
		<sourceAddress>192.168.5.252:5060</sourceAddress>
		<destinationAddress>192.168.5.252:5090</destinationAddress>
		<transactionId>A3,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231,CF96459A-1EB87A5B,1548144125</transactionId>
		<method>ACK</method>
		<frameId>38 /tmp/trace.aHr19823/_._.._.._.sipxbridge.trace.xml:7796 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44623</frameId>
		<remoteHostPort>192.168.5.252:5060</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[ACK sip:4255551212 <at> 192.168.5.252:5090 SIP/2.0
Via: SIP/2.0/UDP 192.168.5.252;branch=z9hG4bK-XX-1ba2_9PNV8ZARuu_v3lmDBdeIw
Via: SIP/2.0/UDP 192.168.5.231;branch=z9hG4bK8771f9d8C329826
From: "Billy Bob Joe Jack Smith" <sip:2064324344 <at> ragesip.com>;tag=CF96459A-1EB87A5B
To: <sip:4255551212 <at> ragesip.com;user=phone>;tag=1548144125
CSeq: 3 ACK
Call-ID: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231
Contact: <sip:750 <at> 192.168.5.231;x-sipX-nonat>
Allow: INVITE,ACK,BYE,CANCEL,OPTIONS,INFO,MESSAGE,SUBSCRIBE,NOTIFY,PRACK,UPDATE,REFER
User-Agent: PolycomVVX-VVX_500-UA/4.0.1.13922
Accept-Language: en
Max-Forwards: 20
Content-Type: application/sdp
Date: Wed, 01 Feb 2012 03:07:36 GMT
Content-Length: 329

v=0
o=- 1328065637 1328065638 IN IP4 192.168.5.231
s=Polycom IP Phone
c=IN IP4 192.168.5.252
t=0 0
m=audio 30248 RTP/AVP 9 101
c=IN IP4 192.168.5.252
a=silenceSupp:off - - - -
a=ptime:20
a=rtpmap:9 G722/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=sendrecv
a=x-sipx-ntap:X192.168.5.252-50.46.243.117;18
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-1ba5hJimhM1KM_pWIgb4fik0Ow</branchId>
			<branchId>z9hG4bK-XX-3120JqyMsW7_dJGpaix2hDq7kA</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:36.906000Z</time>
		<source>rage.ragesip.com-SipXProxy</source>
		<destination>rage.ragesip.com-sipxcallwatcher</destination>
		<sourceAddress>192.168.5.252:48508</sourceAddress>
		<destinationAddress>192.168.5.252:5064</destinationAddress>
		<transactionId>10446,b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252,U`Zm3n,6045864582782669545</transactionId>
		<method>NOTIFY</method>
		<frameId>39 /tmp/trace.aHr19823/_._.._.._.sipxopenfire.trace.xml:423061 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44630</frameId>
		<remoteHostPort>192.168.5.252:48508</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[NOTIFY sip:192.168.5.252:5064;transport=tcp;x-sipX-nonat SIP/2.0
From: <sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com>;tag=U`Zm3n
To: "Call Watcher" <sip:~~id~xmpprlsclient <at> ragesip.com>;tag=6045864582782669545
CSeq: 10446 NOTIFY
Call-ID: b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252
Event: dialog
Subscription-State: active;expires=3042
Content-Type: multipart/related;type="application/rlmi+xml";start="<rlmi <at> ragesip.com>";boundary="b65b95a9"
Contact: <sip:~~rl~C~~~id~xmpprlsclient <at> 192.168.5.252:5140;transport=udp;x-sipX-nonat>
Date: Wed, 01 Feb 2012 03:07:36 GMT
Max-Forwards: 19
User-Agent: sipXecs/4.4.0 sipXecs/rls (Linux)
Accept-Language: en
Require: eventlist
Via: SIP/2.0/TCP 192.168.5.252;branch=z9hG4bK-XX-1ba5hJimhM1KM_pWIgb4fik0Ow;rport=48508
Via: SIP/2.0/TCP 192.168.5.252;branch=z9hG4bK-XX-3120JqyMsW7_dJGpaix2hDq7kA
Content-Length: 1270

--b65b95a9
CONTENT-ID: <0 <at> ragesip.com>
CONTENT-TYPE: application/dialog-info+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0" encoding="UTF-8"?>
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="29739" state="full" entity="sip:750 <at> ragesip.com">
<dialog id="WAWRSYTsNh1366,Ne5tos,105C0BFD-D8061D86;ida2d80531" call-id="6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231" local-tag="CF96459A-1EB87A5B" remote-tag="1548144125" direction="initiator"><state>confirmed</state><local><identity display="750">sip:750 <at> ragesip.com;sipx-noroute=VoiceMail;sipx-userforward=false</identity><target uri="sip:750 <at> 192.168.5.231"><param pname="+sip.rendering" pval="no" /></target></local><remote><identity>sip:4255551212 <at> ragesip.com</identity><target uri="sip:4255551212 <at> 192.168.5.252:5090" /></remote></dialog>
</dialog-info>

--b65b95a9
CONTENT-ID: <rlmi <at> ragesip.com>
CONTENT-TYPE: application/rlmi+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0"?>
<list xmlns="urn:ietf:params:xml:ns:rlmi" uri="sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com" version="10445" fullState="true">
  <resource uri="sip:750 <at> ragesip.com">
    <name>750</name>    <instance id="consolidated" state="active" cid="0 <at> ragesip.com"/>
  </resource>
</list>

--b65b95a9--
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK51dd57fb1663d4765988bb858e18b528383837</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:36.916000Z</time>
		<source>rage.ragesip.com-sipXbridge</source>
		<destination>18.38.1.17:5060</destination>
		<sourceAddress>rage.ragesip.com-sipXbridge</sourceAddress>
		<destinationAddress>18.38.1.17:5060</destinationAddress>
		<transactionId>A3,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231-0,9165426094439454644,as65cdd85b</transactionId>
		<method>ACK</method>
		<frameId>40 /tmp/trace.aHr19823/_._.._.._.sipxbridge.trace.xml:7803</frameId>
		<remoteHostPort>18.38.1.17:5060</remoteHostPort>
		<isOutgoing>true</isOutgoing>
		<message><![CDATA[ACK sip:4255551212 <at> 18.38.1.17 SIP/2.0
Call-ID: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231-0
CSeq: 3 ACK
Via: SIP/2.0/UDP 50.46.243.117:5080;branch=z9hG4bK51dd57fb1663d4765988bb858e18b528383837
From: "Billy Bob Joe Jack Smith" <sip:2064324344 <at> 18.38.1.17>;tag=9165426094439454644
To: <sip:4255551212 <at> 18.38.1.17;user=phone>;tag=as65cdd85b
Max-Forwards: 70
User-Agent: sipXecs/4.4.0 sipXecs/sipxbridge (Linux)
Content-Type: application/sdp
Proxy-Authorization: Digest username="YeaRight",realm="seattle.voip.ms",nonce="350201dd",uri="sip:4255551212 <at> 18.38.1.17;user=phone;transport=udp",response="f9cfda23ff12020ef6ee4af69c15d97b",algorithm=MD5
Content-Length: 338

v=0
o=sipxbridge 6924662048496799162 1 IN IP4 50.46.243.117
s=Polycom IP Phone
c=IN IP4 50.46.243.117
t=0 0
m=audio 30500 RTP/AVP 9 101
c=IN IP4 50.46.243.117
a=silenceSupp:off - - - -
a=ptime:20
a=rtpmap:9 G722/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=sendrecv
a=x-sipx-ntap:X192.168.5.252-50.46.243.117;18
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-311efQ`3KiYWlwKz7g39Hhp`3Q</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:38.016816Z</time>
		<source>rage.ragesip.com-sipxrls</source>
		<destination>rage.ragesip.com-SipXProxy</destination>
		<sourceAddress>192.168.5.252:5140</sourceAddress>
		<destinationAddress>192.168.5.252:5060</destinationAddress>
		<transactionId>10445,b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252,U`Zm3n,6045864582782669545</transactionId>
		<method>NOTIFY</method>
		<frameId>41 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44657 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:190970</frameId>
		<remoteHostPort>192.168.5.252:5140</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[NOTIFY sip:192.168.5.252:5064;transport=tcp;x-sipX-nonat SIP/2.0
From: <sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com>;tag=U`Zm3n
To: "Call Watcher"<sip:~~id~xmpprlsclient <at> ragesip.com>;tag=6045864582782669545
Cseq: 10445 NOTIFY
Route: <sip:192.168.5.252:5060;lr;sipXecs-rs=%2Aauth%7E.%2Afrom%7ENjA0NTg2NDU4Mjc4MjY2OTU0NQ%60%60%218ddbd1a211241aef3148c56caeb812a9>
Call-Id: b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252
Event: dialog
Subscription-State: active;expires=3042
Content-Type: multipart/related;type="application/rlmi+xml";start="<rlmi <at> ragesip.com>";boundary="c1b2379d"
Contact: <sip:~~rl~C~~~id~xmpprlsclient <at> 192.168.5.252:5140;transport=udp>
Date: Wed, 01 Feb 2012 03:07:36 GMT
Max-Forwards: 20
User-Agent: sipXecs/4.4.0 sipXecs/rls (Linux)
Accept-Language: en
Require: eventlist
Via: SIP/2.0/UDP 192.168.5.252:5140;branch=z9hG4bK-XX-311efQ`3KiYWlwKz7g39Hhp`3Q
Content-Length: 1271

--c1b2379d
CONTENT-ID: <0 <at> ragesip.com>
CONTENT-TYPE: application/dialog-info+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0" encoding="UTF-8"?>
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="29732" state="full" entity="sip:750 <at> ragesip.com">
<dialog id="WAWRSYTsNh1366,Ne5tos,105C0BFD-D8061D86;ida2d80531" call-id="6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231" local-tag="CF96459A-1EB87A5B" remote-tag="1548144125" direction="initiator"><state>confirmed</state><local><identity display="750">sip:750 <at> ragesip.com;sipx-noroute=VoiceMail;sipx-userforward=false</identity><target uri="sip:750 <at> 192.168.5.231"><param pname="+sip.rendering" pval="yes" /></target></local><remote><identity>sip:4255551212 <at> ragesip.com</identity><target uri="sip:4255551212 <at> 192.168.5.252:5090" /></remote></dialog>
</dialog-info>

--c1b2379d
CONTENT-ID: <rlmi <at> ragesip.com>
CONTENT-TYPE: application/rlmi+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0"?>
<list xmlns="urn:ietf:params:xml:ns:rlmi" uri="sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com" version="10444" fullState="true">
  <resource uri="sip:750 <at> ragesip.com">
    <name>750</name>    <instance id="consolidated" state="active" cid="0 <at> ragesip.com"/>
  </resource>
</list>

--c1b2379d--
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-1baadhunDRs7xnBVMvgJ6MoXrg</branchId>
			<branchId>z9hG4bK-XX-311efQ`3KiYWlwKz7g39Hhp`3Q</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:38.018530Z</time>
		<source>rage.ragesip.com-SipXProxy</source>
		<destination>rage.ragesip.com-sipxcallwatcher</destination>
		<sourceAddress>192.168.5.252:48508</sourceAddress>
		<destinationAddress>192.168.5.252:5064</destinationAddress>
		<transactionId>10445,b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252,U`Zm3n,6045864582782669545</transactionId>
		<method>NOTIFY</method>
		<frameId>42 /tmp/trace.aHr19823/_._.._.._.sipxopenfire.trace.xml:423078 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44658</frameId>
		<remoteHostPort>192.168.5.252:48508</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[NOTIFY sip:192.168.5.252:5064;transport=tcp;x-sipX-nonat SIP/2.0
From: <sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com>;tag=U`Zm3n
To: "Call Watcher" <sip:~~id~xmpprlsclient <at> ragesip.com>;tag=6045864582782669545
CSeq: 10445 NOTIFY
Call-ID: b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252
Event: dialog
Subscription-State: active;expires=3042
Content-Type: multipart/related;type="application/rlmi+xml";start="<rlmi <at> ragesip.com>";boundary="c1b2379d"
Contact: <sip:~~rl~C~~~id~xmpprlsclient <at> 192.168.5.252:5140;transport=udp;x-sipX-nonat>
Date: Wed, 01 Feb 2012 03:07:36 GMT
Max-Forwards: 19
User-Agent: sipXecs/4.4.0 sipXecs/rls (Linux)
Accept-Language: en
Require: eventlist
Via: SIP/2.0/TCP 192.168.5.252;branch=z9hG4bK-XX-1baadhunDRs7xnBVMvgJ6MoXrg;rport=48508
Via: SIP/2.0/UDP 192.168.5.252:5140;branch=z9hG4bK-XX-311efQ`3KiYWlwKz7g39Hhp`3Q
Content-Length: 1271

--c1b2379d
CONTENT-ID: <0 <at> ragesip.com>
CONTENT-TYPE: application/dialog-info+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0" encoding="UTF-8"?>
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="29732" state="full" entity="sip:750 <at> ragesip.com">
<dialog id="WAWRSYTsNh1366,Ne5tos,105C0BFD-D8061D86;ida2d80531" call-id="6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231" local-tag="CF96459A-1EB87A5B" remote-tag="1548144125" direction="initiator"><state>confirmed</state><local><identity display="750">sip:750 <at> ragesip.com;sipx-noroute=VoiceMail;sipx-userforward=false</identity><target uri="sip:750 <at> 192.168.5.231"><param pname="+sip.rendering" pval="yes" /></target></local><remote><identity>sip:4255551212 <at> ragesip.com</identity><target uri="sip:4255551212 <at> 192.168.5.252:5090" /></remote></dialog>
</dialog-info>

--c1b2379d
CONTENT-ID: <rlmi <at> ragesip.com>
CONTENT-TYPE: application/rlmi+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0"?>
<list xmlns="urn:ietf:params:xml:ns:rlmi" uri="sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com" version="10444" fullState="true">
  <resource uri="sip:750 <at> ragesip.com">
    <name>750</name>    <instance id="consolidated" state="active" cid="0 <at> ragesip.com"/>
  </resource>
</list>

--c1b2379d--
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-3121j3CVh1HrO18jV46AjyfJEg</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:38.408894Z</time>
		<source>rage.ragesip.com-sipxrls</source>
		<destination>rage.ragesip.com-SipXProxy</destination>
		<sourceAddress>192.168.5.252:5140</sourceAddress>
		<destinationAddress>192.168.5.252:5060</destinationAddress>
		<transactionId>10446,b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252,U`Zm3n,6045864582782669545</transactionId>
		<method>NOTIFY</method>
		<frameId>43 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44661 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44663 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:190972 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:190973</frameId>
		<remoteHostPort>192.168.5.252:5140</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[NOTIFY sip:192.168.5.252:5064;transport=tcp;x-sipX-nonat SIP/2.0
From: <sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com>;tag=U`Zm3n
To: "Call Watcher"<sip:~~id~xmpprlsclient <at> ragesip.com>;tag=6045864582782669545
Cseq: 10446 NOTIFY
Route: <sip:192.168.5.252:5060;lr;sipXecs-rs=%2Aauth%7E.%2Afrom%7ENjA0NTg2NDU4Mjc4MjY2OTU0NQ%60%60%218ddbd1a211241aef3148c56caeb812a9>
Call-Id: b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252
Event: dialog
Subscription-State: active;expires=3042
Content-Type: multipart/related;type="application/rlmi+xml";start="<rlmi <at> ragesip.com>";boundary="b65b95a9"
Contact: <sip:~~rl~C~~~id~xmpprlsclient <at> 192.168.5.252:5140;transport=udp>
Date: Wed, 01 Feb 2012 03:07:36 GMT
Max-Forwards: 20
User-Agent: sipXecs/4.4.0 sipXecs/rls (Linux)
Accept-Language: en
Require: eventlist
Via: SIP/2.0/UDP 192.168.5.252:5140;branch=z9hG4bK-XX-3121j3CVh1HrO18jV46AjyfJEg
Content-Length: 1270

--b65b95a9
CONTENT-ID: <0 <at> ragesip.com>
CONTENT-TYPE: application/dialog-info+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0" encoding="UTF-8"?>
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="29739" state="full" entity="sip:750 <at> ragesip.com">
<dialog id="WAWRSYTsNh1366,Ne5tos,105C0BFD-D8061D86;ida2d80531" call-id="6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231" local-tag="CF96459A-1EB87A5B" remote-tag="1548144125" direction="initiator"><state>confirmed</state><local><identity display="750">sip:750 <at> ragesip.com;sipx-noroute=VoiceMail;sipx-userforward=false</identity><target uri="sip:750 <at> 192.168.5.231"><param pname="+sip.rendering" pval="no" /></target></local><remote><identity>sip:4255551212 <at> ragesip.com</identity><target uri="sip:4255551212 <at> 192.168.5.252:5090" /></remote></dialog>
</dialog-info>

--b65b95a9
CONTENT-ID: <rlmi <at> ragesip.com>
CONTENT-TYPE: application/rlmi+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0"?>
<list xmlns="urn:ietf:params:xml:ns:rlmi" uri="sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com" version="10445" fullState="true">
  <resource uri="sip:750 <at> ragesip.com">
    <name>750</name>    <instance id="consolidated" state="active" cid="0 <at> ragesip.com"/>
  </resource>
</list>

--b65b95a9--
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-1bacIQn25h1KnXp`lt39xpKYmA</branchId>
			<branchId>z9hG4bK-XX-3121j3CVh1HrO18jV46AjyfJEg</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:38.410541Z</time>
		<source>rage.ragesip.com-SipXProxy</source>
		<destination>rage.ragesip.com-sipxcallwatcher</destination>
		<sourceAddress>192.168.5.252:48508</sourceAddress>
		<destinationAddress>192.168.5.252:5064</destinationAddress>
		<transactionId>10446,b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252,U`Zm3n,6045864582782669545</transactionId>
		<method>NOTIFY</method>
		<frameId>44 /tmp/trace.aHr19823/_._.._.._.sipxopenfire.trace.xml:423086 /tmp/trace.aHr19823/_._.._.._.sipxopenfire.trace.xml:423091 /tmp/trace.aHr19823/_._.._.._.sipxopenfire.trace.xml:423096 /tmp/trace.aHr19823/_._.._.._.sipxopenfire.trace.xml:423101 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44662 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44665 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44666 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44667</frameId>
		<remoteHostPort>192.168.5.252:48508</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[NOTIFY sip:192.168.5.252:5064;transport=tcp;x-sipX-nonat SIP/2.0
From: <sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com>;tag=U`Zm3n
To: "Call Watcher" <sip:~~id~xmpprlsclient <at> ragesip.com>;tag=6045864582782669545
CSeq: 10446 NOTIFY
Call-ID: b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252
Event: dialog
Subscription-State: active;expires=3042
Content-Type: multipart/related;type="application/rlmi+xml";start="<rlmi <at> ragesip.com>";boundary="b65b95a9"
Contact: <sip:~~rl~C~~~id~xmpprlsclient <at> 192.168.5.252:5140;transport=udp;x-sipX-nonat>
Date: Wed, 01 Feb 2012 03:07:36 GMT
Max-Forwards: 19
User-Agent: sipXecs/4.4.0 sipXecs/rls (Linux)
Accept-Language: en
Require: eventlist
Via: SIP/2.0/TCP 192.168.5.252;branch=z9hG4bK-XX-1bacIQn25h1KnXp`lt39xpKYmA;rport=48508
Via: SIP/2.0/UDP 192.168.5.252:5140;branch=z9hG4bK-XX-3121j3CVh1HrO18jV46AjyfJEg
Content-Length: 1270

--b65b95a9
CONTENT-ID: <0 <at> ragesip.com>
CONTENT-TYPE: application/dialog-info+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0" encoding="UTF-8"?>
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="29739" state="full" entity="sip:750 <at> ragesip.com">
<dialog id="WAWRSYTsNh1366,Ne5tos,105C0BFD-D8061D86;ida2d80531" call-id="6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231" local-tag="CF96459A-1EB87A5B" remote-tag="1548144125" direction="initiator"><state>confirmed</state><local><identity display="750">sip:750 <at> ragesip.com;sipx-noroute=VoiceMail;sipx-userforward=false</identity><target uri="sip:750 <at> 192.168.5.231"><param pname="+sip.rendering" pval="no" /></target></local><remote><identity>sip:4255551212 <at> ragesip.com</identity><target uri="sip:4255551212 <at> 192.168.5.252:5090" /></remote></dialog>
</dialog-info>

--b65b95a9
CONTENT-ID: <rlmi <at> ragesip.com>
CONTENT-TYPE: application/rlmi+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0"?>
<list xmlns="urn:ietf:params:xml:ns:rlmi" uri="sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com" version="10445" fullState="true">
  <resource uri="sip:750 <at> ragesip.com">
    <name>750</name>    <instance id="consolidated" state="active" cid="0 <at> ragesip.com"/>
  </resource>
</list>

--b65b95a9--
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bKeded096fD63CC2A8</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:41.229829Z</time>
		<source>192.168.5.231:5060</source>
		<destination>rage.ragesip.com-SipXProxy</destination>
		<sourceAddress>192.168.5.231:5060</sourceAddress>
		<destinationAddress>192.168.5.252:5060</destinationAddress>
		<transactionId>4,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231,CF96459A-1EB87A5B,1548144125</transactionId>
		<method>re-INVITE</method>
		<frameId>45 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44671</frameId>
		<remoteHostPort>192.168.5.231:5060</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[INVITE sip:4255551212 <at> 192.168.5.252:5090 SIP/2.0
Via: SIP/2.0/UDP 192.168.5.231;branch=z9hG4bKeded096fD63CC2A8
From: "750" <sip:750 <at> ragesip.com>;tag=CF96459A-1EB87A5B
To: <sip:4255551212 <at> ragesip.com;user=phone>;tag=1548144125
Route: <sip:192.168.5.252:5060;lr;sipXecs-CallDest=LOCL;sipXecs-rs=%2Aauth%7E.%2Afrom%7EQ0Y5NjQ1OUEtMUVCODdBNUI%60.700_fromalias%2Aa%7EIlRvZGQgSG9kZ2VuIjxzaXA6MjA2NDMyNDM0NEByYWdlc2lwLmNvbT47dGFnPQ%60%60.700_fromalias%2Aao%7ENDY%60.700_fromalias%2Ac%7EIjc1MCIgPHNpcDo3NTBAcmFnZXNpcC5jb20%27O3RhZz0%60.700_fromalias%2Aco%7EMzI%60.900_ntap%2Aid%7ENzQ0OC00NA%60%60%21a2e971286e02ce43151a35c381db0bb2;x-sipX-done>
CSeq: 4 INVITE
Call-ID: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231
Contact: <sip:750 <at> 192.168.5.231>
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, INFO, MESSAGE, SUBSCRIBE, NOTIFY, PRACK, UPDATE, REFER
User-Agent: PolycomVVX-VVX_500-UA/4.0.1.13922
Accept-Language: en
Supported: 100rel,replaces
Allow-Events: conference,talk,hold
Proxy-Authorization: Digest username="750/0004f2a9b633", realm="ragesip.com", nonce="d1ed6415fd592e498d187939a8a4ce694f28ac66", qop=auth, cnonce="loaoVBw0ITOF3tn", nc=00000003, uri="sip:4255551212 <at> ragesip.com;user=phone", response="6463cfce307a2eb0008a5759f9ff0337", algorithm=MD5
Max-Forwards: 70
Content-Type: application/sdp
Content-Length: 293

v=0
o=- 1328065637 1328065639 IN IP4 192.168.5.231
s=Polycom IP Phone
c=IN IP4 192.168.5.231
t=0 0
a=sendrecv
m=audio 2222 RTP/AVP 0 9 8 18
c=IN IP4 192.168.5.252
a=sendrecv
a=rtpmap:0 PCMU/8000
a=rtpmap:9 G722/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:18 G729/8000
a=fmtp:18 annexb=no
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bKeded096fD63CC2A8</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:41.230238Z</time>
		<source>rage.ragesip.com-SipXProxy</source>
		<destination>192.168.5.231:5060</destination>
		<sourceAddress>192.168.5.252:5060</sourceAddress>
		<destinationAddress>192.168.5.231:5060</destinationAddress>
		<transactionId>4,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231,CF96459A-1EB87A5B,1548144125</transactionId>
		<responseCode>100</responseCode>
		<responseText>Trying</responseText>
		<frameId>46 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44672</frameId>
		<remoteHostPort>192.168.5.231:5060</remoteHostPort>
		<isOutgoing>true</isOutgoing>
		<message><![CDATA[SIP/2.0 100 Trying
From: "750" <sip:750 <at> ragesip.com>;tag=CF96459A-1EB87A5B
To: <sip:4255551212 <at> ragesip.com;user=phone>;tag=1548144125
Call-Id: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231
Cseq: 4 INVITE
Via: SIP/2.0/UDP 192.168.5.231;branch=z9hG4bKeded096fD63CC2A8
Content-Length: 0

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-1baePuAJR4GY5f58Wn0z13ZPEw</branchId>
			<branchId>z9hG4bKeded096fD63CC2A8</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:41.231858Z</time>
		<source>rage.ragesip.com-SipXProxy</source>
		<destination>rage.ragesip.com-sipXbridge</destination>
		<sourceAddress>192.168.5.252:5060</sourceAddress>
		<destinationAddress>192.168.5.252:5090</destinationAddress>
		<transactionId>4,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231,CF96459A-1EB87A5B,1548144125</transactionId>
		<method>re-INVITE</method>
		<frameId>47 /tmp/trace.aHr19823/_._.._.._.sipxbridge.trace.xml:7808 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44674</frameId>
		<remoteHostPort>192.168.5.252:5060</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[INVITE sip:4255551212 <at> 192.168.5.252:5090 SIP/2.0
Via: SIP/2.0/TCP 192.168.5.252;branch=z9hG4bK-XX-1baePuAJR4GY5f58Wn0z13ZPEw;rport=5060
Via: SIP/2.0/UDP 192.168.5.231;branch=z9hG4bKeded096fD63CC2A8;id=7448-44
From: "Billy Bob Joe Jack Smith" <sip:2064324344 <at> ragesip.com>;tag=CF96459A-1EB87A5B
To: <sip:4255551212 <at> ragesip.com;user=phone>;tag=1548144125
CSeq: 4 INVITE
Call-ID: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231
Contact: <sip:750 <at> 192.168.5.231;x-sipX-nonat>
Allow: INVITE,ACK,BYE,CANCEL,OPTIONS,INFO,MESSAGE,SUBSCRIBE,NOTIFY,PRACK,UPDATE,REFER
User-Agent: PolycomVVX-VVX_500-UA/4.0.1.13922
Accept-Language: en
Supported: 100rel,replaces
Allow-Events: conference,talk,hold
Proxy-Authorization: Digest username="750/0004f2a9b633",realm="ragesip.com",nonce="d1ed6415fd592e498d187939a8a4ce694f28ac66",qop=auth,cnonce="loaoVBw0ITOF3tn",nc=00000003,uri="sip:4255551212 <at> ragesip.com;user=phone",response="6463cfce307a2eb0008a5759f9ff0337",algorithm=MD5
Max-Forwards: 20
Content-Type: application/sdp
Date: Wed, 01 Feb 2012 03:07:41 GMT
X-Sipx-Handled: X192.168.5.252-50.46.243.117
Content-Length: 293

v=0
o=- 1328065637 1328065639 IN IP4 192.168.5.231
s=Polycom IP Phone
c=IN IP4 192.168.5.231
t=0 0
a=sendrecv
m=audio 2222 RTP/AVP 0 9 8 18
c=IN IP4 192.168.5.252
a=sendrecv
a=rtpmap:0 PCMU/8000
a=rtpmap:9 G722/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:18 G729/8000
a=fmtp:18 annexb=no
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK49b9755498f9fd2e6dcab0208358c5d8383837</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:41.240000Z</time>
		<source>rage.ragesip.com-sipXbridge</source>
		<destination>18.38.1.17:5060</destination>
		<sourceAddress>rage.ragesip.com-sipXbridge</sourceAddress>
		<destinationAddress>18.38.1.17:5060</destinationAddress>
		<transactionId>4,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231-0,9165426094439454644,as65cdd85b</transactionId>
		<method>re-INVITE</method>
		<frameId>48 /tmp/trace.aHr19823/_._.._.._.sipxbridge.trace.xml:7820</frameId>
		<remoteHostPort>18.38.1.17:5060</remoteHostPort>
		<isOutgoing>true</isOutgoing>
		<message><![CDATA[INVITE sip:4255551212 <at> 18.38.1.17 SIP/2.0
Via: SIP/2.0/UDP 50.46.243.117:5080;branch=z9hG4bK49b9755498f9fd2e6dcab0208358c5d8383837
CSeq: 4 INVITE
From: "Billy Bob Joe Jack Smith" <sip:2064324344 <at> 18.38.1.17>;tag=9165426094439454644
To: <sip:4255551212 <at> 18.38.1.17;user=phone>;tag=as65cdd85b
Call-ID: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231-0
Max-Forwards: 70
Contact: <sip:50.46.243.117:5080>
User-Agent: sipXecs/4.4.0 sipXecs/sipxbridge (Linux)
References: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231;rel=chain;sipxecs-tag=request-invite-z9hg4bk-xx-1baepuajr4gy5f58wn0z13zpew
Accept: application/sdp
Allow: INVITE,BYE,ACK,CANCEL,OPTIONS
Supported: timer
Content-Type: application/sdp
Proxy-Authorization: Digest username="YeaRight",realm="seattle.voip.ms",nonce="350201dd",uri="sip:4255551212 <at> 18.38.1.17;user=phone;transport=udp",response="f9cfda23ff12020ef6ee4af69c15d97b",algorithm=MD5
Content-Length: 256

v=0
o=sipxbridge 6924662048496799162 2 IN IP4 50.46.243.117
s=Polycom IP Phone
c=IN IP4 50.46.243.117
t=0 0
a=sendrecv
m=audio 30500 RTP/AVP 0 9 8
c=IN IP4 50.46.243.117
a=sendrecv
a=rtpmap:0 PCMU/8000
a=rtpmap:9 G722/8000
a=rtpmap:8 PCMA/8000
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK49b9755498f9fd2e6dcab0208358c5d8383837</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:41.257000Z</time>
		<source>18.38.1.17:5060</source>
		<destination>rage.ragesip.com-sipXbridge</destination>
		<sourceAddress>18.38.1.17:5060</sourceAddress>
		<destinationAddress>rage.ragesip.com-sipXbridge</destinationAddress>
		<transactionId>4,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231-0,9165426094439454644,as65cdd85b</transactionId>
		<responseCode>100</responseCode>
		<responseText>Trying</responseText>
		<frameId>49 /tmp/trace.aHr19823/_._.._.._.sipxbridge.trace.xml:7822</frameId>
		<remoteHostPort>18.38.1.17:5060</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[SIP/2.0 100 Trying
Via: SIP/2.0/UDP 50.46.243.117:5080;branch=z9hG4bK49b9755498f9fd2e6dcab0208358c5d8383837;received=50.46.243.117
From: "Billy Bob Joe Jack Smith" <sip:2064324344 <at> 18.38.1.17>;tag=9165426094439454644
To: <sip:4255551212 <at> 18.38.1.17;user=phone>;tag=as65cdd85b
Call-ID: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231-0
CSeq: 4 INVITE
User-Agent: VoIPMS/SERAST
Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,SUBSCRIBE,NOTIFY,INFO
Supported: replaces
Contact: <sip:4255551212 <at> 18.38.1.17>
Content-Length: 0

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK49b9755498f9fd2e6dcab0208358c5d8383837</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:41.258000Z</time>
		<source>18.38.1.17:5060</source>
		<destination>rage.ragesip.com-sipXbridge</destination>
		<sourceAddress>18.38.1.17:5060</sourceAddress>
		<destinationAddress>rage.ragesip.com-sipXbridge</destinationAddress>
		<transactionId>4,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231-0,9165426094439454644,as65cdd85b</transactionId>
		<responseCode>200</responseCode>
		<responseText>OK</responseText>
		<frameId>50 /tmp/trace.aHr19823/_._.._.._.sipxbridge.trace.xml:7829</frameId>
		<remoteHostPort>18.38.1.17:5060</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[SIP/2.0 200 OK
Via: SIP/2.0/UDP 50.46.243.117:5080;branch=z9hG4bK49b9755498f9fd2e6dcab0208358c5d8383837;received=50.46.243.117
From: "Billy Bob Joe Jack Smith" <sip:2064324344 <at> 18.38.1.17>;tag=9165426094439454644
To: <sip:4255551212 <at> 18.38.1.17;user=phone>;tag=as65cdd85b
Call-ID: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231-0
CSeq: 4 INVITE
User-Agent: VoIPMS/SERAST
Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,SUBSCRIBE,NOTIFY,INFO
Supported: replaces
Contact: <sip:4255551212 <at> 18.38.1.17>
Content-Type: application/sdp
Content-Length: 232

v=0
o=root 3017 3020 IN IP4 18.38.1.17
s=session
c=IN IP4 18.38.1.17
t=0 0
m=audio 13618 RTP/AVP 0 8 9
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:9 G722/8000
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-1baePuAJR4GY5f58Wn0z13ZPEw</branchId>
			<branchId>z9hG4bKeded096fD63CC2A8</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:41.261000Z</time>
		<source>rage.ragesip.com-sipXbridge</source>
		<destination>rage.ragesip.com-SipXProxy</destination>
		<sourceAddress>192.168.5.252:55586</sourceAddress>
		<destinationAddress>192.168.5.252:5060</destinationAddress>
		<transactionId>4,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231,CF96459A-1EB87A5B,1548144125</transactionId>
		<responseCode>200</responseCode>
		<responseText>OK</responseText>
		<frameId>51 /tmp/trace.aHr19823/_._.._.._.sipxbridge.trace.xml:7836 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44678</frameId>
		<remoteHostPort>192.168.5.252:5060</remoteHostPort>
		<isOutgoing>true</isOutgoing>
		<message><![CDATA[SIP/2.0 200 OK
Via: SIP/2.0/TCP 192.168.5.252;branch=z9hG4bK-XX-1baePuAJR4GY5f58Wn0z13ZPEw;rport=5060
Via: SIP/2.0/UDP 192.168.5.231;branch=z9hG4bKeded096fD63CC2A8;id=7448-44
From: "Billy Bob Joe Jack Smith" <sip:2064324344 <at> ragesip.com>;tag=CF96459A-1EB87A5B
To: <sip:4255551212 <at> ragesip.com;user=phone>;tag=1548144125
CSeq: 4 INVITE
Call-ID: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231
Server: sipXecs/4.4.0 sipXecs/sipxbridge (Linux)
Supported: replaces,100rel
Contact: <sip:4255551212 <at> 192.168.5.252:5090>
Content-Type: application/sdp
Content-Length: 250

v=0
o=sipxbridge 6338378276968579818 1 IN IP4 192.168.5.252
s=session
c=IN IP4 192.168.5.252
t=0 0
m=audio 30502 RTP/AVP 0 8 9
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:9 G722/8000
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bKeded096fD63CC2A8</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:41.261598Z</time>
		<source>rage.ragesip.com-SipXProxy</source>
		<destination>192.168.5.231:5060</destination>
		<sourceAddress>192.168.5.252:5060</sourceAddress>
		<destinationAddress>192.168.5.231:5060</destinationAddress>
		<transactionId>4,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231,CF96459A-1EB87A5B,1548144125</transactionId>
		<responseCode>200</responseCode>
		<responseText>OK</responseText>
		<frameId>52 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44679</frameId>
		<remoteHostPort>192.168.5.231:5060</remoteHostPort>
		<isOutgoing>true</isOutgoing>
		<message><![CDATA[SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.5.231;branch=z9hG4bKeded096fD63CC2A8;id=7448-44
From: "Billy Bob Joe Jack Smith" <sip:2064324344 <at> ragesip.com>;tag=CF96459A-1EB87A5B
To: <sip:4255551212 <at> ragesip.com;user=phone>;tag=1548144125
Cseq: 4 INVITE
Call-Id: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231
Server: sipXecs/4.4.0 sipXecs/sipxbridge (Linux)
Supported: replaces,100rel
Contact: <sip:4255551212 <at> 192.168.5.252:5090>
Content-Type: application/sdp
Content-Length: 250
Date: Wed, 01 Feb 2012 03:07:41 GMT

v=0
o=sipxbridge 6338378276968579818 1 IN IP4 192.168.5.252
s=session
c=IN IP4 192.168.5.252
t=0 0
m=audio 30502 RTP/AVP 0 8 9
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:9 G722/8000
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bKeafa1463411B067C</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:41.300397Z</time>
		<source>192.168.5.231:5060</source>
		<destination>rage.ragesip.com-SipXProxy</destination>
		<sourceAddress>192.168.5.231:5060</sourceAddress>
		<destinationAddress>192.168.5.252:5060</destinationAddress>
		<transactionId>A4,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231,CF96459A-1EB87A5B,1548144125</transactionId>
		<method>ACK</method>
		<frameId>53 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44680</frameId>
		<remoteHostPort>192.168.5.231:5060</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[ACK sip:4255551212 <at> 192.168.5.252:5090 SIP/2.0
Via: SIP/2.0/UDP 192.168.5.231;branch=z9hG4bKeafa1463411B067C
From: "Billy Bob Joe Jack Smith" <sip:2064324344 <at> ragesip.com>;tag=CF96459A-1EB87A5B
To: <sip:4255551212 <at> ragesip.com;user=phone>;tag=1548144125
Route: <sip:192.168.5.252:5060;lr;sipXecs-CallDest=LOCL;sipXecs-rs=%2Aauth%7E.%2Afrom%7EQ0Y5NjQ1OUEtMUVCODdBNUI%60.700_fromalias%2Aa%7EIlRvZGQgSG9kZ2VuIjxzaXA6MjA2NDMyNDM0NEByYWdlc2lwLmNvbT47dGFnPQ%60%60.700_fromalias%2Aao%7ENDY%60.700_fromalias%2Ac%7EIjc1MCIgPHNpcDo3NTBAcmFnZXNpcC5jb20%27O3RhZz0%60.700_fromalias%2Aco%7EMzI%60.900_ntap%2Aid%7ENzQ0OC00NA%60%60%21a2e971286e02ce43151a35c381db0bb2;x-sipX-done>
CSeq: 4 ACK
Call-ID: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231
Contact: <sip:750 <at> 192.168.5.231>
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, INFO, MESSAGE, SUBSCRIBE, NOTIFY, PRACK, UPDATE, REFER
User-Agent: PolycomVVX-VVX_500-UA/4.0.1.13922
Accept-Language: en
Max-Forwards: 70
Content-Length: 0

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bKcdff8d6dEF131976</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:41.301908Z</time>
		<source>192.168.5.231:5060</source>
		<destination>rage.ragesip.com-SipXProxy</destination>
		<sourceAddress>192.168.5.231:5060</sourceAddress>
		<destinationAddress>192.168.5.252:5060</destinationAddress>
		<transactionId>5,WAWRSYTsNh1366,105C0BFD-D8061D86,Ne5tos</transactionId>
		<method>NOTIFY</method>
		<frameId>54 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44682</frameId>
		<remoteHostPort>192.168.5.231:5060</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[NOTIFY sip:192.168.5.252:47422;transport=udp;x-sipX-nonat SIP/2.0
Via: SIP/2.0/UDP 192.168.5.231;branch=z9hG4bKcdff8d6dEF131976
From: "750" <sip:750 <at> 192.168.5.231;x-sipX-nonat>;tag=105C0BFD-D8061D86
To: <sip:sipXrls <at> 192.168.5.252:47422>;tag=Ne5tos
Route: <sip:192.168.5.252:5060;lr;sipXecs-rs=%2Aauth%7E.%2Afrom%7ETmU1dG9z%217033ca10e114dd3011da2414f2a45afd>
CSeq: 5 NOTIFY
Call-ID: WAWRSYTsNh1366
Contact: <sip:750 <at> 192.168.5.231>
Event: dialog
User-Agent: PolycomVVX-VVX_500-UA/4.0.1.13922
Accept-Language: en
Subscription-State: active;expires=2740
Max-Forwards: 70
Content-Type: application/dialog-info+xml
Content-Length: 642

<?xml version="1.0"?>
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="4" state="partial" entity="sip:750 <at> ragesip.com">
<dialog id="ida2d80531" call-id="6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231" local-tag="CF96459A-1EB87A5B" remote-tag="1548144125" direction="initiator">
<state>confirmed</state>
<local>
<identity display="750">sip:750 <at> ragesip.com</identity>
<target uri="sip:750 <at> 192.168.5.231">
<param pname="+sip.rendering" pval="yes" />
</target>
</local>
<remote>
<identity>sip:4255551212 <at> ragesip.com</identity>
<target uri="sip:4255551212 <at> 192.168.5.252:5090">
</target>
</remote>
</dialog>
</dialog-info>]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-1bb3Bykt9CzNIp5j5Jqb4TzpmA</branchId>
			<branchId>z9hG4bKeafa1463411B067C</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:41.304109Z</time>
		<source>rage.ragesip.com-SipXProxy</source>
		<destination>rage.ragesip.com-sipXbridge</destination>
		<sourceAddress>192.168.5.252:5060</sourceAddress>
		<destinationAddress>192.168.5.252:5090</destinationAddress>
		<transactionId>A4,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231,CF96459A-1EB87A5B,1548144125</transactionId>
		<method>ACK</method>
		<frameId>55 /tmp/trace.aHr19823/_._.._.._.sipxbridge.trace.xml:7839 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44686</frameId>
		<remoteHostPort>192.168.5.252:5060</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[ACK sip:4255551212 <at> 192.168.5.252:5090 SIP/2.0
Via: SIP/2.0/UDP 192.168.5.252;branch=z9hG4bK-XX-1bb3Bykt9CzNIp5j5Jqb4TzpmA
Via: SIP/2.0/UDP 192.168.5.231;branch=z9hG4bKeafa1463411B067C
From: "Billy Bob Joe Jack Smith" <sip:2064324344 <at> ragesip.com>;tag=CF96459A-1EB87A5B
To: <sip:4255551212 <at> ragesip.com;user=phone>;tag=1548144125
CSeq: 4 ACK
Call-ID: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231
Contact: <sip:750 <at> 192.168.5.231;x-sipX-nonat>
Allow: INVITE,ACK,BYE,CANCEL,OPTIONS,INFO,MESSAGE,SUBSCRIBE,NOTIFY,PRACK,UPDATE,REFER
User-Agent: PolycomVVX-VVX_500-UA/4.0.1.13922
Accept-Language: en
Max-Forwards: 20
Date: Wed, 01 Feb 2012 03:07:41 GMT
Content-Length: 0

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-1bb6ltnVGoaEGF14YV3oW_d8_g</branchId>
			<branchId>z9hG4bKcdff8d6dEF131976</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:41.305049Z</time>
		<source>rage.ragesip.com-SipXProxy</source>
		<destination>rage.ragesip.com-sipxrls</destination>
		<sourceAddress>192.168.5.252:5060</sourceAddress>
		<destinationAddress>192.168.5.252:47422</destinationAddress>
		<transactionId>5,WAWRSYTsNh1366,105C0BFD-D8061D86,Ne5tos</transactionId>
		<method>NOTIFY</method>
		<frameId>56 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44687 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:190976</frameId>
		<remoteHostPort>192.168.5.252:47422</remoteHostPort>
		<isOutgoing>true</isOutgoing>
		<message><![CDATA[NOTIFY sip:192.168.5.252:47422;transport=udp;x-sipX-nonat SIP/2.0
Via: SIP/2.0/UDP 192.168.5.252;branch=z9hG4bK-XX-1bb6ltnVGoaEGF14YV3oW_d8_g
Via: SIP/2.0/UDP 192.168.5.231;branch=z9hG4bKcdff8d6dEF131976
From: "750" <sip:750 <at> 192.168.5.231;x-sipX-nonat>;tag=105C0BFD-D8061D86
To: <sip:sipXrls <at> 192.168.5.252:47422>;tag=Ne5tos
Cseq: 5 NOTIFY
Call-Id: WAWRSYTsNh1366
Contact: <sip:750 <at> 192.168.5.231;x-sipX-nonat>
Event: dialog
User-Agent: PolycomVVX-VVX_500-UA/4.0.1.13922
Accept-Language: en
Subscription-State: active;expires=2740
Max-Forwards: 20
Content-Type: application/dialog-info+xml
Content-Length: 642
Date: Wed, 01 Feb 2012 03:07:41 GMT

<?xml version="1.0"?>
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="4" state="partial" entity="sip:750 <at> ragesip.com">
<dialog id="ida2d80531" call-id="6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231" local-tag="CF96459A-1EB87A5B" remote-tag="1548144125" direction="initiator">
<state>confirmed</state>
<local>
<identity display="750">sip:750 <at> ragesip.com</identity>
<target uri="sip:750 <at> 192.168.5.231">
<param pname="+sip.rendering" pval="yes" />
</target>
</local>
<remote>
<identity>sip:4255551212 <at> ragesip.com</identity>
<target uri="sip:4255551212 <at> 192.168.5.252:5090">
</target>
</remote>
</dialog>
</dialog-info>]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK08c330eb9572817f0f525e0ce83bdcbd383837</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:41.310000Z</time>
		<source>rage.ragesip.com-sipXbridge</source>
		<destination>18.38.1.17:5060</destination>
		<sourceAddress>rage.ragesip.com-sipXbridge</sourceAddress>
		<destinationAddress>18.38.1.17:5060</destinationAddress>
		<transactionId>A4,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231-0,9165426094439454644,as65cdd85b</transactionId>
		<method>ACK</method>
		<frameId>57 /tmp/trace.aHr19823/_._.._.._.sipxbridge.trace.xml:7846</frameId>
		<remoteHostPort>18.38.1.17:5060</remoteHostPort>
		<isOutgoing>true</isOutgoing>
		<message><![CDATA[ACK sip:4255551212 <at> 18.38.1.17 SIP/2.0
Call-ID: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231-0
CSeq: 4 ACK
Via: SIP/2.0/UDP 50.46.243.117:5080;branch=z9hG4bK08c330eb9572817f0f525e0ce83bdcbd383837
From: "Billy Bob Joe Jack Smith" <sip:2064324344 <at> 18.38.1.17>;tag=9165426094439454644
To: <sip:4255551212 <at> 18.38.1.17;user=phone>;tag=as65cdd85b
Max-Forwards: 70
User-Agent: sipXecs/4.4.0 sipXecs/sipxbridge (Linux)
Proxy-Authorization: Digest username="YeaRight",realm="seattle.voip.ms",nonce="350201dd",uri="sip:4255551212 <at> 18.38.1.17;user=phone;transport=udp",response="f9cfda23ff12020ef6ee4af69c15d97b",algorithm=MD5
Content-Length: 0

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-312397wf3qGLr1GXTVrUO4iKkA</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:41.408819Z</time>
		<source>rage.ragesip.com-sipxrls</source>
		<destination>rage.ragesip.com-SipXProxy</destination>
		<sourceAddress>192.168.5.252:48675</sourceAddress>
		<destinationAddress>192.168.5.252:5060</destinationAddress>
		<transactionId>10447,b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252,U`Zm3n,6045864582782669545</transactionId>
		<method>NOTIFY</method>
		<frameId>58 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44690 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44696 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44700 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44704 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:190978 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:190979 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:190980 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:190981</frameId>
		<remoteHostPort>192.168.5.252:48675</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[NOTIFY sip:192.168.5.252:5064;transport=tcp;x-sipX-nonat SIP/2.0
From: <sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com>;tag=U`Zm3n
To: "Call Watcher"<sip:~~id~xmpprlsclient <at> ragesip.com>;tag=6045864582782669545
Cseq: 10447 NOTIFY
Route: <sip:192.168.5.252:5060;lr;sipXecs-rs=%2Aauth%7E.%2Afrom%7ENjA0NTg2NDU4Mjc4MjY2OTU0NQ%60%60%218ddbd1a211241aef3148c56caeb812a9>
Call-Id: b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252
Event: dialog
Subscription-State: active;expires=3037
Content-Type: multipart/related;type="application/rlmi+xml";start="<rlmi <at> ragesip.com>";boundary="ab04f3b5"
Contact: <sip:~~rl~C~~~id~xmpprlsclient <at> 192.168.5.252:5140;transport=udp>
Date: Wed, 01 Feb 2012 03:07:41 GMT
Max-Forwards: 20
User-Agent: sipXecs/4.4.0 sipXecs/rls (Linux)
Accept-Language: en
Require: eventlist
Via: SIP/2.0/TCP 192.168.5.252;branch=z9hG4bK-XX-312397wf3qGLr1GXTVrUO4iKkA
Content-Length: 1271

--ab04f3b5
CONTENT-ID: <0 <at> ragesip.com>
CONTENT-TYPE: application/dialog-info+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0" encoding="UTF-8"?>
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="29746" state="full" entity="sip:750 <at> ragesip.com">
<dialog id="WAWRSYTsNh1366,Ne5tos,105C0BFD-D8061D86;ida2d80531" call-id="6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231" local-tag="CF96459A-1EB87A5B" remote-tag="1548144125" direction="initiator"><state>confirmed</state><local><identity display="750">sip:750 <at> ragesip.com;sipx-noroute=VoiceMail;sipx-userforward=false</identity><target uri="sip:750 <at> 192.168.5.231"><param pname="+sip.rendering" pval="yes" /></target></local><remote><identity>sip:4255551212 <at> ragesip.com</identity><target uri="sip:4255551212 <at> 192.168.5.252:5090" /></remote></dialog>
</dialog-info>

--ab04f3b5
CONTENT-ID: <rlmi <at> ragesip.com>
CONTENT-TYPE: application/rlmi+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0"?>
<list xmlns="urn:ietf:params:xml:ns:rlmi" uri="sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com" version="10446" fullState="true">
  <resource uri="sip:750 <at> ragesip.com">
    <name>750</name>    <instance id="consolidated" state="active" cid="0 <at> ragesip.com"/>
  </resource>
</list>

--ab04f3b5--
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-1bb8tceVV_0_ExIi4K_24J4YwQ</branchId>
			<branchId>z9hG4bK-XX-312397wf3qGLr1GXTVrUO4iKkA</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:41.410797Z</time>
		<source>rage.ragesip.com-SipXProxy</source>
		<destination>rage.ragesip.com-sipxcallwatcher</destination>
		<sourceAddress>192.168.5.252:48508</sourceAddress>
		<destinationAddress>192.168.5.252:5064</destinationAddress>
		<transactionId>10447,b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252,U`Zm3n,6045864582782669545</transactionId>
		<method>NOTIFY</method>
		<frameId>59 /tmp/trace.aHr19823/_._.._.._.sipxopenfire.trace.xml:423106 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44691</frameId>
		<remoteHostPort>192.168.5.252:48508</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[NOTIFY sip:192.168.5.252:5064;transport=tcp;x-sipX-nonat SIP/2.0
From: <sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com>;tag=U`Zm3n
To: "Call Watcher" <sip:~~id~xmpprlsclient <at> ragesip.com>;tag=6045864582782669545
CSeq: 10447 NOTIFY
Call-ID: b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252
Event: dialog
Subscription-State: active;expires=3037
Content-Type: multipart/related;type="application/rlmi+xml";start="<rlmi <at> ragesip.com>";boundary="ab04f3b5"
Contact: <sip:~~rl~C~~~id~xmpprlsclient <at> 192.168.5.252:5140;transport=udp;x-sipX-nonat>
Date: Wed, 01 Feb 2012 03:07:41 GMT
Max-Forwards: 19
User-Agent: sipXecs/4.4.0 sipXecs/rls (Linux)
Accept-Language: en
Require: eventlist
Via: SIP/2.0/TCP 192.168.5.252;branch=z9hG4bK-XX-1bb8tceVV_0_ExIi4K_24J4YwQ;rport=48508
Via: SIP/2.0/TCP 192.168.5.252;branch=z9hG4bK-XX-312397wf3qGLr1GXTVrUO4iKkA
Content-Length: 1271

--ab04f3b5
CONTENT-ID: <0 <at> ragesip.com>
CONTENT-TYPE: application/dialog-info+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0" encoding="UTF-8"?>
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="29746" state="full" entity="sip:750 <at> ragesip.com">
<dialog id="WAWRSYTsNh1366,Ne5tos,105C0BFD-D8061D86;ida2d80531" call-id="6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231" local-tag="CF96459A-1EB87A5B" remote-tag="1548144125" direction="initiator"><state>confirmed</state><local><identity display="750">sip:750 <at> ragesip.com;sipx-noroute=VoiceMail;sipx-userforward=false</identity><target uri="sip:750 <at> 192.168.5.231"><param pname="+sip.rendering" pval="yes" /></target></local><remote><identity>sip:4255551212 <at> ragesip.com</identity><target uri="sip:4255551212 <at> 192.168.5.252:5090" /></remote></dialog>
</dialog-info>

--ab04f3b5
CONTENT-ID: <rlmi <at> ragesip.com>
CONTENT-TYPE: application/rlmi+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0"?>
<list xmlns="urn:ietf:params:xml:ns:rlmi" uri="sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com" version="10446" fullState="true">
  <resource uri="sip:750 <at> ragesip.com">
    <name>750</name>    <instance id="consolidated" state="active" cid="0 <at> ragesip.com"/>
  </resource>
</list>

--ab04f3b5--
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-31249cY`L5iFH9VQXNOZYUZFIQ</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:42.916767Z</time>
		<source>rage.ragesip.com-sipxrls</source>
		<destination>rage.ragesip.com-SipXProxy</destination>
		<sourceAddress>192.168.5.252:5140</sourceAddress>
		<destinationAddress>192.168.5.252:5060</destinationAddress>
		<transactionId>10447,b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252,U`Zm3n,6045864582782669545</transactionId>
		<method>NOTIFY</method>
		<frameId>60 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44708 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44710 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:190982 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:190983</frameId>
		<remoteHostPort>192.168.5.252:5140</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[NOTIFY sip:192.168.5.252:5064;transport=tcp;x-sipX-nonat SIP/2.0
From: <sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com>;tag=U`Zm3n
To: "Call Watcher"<sip:~~id~xmpprlsclient <at> ragesip.com>;tag=6045864582782669545
Cseq: 10447 NOTIFY
Route: <sip:192.168.5.252:5060;lr;sipXecs-rs=%2Aauth%7E.%2Afrom%7ENjA0NTg2NDU4Mjc4MjY2OTU0NQ%60%60%218ddbd1a211241aef3148c56caeb812a9>
Call-Id: b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252
Event: dialog
Subscription-State: active;expires=3037
Content-Type: multipart/related;type="application/rlmi+xml";start="<rlmi <at> ragesip.com>";boundary="ab04f3b5"
Contact: <sip:~~rl~C~~~id~xmpprlsclient <at> 192.168.5.252:5140;transport=udp>
Date: Wed, 01 Feb 2012 03:07:41 GMT
Max-Forwards: 20
User-Agent: sipXecs/4.4.0 sipXecs/rls (Linux)
Accept-Language: en
Require: eventlist
Via: SIP/2.0/UDP 192.168.5.252:5140;branch=z9hG4bK-XX-31249cY`L5iFH9VQXNOZYUZFIQ
Content-Length: 1271

--ab04f3b5
CONTENT-ID: <0 <at> ragesip.com>
CONTENT-TYPE: application/dialog-info+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0" encoding="UTF-8"?>
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="29746" state="full" entity="sip:750 <at> ragesip.com">
<dialog id="WAWRSYTsNh1366,Ne5tos,105C0BFD-D8061D86;ida2d80531" call-id="6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231" local-tag="CF96459A-1EB87A5B" remote-tag="1548144125" direction="initiator"><state>confirmed</state><local><identity display="750">sip:750 <at> ragesip.com;sipx-noroute=VoiceMail;sipx-userforward=false</identity><target uri="sip:750 <at> 192.168.5.231"><param pname="+sip.rendering" pval="yes" /></target></local><remote><identity>sip:4255551212 <at> ragesip.com</identity><target uri="sip:4255551212 <at> 192.168.5.252:5090" /></remote></dialog>
</dialog-info>

--ab04f3b5
CONTENT-ID: <rlmi <at> ragesip.com>
CONTENT-TYPE: application/rlmi+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0"?>
<list xmlns="urn:ietf:params:xml:ns:rlmi" uri="sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com" version="10446" fullState="true">
  <resource uri="sip:750 <at> ragesip.com">
    <name>750</name>    <instance id="consolidated" state="active" cid="0 <at> ragesip.com"/>
  </resource>
</list>

--ab04f3b5--
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-1bbaujVElOHdi3A58Utus4d5AQ</branchId>
			<branchId>z9hG4bK-XX-31249cY`L5iFH9VQXNOZYUZFIQ</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:42.918472Z</time>
		<source>rage.ragesip.com-SipXProxy</source>
		<destination>rage.ragesip.com-sipxcallwatcher</destination>
		<sourceAddress>192.168.5.252:48508</sourceAddress>
		<destinationAddress>192.168.5.252:5064</destinationAddress>
		<transactionId>10447,b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252,U`Zm3n,6045864582782669545</transactionId>
		<method>NOTIFY</method>
		<frameId>61 /tmp/trace.aHr19823/_._.._.._.sipxopenfire.trace.xml:423121 /tmp/trace.aHr19823/_._.._.._.sipxopenfire.trace.xml:423126 /tmp/trace.aHr19823/_._.._.._.sipxopenfire.trace.xml:423131 /tmp/trace.aHr19823/_._.._.._.sipxopenfire.trace.xml:423136 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44709 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44712 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44713 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44714</frameId>
		<remoteHostPort>192.168.5.252:48508</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[NOTIFY sip:192.168.5.252:5064;transport=tcp;x-sipX-nonat SIP/2.0
From: <sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com>;tag=U`Zm3n
To: "Call Watcher" <sip:~~id~xmpprlsclient <at> ragesip.com>;tag=6045864582782669545
CSeq: 10447 NOTIFY
Call-ID: b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252
Event: dialog
Subscription-State: active;expires=3037
Content-Type: multipart/related;type="application/rlmi+xml";start="<rlmi <at> ragesip.com>";boundary="ab04f3b5"
Contact: <sip:~~rl~C~~~id~xmpprlsclient <at> 192.168.5.252:5140;transport=udp;x-sipX-nonat>
Date: Wed, 01 Feb 2012 03:07:41 GMT
Max-Forwards: 19
User-Agent: sipXecs/4.4.0 sipXecs/rls (Linux)
Accept-Language: en
Require: eventlist
Via: SIP/2.0/TCP 192.168.5.252;branch=z9hG4bK-XX-1bbaujVElOHdi3A58Utus4d5AQ;rport=48508
Via: SIP/2.0/UDP 192.168.5.252:5140;branch=z9hG4bK-XX-31249cY`L5iFH9VQXNOZYUZFIQ
Content-Length: 1271

--ab04f3b5
CONTENT-ID: <0 <at> ragesip.com>
CONTENT-TYPE: application/dialog-info+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0" encoding="UTF-8"?>
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="29746" state="full" entity="sip:750 <at> ragesip.com">
<dialog id="WAWRSYTsNh1366,Ne5tos,105C0BFD-D8061D86;ida2d80531" call-id="6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231" local-tag="CF96459A-1EB87A5B" remote-tag="1548144125" direction="initiator"><state>confirmed</state><local><identity display="750">sip:750 <at> ragesip.com;sipx-noroute=VoiceMail;sipx-userforward=false</identity><target uri="sip:750 <at> 192.168.5.231"><param pname="+sip.rendering" pval="yes" /></target></local><remote><identity>sip:4255551212 <at> ragesip.com</identity><target uri="sip:4255551212 <at> 192.168.5.252:5090" /></remote></dialog>
</dialog-info>

--ab04f3b5
CONTENT-ID: <rlmi <at> ragesip.com>
CONTENT-TYPE: application/rlmi+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0"?>
<list xmlns="urn:ietf:params:xml:ns:rlmi" uri="sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com" version="10446" fullState="true">
  <resource uri="sip:750 <at> ragesip.com">
    <name>750</name>    <instance id="consolidated" state="active" cid="0 <at> ragesip.com"/>
  </resource>
</list>

--ab04f3b5--
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK947d40d7E93C4FD0</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:46.400330Z</time>
		<source>192.168.5.231:5060</source>
		<destination>rage.ragesip.com-SipXProxy</destination>
		<sourceAddress>192.168.5.231:5060</sourceAddress>
		<destinationAddress>192.168.5.252:5060</destinationAddress>
		<transactionId>5,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231,CF96459A-1EB87A5B,1548144125</transactionId>
		<method>BYE</method>
		<frameId>62 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44716</frameId>
		<remoteHostPort>192.168.5.231:5060</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[BYE sip:4255551212 <at> 192.168.5.252:5090 SIP/2.0
Via: SIP/2.0/UDP 192.168.5.231;branch=z9hG4bK947d40d7E93C4FD0
From: "750" <sip:750 <at> ragesip.com>;tag=CF96459A-1EB87A5B
To: <sip:4255551212 <at> ragesip.com;user=phone>;tag=1548144125
Route: <sip:192.168.5.252:5060;lr;sipXecs-CallDest=LOCL;sipXecs-rs=%2Aauth%7E.%2Afrom%7EQ0Y5NjQ1OUEtMUVCODdBNUI%60.700_fromalias%2Aa%7EIlRvZGQgSG9kZ2VuIjxzaXA6MjA2NDMyNDM0NEByYWdlc2lwLmNvbT47dGFnPQ%60%60.700_fromalias%2Aao%7ENDY%60.700_fromalias%2Ac%7EIjc1MCIgPHNpcDo3NTBAcmFnZXNpcC5jb20%27O3RhZz0%60.700_fromalias%2Aco%7EMzI%60.900_ntap%2Aid%7ENzQ0OC00NA%60%60%21a2e971286e02ce43151a35c381db0bb2;x-sipX-done>
CSeq: 5 BYE
Call-ID: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231
Contact: <sip:750 <at> 192.168.5.231>
User-Agent: PolycomVVX-VVX_500-UA/4.0.1.13922
Accept-Language: en
Proxy-Authorization: Digest username="750/0004f2a9b633", realm="ragesip.com", nonce="d1ed6415fd592e498d187939a8a4ce694f28ac66", qop=auth, cnonce="loaoVBw0ITOF3tn", nc=00000004, uri="sip:4255551212 <at> ragesip.com;user=phone", response="464bb490bf1c3761cc1dadc58ba92af4", algorithm=MD5
Max-Forwards: 70
Content-Length: 0

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-1bbcQiTyhn3JtXhsnELd_WpR3A</branchId>
			<branchId>z9hG4bK947d40d7E93C4FD0</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:46.401847Z</time>
		<source>rage.ragesip.com-SipXProxy</source>
		<destination>rage.ragesip.com-sipXbridge</destination>
		<sourceAddress>192.168.5.252:5060</sourceAddress>
		<destinationAddress>192.168.5.252:5090</destinationAddress>
		<transactionId>5,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231,CF96459A-1EB87A5B,1548144125</transactionId>
		<method>BYE</method>
		<frameId>63 /tmp/trace.aHr19823/_._.._.._.sipxbridge.trace.xml:7883 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44717</frameId>
		<remoteHostPort>192.168.5.252:5060</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[BYE sip:4255551212 <at> 192.168.5.252:5090 SIP/2.0
Via: SIP/2.0/UDP 192.168.5.252;branch=z9hG4bK-XX-1bbcQiTyhn3JtXhsnELd_WpR3A
Via: SIP/2.0/UDP 192.168.5.231;branch=z9hG4bK947d40d7E93C4FD0
From: "Billy Bob Joe Jack Smith" <sip:2064324344 <at> ragesip.com>;tag=CF96459A-1EB87A5B
To: <sip:4255551212 <at> ragesip.com;user=phone>;tag=1548144125
CSeq: 5 BYE
Call-ID: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231
Contact: <sip:750 <at> 192.168.5.231;x-sipX-nonat>
User-Agent: PolycomVVX-VVX_500-UA/4.0.1.13922
Accept-Language: en
Proxy-Authorization: Digest username="750/0004f2a9b633",realm="ragesip.com",nonce="d1ed6415fd592e498d187939a8a4ce694f28ac66",qop=auth,cnonce="loaoVBw0ITOF3tn",nc=00000004,uri="sip:4255551212 <at> ragesip.com;user=phone",response="464bb490bf1c3761cc1dadc58ba92af4",algorithm=MD5
Max-Forwards: 20
Date: Wed, 01 Feb 2012 03:07:46 GMT
Content-Length: 0

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-1bbcQiTyhn3JtXhsnELd_WpR3A</branchId>
			<branchId>z9hG4bK947d40d7E93C4FD0</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:46.404000Z</time>
		<source>rage.ragesip.com-sipXbridge</source>
		<destination>rage.ragesip.com-SipXProxy</destination>
		<sourceAddress>192.168.5.252:5090</sourceAddress>
		<destinationAddress>192.168.5.252:5060</destinationAddress>
		<transactionId>5,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231,CF96459A-1EB87A5B,</transactionId>
		<responseCode>100</responseCode>
		<responseText>Trying</responseText>
		<frameId>64 /tmp/trace.aHr19823/_._.._.._.sipxbridge.trace.xml:7890 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44718</frameId>
		<remoteHostPort>192.168.5.252:5060</remoteHostPort>
		<isOutgoing>true</isOutgoing>
		<message><![CDATA[SIP/2.0 100 Trying
Via: SIP/2.0/UDP 192.168.5.252;branch=z9hG4bK-XX-1bbcQiTyhn3JtXhsnELd_WpR3A
Via: SIP/2.0/UDP 192.168.5.231;branch=z9hG4bK947d40d7E93C4FD0
From: "Billy Bob Joe Jack Smith" <sip:2064324344 <at> ragesip.com>;tag=CF96459A-1EB87A5B
To: <sip:4255551212 <at> ragesip.com;user=phone>
CSeq: 5 BYE
Call-ID: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231
Server: sipXecs/4.4.0 sipXecs/sipxbridge (Linux)
Contact: <sip:~~id~bridge <at> 192.168.5.252:5090>
Supported: replaces,100rel
Content-Length: 0

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK2d9291373260a22e9709520777c0bd6c383837</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:46.406000Z</time>
		<source>rage.ragesip.com-sipXbridge</source>
		<destination>18.38.1.17:5060</destination>
		<sourceAddress>rage.ragesip.com-sipXbridge</sourceAddress>
		<destinationAddress>18.38.1.17:5060</destinationAddress>
		<transactionId>5,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231-0,9165426094439454644,as65cdd85b</transactionId>
		<method>BYE</method>
		<frameId>65 /tmp/trace.aHr19823/_._.._.._.sipxbridge.trace.xml:7894</frameId>
		<remoteHostPort>18.38.1.17:5060</remoteHostPort>
		<isOutgoing>true</isOutgoing>
		<message><![CDATA[BYE sip:4255551212 <at> 18.38.1.17 SIP/2.0
Via: SIP/2.0/UDP 50.46.243.117:5080;branch=z9hG4bK2d9291373260a22e9709520777c0bd6c383837
CSeq: 5 BYE
From: "Billy Bob Joe Jack Smith" <sip:2064324344 <at> 18.38.1.17>;tag=9165426094439454644
To: <sip:4255551212 <at> 18.38.1.17;user=phone>;tag=as65cdd85b
Call-ID: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231-0
Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,SUBSCRIBE,NOTIFY,INFO
Supported: replaces
Max-Forwards: 70
User-Agent: sipXecs/4.4.0 sipXecs/sipxbridge (Linux)
References: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231;rel=chain;sipxecs-tag=request-bye-z9hg4bk-xx-1bbcqityhn3jtxhsneld_wpr3a
Proxy-Authorization: Digest username="YeaRight",realm="seattle.voip.ms",nonce="350201dd",uri="sip:4255551212 <at> 18.38.1.17;user=phone;transport=udp",response="f9cfda23ff12020ef6ee4af69c15d97b",algorithm=MD5
Content-Length: 0

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK1e6558a1F8CDC38A</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:46.406459Z</time>
		<source>192.168.5.231:5060</source>
		<destination>rage.ragesip.com-SipXProxy</destination>
		<sourceAddress>192.168.5.231:5060</sourceAddress>
		<destinationAddress>192.168.5.252:5060</destinationAddress>
		<transactionId>6,WAWRSYTsNh1366,105C0BFD-D8061D86,Ne5tos</transactionId>
		<method>NOTIFY</method>
		<frameId>66 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44719</frameId>
		<remoteHostPort>192.168.5.231:5060</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[NOTIFY sip:192.168.5.252:47422;transport=udp;x-sipX-nonat SIP/2.0
Via: SIP/2.0/UDP 192.168.5.231;branch=z9hG4bK1e6558a1F8CDC38A
From: "750" <sip:750 <at> 192.168.5.231;x-sipX-nonat>;tag=105C0BFD-D8061D86
To: <sip:sipXrls <at> 192.168.5.252:47422>;tag=Ne5tos
Route: <sip:192.168.5.252:5060;lr;sipXecs-rs=%2Aauth%7E.%2Afrom%7ETmU1dG9z%217033ca10e114dd3011da2414f2a45afd>
CSeq: 6 NOTIFY
Call-ID: WAWRSYTsNh1366
Contact: <sip:750 <at> 192.168.5.231>
Event: dialog
User-Agent: PolycomVVX-VVX_500-UA/4.0.1.13922
Accept-Language: en
Subscription-State: active;expires=2735
Max-Forwards: 70
Content-Type: application/dialog-info+xml
Content-Length: 643

<?xml version="1.0"?>
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="5" state="partial" entity="sip:750 <at> ragesip.com">
<dialog id="ida2d80531" call-id="6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231" local-tag="CF96459A-1EB87A5B" remote-tag="1548144125" direction="initiator">
<state>terminated</state>
<local>
<identity display="750">sip:750 <at> ragesip.com</identity>
<target uri="sip:750 <at> 192.168.5.231">
<param pname="+sip.rendering" pval="yes" />
</target>
</local>
<remote>
<identity>sip:4255551212 <at> ragesip.com</identity>
<target uri="sip:4255551212 <at> 192.168.5.252:5090">
</target>
</remote>
</dialog>
</dialog-info>]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-1bbfY_KylbTDayLk5flfRR0`ZQ</branchId>
			<branchId>z9hG4bK1e6558a1F8CDC38A</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:46.407663Z</time>
		<source>rage.ragesip.com-SipXProxy</source>
		<destination>rage.ragesip.com-sipxrls</destination>
		<sourceAddress>192.168.5.252:5060</sourceAddress>
		<destinationAddress>192.168.5.252:47422</destinationAddress>
		<transactionId>6,WAWRSYTsNh1366,105C0BFD-D8061D86,Ne5tos</transactionId>
		<method>NOTIFY</method>
		<frameId>67 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44720 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:190986</frameId>
		<remoteHostPort>192.168.5.252:47422</remoteHostPort>
		<isOutgoing>true</isOutgoing>
		<message><![CDATA[NOTIFY sip:192.168.5.252:47422;transport=udp;x-sipX-nonat SIP/2.0
Via: SIP/2.0/UDP 192.168.5.252;branch=z9hG4bK-XX-1bbfY_KylbTDayLk5flfRR0`ZQ
Via: SIP/2.0/UDP 192.168.5.231;branch=z9hG4bK1e6558a1F8CDC38A
From: "750" <sip:750 <at> 192.168.5.231;x-sipX-nonat>;tag=105C0BFD-D8061D86
To: <sip:sipXrls <at> 192.168.5.252:47422>;tag=Ne5tos
Cseq: 6 NOTIFY
Call-Id: WAWRSYTsNh1366
Contact: <sip:750 <at> 192.168.5.231;x-sipX-nonat>
Event: dialog
User-Agent: PolycomVVX-VVX_500-UA/4.0.1.13922
Accept-Language: en
Subscription-State: active;expires=2735
Max-Forwards: 20
Content-Type: application/dialog-info+xml
Content-Length: 643
Date: Wed, 01 Feb 2012 03:07:46 GMT

<?xml version="1.0"?>
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="5" state="partial" entity="sip:750 <at> ragesip.com">
<dialog id="ida2d80531" call-id="6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231" local-tag="CF96459A-1EB87A5B" remote-tag="1548144125" direction="initiator">
<state>terminated</state>
<local>
<identity display="750">sip:750 <at> ragesip.com</identity>
<target uri="sip:750 <at> 192.168.5.231">
<param pname="+sip.rendering" pval="yes" />
</target>
</local>
<remote>
<identity>sip:4255551212 <at> ragesip.com</identity>
<target uri="sip:4255551212 <at> 192.168.5.252:5090">
</target>
</remote>
</dialog>
</dialog-info>]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK2d9291373260a22e9709520777c0bd6c383837</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:46.419000Z</time>
		<source>18.38.1.17:5060</source>
		<destination>rage.ragesip.com-sipXbridge</destination>
		<sourceAddress>18.38.1.17:5060</sourceAddress>
		<destinationAddress>rage.ragesip.com-sipXbridge</destinationAddress>
		<transactionId>5,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231-0,9165426094439454644,as65cdd85b</transactionId>
		<responseCode>200</responseCode>
		<responseText>OK</responseText>
		<frameId>68 /tmp/trace.aHr19823/_._.._.._.sipxbridge.trace.xml:7899</frameId>
		<remoteHostPort>18.38.1.17:5060</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[SIP/2.0 200 OK
Via: SIP/2.0/UDP 50.46.243.117:5080;branch=z9hG4bK2d9291373260a22e9709520777c0bd6c383837;received=50.46.243.117
From: "Billy Bob Joe Jack Smith" <sip:2064324344 <at> 18.38.1.17>;tag=9165426094439454644
To: <sip:4255551212 <at> 18.38.1.17;user=phone>;tag=as65cdd85b
Call-ID: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231-0
CSeq: 5 BYE
User-Agent: VoIPMS/SERAST
Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,SUBSCRIBE,NOTIFY,INFO
Supported: replaces
Content-Length: 0

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-1bbcQiTyhn3JtXhsnELd_WpR3A</branchId>
			<branchId>z9hG4bK947d40d7E93C4FD0</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:46.422000Z</time>
		<source>rage.ragesip.com-sipXbridge</source>
		<destination>rage.ragesip.com-SipXProxy</destination>
		<sourceAddress>192.168.5.252:5090</sourceAddress>
		<destinationAddress>192.168.5.252:5060</destinationAddress>
		<transactionId>5,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231,CF96459A-1EB87A5B,1548144125</transactionId>
		<responseCode>200</responseCode>
		<responseText>OK</responseText>
		<frameId>69 /tmp/trace.aHr19823/_._.._.._.sipxbridge.trace.xml:7904 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44723</frameId>
		<remoteHostPort>192.168.5.252:5060</remoteHostPort>
		<isOutgoing>true</isOutgoing>
		<message><![CDATA[SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.5.252;branch=z9hG4bK-XX-1bbcQiTyhn3JtXhsnELd_WpR3A
Via: SIP/2.0/UDP 192.168.5.231;branch=z9hG4bK947d40d7E93C4FD0
From: "Billy Bob Joe Jack Smith" <sip:2064324344 <at> ragesip.com>;tag=CF96459A-1EB87A5B
To: <sip:4255551212 <at> ragesip.com;user=phone>;tag=1548144125
CSeq: 5 BYE
Call-ID: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231
Server: sipXecs/4.4.0 sipXecs/sipxbridge (Linux)
Contact: <sip:~~id~bridge <at> 192.168.5.252:5090>
Supported: replaces,100rel
Content-Length: 0

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK947d40d7E93C4FD0</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:46.422342Z</time>
		<source>rage.ragesip.com-SipXProxy</source>
		<destination>192.168.5.231:5060</destination>
		<sourceAddress>192.168.5.252:5060</sourceAddress>
		<destinationAddress>192.168.5.231:5060</destinationAddress>
		<transactionId>5,6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231,CF96459A-1EB87A5B,1548144125</transactionId>
		<responseCode>200</responseCode>
		<responseText>OK</responseText>
		<frameId>70 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44724</frameId>
		<remoteHostPort>192.168.5.231:5060</remoteHostPort>
		<isOutgoing>true</isOutgoing>
		<message><![CDATA[SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.5.231;branch=z9hG4bK947d40d7E93C4FD0
From: "Billy Bob Joe Jack Smith" <sip:2064324344 <at> ragesip.com>;tag=CF96459A-1EB87A5B
To: <sip:4255551212 <at> ragesip.com;user=phone>;tag=1548144125
Cseq: 5 BYE
Call-Id: 6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231
Server: sipXecs/4.4.0 sipXecs/sipxbridge (Linux)
Contact: <sip:~~id~bridge <at> 192.168.5.252:5090>
Supported: replaces,100rel
Content-Length: 0
Date: Wed, 01 Feb 2012 03:07:46 GMT

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-31266CQZ538dW2jJza`OVTck5A</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:46.510749Z</time>
		<source>rage.ragesip.com-sipxrls</source>
		<destination>rage.ragesip.com-SipXProxy</destination>
		<sourceAddress>192.168.5.252:48675</sourceAddress>
		<destinationAddress>192.168.5.252:5060</destinationAddress>
		<transactionId>10448,b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252,U`Zm3n,6045864582782669545</transactionId>
		<method>NOTIFY</method>
		<frameId>71 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44725 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44731 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44735 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44739 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:190988 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:190989 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:190990 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:190991</frameId>
		<remoteHostPort>192.168.5.252:48675</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[NOTIFY sip:192.168.5.252:5064;transport=tcp;x-sipX-nonat SIP/2.0
From: <sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com>;tag=U`Zm3n
To: "Call Watcher"<sip:~~id~xmpprlsclient <at> ragesip.com>;tag=6045864582782669545
Cseq: 10448 NOTIFY
Route: <sip:192.168.5.252:5060;lr;sipXecs-rs=%2Aauth%7E.%2Afrom%7ENjA0NTg2NDU4Mjc4MjY2OTU0NQ%60%60%218ddbd1a211241aef3148c56caeb812a9>
Call-Id: b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252
Event: dialog
Subscription-State: active;expires=3032
Content-Type: multipart/related;type="application/rlmi+xml";start="<rlmi <at> ragesip.com>";boundary="9fae51c1"
Contact: <sip:~~rl~C~~~id~xmpprlsclient <at> 192.168.5.252:5140;transport=udp>
Date: Wed, 01 Feb 2012 03:07:46 GMT
Max-Forwards: 20
User-Agent: sipXecs/4.4.0 sipXecs/rls (Linux)
Accept-Language: en
Require: eventlist
Via: SIP/2.0/TCP 192.168.5.252;branch=z9hG4bK-XX-31266CQZ538dW2jJza`OVTck5A
Content-Length: 1272

--9fae51c1
CONTENT-ID: <0 <at> ragesip.com>
CONTENT-TYPE: application/dialog-info+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0" encoding="UTF-8"?>
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="29753" state="full" entity="sip:750 <at> ragesip.com">
<dialog id="WAWRSYTsNh1366,Ne5tos,105C0BFD-D8061D86;ida2d80531" call-id="6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231" local-tag="CF96459A-1EB87A5B" remote-tag="1548144125" direction="initiator"><state>terminated</state><local><identity display="750">sip:750 <at> ragesip.com;sipx-noroute=VoiceMail;sipx-userforward=false</identity><target uri="sip:750 <at> 192.168.5.231"><param pname="+sip.rendering" pval="yes" /></target></local><remote><identity>sip:4255551212 <at> ragesip.com</identity><target uri="sip:4255551212 <at> 192.168.5.252:5090" /></remote></dialog>
</dialog-info>

--9fae51c1
CONTENT-ID: <rlmi <at> ragesip.com>
CONTENT-TYPE: application/rlmi+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0"?>
<list xmlns="urn:ietf:params:xml:ns:rlmi" uri="sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com" version="10447" fullState="true">
  <resource uri="sip:750 <at> ragesip.com">
    <name>750</name>    <instance id="consolidated" state="active" cid="0 <at> ragesip.com"/>
  </resource>
</list>

--9fae51c1--
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-1bc1OfaZ7fNOKbq9an7vFAEvtQ</branchId>
			<branchId>z9hG4bK-XX-31266CQZ538dW2jJza`OVTck5A</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:46.512289Z</time>
		<source>rage.ragesip.com-SipXProxy</source>
		<destination>rage.ragesip.com-sipxcallwatcher</destination>
		<sourceAddress>192.168.5.252:48508</sourceAddress>
		<destinationAddress>192.168.5.252:5064</destinationAddress>
		<transactionId>10448,b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252,U`Zm3n,6045864582782669545</transactionId>
		<method>NOTIFY</method>
		<frameId>72 /tmp/trace.aHr19823/_._.._.._.sipxopenfire.trace.xml:423145 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44726</frameId>
		<remoteHostPort>192.168.5.252:48508</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[NOTIFY sip:192.168.5.252:5064;transport=tcp;x-sipX-nonat SIP/2.0
From: <sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com>;tag=U`Zm3n
To: "Call Watcher" <sip:~~id~xmpprlsclient <at> ragesip.com>;tag=6045864582782669545
CSeq: 10448 NOTIFY
Call-ID: b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252
Event: dialog
Subscription-State: active;expires=3032
Content-Type: multipart/related;type="application/rlmi+xml";start="<rlmi <at> ragesip.com>";boundary="9fae51c1"
Contact: <sip:~~rl~C~~~id~xmpprlsclient <at> 192.168.5.252:5140;transport=udp;x-sipX-nonat>
Date: Wed, 01 Feb 2012 03:07:46 GMT
Max-Forwards: 19
User-Agent: sipXecs/4.4.0 sipXecs/rls (Linux)
Accept-Language: en
Require: eventlist
Via: SIP/2.0/TCP 192.168.5.252;branch=z9hG4bK-XX-1bc1OfaZ7fNOKbq9an7vFAEvtQ;rport=48508
Via: SIP/2.0/TCP 192.168.5.252;branch=z9hG4bK-XX-31266CQZ538dW2jJza`OVTck5A
Content-Length: 1272

--9fae51c1
CONTENT-ID: <0 <at> ragesip.com>
CONTENT-TYPE: application/dialog-info+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0" encoding="UTF-8"?>
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="29753" state="full" entity="sip:750 <at> ragesip.com">
<dialog id="WAWRSYTsNh1366,Ne5tos,105C0BFD-D8061D86;ida2d80531" call-id="6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231" local-tag="CF96459A-1EB87A5B" remote-tag="1548144125" direction="initiator"><state>terminated</state><local><identity display="750">sip:750 <at> ragesip.com;sipx-noroute=VoiceMail;sipx-userforward=false</identity><target uri="sip:750 <at> 192.168.5.231"><param pname="+sip.rendering" pval="yes" /></target></local><remote><identity>sip:4255551212 <at> ragesip.com</identity><target uri="sip:4255551212 <at> 192.168.5.252:5090" /></remote></dialog>
</dialog-info>

--9fae51c1
CONTENT-ID: <rlmi <at> ragesip.com>
CONTENT-TYPE: application/rlmi+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0"?>
<list xmlns="urn:ietf:params:xml:ns:rlmi" uri="sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com" version="10447" fullState="true">
  <resource uri="sip:750 <at> ragesip.com">
    <name>750</name>    <instance id="consolidated" state="active" cid="0 <at> ragesip.com"/>
  </resource>
</list>

--9fae51c1--
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-3127vkQKGebtwqZ3go_U9Ed76g</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:48.018772Z</time>
		<source>rage.ragesip.com-sipxrls</source>
		<destination>rage.ragesip.com-SipXProxy</destination>
		<sourceAddress>192.168.5.252:5140</sourceAddress>
		<destinationAddress>192.168.5.252:5060</destinationAddress>
		<transactionId>10448,b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252,U`Zm3n,6045864582782669545</transactionId>
		<method>NOTIFY</method>
		<frameId>73 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44743 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44745 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:190992 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:190993</frameId>
		<remoteHostPort>192.168.5.252:5140</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[NOTIFY sip:192.168.5.252:5064;transport=tcp;x-sipX-nonat SIP/2.0
From: <sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com>;tag=U`Zm3n
To: "Call Watcher"<sip:~~id~xmpprlsclient <at> ragesip.com>;tag=6045864582782669545
Cseq: 10448 NOTIFY
Route: <sip:192.168.5.252:5060;lr;sipXecs-rs=%2Aauth%7E.%2Afrom%7ENjA0NTg2NDU4Mjc4MjY2OTU0NQ%60%60%218ddbd1a211241aef3148c56caeb812a9>
Call-Id: b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252
Event: dialog
Subscription-State: active;expires=3032
Content-Type: multipart/related;type="application/rlmi+xml";start="<rlmi <at> ragesip.com>";boundary="9fae51c1"
Contact: <sip:~~rl~C~~~id~xmpprlsclient <at> 192.168.5.252:5140;transport=udp>
Date: Wed, 01 Feb 2012 03:07:46 GMT
Max-Forwards: 20
User-Agent: sipXecs/4.4.0 sipXecs/rls (Linux)
Accept-Language: en
Require: eventlist
Via: SIP/2.0/UDP 192.168.5.252:5140;branch=z9hG4bK-XX-3127vkQKGebtwqZ3go_U9Ed76g
Content-Length: 1272

--9fae51c1
CONTENT-ID: <0 <at> ragesip.com>
CONTENT-TYPE: application/dialog-info+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0" encoding="UTF-8"?>
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="29753" state="full" entity="sip:750 <at> ragesip.com">
<dialog id="WAWRSYTsNh1366,Ne5tos,105C0BFD-D8061D86;ida2d80531" call-id="6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231" local-tag="CF96459A-1EB87A5B" remote-tag="1548144125" direction="initiator"><state>terminated</state><local><identity display="750">sip:750 <at> ragesip.com;sipx-noroute=VoiceMail;sipx-userforward=false</identity><target uri="sip:750 <at> 192.168.5.231"><param pname="+sip.rendering" pval="yes" /></target></local><remote><identity>sip:4255551212 <at> ragesip.com</identity><target uri="sip:4255551212 <at> 192.168.5.252:5090" /></remote></dialog>
</dialog-info>

--9fae51c1
CONTENT-ID: <rlmi <at> ragesip.com>
CONTENT-TYPE: application/rlmi+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0"?>
<list xmlns="urn:ietf:params:xml:ns:rlmi" uri="sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com" version="10447" fullState="true">
  <resource uri="sip:750 <at> ragesip.com">
    <name>750</name>    <instance id="consolidated" state="active" cid="0 <at> ragesip.com"/>
  </resource>
</list>

--9fae51c1--
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-1bc3HuewXEV4pIbqCpRzFdZvqw</branchId>
			<branchId>z9hG4bK-XX-3127vkQKGebtwqZ3go_U9Ed76g</branchId>
		</branchIdSet>
		<time>2012-02-01T03:07:48.020296Z</time>
		<source>rage.ragesip.com-SipXProxy</source>
		<destination>rage.ragesip.com-sipxcallwatcher</destination>
		<sourceAddress>192.168.5.252:48508</sourceAddress>
		<destinationAddress>192.168.5.252:5064</destinationAddress>
		<transactionId>10448,b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252,U`Zm3n,6045864582782669545</transactionId>
		<method>NOTIFY</method>
		<frameId>74 /tmp/trace.aHr19823/_._.._.._.sipxopenfire.trace.xml:423160 /tmp/trace.aHr19823/_._.._.._.sipxopenfire.trace.xml:423165 /tmp/trace.aHr19823/_._.._.._.sipxopenfire.trace.xml:423170 /tmp/trace.aHr19823/_._.._.._.sipxopenfire.trace.xml:423175 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44744 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44747 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44748 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44749</frameId>
		<remoteHostPort>192.168.5.252:48508</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[NOTIFY sip:192.168.5.252:5064;transport=tcp;x-sipX-nonat SIP/2.0
From: <sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com>;tag=U`Zm3n
To: "Call Watcher" <sip:~~id~xmpprlsclient <at> ragesip.com>;tag=6045864582782669545
CSeq: 10448 NOTIFY
Call-ID: b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252
Event: dialog
Subscription-State: active;expires=3032
Content-Type: multipart/related;type="application/rlmi+xml";start="<rlmi <at> ragesip.com>";boundary="9fae51c1"
Contact: <sip:~~rl~C~~~id~xmpprlsclient <at> 192.168.5.252:5140;transport=udp;x-sipX-nonat>
Date: Wed, 01 Feb 2012 03:07:46 GMT
Max-Forwards: 19
User-Agent: sipXecs/4.4.0 sipXecs/rls (Linux)
Accept-Language: en
Require: eventlist
Via: SIP/2.0/TCP 192.168.5.252;branch=z9hG4bK-XX-1bc3HuewXEV4pIbqCpRzFdZvqw;rport=48508
Via: SIP/2.0/UDP 192.168.5.252:5140;branch=z9hG4bK-XX-3127vkQKGebtwqZ3go_U9Ed76g
Content-Length: 1272

--9fae51c1
CONTENT-ID: <0 <at> ragesip.com>
CONTENT-TYPE: application/dialog-info+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0" encoding="UTF-8"?>
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="29753" state="full" entity="sip:750 <at> ragesip.com">
<dialog id="WAWRSYTsNh1366,Ne5tos,105C0BFD-D8061D86;ida2d80531" call-id="6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231" local-tag="CF96459A-1EB87A5B" remote-tag="1548144125" direction="initiator"><state>terminated</state><local><identity display="750">sip:750 <at> ragesip.com;sipx-noroute=VoiceMail;sipx-userforward=false</identity><target uri="sip:750 <at> 192.168.5.231"><param pname="+sip.rendering" pval="yes" /></target></local><remote><identity>sip:4255551212 <at> ragesip.com</identity><target uri="sip:4255551212 <at> 192.168.5.252:5090" /></remote></dialog>
</dialog-info>

--9fae51c1
CONTENT-ID: <rlmi <at> ragesip.com>
CONTENT-TYPE: application/rlmi+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0"?>
<list xmlns="urn:ietf:params:xml:ns:rlmi" uri="sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com" version="10447" fullState="true">
  <resource uri="sip:750 <at> ragesip.com">
    <name>750</name>    <instance id="consolidated" state="active" cid="0 <at> ragesip.com"/>
  </resource>
</list>

--9fae51c1--
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-31354`IdoX_7cTyRpd8IlOZqYw</branchId>
		</branchIdSet>
		<time>2012-02-01T03:10:49.425090Z</time>
		<source>rage.ragesip.com-sipxrls</source>
		<destination>rage.ragesip.com-SipXProxy</destination>
		<sourceAddress>192.168.5.252:48675</sourceAddress>
		<destinationAddress>192.168.5.252:5060</destinationAddress>
		<transactionId>10449,b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252,U`Zm3n,6045864582782669545</transactionId>
		<method>NOTIFY</method>
		<frameId>75 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44862 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44868 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44872 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44876 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:191018 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:191019 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:191020 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:191021</frameId>
		<remoteHostPort>192.168.5.252:48675</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[NOTIFY sip:192.168.5.252:5064;transport=tcp;x-sipX-nonat SIP/2.0
From: <sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com>;tag=U`Zm3n
To: "Call Watcher"<sip:~~id~xmpprlsclient <at> ragesip.com>;tag=6045864582782669545
Cseq: 10449 NOTIFY
Route: <sip:192.168.5.252:5060;lr;sipXecs-rs=%2Aauth%7E.%2Afrom%7ENjA0NTg2NDU4Mjc4MjY2OTU0NQ%60%60%218ddbd1a211241aef3148c56caeb812a9>
Call-Id: b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252
Event: dialog
Subscription-State: active;expires=2849
Content-Type: multipart/related;type="application/rlmi+xml";start="<rlmi <at> ragesip.com>";boundary="9fae51c1"
Contact: <sip:~~rl~C~~~id~xmpprlsclient <at> 192.168.5.252:5140;transport=udp>
Date: Wed, 01 Feb 2012 03:10:49 GMT
Max-Forwards: 20
User-Agent: sipXecs/4.4.0 sipXecs/rls (Linux)
Accept-Language: en
Require: eventlist
Via: SIP/2.0/TCP 192.168.5.252;branch=z9hG4bK-XX-31354`IdoX_7cTyRpd8IlOZqYw
Content-Length: 1272

--9fae51c1
CONTENT-ID: <0 <at> ragesip.com>
CONTENT-TYPE: application/dialog-info+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0" encoding="UTF-8"?>
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="29753" state="full" entity="sip:750 <at> ragesip.com">
<dialog id="WAWRSYTsNh1366,Ne5tos,105C0BFD-D8061D86;ida2d80531" call-id="6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231" local-tag="CF96459A-1EB87A5B" remote-tag="1548144125" direction="initiator"><state>terminated</state><local><identity display="750">sip:750 <at> ragesip.com;sipx-noroute=VoiceMail;sipx-userforward=false</identity><target uri="sip:750 <at> 192.168.5.231"><param pname="+sip.rendering" pval="yes" /></target></local><remote><identity>sip:4255551212 <at> ragesip.com</identity><target uri="sip:4255551212 <at> 192.168.5.252:5090" /></remote></dialog>
</dialog-info>

--9fae51c1
CONTENT-ID: <rlmi <at> ragesip.com>
CONTENT-TYPE: application/rlmi+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0"?>
<list xmlns="urn:ietf:params:xml:ns:rlmi" uri="sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com" version="10448" fullState="true">
  <resource uri="sip:750 <at> ragesip.com">
    <name>750</name>    <instance id="consolidated" state="active" cid="0 <at> ragesip.com"/>
  </resource>
</list>

--9fae51c1--
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-1bdatvtrWNedoaOOjMYcoebkew</branchId>
			<branchId>z9hG4bK-XX-31354`IdoX_7cTyRpd8IlOZqYw</branchId>
		</branchIdSet>
		<time>2012-02-01T03:10:49.426829Z</time>
		<source>rage.ragesip.com-SipXProxy</source>
		<destination>rage.ragesip.com-sipxcallwatcher</destination>
		<sourceAddress>192.168.5.252:48508</sourceAddress>
		<destinationAddress>192.168.5.252:5064</destinationAddress>
		<transactionId>10449,b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252,U`Zm3n,6045864582782669545</transactionId>
		<method>NOTIFY</method>
		<frameId>76 /tmp/trace.aHr19823/_._.._.._.sipxopenfire.trace.xml:423193 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44863</frameId>
		<remoteHostPort>192.168.5.252:48508</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[NOTIFY sip:192.168.5.252:5064;transport=tcp;x-sipX-nonat SIP/2.0
From: <sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com>;tag=U`Zm3n
To: "Call Watcher" <sip:~~id~xmpprlsclient <at> ragesip.com>;tag=6045864582782669545
CSeq: 10449 NOTIFY
Call-ID: b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252
Event: dialog
Subscription-State: active;expires=2849
Content-Type: multipart/related;type="application/rlmi+xml";start="<rlmi <at> ragesip.com>";boundary="9fae51c1"
Contact: <sip:~~rl~C~~~id~xmpprlsclient <at> 192.168.5.252:5140;transport=udp;x-sipX-nonat>
Date: Wed, 01 Feb 2012 03:10:49 GMT
Max-Forwards: 19
User-Agent: sipXecs/4.4.0 sipXecs/rls (Linux)
Accept-Language: en
Require: eventlist
Via: SIP/2.0/TCP 192.168.5.252;branch=z9hG4bK-XX-1bdatvtrWNedoaOOjMYcoebkew;rport=48508
Via: SIP/2.0/TCP 192.168.5.252;branch=z9hG4bK-XX-31354`IdoX_7cTyRpd8IlOZqYw
Content-Length: 1272

--9fae51c1
CONTENT-ID: <0 <at> ragesip.com>
CONTENT-TYPE: application/dialog-info+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0" encoding="UTF-8"?>
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="29753" state="full" entity="sip:750 <at> ragesip.com">
<dialog id="WAWRSYTsNh1366,Ne5tos,105C0BFD-D8061D86;ida2d80531" call-id="6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231" local-tag="CF96459A-1EB87A5B" remote-tag="1548144125" direction="initiator"><state>terminated</state><local><identity display="750">sip:750 <at> ragesip.com;sipx-noroute=VoiceMail;sipx-userforward=false</identity><target uri="sip:750 <at> 192.168.5.231"><param pname="+sip.rendering" pval="yes" /></target></local><remote><identity>sip:4255551212 <at> ragesip.com</identity><target uri="sip:4255551212 <at> 192.168.5.252:5090" /></remote></dialog>
</dialog-info>

--9fae51c1
CONTENT-ID: <rlmi <at> ragesip.com>
CONTENT-TYPE: application/rlmi+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0"?>
<list xmlns="urn:ietf:params:xml:ns:rlmi" uri="sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com" version="10448" fullState="true">
  <resource uri="sip:750 <at> ragesip.com">
    <name>750</name>    <instance id="consolidated" state="active" cid="0 <at> ragesip.com"/>
  </resource>
</list>

--9fae51c1--
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-3136K05j63ScsOv4zslztA4CIQ</branchId>
		</branchIdSet>
		<time>2012-02-01T03:10:50.932599Z</time>
		<source>rage.ragesip.com-sipxrls</source>
		<destination>rage.ragesip.com-SipXProxy</destination>
		<sourceAddress>192.168.5.252:5140</sourceAddress>
		<destinationAddress>192.168.5.252:5060</destinationAddress>
		<transactionId>10449,b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252,U`Zm3n,6045864582782669545</transactionId>
		<method>NOTIFY</method>
		<frameId>77 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44880 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44882 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:191023 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:191024</frameId>
		<remoteHostPort>192.168.5.252:5140</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[NOTIFY sip:192.168.5.252:5064;transport=tcp;x-sipX-nonat SIP/2.0
From: <sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com>;tag=U`Zm3n
To: "Call Watcher"<sip:~~id~xmpprlsclient <at> ragesip.com>;tag=6045864582782669545
Cseq: 10449 NOTIFY
Route: <sip:192.168.5.252:5060;lr;sipXecs-rs=%2Aauth%7E.%2Afrom%7ENjA0NTg2NDU4Mjc4MjY2OTU0NQ%60%60%218ddbd1a211241aef3148c56caeb812a9>
Call-Id: b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252
Event: dialog
Subscription-State: active;expires=2849
Content-Type: multipart/related;type="application/rlmi+xml";start="<rlmi <at> ragesip.com>";boundary="9fae51c1"
Contact: <sip:~~rl~C~~~id~xmpprlsclient <at> 192.168.5.252:5140;transport=udp>
Date: Wed, 01 Feb 2012 03:10:49 GMT
Max-Forwards: 20
User-Agent: sipXecs/4.4.0 sipXecs/rls (Linux)
Accept-Language: en
Require: eventlist
Via: SIP/2.0/UDP 192.168.5.252:5140;branch=z9hG4bK-XX-3136K05j63ScsOv4zslztA4CIQ
Content-Length: 1272

--9fae51c1
CONTENT-ID: <0 <at> ragesip.com>
CONTENT-TYPE: application/dialog-info+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0" encoding="UTF-8"?>
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="29753" state="full" entity="sip:750 <at> ragesip.com">
<dialog id="WAWRSYTsNh1366,Ne5tos,105C0BFD-D8061D86;ida2d80531" call-id="6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231" local-tag="CF96459A-1EB87A5B" remote-tag="1548144125" direction="initiator"><state>terminated</state><local><identity display="750">sip:750 <at> ragesip.com;sipx-noroute=VoiceMail;sipx-userforward=false</identity><target uri="sip:750 <at> 192.168.5.231"><param pname="+sip.rendering" pval="yes" /></target></local><remote><identity>sip:4255551212 <at> ragesip.com</identity><target uri="sip:4255551212 <at> 192.168.5.252:5090" /></remote></dialog>
</dialog-info>

--9fae51c1
CONTENT-ID: <rlmi <at> ragesip.com>
CONTENT-TYPE: application/rlmi+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0"?>
<list xmlns="urn:ietf:params:xml:ns:rlmi" uri="sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com" version="10448" fullState="true">
  <resource uri="sip:750 <at> ragesip.com">
    <name>750</name>    <instance id="consolidated" state="active" cid="0 <at> ragesip.com"/>
  </resource>
</list>

--9fae51c1--
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-1bdcImqb5cEic7sVMRKB862GAg</branchId>
			<branchId>z9hG4bK-XX-3136K05j63ScsOv4zslztA4CIQ</branchId>
		</branchIdSet>
		<time>2012-02-01T03:10:50.934409Z</time>
		<source>rage.ragesip.com-SipXProxy</source>
		<destination>rage.ragesip.com-sipxcallwatcher</destination>
		<sourceAddress>192.168.5.252:48508</sourceAddress>
		<destinationAddress>192.168.5.252:5064</destinationAddress>
		<transactionId>10449,b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252,U`Zm3n,6045864582782669545</transactionId>
		<method>NOTIFY</method>
		<frameId>78 /tmp/trace.aHr19823/_._.._.._.sipxopenfire.trace.xml:423208 /tmp/trace.aHr19823/_._.._.._.sipxopenfire.trace.xml:423213 /tmp/trace.aHr19823/_._.._.._.sipxopenfire.trace.xml:423218 /tmp/trace.aHr19823/_._.._.._.sipxopenfire.trace.xml:423223 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44881 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44885 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44886 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44887</frameId>
		<remoteHostPort>192.168.5.252:48508</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[NOTIFY sip:192.168.5.252:5064;transport=tcp;x-sipX-nonat SIP/2.0
From: <sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com>;tag=U`Zm3n
To: "Call Watcher" <sip:~~id~xmpprlsclient <at> ragesip.com>;tag=6045864582782669545
CSeq: 10449 NOTIFY
Call-ID: b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252
Event: dialog
Subscription-State: active;expires=2849
Content-Type: multipart/related;type="application/rlmi+xml";start="<rlmi <at> ragesip.com>";boundary="9fae51c1"
Contact: <sip:~~rl~C~~~id~xmpprlsclient <at> 192.168.5.252:5140;transport=udp;x-sipX-nonat>
Date: Wed, 01 Feb 2012 03:10:49 GMT
Max-Forwards: 19
User-Agent: sipXecs/4.4.0 sipXecs/rls (Linux)
Accept-Language: en
Require: eventlist
Via: SIP/2.0/TCP 192.168.5.252;branch=z9hG4bK-XX-1bdcImqb5cEic7sVMRKB862GAg;rport=48508
Via: SIP/2.0/UDP 192.168.5.252:5140;branch=z9hG4bK-XX-3136K05j63ScsOv4zslztA4CIQ
Content-Length: 1272

--9fae51c1
CONTENT-ID: <0 <at> ragesip.com>
CONTENT-TYPE: application/dialog-info+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0" encoding="UTF-8"?>
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="29753" state="full" entity="sip:750 <at> ragesip.com">
<dialog id="WAWRSYTsNh1366,Ne5tos,105C0BFD-D8061D86;ida2d80531" call-id="6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231" local-tag="CF96459A-1EB87A5B" remote-tag="1548144125" direction="initiator"><state>terminated</state><local><identity display="750">sip:750 <at> ragesip.com;sipx-noroute=VoiceMail;sipx-userforward=false</identity><target uri="sip:750 <at> 192.168.5.231"><param pname="+sip.rendering" pval="yes" /></target></local><remote><identity>sip:4255551212 <at> ragesip.com</identity><target uri="sip:4255551212 <at> 192.168.5.252:5090" /></remote></dialog>
</dialog-info>

--9fae51c1
CONTENT-ID: <rlmi <at> ragesip.com>
CONTENT-TYPE: application/rlmi+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0"?>
<list xmlns="urn:ietf:params:xml:ns:rlmi" uri="sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com" version="10448" fullState="true">
  <resource uri="sip:750 <at> ragesip.com">
    <name>750</name>    <instance id="consolidated" state="active" cid="0 <at> ragesip.com"/>
  </resource>
</list>

--9fae51c1--
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-3138fVKpWFOGScUkrWU9mafa_w</branchId>
		</branchIdSet>
		<time>2012-02-01T03:11:12.446518Z</time>
		<source>rage.ragesip.com-sipxrls</source>
		<destination>rage.ragesip.com-SipXProxy</destination>
		<sourceAddress>192.168.5.252:48675</sourceAddress>
		<destinationAddress>192.168.5.252:5060</destinationAddress>
		<transactionId>10450,b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252,U`Zm3n,6045864582782669545</transactionId>
		<method>NOTIFY</method>
		<frameId>79 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44896 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44902 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44906 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44910 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:191027 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:191028 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:191029 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:191030</frameId>
		<remoteHostPort>192.168.5.252:48675</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[NOTIFY sip:192.168.5.252:5064;transport=tcp;x-sipX-nonat SIP/2.0
From: <sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com>;tag=U`Zm3n
To: "Call Watcher"<sip:~~id~xmpprlsclient <at> ragesip.com>;tag=6045864582782669545
Cseq: 10450 NOTIFY
Route: <sip:192.168.5.252:5060;lr;sipXecs-rs=%2Aauth%7E.%2Afrom%7ENjA0NTg2NDU4Mjc4MjY2OTU0NQ%60%60%218ddbd1a211241aef3148c56caeb812a9>
Call-Id: b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252
Event: dialog
Subscription-State: active;expires=2826
Content-Type: multipart/related;type="application/rlmi+xml";start="<rlmi <at> ragesip.com>";boundary="9fae51c1"
Contact: <sip:~~rl~C~~~id~xmpprlsclient <at> 192.168.5.252:5140;transport=udp>
Date: Wed, 01 Feb 2012 03:11:12 GMT
Max-Forwards: 20
User-Agent: sipXecs/4.4.0 sipXecs/rls (Linux)
Accept-Language: en
Require: eventlist
Via: SIP/2.0/TCP 192.168.5.252;branch=z9hG4bK-XX-3138fVKpWFOGScUkrWU9mafa_w
Content-Length: 1272

--9fae51c1
CONTENT-ID: <0 <at> ragesip.com>
CONTENT-TYPE: application/dialog-info+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0" encoding="UTF-8"?>
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="29753" state="full" entity="sip:750 <at> ragesip.com">
<dialog id="WAWRSYTsNh1366,Ne5tos,105C0BFD-D8061D86;ida2d80531" call-id="6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231" local-tag="CF96459A-1EB87A5B" remote-tag="1548144125" direction="initiator"><state>terminated</state><local><identity display="750">sip:750 <at> ragesip.com;sipx-noroute=VoiceMail;sipx-userforward=false</identity><target uri="sip:750 <at> 192.168.5.231"><param pname="+sip.rendering" pval="yes" /></target></local><remote><identity>sip:4255551212 <at> ragesip.com</identity><target uri="sip:4255551212 <at> 192.168.5.252:5090" /></remote></dialog>
</dialog-info>

--9fae51c1
CONTENT-ID: <rlmi <at> ragesip.com>
CONTENT-TYPE: application/rlmi+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0"?>
<list xmlns="urn:ietf:params:xml:ns:rlmi" uri="sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com" version="10449" fullState="true">
  <resource uri="sip:750 <at> ragesip.com">
    <name>750</name>    <instance id="consolidated" state="active" cid="0 <at> ragesip.com"/>
  </resource>
</list>

--9fae51c1--
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-1bdeLL_7o22OsIPEov`_TkPOrQ</branchId>
			<branchId>z9hG4bK-XX-3138fVKpWFOGScUkrWU9mafa_w</branchId>
		</branchIdSet>
		<time>2012-02-01T03:11:12.448302Z</time>
		<source>rage.ragesip.com-SipXProxy</source>
		<destination>rage.ragesip.com-sipxcallwatcher</destination>
		<sourceAddress>192.168.5.252:48508</sourceAddress>
		<destinationAddress>192.168.5.252:5064</destinationAddress>
		<transactionId>10450,b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252,U`Zm3n,6045864582782669545</transactionId>
		<method>NOTIFY</method>
		<frameId>80 /tmp/trace.aHr19823/_._.._.._.sipxopenfire.trace.xml:423231 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44897</frameId>
		<remoteHostPort>192.168.5.252:48508</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[NOTIFY sip:192.168.5.252:5064;transport=tcp;x-sipX-nonat SIP/2.0
From: <sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com>;tag=U`Zm3n
To: "Call Watcher" <sip:~~id~xmpprlsclient <at> ragesip.com>;tag=6045864582782669545
CSeq: 10450 NOTIFY
Call-ID: b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252
Event: dialog
Subscription-State: active;expires=2826
Content-Type: multipart/related;type="application/rlmi+xml";start="<rlmi <at> ragesip.com>";boundary="9fae51c1"
Contact: <sip:~~rl~C~~~id~xmpprlsclient <at> 192.168.5.252:5140;transport=udp;x-sipX-nonat>
Date: Wed, 01 Feb 2012 03:11:12 GMT
Max-Forwards: 19
User-Agent: sipXecs/4.4.0 sipXecs/rls (Linux)
Accept-Language: en
Require: eventlist
Via: SIP/2.0/TCP 192.168.5.252;branch=z9hG4bK-XX-1bdeLL_7o22OsIPEov`_TkPOrQ;rport=48508
Via: SIP/2.0/TCP 192.168.5.252;branch=z9hG4bK-XX-3138fVKpWFOGScUkrWU9mafa_w
Content-Length: 1272

--9fae51c1
CONTENT-ID: <0 <at> ragesip.com>
CONTENT-TYPE: application/dialog-info+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0" encoding="UTF-8"?>
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="29753" state="full" entity="sip:750 <at> ragesip.com">
<dialog id="WAWRSYTsNh1366,Ne5tos,105C0BFD-D8061D86;ida2d80531" call-id="6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231" local-tag="CF96459A-1EB87A5B" remote-tag="1548144125" direction="initiator"><state>terminated</state><local><identity display="750">sip:750 <at> ragesip.com;sipx-noroute=VoiceMail;sipx-userforward=false</identity><target uri="sip:750 <at> 192.168.5.231"><param pname="+sip.rendering" pval="yes" /></target></local><remote><identity>sip:4255551212 <at> ragesip.com</identity><target uri="sip:4255551212 <at> 192.168.5.252:5090" /></remote></dialog>
</dialog-info>

--9fae51c1
CONTENT-ID: <rlmi <at> ragesip.com>
CONTENT-TYPE: application/rlmi+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0"?>
<list xmlns="urn:ietf:params:xml:ns:rlmi" uri="sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com" version="10449" fullState="true">
  <resource uri="sip:750 <at> ragesip.com">
    <name>750</name>    <instance id="consolidated" state="active" cid="0 <at> ragesip.com"/>
  </resource>
</list>

--9fae51c1--
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-3139O1GO8VTrjkm3CdF`3rDSLg</branchId>
		</branchIdSet>
		<time>2012-02-01T03:11:13.957161Z</time>
		<source>rage.ragesip.com-sipxrls</source>
		<destination>rage.ragesip.com-SipXProxy</destination>
		<sourceAddress>192.168.5.252:5140</sourceAddress>
		<destinationAddress>192.168.5.252:5060</destinationAddress>
		<transactionId>10450,b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252,U`Zm3n,6045864582782669545</transactionId>
		<method>NOTIFY</method>
		<frameId>81 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44914 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44916 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:191032 /tmp/trace.aHr19823/_._.._.._.sipxrls.trace.xml:191033</frameId>
		<remoteHostPort>192.168.5.252:5140</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[NOTIFY sip:192.168.5.252:5064;transport=tcp;x-sipX-nonat SIP/2.0
From: <sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com>;tag=U`Zm3n
To: "Call Watcher"<sip:~~id~xmpprlsclient <at> ragesip.com>;tag=6045864582782669545
Cseq: 10450 NOTIFY
Route: <sip:192.168.5.252:5060;lr;sipXecs-rs=%2Aauth%7E.%2Afrom%7ENjA0NTg2NDU4Mjc4MjY2OTU0NQ%60%60%218ddbd1a211241aef3148c56caeb812a9>
Call-Id: b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252
Event: dialog
Subscription-State: active;expires=2826
Content-Type: multipart/related;type="application/rlmi+xml";start="<rlmi <at> ragesip.com>";boundary="9fae51c1"
Contact: <sip:~~rl~C~~~id~xmpprlsclient <at> 192.168.5.252:5140;transport=udp>
Date: Wed, 01 Feb 2012 03:11:12 GMT
Max-Forwards: 20
User-Agent: sipXecs/4.4.0 sipXecs/rls (Linux)
Accept-Language: en
Require: eventlist
Via: SIP/2.0/UDP 192.168.5.252:5140;branch=z9hG4bK-XX-3139O1GO8VTrjkm3CdF`3rDSLg
Content-Length: 1272

--9fae51c1
CONTENT-ID: <0 <at> ragesip.com>
CONTENT-TYPE: application/dialog-info+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0" encoding="UTF-8"?>
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="29753" state="full" entity="sip:750 <at> ragesip.com">
<dialog id="WAWRSYTsNh1366,Ne5tos,105C0BFD-D8061D86;ida2d80531" call-id="6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231" local-tag="CF96459A-1EB87A5B" remote-tag="1548144125" direction="initiator"><state>terminated</state><local><identity display="750">sip:750 <at> ragesip.com;sipx-noroute=VoiceMail;sipx-userforward=false</identity><target uri="sip:750 <at> 192.168.5.231"><param pname="+sip.rendering" pval="yes" /></target></local><remote><identity>sip:4255551212 <at> ragesip.com</identity><target uri="sip:4255551212 <at> 192.168.5.252:5090" /></remote></dialog>
</dialog-info>

--9fae51c1
CONTENT-ID: <rlmi <at> ragesip.com>
CONTENT-TYPE: application/rlmi+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0"?>
<list xmlns="urn:ietf:params:xml:ns:rlmi" uri="sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com" version="10449" fullState="true">
  <resource uri="sip:750 <at> ragesip.com">
    <name>750</name>    <instance id="consolidated" state="active" cid="0 <at> ragesip.com"/>
  </resource>
</list>

--9fae51c1--
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-XX-1be0dEye1Ad1NMg`Quju0jhlEA</branchId>
			<branchId>z9hG4bK-XX-3139O1GO8VTrjkm3CdF`3rDSLg</branchId>
		</branchIdSet>
		<time>2012-02-01T03:11:13.958858Z</time>
		<source>rage.ragesip.com-SipXProxy</source>
		<destination>rage.ragesip.com-sipxcallwatcher</destination>
		<sourceAddress>192.168.5.252:48508</sourceAddress>
		<destinationAddress>192.168.5.252:5064</destinationAddress>
		<transactionId>10450,b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252,U`Zm3n,6045864582782669545</transactionId>
		<method>NOTIFY</method>
		<frameId>82 /tmp/trace.aHr19823/_._.._.._.sipxopenfire.trace.xml:423245 /tmp/trace.aHr19823/_._.._.._.sipxopenfire.trace.xml:423250 /tmp/trace.aHr19823/_._.._.._.sipxopenfire.trace.xml:423255 /tmp/trace.aHr19823/_._.._.._.sipxopenfire.trace.xml:423260 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44915 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44919 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44920 /tmp/trace.aHr19823/_._.._.._.sipXproxy.trace.xml:44921</frameId>
		<remoteHostPort>192.168.5.252:48508</remoteHostPort>
		<isOutgoing>false</isOutgoing>
		<message><![CDATA[NOTIFY sip:192.168.5.252:5064;transport=tcp;x-sipX-nonat SIP/2.0
From: <sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com>;tag=U`Zm3n
To: "Call Watcher" <sip:~~id~xmpprlsclient <at> ragesip.com>;tag=6045864582782669545
CSeq: 10450 NOTIFY
Call-ID: b0066f927807e2bd671fc3ea3ddd5edc <at> 192.168.5.252
Event: dialog
Subscription-State: active;expires=2826
Content-Type: multipart/related;type="application/rlmi+xml";start="<rlmi <at> ragesip.com>";boundary="9fae51c1"
Contact: <sip:~~rl~C~~~id~xmpprlsclient <at> 192.168.5.252:5140;transport=udp;x-sipX-nonat>
Date: Wed, 01 Feb 2012 03:11:12 GMT
Max-Forwards: 19
User-Agent: sipXecs/4.4.0 sipXecs/rls (Linux)
Accept-Language: en
Require: eventlist
Via: SIP/2.0/TCP 192.168.5.252;branch=z9hG4bK-XX-1be0dEye1Ad1NMg`Quju0jhlEA;rport=48508
Via: SIP/2.0/UDP 192.168.5.252:5140;branch=z9hG4bK-XX-3139O1GO8VTrjkm3CdF`3rDSLg
Content-Length: 1272

--9fae51c1
CONTENT-ID: <0 <at> ragesip.com>
CONTENT-TYPE: application/dialog-info+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0" encoding="UTF-8"?>
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="29753" state="full" entity="sip:750 <at> ragesip.com">
<dialog id="WAWRSYTsNh1366,Ne5tos,105C0BFD-D8061D86;ida2d80531" call-id="6a84eb2e-3953e7cf-c4e5ea08 <at> 192.168.5.231" local-tag="CF96459A-1EB87A5B" remote-tag="1548144125" direction="initiator"><state>terminated</state><local><identity display="750">sip:750 <at> ragesip.com;sipx-noroute=VoiceMail;sipx-userforward=false</identity><target uri="sip:750 <at> 192.168.5.231"><param pname="+sip.rendering" pval="yes" /></target></local><remote><identity>sip:4255551212 <at> ragesip.com</identity><target uri="sip:4255551212 <at> 192.168.5.252:5090" /></remote></dialog>
</dialog-info>

--9fae51c1
CONTENT-ID: <rlmi <at> ragesip.com>
CONTENT-TYPE: application/rlmi+xml
CONTENT-TRANSFER-ENCODING: binary

<?xml version="1.0"?>
<list xmlns="urn:ietf:params:xml:ns:rlmi" uri="sip:~~rl~C~~~id~xmpprlsclient <at> ragesip.com" version="10449" fullState="true">
  <resource uri="sip:750 <at> ragesip.com">
    <name>750</name>    <instance id="consolidated" state="active" cid="0 <at> ragesip.com"/>
  </resource>
</list>

--9fae51c1--
]]></message>
	</branchNode>
</sipTrace>

Gmane