Friday, April 2, 2021

HPE DL20 Gen10 #P17079-B21 with two EVO 2.5" SSD's running pfSense in zfs zpool

I have a HPE ProLiant DL20 Gen10 E-2224 1P 16GB-U S100i 2LFF 290W PS Server server setup with two 2.5" EVO SSD's, running pfSense in a mirrored zfs zpool. Hardware used for this build includes:

1. #P17079-B21 HPE ProLiant DL20 Gen10 E-2224 1P 16GB-U S100i 2LFF 290W PS Server

2. (2x) Samsung 860 EVO 250GB 2.5-Inch SATA III Internal SSD (MZ-76E250E)

3. (2x) #774026-001 G10 3.5 SAS/SATA HDD TRAY

4. (2x) DSLRKIT 2.5" SSD to 3.5" SATA HDD Adapter Caddy Tray CAGE Hot Swap Plug

The EVO drives and the 2.5" to 3.5" Adapter's are non HPE and purchased off Amazon. With this setup I am even able to hot swap drives in the array and repair without reboot or interruption of service. Drive lights work. Cooling profile is still valid.

The people at ZaynTek are the best. If you need any HPE Servers or server bolt ons they should be your first stop. 

ACCOUNT MANAGER

Sunday, July 24, 2016

Oracle SBC session-agent out of service for fail-over use

Oracle SBC session-agent out of service for fail-over use

Using Virtual SBC7.3

Create session-agent using the following:

ping-method               OPTIONS;hops=0
ping-interval               30
ping-send-mode          keep-alive

This will cause the SBC to send a ping to the session-agent, like your NS/Redirect server, every 30 seconds. If the session-agent does not respond it will be considered out of service. If this agent is in a session agent group SAG (session-group) with other session agents then this agent in the group will not be used, but the other agents in the group will, if available.

I also noticed a SNMP message when this goes out of service.

Friday, April 29, 2016

Oracle SBC 7.3 - setup for Access SBC in home lab

Oracle SBC 7.3 - setup for Access SBC in home lab


Oracle SBC 7.3 - setup for Access SBC in home lab

Home lab has 10Gb network from PC to ESXi of 192.168.70.0/24 using SPF+ DAC
PC and ESXi both have 1Gb nics that go to switch using 192.168.10.0/24

192.168.10.5 is PC with xlite soft phone
192.168.10.235 is my asterisk box (vm guest)
192.168.70.236 is my 2012 R2 server for logs, snmp, and traps using 10Gb pc to esxi (vm guest)

SBC is also vm guest. Was tricky setting up the interfaces. You must have them all setup correctly before you power on the SBC guest image THE FIRST TIME!!
make sure they are on correct interface, like example: vmnetwork1 for media interfaces and 10GbToPC for the wancomm interfaces
make sure they are using correct type e1000 as the sbc has driver for that one. You may have to remove some interfaces and add new ones.
make sure they are all set to power on at start

192.168.70.50 for wancomm on pc to esxi 10Gb using 10GbToPC e1000 (vm guest)
192.168.10.60 for network-interface on s0p0 using vmnetwork1 e1000 (vm guest)
192.168.10.70 for network-interface on s0p1 using vmnetwork1 e1000 (vm guest)
192.168.10.65 for sip-interface access - VIRTUAL INTERFACE IN SBC SETUP DURING CONFIG BELOW
192.168.10.75 for sip-interface core - VIRTUAL INTERFACE IN SBC SETUP DURING CONFIG BELOW

Using s0p0 for access and s0p1 for core side to asterisk

I will anchor media on the 10.65 and 10.75 interfaces also

all my snmp and trap community names are: mysbc

Preferred order of setup is:
setup product
setup entitlements
bootparam
redundancy //if needed
timezone
ntp-sync
system-config
phy-interface
network-interface
media-manager
realms
sip-config
sip-interface
//used nat-traversal always
//used registration-caching enabled
steering-pools
local-policy //if needed
session-agents //if needed
session-groups //if needed
header manipulations //if needed


session-agent is assigned in local policy
so we create one called asterisk on core realm with asterisk IP
no reason to have sa on access side unless you support customers with PBX
as sip trunk and phone/mta is a peering usage



//begin the setup now

prompt-enabled enabled

setup product

setup entitlements

save
activate

conf t
bootparam

reboot

You should now be able to ping wancomm and ssh to SBC

prompt-enabled enabled
save
activate

conf t
ntp-sync
select
add-server 198.211.106.151
done
exit
exit

show timezone
if no timezone yet do

timezone-set

show ntp server
save
activate

/system-config is a must and setup syslog server if needed (log-filter all-fork if using syslog server)
conf t
system
system-con
select
hostname mysbc
description mysbc
location "Gilbert AZ"
mib-system-contact "Glen Whittenberg"
mib-system-name mysbc
mib-system-location "Gilbert AZ"
snmp-enabled enabled
enable-snmp-auth-traps enabled
enable-snmp-syslog-notify enabled
enable-snmp-monitor-traps enabled
enable-env-monitor-traps enabled
enable-mblk_tracking enabled
snmp-syslog-his-table-length 1
snmp-syslog-level WARNING
syslog-server
address 192.168.70.236
port 514
facility 4
done
exit
system-log-level WARNING
process-log-level NOTICE
process-log-ip-address 192.168.70.236
process-log-port 2500
log-filter all-fork
default-gateway your ip here if needed
done
exit
exit
exit
save
activate


//snmp-community if needed

conf t
system
snmp-community
ip-addresses 192.168.70.236
community-name mysbc
access-mode READ-WRITE
done
exit
exit
exit
save
activate

//trap-receiver if needed

conf t
system
trap-receiver
ip-address 192.168.70.236
filter-level All
community-name mysbc
done
exit
exit
exit
save
activate-con

//account-server for radius if needed for CDRs
conf t
session-router
account-config
select
account-servers
hostname 192.168.70.236
port 1813
state enabled
secret mysbc
done
exit
done
exit
exit
exit
save
activate-con


//Enable CDR on SBC if needed and use ftp push if needed

conf t
session-router
account-config
select
hostname localhost
state enabled
file-output enabled
ftp-push enabled
cdr-output-redundancy disabled
generate-start OK
generate-interim Reinvite-Response
prevent-duplicate-attrs enabled
cdr-output-inclusive enabled
done
exit
exit
exit
save
activate-con

//push-reciever for cdr to ftp server

conf t
session-router
account-config
select
push-receiver
server 192.168.70.236
remote-path /
username ftpuser
password ftpuser
admin-state enabled
done
exit
done
exit
exit
exit
save
activate-con






//setup interfaces

interface-mapping
show

Interface Mapping Info
-------------------------------------------
Eth-IF  MAC-Addr                Label
wancom0 00:50:56:86:BF:70       #generic
wancom1 00:50:56:86:E0:FC       #generic
wancom2 00:50:56:86:70:66       #generic
spare   00:50:56:86:51:35       #generic
s0p0    00:50:56:86:3A:BD       #generic
s1p0    00:50:56:86:F0:63       #generic
s0p1    00:50:56:86:C1:EC       #generic
s1p1    00:50:56:86:97:01       #generic
s0p2    FF:FF:FF:FF:FF:FF       #dummy
s1p2    FF:FF:FF:FF:FF:FF       #dummy
s0p3    FF:FF:FF:FF:FF:FF       #dummy
s1p3    FF:FF:FF:FF:FF:FF       #dummy

exit
show interfaces brief

Slt Prt Vlan Interface  IP                     Gateway                 Adm  Oper
Num Num   ID Name       Address                Address                 Stat Stat
--- --- ---- ---------- ---------------------- ----------------------- ---- ----
  -   -    - lo         127.0.0.1/8            -                        up   up
  -   -    - wancom0    192.168.70.50/24       -                        up   up
--------------------------------------------------------------------------------


//phy-interface

conf t
system
phy-interface
name access
operation-type Media
slot 0
port 0
done
name core
operation-type Media
slot 0
port 1
done
exit
exit
exit
save
activate


//network-interface

conf t
system
network-interface
name access
description "access side"
ip-address 192.168.10.160
netmask 255.255.255.0
gateway 192.168.10.1
signaling-mtu 1500
add-hip-ip 192.168.10.160
add-ftp-ip 192.168.10.160
add-icmp-ip 192.168.10.160
add-ssh-ip 192.168.10.160
done
name core
description "core side"
ip-address 192.168.10.170
netmask 255.255.255.0
gateway 192.168.10.1
signaling-mtu 1500
add-hip-ip 192.168.10.170
add-ftp-ip 192.168.10.170
add-icmp-ip 192.168.10.170
add-ssh-ip 192.168.10.170
done
exit
exit
exit
save
activate

show interfaces brief

Slt Prt Vlan Interface  IP                     Gateway                 Adm  Oper
Num Num   ID Name       Address                Address                 Stat Stat
--- --- ---- ---------- ---------------------- ----------------------- ---- ----
  -   -    - lo         127.0.0.1/8            -                        up   up
  -   -    - wancom0    192.168.70.50/24       -                        up   up
  0   0    0 access     192.168.10.60/24       192.168.10.1             up   up
  0   1    0 core       192.168.10.70/24       192.168.10.1             up   up
--------------------------------------------------------------------------------



//media-manager

conf t
media-manager
realm-config
network-interfaces access
identifier access
description "access realm"
done
network-interfaces core
identifier core
description "core realm"
done
exit
exit
exit
save
activate

//media-manager-config for audio latching purpose
conf t
media-manager
media-manager
state enabled
latching enabled
done
exit
exit
exit
save
activate


//sip-config

conf t
session-router
sip-config
select
state enabled
operation-mode dialog
dialog-transparency enabled
home-realm-id access
egress-realm-id core
nat-mode Public
registrar-domain *
registrar-host *
registrar-port 5060
done
exit
exit
exit
save
activate


//sip interfaces

conf t
session-router
sip-interface
state enabled
realm-id access
nat-traversal always
registration-caching enabled
sip-ports
address 192.168.10.165
port 5060
transport-protocol UDP
allow-anonymous all
done
exit
done
exit
exit
exit
save
activate

conf t
session-router
sip-interface
state enabled
realm-id core
nat-traversal always
registration-caching enabled
sip-ports
address 192.168.10.175
port 5060
transport-protocol UDP
allow-anonymous all
done
exit
done
exit
exit
exit
save
activate


//sreering-pool

conf t
media-manager
steering-pool
realm-id access
ip-address 192.168.10.165
start-port 10000
end-port 30000
done
realm-id core
ip-address 192.168.10.175
start-port 10000
end-port 30000
done
exit
exit
exit
save
activate


//local-policy

conf t
session-router
local-policy
source-realm core
description "core local policy"
from-address *
to-address *
source-realm core
state enabled
policy-attribute
next-hop 192.168.10.235
realm core
state enabled
app-protocol SIP
done
exit
done
exit
exit
exit
save
activate

conf t
session-router
local-policy
source-realm access
description "access local policy"
from-address *
to-address *
source-realm access
state enabled
policy-attribute
next-hop 192.168.10.235
realm core
state enabled
app-protocol SIP
done
exit
done
exit
exit
exit
save
activate


Now setup your phones pointing to asterisk 192.168.10.235 with using 192.168.10.65 as proxy
Make calls and look at sip logs on asterisk and sbc. we have true b2b with media anchoring.

Remember you could have created a session-agent and used that for next hop in core local-policy


Wednesday, January 6, 2016

Broadsoft R17SP4 Virtualized in home lab - Part 1

Broadsoft R17SP4 Virtualized in home lab - Part 1

**Note as of 2/10/2016  I got the JBOD SAS/SATA controller in my NAS, but still using the Node 304 case. Taking online course from SIP School now. Looking to be certified in a few months.

Did move my ESXi server to new case with new ASUS mother board. More room, more fans, much quiter.

We are getting four new Oracle 4600 SBC's at work in a month or two. We will use two as Interconnect and the other two as Access. I will get to set up one each. Hoping to get back to videos after this is done

**Note as of 1/1/2015 I have put this project on hold as I redo my NAS. Getting bigger case and adding SAS/SATA JBOD Controller. Getting ready to go 10GB Ethernet :)

In this video I cover my plan to setup Broadsoft R17SP4 in my VMware ESXI home lab - Part 1

https://youtu.be/k13gLn6dNx8


Monday, January 4, 2016

Oracle Acme Packet Virtual Image SBC siplog - Part 7

