I have SIP transparent proxy deployed on a few 9xx devices. I am trying to determine total number of SIP transactions in use. I can see registrations etc, but cannot seem to determine the total # of transactions in use at any given time (unless I am constantly running debug). I've inquired to TAC to see if any transparent proxy stat's (such as registrations, transactions etc) are exposed via SNMP, only to be told no.
What are other people doing to monitor the "health" of their 9xx's with transparent proxy deployed? Or am I just being overly cautious?
Transaction counter found. It is not a subset command of the "show sip proxy". It is buried in the "show sip resource" output. Here is an example:
xxxxx-iad#sh sip proxy resources
Type Name Allocated Currently in Use Max Used
--------------------------------------------------------------------------------
Proxy proxyPoolElements 2500 17 881
xxxxx-iad#
xxxxx-iad#sh sip resources | incl transaction
Transaction transactions 1000 1 905
I am doing some debugging to try an determine the total number of SIP Transactions created on a simple outbound call. As you can imagine, the debug if pretty in depth (see below). I am having a hard time trying to figure out what I should be keying off of, for total transaction count. Thoughts or recommendations?
13:12:59.148 SIP.PROXY DOM Creating dialog object - "374c07406a7d8592_25235_00000001", 1, insert.ip.address.here
13:12:59.151 SIP.PROXY ROUTING Received contact <-> original contact match
13:12:59.152 SIP.PROXY TRANSACTION Transc 0x43f0eb8: created by incoming message.
13:12:59.152 SIP.PROXY DOM getKeyFromMsg - "374c07406a7d8592_25235_00000001"
13:12:59.152 SIP.PROXY ROUTING Evaluating inbound traffic for HMR processing of request.
13:12:59.152 SIP.PROXY ROUTING Evaluated request direction from DialogObject : Original outbound.
13:12:59.153 SIP.PROXY DOM getKeyFromTrans - "374c07406a7d8592_25235_00000001"
13:12:59.153 SIP.PROXY DOM getKeyFromTrans - "374c07406a7d8592_25235_00000000"
13:12:59.153 SIP.PROXY TRANSACTION Transc 0x43f0eb8: state change - SERVER_INVITE_REQUEST_RCVD.
13:12:59.155 SIP.PROXY DB PUD entry lookup: contact = original contact
13:12:59.156 SIP.PROXY ROUTING Transc 0x43f0eb8: SIP Request Method = INVITE.
13:12:59.156 SIP.PROXY ROUTING Looking up outbound interface to insert.ip.address.here
13:12:59.156 SIP.PROXY ROUTING Using ALG Info to forward transparent outbound INVITE to insert.ip.address.here3:5060 via UDP.
13:12:59.158 SIP.PROXY ROUTING Check NAT policies for source 192.168.1.5 and destination insert.ip.address.here : NAT required
13:12:59.158 SIP.PROXY ROUTING Inserting new CCMID entry _pxyCCM_374c07406a7d8592 [0x9c].
13:12:59.159 SIP.PROXY ROUTING sdpDeepPacketInspection call id 156 : No media bin.
13:12:59.160 SIP.PROXY ROUTING Processing new SDP entries.
13:12:59.160 SIP.PROXY ROUTING Undo of previous operation not required (RTP NAT Entry for 192.168.1.5:3000 not found)
13:12:59.160 SIP.PROXY ROUTING Checking for internal Media Gateway IP Address
13:12:59.160 SIP.PROXY ROUTING Given RTP Channel is null, checking for hairpinned RTP Channel
13:12:59.160 SIP.PROXY ROUTING Unable to find hairpinned RTP Channel
13:12:59.161 SIP.PROXY ROUTING RTP Channel is NULL, Media Gateway must not be involved in call
13:12:59.161 SIP.PROXY ROUTING Checking need for firewall traversal
13:12:59.161 SIP.PROXY ROUTING Testing firewall policies
13:12:59.161 SIP.PROXY ROUTING Source NAT is needed
13:12:59.162 SIP.PROXY ROUTING Requesting new NAT port pair from firewall
13:12:59.162 SIP.PROXY ROUTING Requesting ref counting for NAT port pair 50204 and 50205
13:12:59.162 SIP.PROXY ROUTING Reserving NAT ports 50204 & 50205 for interface 207.5.160.238
13:12:59.162 SIP.PROXY ROUTING Source NAT - replacing 192.168.1.5:3000 with insert.ip.address.here:50204
13:12:59.163 SIP.PROXY ROUTING Adding RTP NAT Entry: 192.168.1.5:3000 -> insert.ip.address.here:50204
13:12:59.163 SIP.PROXY ROUTING Adding call ID 374c07406a7d8592 for media.
13:12:59.163 SIP.PROXY ROUTING Found SDP in Request.
13:12:59.164 SIP.PROXY ROUTING No from or to host call ID 374c07406a7d8592.
13:12:59.164 SIP.PROXY ROUTING Modify request for proxy - dec max forwards; add record-route
13:12:59.164 SIP.PROXY DOM Transaction 0x43f0eb8: created corresponding transaction 0x43f7948
13:12:59.165 SIP.PROXY ROUTING Updating outbound call ID 374c07406a7d8592 for routing.
13:12:59.166 SIP.PROXY DOM getKeyFromMsg - "374c07406a7d8592_25235_00000001"
13:12:59.168 SIP.PROXY DOM getKeyFromTrans - "374c07406a7d8592_25235_00000001"
13:12:59.169 SIP.PROXY TRANSACTION Transc 0x43f7948: state change - CLIENT_INVITE_CALLING.
13:12:59.169 SIP.PROXY ROUTING Transc 0x43f7948: Request forwarded.
13:12:59.217 SIP.PROXY DOM getKeyFromMsg - "374c07406a7d8592_25235_00000001"
13:12:59.217 SIP.PROXY ROUTING Evaluating inbound traffic for HMR processing of response.
13:12:59.217 SIP.PROXY ROUTING Evaluated response direction from DialogObject : Original outbound.
13:12:59.218 SIP.PROXY DOM getKeyFromTrans - "374c07406a7d8592_25235_00000001"
13:12:59.218 SIP.PROXY TRANSACTION Transc 0x43f7948: state change - CLIENT_INVITE_PROCEEDING.
13:12:59.219 SIP.PROXY ROUTING Transc 0x43f7948: SIP Response Code = 100 to INVITE.
13:12:59.219 SIP.PROXY DB PUD entry lookup failed.
13:12:59.220 SIP.PROXY ROUTING Using server transaction to forward 100 to 192.168.1.5:5060 via UDP.
13:12:59.221 SIP.PROXY ROUTING Updating call ID 374c07406a7d8592 for media.
13:12:59.221 SIP.PROXY ROUTING Modify response for proxy
13:12:59.221 SIP.PROXY DOM getKeyFromMsg - "374c07406a7d8592_25235_00000001"
13:12:59.222 SIP.PROXY ROUTING Transc 0x43f0eb8: Response forwarded.
13:12:59.226 SIP.PROXY DOM getKeyFromMsg - "374c07406a7d8592_25235_00000001"
13:12:59.227 SIP.PROXY ROUTING Evaluating inbound traffic for HMR processing of response.
13:12:59.227 SIP.PROXY ROUTING Evaluated response direction from DialogObject : Original outbound.
13:12:59.227 SIP.PROXY DOM getKeyFromTrans - "374c07406a7d8592_25235_00000001"
13:12:59.227 SIP.PROXY TRANSACTION Transc 0x43f7948: state change - CLIENT_INVITE_FINAL_RESPONSE_RCVD.
13:12:59.228 SIP.PROXY ROUTING Transc 0x43f7948: SIP Response Code = 401 to INVITE.
13:12:59.229 SIP.PROXY DB PUD entry lookup failed.
13:12:59.229 SIP.PROXY ROUTING Sending ACK for received final response to INVITE.
13:12:59.230 SIP.PROXY DOM getKeyFromMsg - "374c07406a7d8592_25235_00000001"
13:12:59.231 SIP.PROXY DOM getKeyFromTrans - "374c07406a7d8592_25235_00000001"
13:12:59.232 SIP.PROXY TRANSACTION Transc 0x43f7948: state change - CLIENT_INVITE_ACK_SENT.
13:12:59.232 SIP.PROXY ROUTING Using server transaction to forward 401 to 192.168.1.5:5060 via UDP.
13:12:59.232 SIP.PROXY ROUTING Updating call ID 374c07406a7d8592 for media.
13:12:59.232 SIP.PROXY ROUTING Modify response for proxy
13:12:59.233 SIP.PROXY DOM getKeyFromMsg - "374c07406a7d8592_25235_00000001"
13:12:59.234 SIP.PROXY DOM getKeyFromTrans - "374c07406a7d8592_25235_00000000"
13:12:59.235 SIP.PROXY DOM Creating new dialog object - "374c07406a7d8592_25235_00000000", 0
13:12:59.235 SIP.PROXY TRANSACTION Transc 0x43f0eb8: state change - SERVER_INVITE_FINAL_RESPONSE_SENT.
13:12:59.235 SIP.PROXY ROUTING Transc 0x43f0eb8: Response forwarded.
13:12:59.236 SIP.PROXY ROUTING Call Failed.
13:12:59.236 SIP.PROXY ROUTING firewallConnectCall: Found Offer in NAT Table: 192.168.1.5:3000 -> insert.ip.address.here:50204
13:12:59.236 SIP.PROXY ROUTING firewallConnectCall: Removing RTP NAT Entry for 192.168.1.5:3000
13:12:59.301 SIP.PROXY DOM Updating dialog object - "374c07406a7d8592_25235_00000001", 1, insert.ip.address.here
13:12:59.303 SIP.PROXY DOM getKeyFromMsg - "374c07406a7d8592_25235_00000001"
13:12:59.304 SIP.PROXY ROUTING Evaluating inbound traffic for HMR processing of request.
13:12:59.304 SIP.PROXY ROUTING Evaluated request direction from DialogObject : Original outbound.
13:12:59.304 SIP.PROXY DOM getKeyFromTrans - "374c07406a7d8592_25235_00000001"
13:12:59.304 SIP.PROXY TRANSACTION Transc 0x43f0eb8: state change - SERVER_INVITE_ACK_RCVD.
13:12:59.306 SIP.PROXY ROUTING Tracker testing direction : from tag 81cfbb9466 match outbound.
13:12:59.306 SIP.PROXY DB PUD entry lookup (associated): from user = contact0001"
13:12:59.404 SIP.PROXY TRANSACTION Transc 0x43ee228: state change - CLIENT_GEN_REQUEST_SENT.
13:12:59.404 SIP.PROXY ROUTING Transc 0x43ee228: Request forwarded.
13:12:59.426 SIP.PROXY DOM getKeyFromMsg - "34d0aaea35affee4_260309752_00000001"
13:12:59.426 SIP.PROXY ROUTING Evaluating inbound traffic for HMR processing of response.
13:12:59.426 SIP.PROXY ROUTING Evaluated response direction from DialogObject : Original inbound.
13:12:59.427 SIP.PROXY DOM getKeyFromTrans - "34d0aaea35affee4_260309752_00000001"
13:12:59.427 SIP.PROXY TRANSACTION Transc 0x43ee228: state change - CLIENT_GEN_FINAL_RESPONSE_RCVD.
13:12:59.428 SIP.PROXY ROUTING Transc 0x43ee228: SIP Response Code = 200 to NOTIFY.
13:12:59.429 SIP.PROXY DB PUD entry lookup: to user = original contact user
13:12:59.429 SIP.PROXY ROUTING Using server transaction to forward 200 to insert.ip.address.here:5060 via UDP.
13:12:59.430 SIP.PROXY ROUTING Modify response for proxy
13:12:59.431 SIP.PROXY DOM getKeyFromMsg - "34d0aaea35affee4_260309752_00000001"
13:12:59.432 SIP.PROXY DOM getKeyFromTrans - "34d0aaea35affee4_260309752_00000000"
13:12:59.433 SIP.PROXY DOM Creating new dialog object - "34d0aaea35affee4_260309752_00000000", 0
13:12:59.433 SIP.PROXY TRANSACTION Transc 0x43fd458: state change - SERVER_GEN_FINAL_RESPONSE_SENT.
13:12:59.433 SIP.PROXY ROUTING Transc 0x43fd458: Response forwarded.
13:12:59.433 SIP.PROXY DOM TransactionComplete: 0x43ee228: CLIENT_GEN_FINAL_RESPONSE_RCVD
13:13:00.775 SIP.PROXY TRANSACTION Transc 0x44082b8: created by incoming message.
13:13:00.776 SIP.PROXY DOM getKeyFromMsg - "639C750D_617709220_00000001"
13:13:00.776 SIP.PROXY ROUTING Evaluating inbound traffic for HMR processing of request.
13:13:00.777 SIP.PROXY ROUTING Evaluated request direction from message : Original inbound.
13:13:00.777 SIP.PROXY DOM getKeyFromTrans - "639C750D_617709220_00000001"
13:13:00.777 SIP.PROXY DOM getKeyFromTrans - "639C750D_617709220_00000000"
13:13:00.777 SIP.PROXY DOM Creating new dialog object - "639C750D_617709220_00000001", 0
13:13:00.778 SIP.PROXY TRANSACTION Transc 0x44082b8: state change - SERVER_GEN_REQUEST_RCVD.
13:13:00.780 SIP.PROXY DB PUD entry lookup failed.
13:13:00.781 SIP.PROXY ROUTING Transc 0x44082b8: SIP Request Method = OPTIONS.
13:13:00.782 SIP.PROXY ROUTING Unable to find registered proxy user for this request.
13:13:00.783 SIP.PROXY DOM getKeyFromMsg - "639C750D_617709220_00000001"
13:13:00.784 SIP.PROXY DOM getKeyFromTrans - "639C750D_617709220_00000000"
13:13:00.784 SIP.PROXY DOM Creating new dialog object - "639C750D_617709220_00000000", 0
13:13:00.785 SIP.PROXY TRANSACTION Transc 0x44082b8: state change - SERVER_GEN_FINAL_RESPONSE_SENT.
13:13:00.921 SIP.PROXY DOM getKeyFromMsg - "374c07406a7d8592_25236_00000001"
13:13:00.921 SIP.PROXY ROUTING Evaluating inbound traffic for HMR processing of response.
13:13:00.921 SIP.PROXY ROUTING Evaluated response direction from DialogObject : Original outbound.
13:13:00.922 SIP.PROXY ROUTING Transc 0x43f1298: SIP Response Code = 183 to INVITE.
13:13:00.923 SIP.PROXY DB PUD entry lookup failed.
13:13:00.923 SIP.PROXY ROUTING Using server transaction to forward 183 to 192.168.1.5:5060 via UDP.
13:13:00.924 SIP.PROXY ROUTING sdpDeepPacketInspection call id 156 : Media bin present.
13:13:00.924 SIP.PROXY ROUTING Processing new SDP entries.
13:13:00.925 SIP.PROXY ROUTING Undo of previous operation not required (RTP NAT Entry for insert.ip.address.here:42246 not found)
13:13:00.925 SIP.PROXY ROUTING Checking for internal Media Gateway IP Address
13:13:00.925 SIP.PROXY ROUTING Given RTP Channel is null, checking for hairpinned RTP Channel
13:13:00.926 SIP.PROXY ROUTING Unable to find hairpinned RTP Channel
13:13:00.926 SIP.PROXY ROUTING RTP Channel is NULL, Media Gateway must not be involved in call
13:13:00.926 SIP.PROXY ROUTING Checking need for firewall traversal
13:13:00.926 SIP.PROXY ROUTING Testing firewall policies
13:13:00.926 SIP.PROXY ROUTING NAT not required, no need for firewall traversal here
13:13:00.927 SIP.PROXY ROUTING Updating call ID 374c07406a7d8592 for media.
13:13:00.927 SIP.PROXY ROUTING Found SDP in Response.
13:13:00.927 SIP.PROXY ROUTING Modify response for proxy
13:13:00.928 SIP.PROXY ROUTING Found existing CCMID entry _pxyCCM_374c07406a7d8592 [0x9c].
13:13:00.928 SIP.PROXY ROUTING Connecting SDP through firewall.
13:13:00.928 SIP.PROXY ROUTING firewallConnectCall: Testing firewall policies
13:13:00.929 SIP.PROXY ROUTING firewallConnectCall: Creating firewall associations to connect 192.168.1.5:3000 to insert.ip.address.here:42246
13:13:00.929 SIP.PROXY ROUTING firewallConnectCall: Found Offer in NAT Table: 192.168.1.5:3000 -> insert.ip.address.here:50204
13:13:00.929 SIP.PROXY ROUTING Call matches VQM user, access list, or sampling criteria.
13:13:00.929 SIP.PROXY ROUTING firewallConnectCall: Creating association for traffic destined to 192.168.1.5:3000 for RTP
13:13:00.929 SIP.PROXY ROUTING firewallConnectCall: The association needs destination NAT
13:13:00.930 SIP.PROXY ROUTING Delete criteria: Src: 0.0.0.0:0 Dst: insert.ip.address.here:50204 Vrf: 0 Proto: 17 Dir: default
13:13:00.930 SIP.PROXY ROUTING firewallConnectCall: Creating association for traffic destined to 192.168.1.5:3001 for RTCP
13:13:00.930 SIP.PROXY ROUTING firewallConnectCall: The association needs destination NAT
13:13:00.931 SIP.PROXY ROUTING Delete criteria: Src: 0.0.0.0:0 Dst: insert.ip.address.here:50205 Vrf: 0 Proto: 17 Dir: default
13:13:00.931 SIP.PROXY ROUTING firewallConnectCall: Creating association for traffic destined to insert.ip.address.here:42246 for RTP
13:13:00.931 SIP.PROXY ROUTING firewallConnectCall: The association needs source NAT
13:13:00.932 SIP.PROXY ROUTING Requesting ref counting for offer source NAT port 50204
13:13:00.932 SIP.PROXY ROUTING Delete criteria: Src: 0.0.0.0:0 Dst: insert.ip.address.here:42246 Vrf: 0 Proto: 17 Dir: Public
13:13:00.932 SIP.PROXY ROUTING firewallConnectCall: Creating association for traffic destined to insert.ip.address.here:42247 for RTCP
13:13:00.932 SIP.PROXY ROUTING firewallConnectCall: The association needs source NAT
13:13:00.933 SIP.PROXY ROUTING Requesting ref counting for answer source NAT port 50205
13:13:00.933 SIP.PROXY ROUTING Delete criteria: Src: 0.0.0.0:0 Dst: insert.ip.address.here:42247 Vrf: 0 Proto: 17 Dir: Public
13:13:00.933 SIP.PROXY ROUTING firewallConnectCall: Removing RTP NAT Entry for 192.168.1.5:3000
13:13:00.934 SIP.PROXY DOM getKeyFromMsg - "374c07406a7d8592_25236_00000001"
13:13:00.935 SIP.PROXY ROUTING Transc 0x4404a88: Response forwarded.
13:13:01.068 SIP.PROXY DOM Creating dialog object - "374c07406a7d8592_25237_00000001", 1, insert.ip.address.here
13:13:01.071 SIP.PROXY TRANSACTION Transc 0x440c2a8: created by incoming message.
13:13:01.072 SIP.PROXY DOM getKeyFromMsg - "374c07406a7d8592_25237_00000001"
13:13:01.072 SIP.PROXY ROUTING Evaluating inbound traffic for HMR processing of request.
13:13:01.072 SIP.PROXY ROUTING Evaluated request direction from DialogObject : Original outbound.
13:13:01.072 SIP.PROXY DOM getKeyFromTrans - "374c07406a7d8592_25237_00000001"
13:13:01.073 SIP.PROXY DOM getKeyFromTrans - "374c07406a7d8592_25237_00000000"
13:13:01.073 SIP.PROXY TRANSACTION Transc 0x440c2a8: state change - SERVER_GEN_REQUEST_RCVD.
13:13:01.074 SIP.PROXY ROUTING Tracker testing direction : from tag 81cfbb9466 match outbound.
13:13:01.075 SIP.PROXY DB PUD entry lookup (associated): from user = contact user
13:13:01.075 SIP.PROXY ROUTING Transc 0x440c2a8: SIP Request Method = PRACK.
13:13:01.075 SIP.PROXY ROUTING Looking up outbound interface to insert.ip.address.here
13:13:01.076 SIP.PROXY ROUTING Tracker testing direction : from tag 81cfbb9466 match outbound.
13:13:01.076 SIP.PROXY ROUTING Using ALG Info to forward transparent outbound PRACK to insert.ip.address.here:5060 via UDP.
13:13:01.077 SIP.PROXY ROUTING Check NAT policies for source 192.168.1.5 and destination insert.ip.address.here : NAT required
13:13:01.077 SIP.PROXY ROUTING Tracker testing direction : from tag 81cfbb9466 match outbound.
13:13:01.078 SIP.PROXY ROUTING Updating call ID 374c07406a7d8592 for media.
13:13:01.078 SIP.PROXY ROUTING Found from host hostname and to host hostname for call ID 374c07406a7d8592.
13:13:01.079 SIP.PROXY ROUTING Modify request for proxy - dec max forwards; add record-route
13:13:01.079 SIP.PROXY DOM Transaction 0x440c2a8: created corresponding transaction 0x43ffef8
13:13:01.080 SIP.PROXY DOM getKeyFromMsg - "374c07406a7d8592_25237_00000001"
13:13:01.082 SIP.PROXY DOM getKeyFromTrans - "374c07406a7d8592_25237_00000001"
13:13:01.082 SIP.PROXY TRANSACTION Transc 0x43ffef8: state change - CLIENT_GEN_REQUEST_SENT.
13:13:01.082 SIP.PROXY ROUTING Transc 0x43ffef8: Request forwarded.
13:13:01.083 SIP.PROXY ROUTING Tracker testing direction : from tag 81cfbb9466 match outbound.
13:13:01.131 SIP.PROXY DOM getKeyFromMsg - "374c07406a7d8592_25237_00000001"
13:13:01.131 SIP.PROXY ROUTING Evaluating inbound traffic for HMR processing of response.
13:13:01.132 SIP.PROXY ROUTING Evaluated response direction from DialogObject : Original outbound.
13:13:01.132 SIP.PROXY DOM getKeyFromTrans - "374c07406a7d8592_25237_00000001"
13:13:01.132 SIP.PROXY TRANSACTION Transc 0x43ffef8: state change - CLIENT_GEN_FINAL_RESPONSE_RCVD.
13:13:01.133 SIP.PROXY ROUTING Transc 0x43ffef8: SIP Response Code = 200 to PRACK.
13:13:01.134 SIP.PROXY DB PUD entry lookup failed.
13:13:01.134 SIP.PROXY ROUTING Using server transaction to forward 200 to 192.168.1.5:5060 via UDP.
13:13:01.135 SIP.PROXY ROUTING Updating call ID 374c07406a7d8592 for media.
13:13:01.135 SIP.PROXY ROUTING Modify response for proxy
13:13:01.136 SIP.PROXY DOM getKeyFromMsg - "374c07406a7d8592_25237_00000001"
13:13:01.137 SIP.PROXY DOM getKeyFromTrans - "374c07406a7d8592_25237_00000000"
13:13:01.138 SIP.PROXY DOM Creating new dialog object - "374c07406a7d8592_25237_00000000", 0
13:13:01.138 SIP.PROXY TRANSACTION Transc 0x440c2a8: state change - SERVER_GEN_FINAL_RESPONSE_SENT.
13:13:01.138 SIP.PROXY ROUTING Transc 0x440c2a8: Response forwarded.
13:13:01.138 SIP.PROXY DOM TransactionComplete: 0x43ffef8: CLIENT_GEN_FINAL_RESPONSE_RCVD
13:13:02.394 SIP.PROXY DOM Timer cleanup of dialog object - "34d0aaea35affee4_260309752_00000000"
13:13:02.395 SIP.PROXY DOM Timer cleanup of dialog object - "374c07406a7d8592_25235_00000000"
13:13:02.395 SIP.PROXY DOM Timer cleanup of dialog object - "374c07406a7d8592_25237_00000000"
13:13:02.395 SIP.PROXY DOM Timer cleanup of dialog object - "639C750D_617709220_00000000"
13:13:02.395 SIP.PROXY DOM Timer cleanup of dialog object - "639C750D_617709220_00000001"
13:13:02.734 SIP.PROXY DOM getKeyFromTrans - "9339B09D_683246285_00000000"
13:13:02.735 SIP.PROXY DOM Creating new dialog object - "9339B09D_683246285_00000000", 0
13:13:02.735 SIP.PROXY TRANSACTION Transc 0x4409238: state change - TERMINATED.
13:13:02.735 SIP.PROXY DOM TransactionComplete: 0x4409238: TERMINATED
13:13:04.310 SIP.PROXY DOM getKeyFromTrans - "374c07406a7d8592_25235_00000000"
13:13:04.310 SIP.PROXY DOM Creating new dialog object - "374c07406a7d8592_25235_00000000", 0
13:13:04.310 SIP.PROXY TRANSACTION Transc 0x43f0eb8: state change - TERMINATED.
13:13:04.310 SIP.PROXY DOM TransactionComplete: 0x43f0eb8: TERMINATED
13:13:04.435 SIP.PROXY DOM getKeyFromTrans - "34d0aaea35affee4_260309752_00000001"
13:13:04.435 SIP.PROXY TRANSACTION Transc 0x43ee228: state change - TERMINATED.
13:13:04.435 SIP.PROXY DOM TransactionComplete: 0x43ee228: TERMINATED
13:13:06.139 SIP.PROXY DOM getKeyFromTrans - "374c07406a7d8592_25237_00000001"
13:13:06.139 SIP.PROXY TRANSACTION Transc 0x43ffef8: state change - TERMINATED.
13:13:06.139 SIP.PROXY DOM TransactionComplete: 0x43ffef8: TERMINATED
13:13:07.958 SIP.PROXY DOM getKeyFromMsg - "374c07406a7d8592_25236_00000001"
13:13:07.958 SIP.PROXY ROUTING Evaluating inbound traffic for HMR processing of response.
13:13:07.959 SIP.PROXY ROUTING Evaluated response direction from DialogObject : Original outbound.
13:13:07.959 SIP.PROXY DOM getKeyFromTrans - "374c07406a7d8592_25236_00000001"
13:13:07.959 SIP.PROXY TRANSACTION Transc 0x43f1298: state change - CLIENT_INVITE_PROXY_2XX_RESPONSE_RCVD.
13:13:07.960 SIP.PROXY ROUTING Transc 0x43f1298: SIP Response Code = 200 to INVITE.
13:13:07.962 SIP.PROXY DB PUD entry lookup: from user = original contact user
13:13:07.962 SIP.PROXY ROUTING Using server transaction to forward 200 to 192.168.1.5:5060 via UDP.
13:13:07.963 SIP.PROXY ROUTING sdpDeepPacketInspection call id 156 : Media bin present.
13:13:07.963 SIP.PROXY ROUTING Processing new SDP entries.
13:13:07.964 SIP.PROXY ROUTING Undo of previous operation not required (RTP NAT Entry for insert.ip.address.here:42246 not found)
13:13:07.964 SIP.PROXY ROUTING Checking for internal Media Gateway IP Address
13:13:07.964 SIP.PROXY ROUTING Given RTP Channel is null, checking for hairpinned RTP Channel
13:13:07.964 SIP.PROXY ROUTING Unable to find hairpinned RTP Channel
13:13:07.964 SIP.PROXY ROUTING RTP Channel is NULL, Media Gateway must not be involved in call
13:13:07.965 SIP.PROXY ROUTING Checking need for firewall traversal
13:13:07.965 SIP.PROXY ROUTING Testing firewall policies
13:13:07.965 SIP.PROXY ROUTING NAT not required, no need for firewall traversal here
13:13:07.965 SIP.PROXY ROUTING Updating call ID 374c07406a7d8592 for media.
13:13:07.966 SIP.PROXY ROUTING Found SDP in Response.
13:13:07.966 SIP.PROXY ROUTING Modify response for proxy
13:13:07.967 SIP.PROXY DOM getKeyFromMsg - "374c07406a7d8592_25236_00000001"
13:13:07.969 SIP.PROXY DOM getKeyFromTrans - "374c07406a7d8592_25236_00000000"
13:13:07.969 SIP.PROXY DOM Creating new dialog object - "374c07406a7d8592_25236_00000000", 0
13:13:07.969 SIP.PROXY TRANSACTION Transc 0x4404a88: state change - SERVER_INVITE_PROXY_2XX_RESPONSE_SENT.
13:13:07.969 SIP.PROXY ROUTING Transc 0x4404a88: Response forwarded.
13:13:08.094 SIP.PROXY DOM Updating dialog object - "374c07406a7d8592_25236_00000001", 1, insert.ip.address.here
13:13:08.097 SIP.PROXY DOM getKeyFromMsg - "374c07406a7d8592_25236_00000001"
13:13:08.097 SIP.PROXY ROUTING Evaluating inbound traffic for HMR processing of request.
13:13:08.097 SIP.PROXY ROUTING Evaluated request direction from DialogObject : Original outbound.
13:13:08.098 SIP.PROXY DOM getKeyFromMsg - "374c07406a7d8592_25236_00000001"
13:13:08.098 SIP.PROXY ROUTING OOC Msg 0x3235f50: Proxy Request Method = ACK.
13:13:08.099 SIP.PROXY DB PUD entry lookup: to tag
13:13:08.099 SIP.PROXY ROUTING Tracker testing direction : from tag 81cfbb9466 match outbound.
13:13:08.099 SIP.PROXY ROUTING Using ALG Info to forward transparent outbound ACK to insert.ip.address.here:5060 via UDP.
13:13:08.100 SIP.PROXY ROUTING Tracker testing direction : from tag 81cfbb9466 match outbound.
13:13:08.101 SIP.PROXY ROUTING Updating call ID 374c07406a7d8592 for media.
13:13:08.101 SIP.PROXY ROUTING Found from host hostname and to host hostname for call ID 374c07406a7d8592.
13:13:08.101 SIP.PROXY ROUTING Modify request for proxy - dec max forwards; add record-route
13:13:08.101 SIP.PROXY TRANSACTION Trx 0x43b9fa8: Transmitter created.
13:13:08.102 SIP.PROXY TRANSACTION Trx 0x43b9fa8: state change - RESOLVING_ADDR.
13:13:08.102 SIP.PROXY TRANSACTION Trx 0x43b9fa8: state change - FINAL_DEST_RESOLVED.
13:13:08.103 SIP.PROXY TRANSACTION Trx 0x43b9fa8: state change - READY_FOR_SENDING.
13:13:08.104 SIP.PROXY TRANSACTION Trx 0x43b9fa8: state change - MSG_SENT.
13:13:08.104 SIP.PROXY ROUTING Trx 0x43b9fa8, OOC Msg 0x4900940: Request forwarded.
13:13:08.104 SIP.PROXY TRANSACTION Trx 0x43b9fa8: state change - TERMINATED.
13:13:10.978 SIP.PROXY DOM getKeyFromTrans - "374c07406a7d8592_25236_00000000"
13:13:10.979 SIP.PROXY TRANSACTION Transc 0x4404a88: state change - TERMINATED.
13:13:10.979 SIP.PROXY DOM TransactionComplete: 0x4404a88: TERMINATED
13:13:12.396 SIP.PROXY DOM Timer cleanup of dialog object - "374c07406a7d8592_25235_00000000"
13:13:12.396 SIP.PROXY DOM Timer cleanup of dialog object - "374c07406a7d8592_25236_00000000"
13:13:12.396 SIP.PROXY DOM Timer cleanup of dialog object - "9339B09D_683246285_00000000"
13:13:13.952 SIP.PROXY TRANSACTION Transc 0x43f3b48: created by incoming message.
13:13:13.952 SIP.PROXY DOM getKeyFromMsg - "374c07406a7d8592_527841351_00000001"
13:13:13.953 SIP.PROXY ROUTING Evaluating inbound traffic for HMR processing of request.
13:13:13.953 SIP.PROXY ROUTING Tracker testing direction : to tag match 81cfbb9466.
13:13:13.953 SIP.PROXY ROUTING Evaluated request direction from message : Original inbound.
13:13:13.953 SIP.PROXY DOM getKeyFromTrans - "374c07406a7d8592_527841351_00000001"
13:13:13.954 SIP.PROXY DOM getKeyFromTrans - "374c07406a7d8592_527841351_00000000"
13:13:13.954 SIP.PROXY DOM Creating new dialog object - "374c07406a7d8592_527841351_00000001", 0
13:13:13.954 SIP.PROXY TRANSACTION Transc 0x43f3b48: state change - SERVER_GEN_REQUEST_RCVD.
13:13:13.956 SIP.PROXY ROUTING Tracker testing direction : to tag match 81cfbb9466.
13:13:13.956 SIP.PROXY DB PUD entry lookup: requri = offered contact
13:13:13.956 SIP.PROXY ROUTING Transc 0x43f3b48: SIP Request Method = BYE.
13:13:13.956 SIP.PROXY ROUTING Tracker testing direction : to tag match 81cfbb9466.
13:13:13.957 SIP.PROXY ROUTING Using Proxy User Database to forward transparent inbound BYE to 192.168.1.5:5060 via UDP.
13:13:13.957 SIP.PROXY ROUTING Check NAT policies for source insert.ip.address.here and destination 192.168.1.5 : NAT not required
13:13:13.958 SIP.PROXY ROUTING Check NAT policies for source 192.168.1.5 and destination insert.ip.address.here : NAT required
13:13:13.958 SIP.PROXY ROUTING Tracker testing direction : to tag match 81cfbb9466.
13:13:13.959 SIP.PROXY ROUTING Updating call ID 374c07406a7d8592 for media.
13:13:13.960 SIP.PROXY ROUTING Found from host hostname and to host hostname for call ID 374c07406a7d8592.
13:13:13.960 SIP.PROXY ROUTING Modify request for proxy - dec max forwards; add record-route
13:13:13.961 SIP.PROXY DOM Transaction 0x43f3b48: created corresponding transaction 0x43fc8b8
13:13:13.961 SIP.PROXY ROUTING Updating inbound call ID 374c07406a7d8592 for routing.
13:13:13.962 SIP.PROXY DOM getKeyFromMsg - "374c07406a7d8592_527841351_00000001"
13:13:13.963 SIP.PROXY DOM getKeyFromTrans - "374c07406a7d8592_527841351_00000001"
13:13:13.963 SIP.PROXY TRANSACTION Transc 0x43fc8b8: state change - CLIENT_GEN_REQUEST_SENT.
13:13:13.963 SIP.PROXY ROUTING Transc 0x43fc8b8: Request forwarded.
13:13:13.964 SIP.PROXY ROUTING Removing CCMID entry _pxyCCM_374c07406a7d8592 [0x9c].
13:13:14.064 SIP.PROXY DOM getKeyFromMsg - "374c07406a7d8592_527841351_00000001"
13:13:14.065 SIP.PROXY ROUTING Evaluating inbound traffic for HMR processing of response.
13:13:14.065 SIP.PROXY ROUTING Evaluated response direction from DialogObject : Original inbound.
13:13:14.065 SIP.PROXY DOM getKeyFromTrans - "374c07406a7d8592_527841351_00000001"
13:13:14.065 SIP.PROXY TRANSACTION Transc 0x43fc8b8: state change - CLIENT_GEN_FINAL_RESPONSE_RCVD.
13:13:14.066 SIP.PROXY ROUTING Transc 0x43fc8b8: SIP Response Code = 200 to BYE.
13:13:14.067 SIP.PROXY DB PUD entry lookup: to user = original contact user
13:13:14.067 SIP.PROXY ROUTING Using server transaction to forward 200 to insert.ip.address.here:5060 via UDP.
13:13:14.068 SIP.PROXY ROUTING Updating call ID 374c07406a7d8592 for media.
13:13:14.068 SIP.PROXY ROUTING Modify response for proxy
13:13:14.069 SIP.PROXY DOM getKeyFromMsg - "374c07406a7d8592_527841351_00000001"
13:13:14.070 SIP.PROXY DOM getKeyFromTrans - "374c07406a7d8592_527841351_00000000"
13:13:14.070 SIP.PROXY DOM Creating new dialog object - "374c07406a7d8592_527841351_00000000", 0
13:13:14.070 SIP.PROXY TRANSACTION Transc 0x43f3b48: state change - SERVER_GEN_FINAL_RESPONSE_SENT.
13:13:14.071 SIP.PROXY ROUTING Transc 0x43f3b48: Response forwarded.
13:13:14.071 SIP.PROXY DOM TransactionComplete: 0x43fc8b8: CLIENT_GEN_FINAL_RESPONSE_RCVD
13:13:14.465 SIP.PROXY TRANSACTION Transc 0x4409618: created by incoming message.
13:13:14.465 SIP.PROXY DOM getKeyFromMsg - "34d0aaea35affee4_260309753_00000001"
13:13:14.465 SIP.PROXY ROUTING Evaluating inbound traffic for HMR processing of request.
13:13:14.466 SIP.PROXY ROUTING Evaluated request direction from message : Original inbound.
13:13:14.466 SIP.PROXY DOM getKeyFromTrans - "34d0aaea35affee4_260309753_00000001"
13:13:14.467 SIP.PROXY DOM getKeyFromTrans - "34d0aaea35affee4_260309753_00000000"
13:13:14.467 SIP.PROXY DOM Creating new dialog object - "34d0aaea35affee4_260309753_00000001", 0
13:13:14.467 SIP.PROXY TRANSACTION Transc 0x4409618: state change - SERVER_GEN_REQUEST_RCVD.
13:13:14.469 SIP.PROXY DB PUD entry lookup: requri = offered contact
13:13:14.469 SIP.PROXY ROUTING Transc 0x4409618: SIP Request Method = NOTIFY.
13:13:14.470 SIP.PROXY ROUTING Using Proxy User Database to forward transparent inbound NOTIFY to 192.168.1.4:5060 via UDP.
13:13:14.471 SIP.PROXY ROUTING Check NAT policies for source insert.ip.address.here and destination 192.168.1.4 : NAT not required
13:13:14.471 SIP.PROXY ROUTING Check NAT policies for source 192.168.1.4 and destination insert.ip.address.here : NAT required
13:13:14.473 SIP.PROXY ROUTING Modify request for proxy - dec max forwards; add record-route
13:13:14.473 SIP.PROXY DOM Transaction 0x4409618: created corresponding transaction 0x43f86d8
13:13:14.474 SIP.PROXY DOM getKeyFromMsg - "34d0aaea35affee4_260309753_00000001"
13:13:14.476 SIP.PROXY DOM getKeyFromTrans - "34d0aaea35affee4_260309753_00000001"
13:13:14.476 SIP.PROXY TRANSACTION Transc 0x43f86d8: state change - CLIENT_GEN_REQUEST_SENT.
13:13:14.476 SIP.PROXY ROUTING Transc 0x43f86d8: Request forwarded.
13:13:14.496 SIP.PROXY DOM getKeyFromMsg - "34d0aaea35affee4_260309753_00000001"
13:13:14.496 SIP.PROXY ROUTING Evaluating inbound traffic for HMR processing of response.
13:13:14.497 SIP.PROXY ROUTING Evaluated response direction from DialogObject : Original inbound.
13:13:14.497 SIP.PROXY DOM getKeyFromTrans - "34d0aaea35affee4_260309753_00000001"
13:13:14.497 SIP.PROXY TRANSACTION Transc 0x43f86d8: state change - CLIENT_GEN_FINAL_RESPONSE_RCVD.
13:13:14.498 SIP.PROXY ROUTING Transc 0x43f86d8: SIP Response Code = 200 to NOTIFY.
13:13:14.499 SIP.PROXY DB PUD entry lookup: to user = original contact user
13:13:14.499 SIP.PROXY ROUTING Using server transaction to forward 200 to insert.ip.address.here:5060 via UDP.
13:13:14.500 SIP.PROXY ROUTING Modify response for proxy
13:13:14.501 SIP.PROXY DOM getKeyFromMsg - "34d0aaea35affee4_260309753_00000001"
13:13:14.502 SIP.PROXY DOM getKeyFromTrans - "34d0aaea35affee4_260309753_00000000"
13:13:14.502 SIP.PROXY DOM Creating new dialog object - "34d0aaea35affee4_260309753_00000000", 0
13:13:14.503 SIP.PROXY TRANSACTION Transc 0x4409618: state change - SERVER_GEN_FINAL_RESPONSE_SENT.
13:13:14.503 SIP.PROXY ROUTING Transc 0x4409618: Response forwarded.
13:13:14.503 SIP.PROXY DOM TransactionComplete: 0x43f86d8: CLIENT_GEN_FINAL_RESPONSE_RCVD
13:13:19.072 SIP.PROXY DOM getKeyFromTrans - "374c07406a7d8592_527841351_00000001"
13:13:19.072 SIP.PROXY TRANSACTION Transc 0x43fc8b8: state change - TERMINATED.
13:13:19.072 SIP.PROXY DOM TransactionComplete: 0x43fc8b8: TERMINATED
13:13:19.504 SIP.PROXY DOM getKeyFromTrans - "34d0aaea35affee4_260309753_00000001"
13:13:19.504 SIP.PROXY TRANSACTION Transc 0x43f86d8: state change - TERMINATED.
13:13:19.504 SIP.PROXY DOM TransactionComplete: 0x43f86d8: TERMINATED
13:13:22.397 SIP.PROXY DOM Timer cleanup of dialog object - "34d0aaea35affee4_260309753_00000000"
13:13:22.397 SIP.PROXY DOM Timer cleanup of dialog object - "374c07406a7d8592_527841351_00000000"
13:13:30.833 SIP.PROXY TRANSACTION Transc 0x44061c8: created by incoming message.
13:13:30.834 SIP.PROXY DOM getKeyFromMsg - "B29E4280_660317910_00000001"
13:13:30.834 SIP.PROXY ROUTING Evaluating inbound traffic for HMR processing of request.
13:13:30.835 SIP.PROXY ROUTING Evaluated request direction from message : Original inbound.
13:13:30.835 SIP.PROXY DOM getKeyFromTrans - "B29E4280_660317910_00000001"
13:13:30.835 SIP.PROXY DOM getKeyFromTrans - "B29E4280_660317910_00000000"
13:13:30.835 SIP.PROXY DOM Creating new dialog object - "B29E4280_660317910_00000001", 0
13:13:30.836 SIP.PROXY TRANSACTION Transc 0x44061c8: state change - SERVER_GEN_REQUEST_RCVD.
13:13:30.838 SIP.PROXY DB PUD entry lookup failed.
13:13:30.839 SIP.PROXY ROUTING Transc 0x44061c8: SIP Request Method = OPTIONS.
13:13:30.840 SIP.PROXY ROUTING Unable to find registered proxy user for this request.
13:13:30.841 SIP.PROXY DOM getKeyFromMsg - "B29E4280_660317910_00000001"
13:13:30.842 SIP.PROXY DOM getKeyFromTrans - "B29E4280_660317910_00000000"
13:13:30.842 SIP.PROXY DOM Creating new dialog object - "B29E4280_660317910_00000000", 0
13:13:30.843 SIP.PROXY TRANSACTION Transc 0x44061c8: state change - SERVER_GEN_FINAL_RESPONSE_SENT.
13:13:31.236 SIP.PROXY DOM getKeyFromTrans - "374c07406a7d8592_25235_00000001"
13:13:31.236 SIP.PROXY TRANSACTION Transc 0x43f7948: state change - TERMINATED.
13:13:31.237 SIP.PROXY DOM TransactionComplete: 0x43f7948: TERMINATED
13:13:31.437 SIP.PROXY DOM getKeyFromTrans - "34d0aaea35affee4_260309752_00000000"
13:13:31.438 SIP.PROXY DOM Creating new dialog object - "34d0aaea35affee4_260309752_00000000", 0
13:13:31.438 SIP.PROXY TRANSACTION Transc 0x43fd458: state change - TERMINATED.
13:13:31.438 SIP.PROXY DOM TransactionComplete: 0x43fd458: TERMINATED
13:13:32.399 SIP.PROXY DOM Timer cleanup of dialog object - "34d0aaea35affee4_260309752_00000000"
13:13:32.399 SIP.PROXY DOM Timer cleanup of dialog object - "34d0aaea35affee4_260309752_00000001"
13:13:32.400 SIP.PROXY DOM Timer cleanup of dialog object - "374c07406a7d8592_25235_00000001"
13:13:32.400 SIP.PROXY DOM Timer cleanup of dialog object - "B29E4280_660317910_00000000"
13:13:32.400 SIP.PROXY DOM Timer cleanup of dialog object - "B29E4280_660317910_00000001"
13:13:32.433 SIP.PROXY ROUTING Removing call ID 374c07406a7d8592 from routing.
13:13:32.788 SIP.PROXY DOM getKeyFromTrans - "639C750D_617709220_00000000"
13:13:32.789 SIP.PROXY DOM Creating new dialog object - "639C750D_617709220_00000000", 0
13:13:32.789 SIP.PROXY TRANSACTION Transc 0x44082b8: state change - TERMINATED.
13:13:32.789 SIP.PROXY DOM TransactionComplete: 0x44082b8: TERMINATED
13:13:33.141 SIP.PROXY DOM getKeyFromTrans - "374c07406a7d8592_25237_00000000"
13:13:33.141 SIP.PROXY DOM Creating new dialog object - "374c07406a7d8592_25237_00000000", 0
13:13:33.141 SIP.PROXY TRANSACTION Transc 0x440c2a8: state change - TERMINATED.
13:13:33.142 SIP.PROXY DOM TransactionComplete: 0x440c2a8: TERMINATED
Transaction counter found. It is not a subset command of the "show sip proxy". It is buried in the "show sip resource" output. Here is an example:
xxxxx-iad#sh sip proxy resources
Type Name Allocated Currently in Use Max Used
--------------------------------------------------------------------------------
Proxy proxyPoolElements 2500 17 881
xxxxx-iad#
xxxxx-iad#sh sip resources | incl transaction
Transaction transactions 1000 1 905