Oracle Acme Packet Virtual Image SBC siplog - Part 7

mysbc1# tail-logfile-open sipd
mysbc1# tail-logfile-open sipd sipmsg.log
Using socket already for this ...
waiting 1200 for response to request
completed
mysbc1#
mysbc1#
mysbc1#
mysbc1#---------------------------------the reg
mysbc1#
mysbc1#
mysbc1#

----------------------------------------

02:44.411 On [0:0]192.168.10.45:5060 received from 192.168.10.5:14638
192.168.10.190 SIP/2.0
 SIP/2.0/UDP 192.168.10.5:14638;branch=z9hG4bK-d87543-673485707668702d-1--d87543-;rport
 70
 <sip:100@192.168.10.5:14638;rinstance=ba172fabfc63b4f2>
 "100"<sip:100@192.168.10.190>
 "100"<sip:100@192.168.10.190>;tag=bd0b342f
 9c0b24122a731817YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
 1 REGISTER
 3600
 INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
 X-Lite release 1002tx stamp 29712
 0
02:44.411 On [0:0]192.168.10.45:5060 received from 192.168.10.5:14638
REGISTER sip:192.168.10.190 SIP/2.0
Via: SIP/2.0/UDP 192.168.10.5:14638;branch=z9hG4bK-d87543-673485707668702d-1--d87543-;rport
Max-Forwards: 70
Contact: <sip:100@192.168.10.5:14638;rinstance=ba172fabfc63b4f2>
To: "100"<sip:100@192.168.10.190>
From: "100"<sip:100@192.168.10.190>;tag=bd0b342f
Call-ID: 9c0b24122a731817YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
CSeq: 1 REGISTER
Expires: 3600
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
User-Agent: X-Lite release 1002tx stamp 29712
Content-Length: 0


----------------------------------------

02:44.412 On [1:0]192.168.10.55:5060 sent to 192.168.10.190:5060
192.168.10.190 SIP/2.0
 SIP/2.0/UDP 192.168.10.55:5060;branch=z9hG4bKk8g1q320cguq56s45f30.1
 69
 <sip:100@192.168.10.5:14638;rinstance=ba172fabfc63b4f2>
 "100"<sip:100@192.168.10.190>
 "100"<sip:100@192.168.10.190>;tag=bd0b342f
 9c0b24122a731817YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
 1 REGISTER
 3600
 INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
 X-Lite release 1002tx stamp 29712
 0
02:44.412 On [1:0]192.168.10.55:5060 sent to 192.168.10.190:5060
REGISTER sip:192.168.10.190 SIP/2.0
Via: SIP/2.0/UDP 192.168.10.55:5060;branch=z9hG4bKk8g1q320cguq56s45f30.1
Max-Forwards: 69
Contact: <sip:100@192.168.10.5:14638;rinstance=ba172fabfc63b4f2>
To: "100"<sip:100@192.168.10.190>
From: "100"<sip:100@192.168.10.190>;tag=bd0b342f
Call-ID: 9c0b24122a731817YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
CSeq: 1 REGISTER
Expires: 3600
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
User-Agent: X-Lite release 1002tx stamp 29712
Content-Length: 0


----------------------------------------

02:44.413 On [1:0]192.168.10.55:5060 received from 192.168.10.190:5060
 SIP/2.0/UDP 192.168.10.55:5060;branch=z9hG4bKk8g1q320cguq56s45f30.1;received=192.168.10.55
 "100"<sip:100@192.168.10.190>;tag=bd0b342f
 "100"<sip:100@192.168.10.190>;tag=as13e11624
 9c0b24122a731817YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
 1 REGISTER
 Asterisk PBX 11.20.0
 INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
 replaces, timer
 Digest algorithm=MD5, realm="asterisk", nonce="39ee348b"
 0
02:44.413 On [1:0]192.168.10.55:5060 received from 192.168.10.190:5060
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 192.168.10.55:5060;branch=z9hG4bKk8g1q320cguq56s45f30.1;received=192.168.10.55
From: "100"<sip:100@192.168.10.190>;tag=bd0b342f
To: "100"<sip:100@192.168.10.190>;tag=as13e11624
Call-ID: 9c0b24122a731817YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
CSeq: 1 REGISTER
Server: Asterisk PBX 11.20.0
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
Supported: replaces, timer
WWW-Authenticate: Digest algorithm=MD5, realm="asterisk", nonce="39ee348b"
Content-Length: 0


----------------------------------------

02:44.413 On [0:0]192.168.10.45:5060 sent to 192.168.10.5:14638
 SIP/2.0/UDP 192.168.10.5:14638;received=192.168.10.5;branch=z9hG4bK-d87543-673485707668702d-1--d87543-;rport=14638
 "100"<sip:100@192.168.10.190>;tag=as13e11624
 "100"<sip:100@192.168.10.190>;tag=bd0b342f
 9c0b24122a731817YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
 1 REGISTER
 Asterisk PBX 11.20.0
 INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
 replaces, timer
 Digest algorithm=MD5, realm="asterisk", nonce="39ee348b"
 0
02:44.413 On [0:0]192.168.10.45:5060 sent to 192.168.10.5:14638
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 192.168.10.5:14638;received=192.168.10.5;branch=z9hG4bK-d87543-673485707668702d-1--d87543-;rport=14638
To: "100"<sip:100@192.168.10.190>;tag=as13e11624
From: "100"<sip:100@192.168.10.190>;tag=bd0b342f
Call-ID: 9c0b24122a731817YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
CSeq: 1 REGISTER
Server: Asterisk PBX 11.20.0
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
Supported: replaces, timer
WWW-Authenticate: Digest algorithm=MD5, realm="asterisk", nonce="39ee348b"
Content-Length: 0


----------------------------------------

02:44.616 On [0:0]192.168.10.45:5060 received from 192.168.10.5:14638
192.168.10.190 SIP/2.0
 SIP/2.0/UDP 192.168.10.5:14638;branch=z9hG4bK-d87543-f6180c550a62e412-1--d87543-;rport
 70
 <sip:100@192.168.10.5:14638;rinstance=ba172fabfc63b4f2>
 "100"<sip:100@192.168.10.190>
 "100"<sip:100@192.168.10.190>;tag=bd0b342f
 9c0b24122a731817YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
 2 REGISTER
 3600
 INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
 X-Lite release 1002tx stamp 29712
 Digest username="100",realm="asterisk",nonce="39ee348b",uri="sip:192.168.10.190",response="fbbc5480c79ac2222fceac67a580f54a",algorithm=MD5
 0
02:44.616 On [0:0]192.168.10.45:5060 received from 192.168.10.5:14638
REGISTER sip:192.168.10.190 SIP/2.0
Via: SIP/2.0/UDP 192.168.10.5:14638;branch=z9hG4bK-d87543-f6180c550a62e412-1--d87543-;rport
Max-Forwards: 70
Contact: <sip:100@192.168.10.5:14638;rinstance=ba172fabfc63b4f2>
To: "100"<sip:100@192.168.10.190>
From: "100"<sip:100@192.168.10.190>;tag=bd0b342f
Call-ID: 9c0b24122a731817YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
CSeq: 2 REGISTER
Expires: 3600
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
User-Agent: X-Lite release 1002tx stamp 29712
Authorization: Digest username="100",realm="asterisk",nonce="39ee348b",uri="sip:192.168.10.190",response="fbbc5480c79ac2222fceac67a580f54a",algorithm=MD5
Content-Length: 0


----------------------------------------

02:44.617 On [1:0]192.168.10.55:5060 sent to 192.168.10.190:5060
192.168.10.190 SIP/2.0
 SIP/2.0/UDP 192.168.10.55:5060;branch=z9hG4bKlom2cd2008m0nenbohm0.1
 69
 <sip:100@192.168.10.5:14638;rinstance=ba172fabfc63b4f2>
 "100"<sip:100@192.168.10.190>
 "100"<sip:100@192.168.10.190>;tag=bd0b342f
 9c0b24122a731817YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
 2 REGISTER
 3600
 INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
 X-Lite release 1002tx stamp 29712
 Digest username="100",realm="asterisk",nonce="39ee348b",uri="sip:192.168.10.190",response="fbbc5480c79ac2222fceac67a580f54a",algorithm=MD5
 0
02:44.617 On [1:0]192.168.10.55:5060 sent to 192.168.10.190:5060
REGISTER sip:192.168.10.190 SIP/2.0
Via: SIP/2.0/UDP 192.168.10.55:5060;branch=z9hG4bKlom2cd2008m0nenbohm0.1
Max-Forwards: 69
Contact: <sip:100@192.168.10.5:14638;rinstance=ba172fabfc63b4f2>
To: "100"<sip:100@192.168.10.190>
From: "100"<sip:100@192.168.10.190>;tag=bd0b342f
Call-ID: 9c0b24122a731817YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
CSeq: 2 REGISTER
Expires: 3600
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
User-Agent: X-Lite release 1002tx stamp 29712
Authorization: Digest username="100",realm="asterisk",nonce="39ee348b",uri="sip:192.168.10.190",response="fbbc5480c79ac2222fceac67a580f54a",algorithm=MD5
Content-Length: 0


----------------------------------------

02:44.618 On [1:0]192.168.10.55:5060 received from 192.168.10.190:5060
 SIP/2.0/UDP 192.168.10.55:5060;branch=z9hG4bKlom2cd2008m0nenbohm0.1;received=192.168.10.55
 "100"<sip:100@192.168.10.190>;tag=bd0b342f
 "100"<sip:100@192.168.10.190>;tag=as13e11624
 9c0b24122a731817YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
 2 REGISTER
 Asterisk PBX 11.20.0
 INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
 replaces, timer
 3600
 <sip:100@192.168.10.5:14638;rinstance=ba172fabfc63b4f2>;expires=3600
 Mon, 04 Jan 2016 04:02:44 GMT
 0
02:44.618 On [1:0]192.168.10.55:5060 received from 192.168.10.190:5060
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.10.55:5060;branch=z9hG4bKlom2cd2008m0nenbohm0.1;received=192.168.10.55
From: "100"<sip:100@192.168.10.190>;tag=bd0b342f
To: "100"<sip:100@192.168.10.190>;tag=as13e11624
Call-ID: 9c0b24122a731817YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
CSeq: 2 REGISTER
Server: Asterisk PBX 11.20.0
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
Supported: replaces, timer
Expires: 3600
Contact: <sip:100@192.168.10.5:14638;rinstance=ba172fabfc63b4f2>;expires=3600
Date: Mon, 04 Jan 2016 04:02:44 GMT
Content-Length: 0


----------------------------------------

02:44.618 On [0:0]192.168.10.45:5060 sent to 192.168.10.5:14638
 SIP/2.0/UDP 192.168.10.5:14638;received=192.168.10.5;branch=z9hG4bK-d87543-f6180c550a62e412-1--d87543-;rport=14638
 "100"<sip:100@192.168.10.190>;tag=as13e11624
 "100"<sip:100@192.168.10.190>;tag=bd0b342f
 9c0b24122a731817YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
 2 REGISTER
 Asterisk PBX 11.20.0
 INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
 replaces, timer
 3600
 <sip:100@192.168.10.5:14638;rinstance=ba172fabfc63b4f2>;expires=3600
 Mon, 04 Jan 2016 04:02:44 GMT
 0
02:44.618 On [0:0]192.168.10.45:5060 sent to 192.168.10.5:14638
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.10.5:14638;received=192.168.10.5;branch=z9hG4bK-d87543-f6180c550a62e412-1--d87543-;rport=14638
To: "100"<sip:100@192.168.10.190>;tag=as13e11624
From: "100"<sip:100@192.168.10.190>;tag=bd0b342f
Call-ID: 9c0b24122a731817YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
CSeq: 2 REGISTER
Server: Asterisk PBX 11.20.0
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
Supported: replaces, timer
Expires: 3600
Contact: <sip:100@192.168.10.5:14638;rinstance=ba172fabfc63b4f2>;expires=3600
Date: Mon, 04 Jan 2016 04:02:44 GMT
Content-Length: 0


----------------------------------------

mysbc1#
mysbc1#
mysbc1#
mysbc1#-----------------------the call
mysbc1#
mysbc1#
mysbc1#
mysbc1#
02:51.476 On [0:0]192.168.10.45:5060 received from 192.168.10.5:14638
200@192.168.10.190 SIP/2.0
 SIP/2.0/UDP 192.168.10.5:14638;branch=z9hG4bK-d87543-7a156e40f7235430-1--d87543-;rport
 70
 <sip:100@192.168.10.5:14638>
 "200"<sip:200@192.168.10.190>
 "100"<sip:100@192.168.10.190>;tag=fd63ff59
 8d180724d209fe70YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
 1 INVITE
 INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
 application/sdp
 X-Lite release 1002tx stamp 29712
 331
101 0-15
107 BV32/16000
119 BV32-FEC/16000
98 iLBC/8000
101 telephone-event/8000
3BD3C54E8CC3461C8F0C0F7B7C640E2D
02:51.476 On [0:0]192.168.10.45:5060 received from 192.168.10.5:14638
INVITE sip:200@192.168.10.190 SIP/2.0
Via: SIP/2.0/UDP 192.168.10.5:14638;branch=z9hG4bK-d87543-7a156e40f7235430-1--d87543-;rport
Max-Forwards: 70
Contact: <sip:100@192.168.10.5:14638>
To: "200"<sip:200@192.168.10.190>
From: "100"<sip:100@192.168.10.190>;tag=fd63ff59
Call-ID: 8d180724d209fe70YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
CSeq: 1 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
Content-Type: application/sdp
User-Agent: X-Lite release 1002tx stamp 29712
Content-Length: 331

v=0
o=- 7 2 IN IP4 192.168.10.5
s=<CounterPath eyeBeam 1.5>
c=IN IP4 192.168.10.5
t=0 0
m=audio 54250 RTP/AVP 107 119 0 98 8 3 101
a=fmtp:101 0-15
a=rtpmap:107 BV32/16000
a=rtpmap:119 BV32-FEC/16000
a=rtpmap:98 iLBC/8000
a=rtpmap:101 telephone-event/8000
a=sendrecv
a=x-rtp-session-id:3BD3C54E8CC3461C8F0C0F7B7C640E2D

----------------------------------------

02:51.477 On 127.0.0.1:2945 sent to 127.0.0.1:2944
 ac 3e fc 01 00 0a 85 1a 01 e1 10 00 00 00 02 00   .>..............
 00 00 00 01 d6 21 00 00 00 02 00 e3 30 00 e0 5c   .....!......0..\
 00 02 20 01 50 00 06 61 63 63 65 73 73 53 00 05   .. .P..accessS..
 24 57 45 53 54 54 00 04 63 6f 72 65 56 00 05 24   $WESTT..coreV..$
 45 41 53 54 58 00 01 01 5b 00 01 00 59 00 02 00   EASTX...[...Y...
 02 5a 00 04 00 00 00 00 8d 00 04 00 00 00 00 68   .Z.............h
 00 04 00 00 00 00 69 00 04 00 00 00 00 6a 00 04   ......i......j..
 00 00 00 00 6b 00 04 00 00 00 00 8e 00 04 00 00   ....k...........
 00 6b 63 00 05 02 c0 a8 0a be 64 00 05 02 c0 a8   .kc.......d.....
 0a be 66 00 25 61 75 64 69 6f 2f 42 56 33 32 2f   ..f.%audio/BV32/
 73 65 6e 64 72 65 63 76 2f 78 2d 72 74 70 2d 73   sendrecv/x-rtp-s
 65 73 73 69 6f 6e 2d 69 64 2f ac 00 01 00 e9 00   ession-id/......
 01 00 ea 00 01 00 78 00 01 00 79 00 01 65 7a 00   ......x...y..ez.
 02 1f 40 7c 00 01 65 7d 00 01 65 e4 00 04 00 00   ..@|..e}..e.....
 00 00 d1 00 01 00 d2 00 07 00 00 00 00 00 00 00   ................
 d3 00 0c 00 00 00 00 00 00 00 00 00 00 00 00 21   ...............!
 00 00 00 02 00 e5 30 00 e2 5c 00 02 10 01 50 00   ......0..\....P.
 04 63 6f 72 65 53 00 05 24 45 41 53 54 54 00 06   .coreS..$EASTT..
 61 63 63 65 73 73 56 00 05 24 57 45 53 54 57 00   accessV..$WESTW.
 07 02 c0 a8 0a 05 d3 ea 58 00 01 01 5b 00 01 01   ........X...[...
 59 00 02 00 02 5a 00 04 00 00 00 00 8d 00 04 00   Y....Z..........
 00 00 00 68 00 04 00 00 00 00 69 00 04 00 00 00   ...h......i.....
 00 6a 00 04 00 00 00 00 6b 00 04 00 00 00 00 8e   .j......k.......
 00 04 00 00 00 6b 64 00 05 02 c0 a8 0a 05 66 00   .....kd.......f.
 25 61 75 64 69 6f 2f 42 56 33 32 2f 73 65 6e 64   %audio/BV32/send
 72 65 63 76 2f 78 2d 72 74 70 2d 73 65 73 73 69   recv/x-rtp-sessi
 6f 6e 2d 69 64 2f ac 00 01 00 e9 00 01 00 ea 00   on-id/..........
 01 00 78 00 01 00 79 00 01 65 7a 00 02 1f 40 7c   ..x...y..ez...@|
 00 01 65 7d 00 01 65 e4 00 04 00 00 00 00 d1 00   ..e}..e.........
 01 00 d2 00 07 00 00 00 00 00 00 00 d3 00 0c 00   ................
 00 00 00 00 00 00 00 00 00 00 00                  ...........
54250
02:51.477 On 127.0.0.1:2945 sent to 127.0.0.1:2944
  0000: ac 3e fc 01 00 0a 85 1a 01 e1 10 00 00 00 02 00   .>..............
  0010: 00 00 00 01 d6 21 00 00 00 02 00 e3 30 00 e0 5c   .....!......0..\
  0020: 00 02 20 01 50 00 06 61 63 63 65 73 73 53 00 05   .. .P..accessS..
  0030: 24 57 45 53 54 54 00 04 63 6f 72 65 56 00 05 24   $WESTT..coreV..$
  0040: 45 41 53 54 58 00 01 01 5b 00 01 00 59 00 02 00   EASTX...[...Y...
  0050: 02 5a 00 04 00 00 00 00 8d 00 04 00 00 00 00 68   .Z.............h
  0060: 00 04 00 00 00 00 69 00 04 00 00 00 00 6a 00 04   ......i......j..
  0070: 00 00 00 00 6b 00 04 00 00 00 00 8e 00 04 00 00   ....k...........
  0080: 00 6b 63 00 05 02 c0 a8 0a be 64 00 05 02 c0 a8   .kc.......d.....
  0090: 0a be 66 00 25 61 75 64 69 6f 2f 42 56 33 32 2f   ..f.%audio/BV32/
  00a0: 73 65 6e 64 72 65 63 76 2f 78 2d 72 74 70 2d 73   sendrecv/x-rtp-s
  00b0: 65 73 73 69 6f 6e 2d 69 64 2f ac 00 01 00 e9 00   ession-id/......
  00c0: 01 00 ea 00 01 00 78 00 01 00 79 00 01 65 7a 00   ......x...y..ez.
  00d0: 02 1f 40 7c 00 01 65 7d 00 01 65 e4 00 04 00 00   ..@|..e}..e.....
  00e0: 00 00 d1 00 01 00 d2 00 07 00 00 00 00 00 00 00   ................
  00f0: d3 00 0c 00 00 00 00 00 00 00 00 00 00 00 00 21   ...............!
  0100: 00 00 00 02 00 e5 30 00 e2 5c 00 02 10 01 50 00   ......0..\....P.
  0110: 04 63 6f 72 65 53 00 05 24 45 41 53 54 54 00 06   .coreS..$EASTT..
  0120: 61 63 63 65 73 73 56 00 05 24 57 45 53 54 57 00   accessV..$WESTW.
  0130: 07 02 c0 a8 0a 05 d3 ea 58 00 01 01 5b 00 01 01   ........X...[...
  0140: 59 00 02 00 02 5a 00 04 00 00 00 00 8d 00 04 00   Y....Z..........
  0150: 00 00 00 68 00 04 00 00 00 00 69 00 04 00 00 00   ...h......i.....
  0160: 00 6a 00 04 00 00 00 00 6b 00 04 00 00 00 00 8e   .j......k.......
  0170: 00 04 00 00 00 6b 64 00 05 02 c0 a8 0a 05 66 00   .....kd.......f.
  0180: 25 61 75 64 69 6f 2f 42 56 33 32 2f 73 65 6e 64   %audio/BV32/send
  0190: 72 65 63 76 2f 78 2d 72 74 70 2d 73 65 73 73 69   recv/x-rtp-sessi
  01a0: 6f 6e 2d 69 64 2f ac 00 01 00 e9 00 01 00 ea 00   on-id/..........
  01b0: 01 00 78 00 01 00 79 00 01 65 7a 00 02 1f 40 7c   ..x...y..ez...@|
  01c0: 00 01 65 7d 00 01 65 e4 00 04 00 00 00 00 d1 00   ..e}..e.........
  01d0: 01 00 d2 00 07 00 00 00 00 00 00 00 d3 00 0c 00   ................
  01e0: 00 00 00 00 00 00 00 00 00 00 00                  ...........
Transaction = 689434 {
  Context = $ {
    Add = $ {
      Flow {
        index=1E
        irealm=access
        idest=$WEST
        erealm=core
        esource=$EAST
        media=audio/BV32/sendrecv/x-rtp-session-id/
        trans=UDP
        mode=off
        num=2
        bw=0
        used_bw=0
        peakr=0
        avgr=0
        mbs=0
        policedr=0
        natted=192.168.10.190
        subscr=192.168.10.190
        last_event=
      }
    },
    Add = $ {
      Flow {
        index=1W
        irealm=core
        idest=$EAST
        erealm=access
        esource=$WEST
        edest=192.168.10.5:54250
        media=audio/BV32/sendrecv/x-rtp-session-id/
        trans=UDP
        mode=1way
        num=2
        bw=0
        used_bw=0
        peakr=0
        avgr=0
        mbs=0
        policedr=0
        subscr=192.168.10.5
        last_event=
      }
    }
  }
}
----------------------------------------

02:51.478 On [0:0]192.168.10.45:5060 sent to 192.168.10.5:14638
 SIP/2.0/UDP 192.168.10.5:14638;received=192.168.10.5;branch=z9hG4bK-d87543-7a156e40f7235430-1--d87543-;rport=14638
 "200"<sip:200@192.168.10.190>
 "100"<sip:100@192.168.10.190>;tag=fd63ff59
 8d180724d209fe70YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
 1 INVITE
02:51.478 On [0:0]192.168.10.45:5060 sent to 192.168.10.5:14638
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 192.168.10.5:14638;received=192.168.10.5;branch=z9hG4bK-d87543-7a156e40f7235430-1--d87543-;rport=14638
To: "200"<sip:200@192.168.10.190>
From: "100"<sip:100@192.168.10.190>;tag=fd63ff59
Call-ID: 8d180724d209fe70YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
CSeq: 1 INVITE


----------------------------------------

02:51.479 On 127.0.0.1:2945 sent to 127.0.0.1:2944
 ac 3e fc 02 00 0a 85 1a 02 20 10 01 00 00 07 00   .>....... ......
 00 00 00 02 15 21 01 00 00 07 00 ff 30 00 fc 5c   .....!......0..\
 00 02 20 01 50 00 06 61 63 63 65 73 73 52 00 07   .. .P..accessR..
 02 c0 a8 0a 28 27 16 54 00 04 63 6f 72 65 55 00   ....('.T..coreU.
 07 02 c0 a8 0a 32 27 16 58 00 01 01 5b 00 01 00   .....2'.X...[...
 59 00 02 00 02 5a 00 04 00 00 00 00 8d 00 04 00   Y....Z..........
 00 00 00 68 00 04 00 00 00 00 69 00 04 00 00 00   ...h......i.....
 00 6a 00 04 00 00 00 00 6b 00 04 00 00 00 00 8e   .j......k.......
 00 04 00 00 00 6b 63 00 05 02 c0 a8 0a be 64 00   .....kc.......d.
 05 02 c0 a8 0a be 66 00 25 61 75 64 69 6f 2f 42   ......f.%audio/B
 56 33 32 2f 73 65 6e 64 72 65 63 76 2f 78 2d 72   V32/sendrecv/x-r
 74 70 2d 73 65 73 73 69 6f 6e 2d 69 64 2f ac 00   tp-session-id/..
 01 00 e9 00 01 00 ea 00 01 00 5f 00 07 02 c0 a8   .........._.....
 0a 28 27 16 5e 00 07 02 c0 a8 0a 32 27 16 78 00   .('.^......2'.x.
 01 00 79 00 01 65 7a 00 02 1f 40 7c 00 01 65 7d   ..y..ez...@|..e}
 00 01 65 93 00 01 01 e4 00 04 00 00 00 00 d1 00   ..e.............
 01 00 d2 00 07 00 00 00 00 00 00 00 d3 00 0c 00   ................
 00 00 00 56 89 ee eb 00 07 4c 8a 21 01 00 00 08   ...V.....L.!....
 01 08 30 01 05 5c 00 02 10 01 50 00 04 63 6f 72   ..0..\....P..cor
 65 52 00 07 02 c0 a8 0a 32 27 16 54 00 06 61 63   eR......2'.T..ac
 63 65 73 73 55 00 07 02 c0 a8 0a 28 27 16 57 00   cessU......('.W.
 07 02 c0 a8 0a 05 d3 ea 58 00 01 01 5b 00 01 01   ........X...[...
 5d 00 04 01 00 00 07 59 00 02 00 02 5a 00 04 00   ]......Y....Z...
 00 00 00 8d 00 04 00 00 00 00 68 00 04 00 00 00   ..........h.....
 00 69 00 04 00 00 00 00 6a 00 04 00 00 00 00 6b   .i......j......k
 00 04 00 00 00 00 8e 00 04 00 00 00 6b 64 00 05   ............kd..
 02 c0 a8 0a 05 66 00 25 61 75 64 69 6f 2f 42 56   .....f.%audio/BV
 33 32 2f 73 65 6e 64 72 65 63 76 2f 78 2d 72 74   32/sendrecv/x-rt
 70 2d 73 65 73 73 69 6f 6e 2d 69 64 2f ac 00 01   p-session-id/...
 00 e9 00 01 00 ea 00 01 00 5f 00 07 02 c0 a8 0a   ........._......
 28 27 16 5e 00 07 02 c0 a8 0a 32 27 16 78 00 01   ('.^......2'.x..
 00 79 00 01 65 7a 00 02 1f 40 7c 00 01 65 7d 00   .y..ez...@|..e}.
 01 65 93 00 01 01 e4 00 04 00 00 00 00 d1 00 01   .e..............
 00 d2 00 07 00 00 00 00 00 00 00 d3 00 0c 00 00   ................
 00 00 56 89 ee eb 00 07 4c b1                     ..V.....L.
10006
10006
10006
10006
02:51.478
10006
10006
54250
10006
10006
02:51.478
02:51.479 On 127.0.0.1:2945 sent to 127.0.0.1:2944
  0000: ac 3e fc 02 00 0a 85 1a 02 20 10 01 00 00 07 00   .>....... ......
  0010: 00 00 00 02 15 21 01 00 00 07 00 ff 30 00 fc 5c   .....!......0..\
  0020: 00 02 20 01 50 00 06 61 63 63 65 73 73 52 00 07   .. .P..accessR..
  0030: 02 c0 a8 0a 28 27 16 54 00 04 63 6f 72 65 55 00   ....('.T..coreU.
  0040: 07 02 c0 a8 0a 32 27 16 58 00 01 01 5b 00 01 00   .....2'.X...[...
  0050: 59 00 02 00 02 5a 00 04 00 00 00 00 8d 00 04 00   Y....Z..........
  0060: 00 00 00 68 00 04 00 00 00 00 69 00 04 00 00 00   ...h......i.....
  0070: 00 6a 00 04 00 00 00 00 6b 00 04 00 00 00 00 8e   .j......k.......
  0080: 00 04 00 00 00 6b 63 00 05 02 c0 a8 0a be 64 00   .....kc.......d.
  0090: 05 02 c0 a8 0a be 66 00 25 61 75 64 69 6f 2f 42   ......f.%audio/B
  00a0: 56 33 32 2f 73 65 6e 64 72 65 63 76 2f 78 2d 72   V32/sendrecv/x-r
  00b0: 74 70 2d 73 65 73 73 69 6f 6e 2d 69 64 2f ac 00   tp-session-id/..
  00c0: 01 00 e9 00 01 00 ea 00 01 00 5f 00 07 02 c0 a8   .........._.....
  00d0: 0a 28 27 16 5e 00 07 02 c0 a8 0a 32 27 16 78 00   .('.^......2'.x.
  00e0: 01 00 79 00 01 65 7a 00 02 1f 40 7c 00 01 65 7d   ..y..ez...@|..e}
  00f0: 00 01 65 93 00 01 01 e4 00 04 00 00 00 00 d1 00   ..e.............
  0100: 01 00 d2 00 07 00 00 00 00 00 00 00 d3 00 0c 00   ................
  0110: 00 00 00 56 89 ee eb 00 07 4c 8a 21 01 00 00 08   ...V.....L.!....
  0120: 01 08 30 01 05 5c 00 02 10 01 50 00 04 63 6f 72   ..0..\....P..cor
  0130: 65 52 00 07 02 c0 a8 0a 32 27 16 54 00 06 61 63   eR......2'.T..ac
  0140: 63 65 73 73 55 00 07 02 c0 a8 0a 28 27 16 57 00   cessU......('.W.
  0150: 07 02 c0 a8 0a 05 d3 ea 58 00 01 01 5b 00 01 01   ........X...[...
  0160: 5d 00 04 01 00 00 07 59 00 02 00 02 5a 00 04 00   ]......Y....Z...
  0170: 00 00 00 8d 00 04 00 00 00 00 68 00 04 00 00 00   ..........h.....
  0180: 00 69 00 04 00 00 00 00 6a 00 04 00 00 00 00 6b   .i......j......k
  0190: 00 04 00 00 00 00 8e 00 04 00 00 00 6b 64 00 05   ............kd..
  01a0: 02 c0 a8 0a 05 66 00 25 61 75 64 69 6f 2f 42 56   .....f.%audio/BV
  01b0: 33 32 2f 73 65 6e 64 72 65 63 76 2f 78 2d 72 74   32/sendrecv/x-rt
  01c0: 70 2d 73 65 73 73 69 6f 6e 2d 69 64 2f ac 00 01   p-session-id/...
  01d0: 00 e9 00 01 00 ea 00 01 00 5f 00 07 02 c0 a8 0a   ........._......
  01e0: 28 27 16 5e 00 07 02 c0 a8 0a 32 27 16 78 00 01   ('.^......2'.x..
  01f0: 00 79 00 01 65 7a 00 02 1f 40 7c 00 01 65 7d 00   .y..ez...@|..e}.
  0200: 01 65 93 00 01 01 e4 00 04 00 00 00 00 d1 00 01   .e..............
  0210: 00 d2 00 07 00 00 00 00 00 00 00 d3 00 0c 00 00   ................
  0220: 00 00 56 89 ee eb 00 07 4c b1                     ..V.....L.
Reply = 689434 {
  Context = 16777223 {
    Add = 16777223 {
      Flow {
        index=1E
        irealm=access
        idest=192.168.10.40:10006
        erealm=core
        esource=192.168.10.50:10006
        media=audio/BV32/sendrecv/x-rtp-session-id/
        trans=UDP
        mode=off
        num=2
        bw=0
        used_bw=0
        peakr=0
        avgr=0
        mbs=0
        policedr=0
        natted=192.168.10.190
        subscr=192.168.10.190
        west=192.168.10.40:10006
        east=192.168.10.50:10006
        condCacAdmitStatus=bw-avail
        last_event=Jan  3 21:02:51.478
      }
    },
    Add = 16777224 {
      Flow {
        index=1W
        irealm=core
        idest=192.168.10.50:10006
        erealm=access
        esource=192.168.10.40:10006
        edest=192.168.10.5:54250
        media=audio/BV32/sendrecv/x-rtp-session-id/
        trans=UDP
        mode=1way
        other=16777223
        num=2
        bw=0
        used_bw=0
        peakr=0
        avgr=0
        mbs=0
        policedr=0
        subscr=192.168.10.5
        west=192.168.10.40:10006
        east=192.168.10.50:10006
        condCacAdmitStatus=bw-avail
        last_event=Jan  3 21:02:51.478
      }
    }
  }
}
----------------------------------------

02:51.480 On [1:0]192.168.10.55:5060 sent to 192.168.10.190:5060
200@192.168.10.190 SIP/2.0
 SIP/2.0/UDP 192.168.10.55:5060;branch=z9hG4bKl8t5ep20d8u6jmqmkm30.1
 69
 <sip:100@192.168.10.55:5060;transport=udp>
 "200"<sip:200@192.168.10.190>
 "100"<sip:100@192.168.10.190>;tag=fd63ff59
 8d180724d209fe70YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
 1 INVITE
 INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
 application/sdp
 X-Lite release 1002tx stamp 29712
 333
101 0-15
107 BV32/16000
119 BV32-FEC/16000
98 iLBC/8000
101 telephone-event/8000
3BD3C54E8CC3461C8F0C0F7B7C640E2D
02:51.480 On [1:0]192.168.10.55:5060 sent to 192.168.10.190:5060
INVITE sip:200@192.168.10.190 SIP/2.0
Via: SIP/2.0/UDP 192.168.10.55:5060;branch=z9hG4bKl8t5ep20d8u6jmqmkm30.1
Max-Forwards: 69
Contact: <sip:100@192.168.10.55:5060;transport=udp>
To: "200"<sip:200@192.168.10.190>
From: "100"<sip:100@192.168.10.190>;tag=fd63ff59
Call-ID: 8d180724d209fe70YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
CSeq: 1 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
Content-Type: application/sdp
User-Agent: X-Lite release 1002tx stamp 29712
Content-Length: 333

v=0
o=- 7 2 IN IP4 192.168.10.50
s=<CounterPath eyeBeam 1.5>
c=IN IP4 192.168.10.50
t=0 0
m=audio 10006 RTP/AVP 107 119 0 98 8 3 101
a=fmtp:101 0-15
a=rtpmap:107 BV32/16000
a=rtpmap:119 BV32-FEC/16000
a=rtpmap:98 iLBC/8000
a=rtpmap:101 telephone-event/8000
a=sendrecv
a=x-rtp-session-id:3BD3C54E8CC3461C8F0C0F7B7C640E2D

----------------------------------------

02:51.482 On [1:0]192.168.10.55:5060 received from 192.168.10.190:5060
 SIP/2.0/UDP 192.168.10.55:5060;branch=z9hG4bKl8t5ep20d8u6jmqmkm30.1;received=192.168.10.55
 "100"<sip:100@192.168.10.190>;tag=fd63ff59
 "200"<sip:200@192.168.10.190>;tag=as35953656
 8d180724d209fe70YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
 1 INVITE
 Asterisk PBX 11.20.0
 INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
 replaces, timer
 Digest algorithm=MD5, realm="asterisk", nonce="7667b597"
 0
02:51.482 On [1:0]192.168.10.55:5060 received from 192.168.10.190:5060
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 192.168.10.55:5060;branch=z9hG4bKl8t5ep20d8u6jmqmkm30.1;received=192.168.10.55
From: "100"<sip:100@192.168.10.190>;tag=fd63ff59
To: "200"<sip:200@192.168.10.190>;tag=as35953656
Call-ID: 8d180724d209fe70YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
CSeq: 1 INVITE
Server: Asterisk PBX 11.20.0
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
Supported: replaces, timer
WWW-Authenticate: Digest algorithm=MD5, realm="asterisk", nonce="7667b597"
Content-Length: 0


----------------------------------------

02:51.483 On [1:0]192.168.10.55:5060 sent to 192.168.10.190:5060
200@192.168.10.190 SIP/2.0
 SIP/2.0/UDP 192.168.10.55:5060;branch=z9hG4bKl8t5ep20d8u6jmqmkm30.1
 1 ACK
 69
 "200"<sip:200@192.168.10.190>;tag=as35953656
 "100"<sip:100@192.168.10.190>;tag=fd63ff59
 8d180724d209fe70YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
 0
02:51.483 On [1:0]192.168.10.55:5060 sent to 192.168.10.190:5060
ACK sip:200@192.168.10.190 SIP/2.0
Via: SIP/2.0/UDP 192.168.10.55:5060;branch=z9hG4bKl8t5ep20d8u6jmqmkm30.1
CSeq: 1 ACK
Max-Forwards: 69
To: "200"<sip:200@192.168.10.190>;tag=as35953656
From: "100"<sip:100@192.168.10.190>;tag=fd63ff59
Call-ID: 8d180724d209fe70YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
Content-Length: 0


----------------------------------------

02:51.483 On [0:0]192.168.10.45:5060 sent to 192.168.10.5:14638
 SIP/2.0/UDP 192.168.10.5:14638;received=192.168.10.5;branch=z9hG4bK-d87543-7a156e40f7235430-1--d87543-;rport=14638
 "200"<sip:200@192.168.10.190>;tag=as35953656
 "100"<sip:100@192.168.10.190>;tag=fd63ff59
 8d180724d209fe70YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
 1 INVITE
 Asterisk PBX 11.20.0
 INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
 replaces, timer
 Digest algorithm=MD5, realm="asterisk", nonce="7667b597"
 0
02:51.483 On [0:0]192.168.10.45:5060 sent to 192.168.10.5:14638
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 192.168.10.5:14638;received=192.168.10.5;branch=z9hG4bK-d87543-7a156e40f7235430-1--d87543-;rport=14638
To: "200"<sip:200@192.168.10.190>;tag=as35953656
From: "100"<sip:100@192.168.10.190>;tag=fd63ff59
Call-ID: 8d180724d209fe70YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
CSeq: 1 INVITE
Server: Asterisk PBX 11.20.0
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
Supported: replaces, timer
WWW-Authenticate: Digest algorithm=MD5, realm="asterisk", nonce="7667b597"
Content-Length: 0


----------------------------------------

02:51.483 On [0:0]192.168.10.45:5060 received from 192.168.10.5:14638
200@192.168.10.190 SIP/2.0
 SIP/2.0/UDP 192.168.10.5:14638;branch=z9hG4bK-d87543-7a156e40f7235430-1--d87543-;rport
 "200"<sip:200@192.168.10.190>;tag=as35953656
 "100"<sip:100@192.168.10.190>;tag=fd63ff59
 8d180724d209fe70YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
 1 ACK
 0
02:51.483 On [0:0]192.168.10.45:5060 received from 192.168.10.5:14638
ACK sip:200@192.168.10.190 SIP/2.0
Via: SIP/2.0/UDP 192.168.10.5:14638;branch=z9hG4bK-d87543-7a156e40f7235430-1--d87543-;rport
To: "200"<sip:200@192.168.10.190>;tag=as35953656
From: "100"<sip:100@192.168.10.190>;tag=fd63ff59
Call-ID: 8d180724d209fe70YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
CSeq: 1 ACK
Content-Length: 0


----------------------------------------

02:51.585 On [0:0]192.168.10.45:5060 received from 192.168.10.5:14638
200@192.168.10.190 SIP/2.0
 SIP/2.0/UDP 192.168.10.5:14638;branch=z9hG4bK-d87543-9d59c83756225c13-1--d87543-;rport
 70
 <sip:100@192.168.10.5:14638>
 "200"<sip:200@192.168.10.190>
 "100"<sip:100@192.168.10.190>;tag=fd63ff59
 8d180724d209fe70YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
 2 INVITE
 INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
 application/sdp
 X-Lite release 1002tx stamp 29712
 Digest username="100",realm="asterisk",nonce="7667b597",uri="sip:200@192.168.10.190",response="715c756dda083fc9694b481f8adca0dc",algorithm=MD5
 331
101 0-15
107 BV32/16000
119 BV32-FEC/16000
98 iLBC/8000
101 telephone-event/8000
3BD3C54E8CC3461C8F0C0F7B7C640E2D
02:51.585 On [0:0]192.168.10.45:5060 received from 192.168.10.5:14638
INVITE sip:200@192.168.10.190 SIP/2.0
Via: SIP/2.0/UDP 192.168.10.5:14638;branch=z9hG4bK-d87543-9d59c83756225c13-1--d87543-;rport
Max-Forwards: 70
Contact: <sip:100@192.168.10.5:14638>
To: "200"<sip:200@192.168.10.190>
From: "100"<sip:100@192.168.10.190>;tag=fd63ff59
Call-ID: 8d180724d209fe70YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
CSeq: 2 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
Content-Type: application/sdp
User-Agent: X-Lite release 1002tx stamp 29712
Authorization: Digest username="100",realm="asterisk",nonce="7667b597",uri="sip:200@192.168.10.190",response="715c756dda083fc9694b481f8adca0dc",algorithm=MD5
Content-Length: 331

v=0
o=- 7 2 IN IP4 192.168.10.5
s=<CounterPath eyeBeam 1.5>
c=IN IP4 192.168.10.5
t=0 0
m=audio 54250 RTP/AVP 107 119 0 98 8 3 101
a=fmtp:101 0-15
a=rtpmap:107 BV32/16000
a=rtpmap:119 BV32-FEC/16000
a=rtpmap:98 iLBC/8000
a=rtpmap:101 telephone-event/8000
a=sendrecv
a=x-rtp-session-id:3BD3C54E8CC3461C8F0C0F7B7C640E2D

----------------------------------------

02:51.587 On [0:0]192.168.10.45:5060 sent to 192.168.10.5:14638
 SIP/2.0/UDP 192.168.10.5:14638;received=192.168.10.5;branch=z9hG4bK-d87543-9d59c83756225c13-1--d87543-;rport=14638
 "200"<sip:200@192.168.10.190>
 "100"<sip:100@192.168.10.190>;tag=fd63ff59
 8d180724d209fe70YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
 2 INVITE
02:51.587 On [0:0]192.168.10.45:5060 sent to 192.168.10.5:14638
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 192.168.10.5:14638;received=192.168.10.5;branch=z9hG4bK-d87543-9d59c83756225c13-1--d87543-;rport=14638
To: "200"<sip:200@192.168.10.190>
From: "100"<sip:100@192.168.10.190>;tag=fd63ff59
Call-ID: 8d180724d209fe70YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
CSeq: 2 INVITE


----------------------------------------

02:51.587 On [1:0]192.168.10.55:5060 sent to 192.168.10.190:5060
200@192.168.10.190 SIP/2.0
 SIP/2.0/UDP 192.168.10.55:5060;branch=z9hG4bKm0470230f092g8ecti30.1
 69
 <sip:100@192.168.10.55:5060;transport=udp>
 "200"<sip:200@192.168.10.190>
 "100"<sip:100@192.168.10.190>;tag=fd63ff59
 8d180724d209fe70YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
 2 INVITE
 INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
 application/sdp
 X-Lite release 1002tx stamp 29712
 Digest username="100",realm="asterisk",nonce="7667b597",uri="sip:200@192.168.10.190",response="715c756dda083fc9694b481f8adca0dc",algorithm=MD5
 333
101 0-15
107 BV32/16000
119 BV32-FEC/16000
98 iLBC/8000
101 telephone-event/8000
3BD3C54E8CC3461C8F0C0F7B7C640E2D
02:51.587 On [1:0]192.168.10.55:5060 sent to 192.168.10.190:5060
INVITE sip:200@192.168.10.190 SIP/2.0
Via: SIP/2.0/UDP 192.168.10.55:5060;branch=z9hG4bKm0470230f092g8ecti30.1
Max-Forwards: 69
Contact: <sip:100@192.168.10.55:5060;transport=udp>
To: "200"<sip:200@192.168.10.190>
From: "100"<sip:100@192.168.10.190>;tag=fd63ff59
Call-ID: 8d180724d209fe70YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
CSeq: 2 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
Content-Type: application/sdp
User-Agent: X-Lite release 1002tx stamp 29712
Authorization: Digest username="100",realm="asterisk",nonce="7667b597",uri="sip:200@192.168.10.190",response="715c756dda083fc9694b481f8adca0dc",algorithm=MD5
Content-Length: 333

v=0
o=- 7 2 IN IP4 192.168.10.50
s=<CounterPath eyeBeam 1.5>
c=IN IP4 192.168.10.50
t=0 0
m=audio 10006 RTP/AVP 107 119 0 98 8 3 101
a=fmtp:101 0-15
a=rtpmap:107 BV32/16000
a=rtpmap:119 BV32-FEC/16000
a=rtpmap:98 iLBC/8000
a=rtpmap:101 telephone-event/8000
a=sendrecv
a=x-rtp-session-id:3BD3C54E8CC3461C8F0C0F7B7C640E2D

----------------------------------------

02:51.588 On [1:0]192.168.10.55:5060 received from 192.168.10.190:5060
 SIP/2.0/UDP 192.168.10.55:5060;branch=z9hG4bKm0470230f092g8ecti30.1;received=192.168.10.55
 "100"<sip:100@192.168.10.190>;tag=fd63ff59
 "200"<sip:200@192.168.10.190>
 8d180724d209fe70YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
 2 INVITE
 Asterisk PBX 11.20.0
 INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
 replaces, timer
 <sip:200@192.168.10.190:5060>
 0
02:51.588 On [1:0]192.168.10.55:5060 received from 192.168.10.190:5060
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 192.168.10.55:5060;branch=z9hG4bKm0470230f092g8ecti30.1;received=192.168.10.55
From: "100"<sip:100@192.168.10.190>;tag=fd63ff59
To: "200"<sip:200@192.168.10.190>
Call-ID: 8d180724d209fe70YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
CSeq: 2 INVITE
Server: Asterisk PBX 11.20.0
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
Supported: replaces, timer
Contact: <sip:200@192.168.10.190:5060>
Content-Length: 0


----------------------------------------

02:51.589 On [1:0]192.168.10.55:5060 received from 192.168.10.190:5060
 SIP/2.0/UDP 192.168.10.55:5060;branch=z9hG4bKm0470230f092g8ecti30.1;received=192.168.10.55
 "100"<sip:100@192.168.10.190>;tag=fd63ff59
 "200"<sip:200@192.168.10.190>;tag=as5f8019a9
 8d180724d209fe70YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
 2 INVITE
 Asterisk PBX 11.20.0
 INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
 replaces, timer
 <sip:200@192.168.10.190:5060>
 application/sdp
 403
3 GSM/8000
3 GSM/8000
0 PCMU/8000
0 PCMU/8000
8 PCMA/8000
8 PCMA/8000
98 iLBC/8000
98 mode=30
101 telephone-event/8000
101 0-16
20
02:51.589 On [1:0]192.168.10.55:5060 received from 192.168.10.190:5060
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.10.55:5060;branch=z9hG4bKm0470230f092g8ecti30.1;received=192.168.10.55
From: "100"<sip:100@192.168.10.190>;tag=fd63ff59
To: "200"<sip:200@192.168.10.190>;tag=as5f8019a9
Call-ID: 8d180724d209fe70YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
CSeq: 2 INVITE
Server: Asterisk PBX 11.20.0
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
Supported: replaces, timer
Contact: <sip:200@192.168.10.190:5060>
Content-Type: application/sdp
Content-Length: 403

v=0
o=root 1201081886 1201081886 IN IP4 192.168.10.190
s=Asterisk PBX 11.20.0
c=IN IP4 192.168.10.190
t=0 0
m=audio 19764 RTP/AVP 3 3 0 0 8 8 98 101
a=rtpmap:3 GSM/8000
a=rtpmap:3 GSM/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:98 iLBC/8000
a=fmtp:98 mode=30
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=sendrecv

----------------------------------------

02:51.590 On 127.0.0.1:2945 sent to 127.0.0.1:2944
 ac 3e fc 01 00 0a 85 1b 01 a9 10 01 00 00 07 00   .>..............
 00 00 00 01 9e 22 01 00 00 08 00 bf 30 00 bc 5c   ....."......0..\
 00 02 10 01 50 00 04 63 6f 72 65 54 00 06 61 63   ....P..coreT..ac
 63 65 73 73 58 00 01 01 5b 00 01 01 59 00 02 00   cessX...[...Y...
 02 5a 00 04 00 00 00 00 8d 00 04 00 00 00 00 68   .Z.............h
 00 04 00 00 00 00 69 00 04 00 00 00 00 6a 00 04   ......i......j..
 00 00 00 00 6b 00 04 00 00 00 00 8e 00 04 00 00   ....k...........
 00 03 64 00 05 02 c0 a8 0a 05 66 00 19 61 75 64   ..d.......f..aud
 69 6f 2f 47 53 4d 2f 70 74 69 6d 65 2f 73 65 6e   io/GSM/ptime/sen
 64 72 65 63 76 2f ac 00 01 00 e9 00 01 02 ea 00   drecv/..........
 01 02 78 00 01 00 79 00 01 65 7a 00 02 1f 40 7c   ..x...y..ez...@|
 00 01 65 7d 00 01 65 e4 00 04 00 00 00 14 d1 00   ..e}..e.........
 01 00 d2 00 07 00 00 00 00 00 00 00 d3 00 0c 00   ................
 00 00 00 00 00 00 00 00 00 00 00 22 01 00 00 07   ..........."....
 00 d1 30 00 ce 5c 00 02 20 01 50 00 06 61 63 63   ..0..\.. .P..acc
 65 73 73 54 00 04 63 6f 72 65 57 00 07 02 c0 a8   essT..coreW.....
 0a be 4d 34 58 00 01 01 5b 00 01 01 59 00 02 00   ..M4X...[...Y...
 02 5a 00 04 00 00 00 00 8d 00 04 00 00 00 00 68   .Z.............h
 00 04 00 00 00 00 69 00 04 00 00 00 00 6a 00 04   ......i......j..
 00 00 00 00 6b 00 04 00 00 00 00 8e 00 04 00 00   ....k...........
 00 03 63 00 05 02 c0 a8 0a be 64 00 05 02 c0 a8   ..c.......d.....
 0a be 66 00 19 61 75 64 69 6f 2f 47 53 4d 2f 70   ..f..audio/GSM/p
 74 69 6d 65 2f 73 65 6e 64 72 65 63 76 2f ac 00   time/sendrecv/..
 01 00 e9 00 01 02 ea 00 01 02 78 00 01 00 79 00   ..........x...y.
 01 65 7a 00 02 1f 40 7c 00 01 65 7d 00 01 65 e4   .ez...@|..e}..e.
 00 04 00 00 00 14 d1 00 01 00 d2 00 07 00 00 00   ................
 00 00 00 00 d3 00 0c 00 00 00 00 00 00 00 00 00   ................
 00 00 00                                          ...
19764
02:51.590 On 127.0.0.1:2945 sent to 127.0.0.1:2944
  0000: ac 3e fc 01 00 0a 85 1b 01 a9 10 01 00 00 07 00   .>..............
  0010: 00 00 00 01 9e 22 01 00 00 08 00 bf 30 00 bc 5c   ....."......0..\
  0020: 00 02 10 01 50 00 04 63 6f 72 65 54 00 06 61 63   ....P..coreT..ac
  0030: 63 65 73 73 58 00 01 01 5b 00 01 01 59 00 02 00   cessX...[...Y...
  0040: 02 5a 00 04 00 00 00 00 8d 00 04 00 00 00 00 68   .Z.............h
  0050: 00 04 00 00 00 00 69 00 04 00 00 00 00 6a 00 04   ......i......j..
  0060: 00 00 00 00 6b 00 04 00 00 00 00 8e 00 04 00 00   ....k...........
  0070: 00 03 64 00 05 02 c0 a8 0a 05 66 00 19 61 75 64   ..d.......f..aud
  0080: 69 6f 2f 47 53 4d 2f 70 74 69 6d 65 2f 73 65 6e   io/GSM/ptime/sen
  0090: 64 72 65 63 76 2f ac 00 01 00 e9 00 01 02 ea 00   drecv/..........
  00a0: 01 02 78 00 01 00 79 00 01 65 7a 00 02 1f 40 7c   ..x...y..ez...@|
  00b0: 00 01 65 7d 00 01 65 e4 00 04 00 00 00 14 d1 00   ..e}..e.........
  00c0: 01 00 d2 00 07 00 00 00 00 00 00 00 d3 00 0c 00   ................
  00d0: 00 00 00 00 00 00 00 00 00 00 00 22 01 00 00 07   ..........."....
  00e0: 00 d1 30 00 ce 5c 00 02 20 01 50 00 06 61 63 63   ..0..\.. .P..acc
  00f0: 65 73 73 54 00 04 63 6f 72 65 57 00 07 02 c0 a8   essT..coreW.....
  0100: 0a be 4d 34 58 00 01 01 5b 00 01 01 59 00 02 00   ..M4X...[...Y...
  0110: 02 5a 00 04 00 00 00 00 8d 00 04 00 00 00 00 68   .Z.............h
  0120: 00 04 00 00 00 00 69 00 04 00 00 00 00 6a 00 04   ......i......j..
  0130: 00 00 00 00 6b 00 04 00 00 00 00 8e 00 04 00 00   ....k...........
  0140: 00 03 63 00 05 02 c0 a8 0a be 64 00 05 02 c0 a8   ..c.......d.....
  0150: 0a be 66 00 19 61 75 64 69 6f 2f 47 53 4d 2f 70   ..f..audio/GSM/p
  0160: 74 69 6d 65 2f 73 65 6e 64 72 65 63 76 2f ac 00   time/sendrecv/..
  0170: 01 00 e9 00 01 02 ea 00 01 02 78 00 01 00 79 00   ..........x...y.
  0180: 01 65 7a 00 02 1f 40 7c 00 01 65 7d 00 01 65 e4   .ez...@|..e}..e.
  0190: 00 04 00 00 00 14 d1 00 01 00 d2 00 07 00 00 00   ................
  01a0: 00 00 00 00 d3 00 0c 00 00 00 00 00 00 00 00 00   ................
  01b0: 00 00 00                                          ...
Transaction = 689435 {
  Context = 16777223 {
    Modify = 16777224 {
      Flow {
        index=1W
        irealm=core
        erealm=access
        media=audio/GSM/ptime/sendrecv/
        trans=UDP
        mode=1way
        num=2
        bw=0
        used_bw=0
        peakr=0
        avgr=0
        mbs=0
        policedr=0
        subscr=192.168.10.5
        xcode_in_digit_type=2833
        xcode_out_digit_type=2833
        ptime=20
        last_event=
      }
    },
    Modify = 16777223 {
      Flow {
        index=1E
        irealm=access
        erealm=core
        edest=192.168.10.190:19764
        media=audio/GSM/ptime/sendrecv/
        trans=UDP
        mode=1way
        num=2
        bw=0
        used_bw=0
        peakr=0
        avgr=0
        mbs=0
        policedr=0
        natted=192.168.10.190
        subscr=192.168.10.190
        xcode_in_digit_type=2833
        xcode_out_digit_type=2833
        ptime=20
        last_event=
      }
    }
  }
}
----------------------------------------

02:51.591 On 127.0.0.1:2945 sent to 127.0.0.1:2944
 ac 3e fc 02 00 0a 85 1b 01 e3 10 01 00 00 07 00   .>..............
 00 00 00 01 d8 22 01 00 00 08 00 e1 30 00 de 5c   ....."......0..\
 00 02 10 01 50 00 04 63 6f 72 65 52 00 07 02 c0   ....P..coreR....
 a8 0a 32 27 16 54 00 06 61 63 63 65 73 73 55 00   ..2'.T..accessU.
 07 02 c0 a8 0a 28 27 16 57 00 07 02 c0 a8 0a 05   .....('.W.......
 d3 ea 58 00 01 01 5b 00 01 01 59 00 02 00 02 5a   ..X...[...Y....Z
 00 04 00 00 00 00 8d 00 04 00 00 00 00 68 00 04   .............h..
 00 00 00 00 69 00 04 00 00 00 00 6a 00 04 00 00   ....i......j....
 00 00 6b 00 04 00 00 00 00 8e 00 04 00 00 00 03   ..k.............
 64 00 05 02 c0 a8 0a 05 66 00 19 61 75 64 69 6f   d.......f..audio
 2f 47 53 4d 2f 70 74 69 6d 65 2f 73 65 6e 64 72   /GSM/ptime/sendr
 65 63 76 2f ac 00 01 00 e9 00 01 02 ea 00 01 02   ecv/............
 78 00 01 00 79 00 01 65 7a 00 02 1f 40 7c 00 01   x...y..ez...@|..
 65 7d 00 01 65 93 00 01 01 e4 00 04 00 00 00 14   e}..e...........
 d1 00 01 00 d2 00 07 00 00 00 00 00 00 00 d3 00   ................
 0c 00 00 00 00 56 89 ee eb 00 09 04 f9 22 01 00   .....V......."..
 00 07 00 e9 30 00 e6 5c 00 02 20 01 50 00 06 61   ....0..\.. .P..a
 63 63 65 73 73 52 00 07 02 c0 a8 0a 28 27 16 54   ccessR......('.T
 00 04 63 6f 72 65 55 00 07 02 c0 a8 0a 32 27 16   ..coreU......2'.
 57 00 07 02 c0 a8 0a be 4d 34 58 00 01 01 5b 00   W.......M4X...[.
 01 01 59 00 02 00 02 5a 00 04 00 00 00 00 8d 00   ..Y....Z........
 04 00 00 00 00 68 00 04 00 00 00 00 69 00 04 00   .....h......i...
 00 00 00 6a 00 04 00 00 00 00 6b 00 04 00 00 00   ...j......k.....
 00 8e 00 04 00 00 00 03 63 00 05 02 c0 a8 0a be   ........c.......
 64 00 05 02 c0 a8 0a be 66 00 19 61 75 64 69 6f   d.......f..audio
 2f 47 53 4d 2f 70 74 69 6d 65 2f 73 65 6e 64 72   /GSM/ptime/sendr
 65 63 76 2f ac 00 01 00 e9 00 01 02 ea 00 01 02   ecv/............
 78 00 01 00 79 00 01 65 7a 00 02 1f 40 7c 00 01   x...y..ez...@|..
 65 7d 00 01 65 93 00 01 01 e4 00 04 00 00 00 14   e}..e...........
 d1 00 01 00 d2 00 07 00 00 00 00 00 00 00 d3 00   ................
 0c 00 00 00 00 56 89 ee eb 00 09 05 78            .....V......x
10006
10006
54250
02:51.591
10006
10006
19764
02:51.591
02:51.591 On 127.0.0.1:2945 sent to 127.0.0.1:2944
  0000: ac 3e fc 02 00 0a 85 1b 01 e3 10 01 00 00 07 00   .>..............
  0010: 00 00 00 01 d8 22 01 00 00 08 00 e1 30 00 de 5c   ....."......0..\
  0020: 00 02 10 01 50 00 04 63 6f 72 65 52 00 07 02 c0   ....P..coreR....
  0030: a8 0a 32 27 16 54 00 06 61 63 63 65 73 73 55 00   ..2'.T..accessU.
  0040: 07 02 c0 a8 0a 28 27 16 57 00 07 02 c0 a8 0a 05   .....('.W.......
  0050: d3 ea 58 00 01 01 5b 00 01 01 59 00 02 00 02 5a   ..X...[...Y....Z
  0060: 00 04 00 00 00 00 8d 00 04 00 00 00 00 68 00 04   .............h..
  0070: 00 00 00 00 69 00 04 00 00 00 00 6a 00 04 00 00   ....i......j....
  0080: 00 00 6b 00 04 00 00 00 00 8e 00 04 00 00 00 03   ..k.............
  0090: 64 00 05 02 c0 a8 0a 05 66 00 19 61 75 64 69 6f   d.......f..audio
  00a0: 2f 47 53 4d 2f 70 74 69 6d 65 2f 73 65 6e 64 72   /GSM/ptime/sendr
  00b0: 65 63 76 2f ac 00 01 00 e9 00 01 02 ea 00 01 02   ecv/............
  00c0: 78 00 01 00 79 00 01 65 7a 00 02 1f 40 7c 00 01   x...y..ez...@|..
  00d0: 65 7d 00 01 65 93 00 01 01 e4 00 04 00 00 00 14   e}..e...........
  00e0: d1 00 01 00 d2 00 07 00 00 00 00 00 00 00 d3 00   ................
  00f0: 0c 00 00 00 00 56 89 ee eb 00 09 04 f9 22 01 00   .....V......."..
  0100: 00 07 00 e9 30 00 e6 5c 00 02 20 01 50 00 06 61   ....0..\.. .P..a
  0110: 63 63 65 73 73 52 00 07 02 c0 a8 0a 28 27 16 54   ccessR......('.T
  0120: 00 04 63 6f 72 65 55 00 07 02 c0 a8 0a 32 27 16   ..coreU......2'.
  0130: 57 00 07 02 c0 a8 0a be 4d 34 58 00 01 01 5b 00   W.......M4X...[.
  0140: 01 01 59 00 02 00 02 5a 00 04 00 00 00 00 8d 00   ..Y....Z........
  0150: 04 00 00 00 00 68 00 04 00 00 00 00 69 00 04 00   .....h......i...
  0160: 00 00 00 6a 00 04 00 00 00 00 6b 00 04 00 00 00   ...j......k.....
  0170: 00 8e 00 04 00 00 00 03 63 00 05 02 c0 a8 0a be   ........c.......
  0180: 64 00 05 02 c0 a8 0a be 66 00 19 61 75 64 69 6f   d.......f..audio
  0190: 2f 47 53 4d 2f 70 74 69 6d 65 2f 73 65 6e 64 72   /GSM/ptime/sendr
  01a0: 65 63 76 2f ac 00 01 00 e9 00 01 02 ea 00 01 02   ecv/............
  01b0: 78 00 01 00 79 00 01 65 7a 00 02 1f 40 7c 00 01   x...y..ez...@|..
  01c0: 65 7d 00 01 65 93 00 01 01 e4 00 04 00 00 00 14   e}..e...........
  01d0: d1 00 01 00 d2 00 07 00 00 00 00 00 00 00 d3 00   ................
  01e0: 0c 00 00 00 00 56 89 ee eb 00 09 05 78            .....V......x
Reply = 689435 {
  Context = 16777223 {
    Modify = 16777224 {
      Flow {
        index=1W
        irealm=core
        idest=192.168.10.50:10006
        erealm=access
        esource=192.168.10.40:10006
        edest=192.168.10.5:54250
        media=audio/GSM/ptime/sendrecv/
        trans=UDP
        mode=1way
        num=2
        bw=0
        used_bw=0
        peakr=0
        avgr=0
        mbs=0
        policedr=0
        subscr=192.168.10.5
        xcode_in_digit_type=2833
        xcode_out_digit_type=2833
        condCacAdmitStatus=bw-avail
        ptime=20
        last_event=Jan  3 21:02:51.591
      }
    },
    Modify = 16777223 {
      Flow {
        index=1E
        irealm=access
        idest=192.168.10.40:10006
        erealm=core
        esource=192.168.10.50:10006
        edest=192.168.10.190:19764
        media=audio/GSM/ptime/sendrecv/
        trans=UDP
        mode=1way
        num=2
        bw=0
        used_bw=0
        peakr=0
        avgr=0
        mbs=0
        policedr=0
        natted=192.168.10.190
        subscr=192.168.10.190
        xcode_in_digit_type=2833
        xcode_out_digit_type=2833
        condCacAdmitStatus=bw-avail
        ptime=20
        last_event=Jan  3 21:02:51.591
      }
    }
  }
}
----------------------------------------

02:51.592 On [0:0]192.168.10.45:5060 sent to 192.168.10.5:14638
 SIP/2.0/UDP 192.168.10.5:14638;received=192.168.10.5;branch=z9hG4bK-d87543-9d59c83756225c13-1--d87543-;rport=14638
 "200"<sip:200@192.168.10.190>;tag=as5f8019a9
 "100"<sip:100@192.168.10.190>;tag=fd63ff59
 8d180724d209fe70YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
 2 INVITE
 Asterisk PBX 11.20.0
 INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
 replaces, timer
 <sip:200@192.168.10.45:5060;transport=udp>
 application/sdp
 401
3 GSM/8000
3 GSM/8000
0 PCMU/8000
0 PCMU/8000
8 PCMA/8000
8 PCMA/8000
98 iLBC/8000
98 mode=30
101 telephone-event/8000
101 0-16
20
02:51.592 On [0:0]192.168.10.45:5060 sent to 192.168.10.5:14638
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.10.5:14638;received=192.168.10.5;branch=z9hG4bK-d87543-9d59c83756225c13-1--d87543-;rport=14638
To: "200"<sip:200@192.168.10.190>;tag=as5f8019a9
From: "100"<sip:100@192.168.10.190>;tag=fd63ff59
Call-ID: 8d180724d209fe70YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
CSeq: 2 INVITE
Server: Asterisk PBX 11.20.0
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
Supported: replaces, timer
Contact: <sip:200@192.168.10.45:5060;transport=udp>
Content-Type: application/sdp
Content-Length: 401

v=0
o=root 1201081886 1201081886 IN IP4 192.168.10.40
s=Asterisk PBX 11.20.0
c=IN IP4 192.168.10.40
t=0 0
m=audio 10006 RTP/AVP 3 3 0 0 8 8 98 101
a=rtpmap:3 GSM/8000
a=rtpmap:3 GSM/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:98 iLBC/8000
a=fmtp:98 mode=30
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=sendrecv

----------------------------------------

02:51.795 On [0:0]192.168.10.45:5060 received from 192.168.10.5:14638
200@192.168.10.45:5060;transport=udp SIP/2.0
 SIP/2.0/UDP 192.168.10.5:14638;branch=z9hG4bK-d87543-ed343f5bf7281508-1--d87543-;rport
 70
 <sip:100@192.168.10.5:14638>
 "200"<sip:200@192.168.10.190>;tag=as5f8019a9
 "100"<sip:100@192.168.10.190>;tag=fd63ff59
 8d180724d209fe70YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
 2 ACK
 X-Lite release 1002tx stamp 29712
 Digest username="100",realm="asterisk",nonce="7667b597",uri="sip:200@192.168.10.190",response="715c756dda083fc9694b481f8adca0dc",algorithm=MD5
 0
02:51.795 On [0:0]192.168.10.45:5060 received from 192.168.10.5:14638
ACK sip:200@192.168.10.45:5060;transport=udp SIP/2.0
Via: SIP/2.0/UDP 192.168.10.5:14638;branch=z9hG4bK-d87543-ed343f5bf7281508-1--d87543-;rport
Max-Forwards: 70
Contact: <sip:100@192.168.10.5:14638>
To: "200"<sip:200@192.168.10.190>;tag=as5f8019a9
From: "100"<sip:100@192.168.10.190>;tag=fd63ff59
Call-ID: 8d180724d209fe70YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
CSeq: 2 ACK
User-Agent: X-Lite release 1002tx stamp 29712
Authorization: Digest username="100",realm="asterisk",nonce="7667b597",uri="sip:200@192.168.10.190",response="715c756dda083fc9694b481f8adca0dc",algorithm=MD5
Content-Length: 0


----------------------------------------

02:51.795 On [1:0]192.168.10.55:5060 sent to 192.168.10.190:5060
200@192.168.10.190:5060 SIP/2.0
 SIP/2.0/UDP 192.168.10.55:5060;branch=z9hG4bKnga8ib303o4inlq2crm0.1
 69
 <sip:100@192.168.10.55:5060;transport=udp>
 "200"<sip:200@192.168.10.190>;tag=as5f8019a9
 "100"<sip:100@192.168.10.190>;tag=fd63ff59
 8d180724d209fe70YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
 2 ACK
 X-Lite release 1002tx stamp 29712
 Digest username="100",realm="asterisk",nonce="7667b597",uri="sip:200@192.168.10.190",response="715c756dda083fc9694b481f8adca0dc",algorithm=MD5
 0
02:51.795 On [1:0]192.168.10.55:5060 sent to 192.168.10.190:5060
ACK sip:200@192.168.10.190:5060 SIP/2.0
Via: SIP/2.0/UDP 192.168.10.55:5060;branch=z9hG4bKnga8ib303o4inlq2crm0.1
Max-Forwards: 69
Contact: <sip:100@192.168.10.55:5060;transport=udp>
To: "200"<sip:200@192.168.10.190>;tag=as5f8019a9
From: "100"<sip:100@192.168.10.190>;tag=fd63ff59
Call-ID: 8d180724d209fe70YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
CSeq: 2 ACK
User-Agent: X-Lite release 1002tx stamp 29712
Authorization: Digest username="100",realm="asterisk",nonce="7667b597",uri="sip:200@192.168.10.190",response="715c756dda083fc9694b481f8adca0dc",algorithm=MD5
Content-Length: 0


----------------------------------------

02:53.109 On [1:0]192.168.10.55:5060 received from 192.168.10.190:5060
100@192.168.10.55:5060;transport=udp SIP/2.0
 SIP/2.0/UDP 192.168.10.190:5060;branch=z9hG4bK1e23d69e
 70
 "200"<sip:200@192.168.10.190>;tag=as5f8019a9
 "100"<sip:100@192.168.10.190>;tag=fd63ff59
 8d180724d209fe70YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
 102 BYE
 Asterisk PBX 11.20.0
 Digest username="100", realm="asterisk", algorithm=MD5, uri="sip:192.168.10.190", nonce="7667b597", response="5b060aef7491de3ebeb5ab9f61528ccb"
 Subscriber absent
 20
 0
02:53.109 On [1:0]192.168.10.55:5060 received from 192.168.10.190:5060
BYE sip:100@192.168.10.55:5060;transport=udp SIP/2.0
Via: SIP/2.0/UDP 192.168.10.190:5060;branch=z9hG4bK1e23d69e
Max-Forwards: 70
From: "200"<sip:200@192.168.10.190>;tag=as5f8019a9
To: "100"<sip:100@192.168.10.190>;tag=fd63ff59
Call-ID: 8d180724d209fe70YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
CSeq: 102 BYE
User-Agent: Asterisk PBX 11.20.0
Proxy-Authorization: Digest username="100", realm="asterisk", algorithm=MD5, uri="sip:192.168.10.190", nonce="7667b597", response="5b060aef7491de3ebeb5ab9f61528ccb"
X-Asterisk-HangupCause: Subscriber absent
X-Asterisk-HangupCauseCode: 20
Content-Length: 0


----------------------------------------

02:53.110 On [0:0]192.168.10.45:5060 sent to 192.168.10.5:14638
100@192.168.10.5:14638 SIP/2.0
 SIP/2.0/UDP 192.168.10.45:5060;branch=z9hG4bKn0hb4l307on1n2qtnc80.1
 69
 "200"<sip:200@192.168.10.190>;tag=as5f8019a9
 "100"<sip:100@192.168.10.190>;tag=fd63ff59
 8d180724d209fe70YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
 102 BYE
 Asterisk PBX 11.20.0
 Digest username="100", realm="asterisk", algorithm=MD5, uri="sip:192.168.10.190", nonce="7667b597", response="5b060aef7491de3ebeb5ab9f61528ccb"
 Subscriber absent
 20
 0
02:53.110 On [0:0]192.168.10.45:5060 sent to 192.168.10.5:14638
BYE sip:100@192.168.10.5:14638 SIP/2.0
Via: SIP/2.0/UDP 192.168.10.45:5060;branch=z9hG4bKn0hb4l307on1n2qtnc80.1
Max-Forwards: 69
From: "200"<sip:200@192.168.10.190>;tag=as5f8019a9
To: "100"<sip:100@192.168.10.190>;tag=fd63ff59
Call-ID: 8d180724d209fe70YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
CSeq: 102 BYE
User-Agent: Asterisk PBX 11.20.0
Proxy-Authorization: Digest username="100", realm="asterisk", algorithm=MD5, uri="sip:192.168.10.190", nonce="7667b597", response="5b060aef7491de3ebeb5ab9f61528ccb"
X-Asterisk-HangupCause: Subscriber absent
X-Asterisk-HangupCauseCode: 20
Content-Length: 0


----------------------------------------

02:53.213 On [0:0]192.168.10.45:5060 received from 192.168.10.5:14638
 SIP/2.0/UDP 192.168.10.45:5060;branch=z9hG4bKn0hb4l307on1n2qtnc80.1
 <sip:100@192.168.10.5:14638>
 "100"<sip:100@192.168.10.190>;tag=fd63ff59
 "200"<sip:200@192.168.10.190>;tag=as5f8019a9
 8d180724d209fe70YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
 102 BYE
 X-Lite release 1002tx stamp 29712
 0
02:53.213 On [0:0]192.168.10.45:5060 received from 192.168.10.5:14638
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.10.45:5060;branch=z9hG4bKn0hb4l307on1n2qtnc80.1
Contact: <sip:100@192.168.10.5:14638>
To: "100"<sip:100@192.168.10.190>;tag=fd63ff59
From: "200"<sip:200@192.168.10.190>;tag=as5f8019a9
Call-ID: 8d180724d209fe70YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
CSeq: 102 BYE
User-Agent: X-Lite release 1002tx stamp 29712
Content-Length: 0


----------------------------------------

02:53.213 On 127.0.0.1:2945 sent to 127.0.0.1:2944
 ac 3e fc 01 00 0a 85 1c 00 3b 10 01 00 00 07 00   .>.......;......
 00 00 00 00 30 23 01 00 00 07 00 11 33 00 0e 35   ....0#......3..5
 00 04 00 00 00 00 30 00 04 00 00 00 00 23 01 00   ......0......#..
 00 08 00 11 33 00 0e 35 00 04 00 00 00 00 30 00   ....3..5......0.
 04 00 00 00 00                                    .....
02:53.213 On 127.0.0.1:2945 sent to 127.0.0.1:2944
  0000: ac 3e fc 01 00 0a 85 1c 00 3b 10 01 00 00 07 00   .>.......;......
  0010: 00 00 00 00 30 23 01 00 00 07 00 11 33 00 0e 35   ....0#......3..5
  0020: 00 04 00 00 00 00 30 00 04 00 00 00 00 23 01 00   ......0......#..
  0030: 00 08 00 11 33 00 0e 35 00 04 00 00 00 00 30 00   ....3..5......0.
  0040: 04 00 00 00 00                                    .....
Transaction = 689436 {
  Context = 16777223 {
    Subtract = 16777223 {
      Audit {
        Stats,
        Flow
      }
    },
    Subtract = 16777224 {
      Audit {
        Stats,
        Flow
      }
    }
  }
}
----------------------------------------

02:53.214 On [1:0]192.168.10.55:5060 sent to 192.168.10.190:5060
 SIP/2.0/UDP 192.168.10.190:5060;branch=z9hG4bK1e23d69e
 "200"<sip:200@192.168.10.190>;tag=as5f8019a9
 "100"<sip:100@192.168.10.190>;tag=fd63ff59
 8d180724d209fe70YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
 102 BYE
 <sip:100@192.168.10.55:5060;transport=udp>
 X-Lite release 1002tx stamp 29712
 0
02:53.214 On [1:0]192.168.10.55:5060 sent to 192.168.10.190:5060
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.10.190:5060;branch=z9hG4bK1e23d69e
From: "200"<sip:200@192.168.10.190>;tag=as5f8019a9
To: "100"<sip:100@192.168.10.190>;tag=fd63ff59
Call-ID: 8d180724d209fe70YTkzOGNiNDdjOTJjNWMzNTE5ZGFmZTkwMGRmZTczZmY.
CSeq: 102 BYE
Contact: <sip:100@192.168.10.55:5060;transport=udp>
User-Agent: X-Lite release 1002tx stamp 29712
Content-Length: 0


----------------------------------------

02:53.214 On 127.0.0.1:2945 sent to 127.0.0.1:2944
 ac 3e fc 02 00 0a 85 1c 02 05 10 01 00 00 07 00   .>..............
 00 00 00 01 fa 23 01 00 00 07 00 fa 30 00 f7 5c   .....#......0..\
 00 02 20 01 50 00 06 61 63 63 65 73 73 51 00 07   .. .P..accessQ..
 02 c0 a8 0a 05 d3 ea 52 00 07 02 c0 a8 0a 28 27   .......R......('
 16 54 00 04 63 6f 72 65 55 00 07 02 c0 a8 0a 32   .T..coreU......2
 27 16 57 00 07 02 c0 a8 0a be 4d 34 58 00 01 01   '.W.......M4X...
 5b 00 01 01 59 00 02 00 02 5a 00 04 00 00 00 00   [...Y....Z......
 8d 00 04 00 00 00 00 68 00 04 00 00 00 00 69 00   .......h......i.
 04 00 00 00 00 6a 00 04 00 00 00 00 6b 00 04 00   .....j......k...
 00 00 00 8e 00 04 00 00 00 03 63 00 05 02 c0 a8   ..........c.....
 0a be 64 00 05 02 c0 a8 0a be 66 00 19 61 75 64   ..d.......f..aud
 69 6f 2f 47 53 4d 2f 70 74 69 6d 65 2f 73 65 6e   io/GSM/ptime/sen
 64 72 65 63 76 2f ac 00 01 00 e9 00 01 02 ea 00   drecv/..........
 01 02 78 00 01 00 79 00 01 65 7a 00 02 1f 40 7c   ..x...y..ez...@|
 00 01 65 7d 00 01 65 93 00 01 01 ce 00 04 00 00   ..e}..e.........
 00 02 e4 00 04 00 00 00 14 d1 00 01 00 d2 00 07   ................
 00 00 00 00 00 00 00 d3 00 0c 00 00 00 00 56 89   ..............V.
 ee ed 00 03 44 94 23 01 00 00 08 00 f2 30 00 ef   ....D.#......0..
 5c 00 02 10 01 50 00 04 63 6f 72 65 51 00 07 02   \....P..coreQ...
 c0 a8 0a be 4d 34 52 00 07 02 c0 a8 0a 32 27 16   ....M4R......2'.
 54 00 06 61 63 63 65 73 73 55 00 07 02 c0 a8 0a   T..accessU......
 28 27 16 57 00 07 02 c0 a8 0a 05 d3 ea 58 00 01   ('.W.........X..
 01 5b 00 01 01 59 00 02 00 02 5a 00 04 00 00 00   .[...Y....Z.....
 00 8d 00 04 00 00 00 00 68 00 04 00 00 00 00 69   ........h......i
 00 04 00 00 00 00 6a 00 04 00 00 00 00 6b 00 04   ......j......k..
 00 00 00 00 8e 00 04 00 00 00 03 64 00 05 02 c0   ...........d....
 a8 0a 05 66 00 19 61 75 64 69 6f 2f 47 53 4d 2f   ...f..audio/GSM/
 70 74 69 6d 65 2f 73 65 6e 64 72 65 63 76 2f ac   ptime/sendrecv/.
 00 01 00 e9 00 01 02 ea 00 01 02 78 00 01 00 79   ...........x...y
 00 01 65 7a 00 02 1f 40 7c 00 01 65 7d 00 01 65   ..ez...@|..e}..e
 93 00 01 01 ce 00 04 00 00 00 02 e4 00 04 00 00   ................
 00 14 d1 00 01 00 d2 00 07 00 00 00 00 00 00 00   ................
 d3 00 0c 00 00 00 00 56 89 ee ed 00 03 44 d2      .......V.....D.
54250
10006
10006
19764
02:53.214
19764
10006
10006
54250
02:53.214
02:53.214 On 127.0.0.1:2945 sent to 127.0.0.1:2944
  0000: ac 3e fc 02 00 0a 85 1c 02 05 10 01 00 00 07 00   .>..............
  0010: 00 00 00 01 fa 23 01 00 00 07 00 fa 30 00 f7 5c   .....#......0..\
  0020: 00 02 20 01 50 00 06 61 63 63 65 73 73 51 00 07   .. .P..accessQ..
  0030: 02 c0 a8 0a 05 d3 ea 52 00 07 02 c0 a8 0a 28 27   .......R......('
  0040: 16 54 00 04 63 6f 72 65 55 00 07 02 c0 a8 0a 32   .T..coreU......2
  0050: 27 16 57 00 07 02 c0 a8 0a be 4d 34 58 00 01 01   '.W.......M4X...
  0060: 5b 00 01 01 59 00 02 00 02 5a 00 04 00 00 00 00   [...Y....Z......
  0070: 8d 00 04 00 00 00 00 68 00 04 00 00 00 00 69 00   .......h......i.
  0080: 04 00 00 00 00 6a 00 04 00 00 00 00 6b 00 04 00   .....j......k...
  0090: 00 00 00 8e 00 04 00 00 00 03 63 00 05 02 c0 a8   ..........c.....
  00a0: 0a be 64 00 05 02 c0 a8 0a be 66 00 19 61 75 64   ..d.......f..aud
  00b0: 69 6f 2f 47 53 4d 2f 70 74 69 6d 65 2f 73 65 6e   io/GSM/ptime/sen
  00c0: 64 72 65 63 76 2f ac 00 01 00 e9 00 01 02 ea 00   drecv/..........
  00d0: 01 02 78 00 01 00 79 00 01 65 7a 00 02 1f 40 7c   ..x...y..ez...@|
  00e0: 00 01 65 7d 00 01 65 93 00 01 01 ce 00 04 00 00   ..e}..e.........
  00f0: 00 02 e4 00 04 00 00 00 14 d1 00 01 00 d2 00 07   ................
  0100: 00 00 00 00 00 00 00 d3 00 0c 00 00 00 00 56 89   ..............V.
  0110: ee ed 00 03 44 94 23 01 00 00 08 00 f2 30 00 ef   ....D.#......0..
  0120: 5c 00 02 10 01 50 00 04 63 6f 72 65 51 00 07 02   \....P..coreQ...
  0130: c0 a8 0a be 4d 34 52 00 07 02 c0 a8 0a 32 27 16   ....M4R......2'.
  0140: 54 00 06 61 63 63 65 73 73 55 00 07 02 c0 a8 0a   T..accessU......
  0150: 28 27 16 57 00 07 02 c0 a8 0a 05 d3 ea 58 00 01   ('.W.........X..
  0160: 01 5b 00 01 01 59 00 02 00 02 5a 00 04 00 00 00   .[...Y....Z.....
  0170: 00 8d 00 04 00 00 00 00 68 00 04 00 00 00 00 69   ........h......i
  0180: 00 04 00 00 00 00 6a 00 04 00 00 00 00 6b 00 04   ......j......k..
  0190: 00 00 00 00 8e 00 04 00 00 00 03 64 00 05 02 c0   ...........d....
  01a0: a8 0a 05 66 00 19 61 75 64 69 6f 2f 47 53 4d 2f   ...f..audio/GSM/
  01b0: 70 74 69 6d 65 2f 73 65 6e 64 72 65 63 76 2f ac   ptime/sendrecv/.
  01c0: 00 01 00 e9 00 01 02 ea 00 01 02 78 00 01 00 79   ...........x...y
  01d0: 00 01 65 7a 00 02 1f 40 7c 00 01 65 7d 00 01 65   ..ez...@|..e}..e
  01e0: 93 00 01 01 ce 00 04 00 00 00 02 e4 00 04 00 00   ................
  01f0: 00 14 d1 00 01 00 d2 00 07 00 00 00 00 00 00 00   ................
  0200: d3 00 0c 00 00 00 00 56 89 ee ed 00 03 44 d2      .......V.....D.
Reply = 689436 {
  Context = 16777223 {
    Subtract = 16777223 {
      Flow {
        index=1E
        irealm=access
        isource=192.168.10.5:54250
        idest=192.168.10.40:10006
        erealm=core
        esource=192.168.10.50:10006
        edest=192.168.10.190:19764
        media=audio/GSM/ptime/sendrecv/
        trans=UDP
        mode=1way
        num=2
        bw=0
        used_bw=0
        peakr=0
        avgr=0
        mbs=0
        policedr=0
        natted=192.168.10.190
        subscr=192.168.10.190
        xcode_in_digit_type=2833
        xcode_out_digit_type=2833
        condCacAdmitStatus=bw-avail
        mediaInactSecs=2
        ptime=20
        last_event=Jan  3 21:02:53.214
      }
    },
    Subtract = 16777224 {
      Flow {
        index=1W
        irealm=core
        isource=192.168.10.190:19764
        idest=192.168.10.50:10006
        erealm=access
        esource=192.168.10.40:10006
        edest=192.168.10.5:54250
        media=audio/GSM/ptime/sendrecv/
        trans=UDP
        mode=1way
        num=2
        bw=0
        used_bw=0
        peakr=0
        avgr=0
        mbs=0
        policedr=0
        subscr=192.168.10.5
        xcode_in_digit_type=2833
        xcode_out_digit_type=2833
        condCacAdmitStatus=bw-avail
        mediaInactSecs=2
        ptime=20
        last_event=Jan  3 21:02:53.214
      }
    }
  }
}

----------------------------------------


mysbc1# tail-logfile-close sipd sipmsg.log
waiting 1200 for response to request
completed
mysbc1# notify sipd nosiplog
mysbc1#
completed

mysbc1#