<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">hello:<br>
Many customers want to implement chan_ss7 in china or other
counties.&nbsp;&nbsp;I want to share one of&nbsp;&nbsp;successful cases in China with OpenVox
D410P and chan_ss7. <br>
there are few sections to implement chan_ss7 with OpenVox D410P(3 D410P cards)<br>
1) install cna_ss7, zaptel and&nbsp;&nbsp;asterisk, please refer this for howto:<a href="http://bbs.openvox.cn/viewthread.php?tid=905&amp;" target="_blank">http://bbs.openvox.cn/viewthread.php?tid=905&amp;</a>;extra=page%3D1<br>
2) setting files:<br>
=============zaptel.conf==============================<br>
# Autogenerated by ./genzaptelconf -- do not hand edit<br>
# Zaptel Configuration File<br>
#<br>
# This file is parsed by the Zaptel Configurator, ztcfg<br>
#<br>
<br>
# It must be in the module loading order<br>
<br>
<br>
# Span 1: TE4/0/1 "T4XXP (PCI) Card 0 Span 1" (MASTER)<br>
span=1,1,0,ccs,hdb3<br>
# termtype: te<br>
bchan=1-31<br>
#dchan=16<br>
<br>
# Span 2: TE4/0/2 "T4XXP (PCI) Card 0 Span 2"<br>
span=2,2,0,ccs,hdb3<br>
# termtype: te<br>
bchan=32-62<br>
#dchan=47<br>
<br>
# Span 3: TE4/0/3 "T4XXP (PCI) Card 0 Span 3"<br>
span=3,3,0,ccs,hdb3<br>
# termtype: te<br>
bchan=63-93<br>
#dchan=78<br>
<br>
# Span 4: TE4/0/4 "T4XXP (PCI) Card 0 Span 4"<br>
span=4,4,0,ccs,hdb3<br>
# termtype: te<br>
bchan=94-124<br>
#dchan=109<br>
<br>
# Span 5: TE4/1/1 "T4XXP (PCI) Card 1 Span 1"<br>
span=5,1,0,ccs,hdb3<br>
# termtype: te<br>
bchan=125-139,141-155<br>
#dchan=140<br>
<br>
# Span 6: TE4/1/2 "T4XXP (PCI) Card 1 Span 2"<br>
span=6,2,0,ccs,hdb3<br>
# termtype: te<br>
bchan=156-170,172-186<br>
#dchan=171<br>
<br>
# Span 7: TE4/1/3 "T4XXP (PCI) Card 1 Span 3"<br>
span=7,3,0,ccs,hdb3,crc4<br>
# termtype: te<br>
bchan=187-201,203-217<br>
<br>
# Span 8: TE4/1/4 "T4XXP (PCI) Card 1 Span 4"<br>
span=8,4,0,ccs,hdb3<br>
# termtype: te<br>
bchan=218-232,234-248<br>
#dchan=233<br>
# Span 9: TE4/2/1 "T4XXP (PCI) Card 2 Span 1"<br>
span=9,1,0,ccs,hdb3<br>
# termtype: te<br>
bchan=249-263,265-279<br>
#dchan=264<br>
<br>
# Span 10: TE4/2/2 "T4XXP (PCI) Card 2 Span 2"<br>
span=10,2,0,ccs,hdb3<br>
# termtype: te<br>
bchan=280-294,296-310<br>
#dchan=295<br>
<br>
# Span 11: TE4/2/3 "T4XXP (PCI) Card 2 Span 3"<br>
span=11,3,0,ccs,hdb3<br>
# termtype: te<br>
bchan=311-325,327-341<br>
#dchan=326<br>
<br>
# Span 12: TE4/2/4 "T4XXP (PCI) Card 2 Span 4"<br>
span=12,4,0,ccs,hdb3<br>
# termtype: te<br>
bchan=342-356,358-372<br>
#dchan=357<br>
<br>
# Global data<br>
<br>
loadzone&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;= us<br>
defaultzone&nbsp; &nbsp;&nbsp;&nbsp;= us<br>
=================ss7.conf=========================<br>
[linkset-ls1]<br>
<br>
<br>
; The linkset is enabled<br>
enabled =&gt; yes<br>
<br>
; The end-of-pulsing (ST) is not used to determine when incoming address is complete<br>
enable_st =&gt; no<br>
<br>
; Reply incoming call with CON rather than ACM and ANM<br>
use_connect =&gt; yes<br>
<br>
; The CIC hunting policy (even_mru, odd_lru, seq_lth, seq_htl) is even CIC numbers, most recently used<br>
hunting_policy =&gt; even_mru<br>
<br>
; Incoming calls are placed in the ss7 context in the asterisk dialplan<br>
context =&gt; ss7<br>
<br>
; The language for this context is da<br>
language =&gt; da<br>
<br>
; The value and action for t35. Value is in msec, action is either st or timeout<br>
; If you use overlapped dialling dial plan, you might choose: t35 =&gt; 4000,st<br>
t35 =&gt; 15000,timeout<br>
<br>
; The subservice field: national (8), international (0), auto or decimal/hex value<br>
; The auto means that the subservice is obtained from first received SLTM<br>
;echocancel =&gt; no<br>
;echocan_train =&gt; 350<br>
;echocan_taps =&gt; 128<br>
<br>
subservice =&gt; auto<br>
variant =&gt; CHINA<br>
<br>
[link-l1]<br>
linkset =&gt; ls1<br>
channels =&gt; 1-15,17-31<br>
schannel =&gt; 16<br>
firstcic =&gt; 1<br>
enabled =&gt; yes<br>
<br>
[link-l2]<br>
linkset =&gt; ls1<br>
channels =&gt; 1-31<br>
schannel =&gt;<br>
firstcic =&gt; 33<br>
enabled =&gt; yes<br>
<br>
<br>
[link-l3]<br>
linkset =&gt; ls1<br>
channels =&gt; 1-31<br>
schannel =&gt;<br>
firstcic =&gt; 65<br>
enabled =&gt; yes<br>
<br>
[link-l4]<br>
linkset =&gt; ls1<br>
channels =&gt; 1-31<br>
schannel =&gt;<br>
firstcic =&gt; 97<br>
enabled =&gt; yes<br>
<br>
[link-l5]<br>
linkset =&gt; ls1<br>
channels =&gt; 1-15,17-31<br>
schannel =&gt;<br>
firstcic =129<br>
enabled =&gt; yes<br>
<br>
[link-l6]<br>
linkset =&gt; ls1<br>
channels =&gt; 1-15,17-31<br>
schannel =&gt;<br>
firstcic =161<br>
enabled =&gt; yes<br>
<br>
[link-l7]<br>
linkset =&gt; ls1<br>
channels =&gt; 1-15,17-31<br>
schannel =&gt;<br>
firstcic =193<br>
enabled =&gt; yes<br>
<br>
[link-l8]<br>
linkset =&gt; ls1<br>
channels =&gt; 1-15,17-31<br>
schannel =&gt;<br>
firstcic =225<br>
enabled =&gt; yes<br>
<br>
[link-l9]<br>
linkset =&gt; ls1<br>
channels =&gt; 1-15,17-31<br>
schannel =&gt;<br>
firstcic =257<br>
enabled =&gt; yes<br>
<br>
[link-l10]<br>
linkset =&gt; ls1<br>
channels =&gt; 1-15,17-31<br>
schannel =&gt;<br>
firstcic =289<br>
enabled =&gt; yes<br>
<br>
[link-l11]<br>
linkset =&gt; ls1<br>
channels =&gt; 1-15,17-31<br>
schannel =&gt;<br>
firstcic =&gt; 321<br>
enabled =&gt; yes<br>
<br>
[link-l12]<br>
linkset =&gt; ls1<br>
channels =&gt; 1-15,17-31<br>
schannel =&gt;<br>
firstcic =&gt; 353<br>
enabled =&gt; yes<br>
<br>
[host-openvox]<br>
enabled =&gt; yes<br>
opc =&gt; 0xBBBBBBB ; change to your code<br>
dpc =&gt; ls1:0xAAAAAA ; change to your code<br>
links =&gt; l1:1,l2:2,l3:3,l4:4,l5:5,l6:6,l7:7,l8:8,l9:9,l10:10,l11:11,l12:12<br>
3) testing results:<br>
=========zttest===========================================<br>
root@openvox ast]# zttest<br>
Opened pseudo zap interface, measuring accuracy...<br>
99.981155% 99.983208% 99.943176% 99.958488% 99.985352% 99.986130% 99.997856%<br>
99.995018% 99.997948% 99.992676% 99.990036% 99..984955% 99.977341% 99.991905% 99.985649%<br>
99.965714% 99.957321% 99.994240% 99.982605% 99.982712% 99.972168% 99.969925% 99.998833%<br>
99.979584% 99.999306% 99.969147% 99.948341% 99.998634% 99.975098% 99.975296% 99.989746%<br>
99.987106% 99.993164% 99.961136% 99.963669% 99.973732% 99.996391% 99.950478% 99.977341%<br>
99.937698% 99.981834% 99.995804% 99.972069% 99.957329% 99.994621% 99.995895% 99.997368%<br>
99.997650% 99.960152% 99.946289% 99.995125% 99.994537% 99.994629% 99.987206% 99.974411%<br>
--- Results after 55 passes ---<br>
Best: 99.999 -- Worst: 99.938 -- Average: 99..979913, Difference: 99.995488<br>
====================IRQ==========================<br>
[root@openvox ast]# cat /proc/interrupts<br>
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;CPU0&nbsp; &nbsp;&nbsp; &nbsp; CPU1&nbsp; &nbsp;&nbsp; &nbsp; CPU2&nbsp; &nbsp;&nbsp; &nbsp; CPU3<br>
&nbsp;&nbsp;0:&nbsp; &nbsp; 8561589&nbsp; &nbsp; 9467840&nbsp; &nbsp;10864459&nbsp; &nbsp; 7137658&nbsp; &nbsp; IO-APIC-edge&nbsp;&nbsp;timer<br>
&nbsp;&nbsp;1:&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; 2&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; 1&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; 0&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; 0&nbsp; &nbsp; IO-APIC-edge&nbsp;&nbsp;i8042<br>
&nbsp;&nbsp;8:&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; 1&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; 1&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; 2&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; 1&nbsp; &nbsp; IO-APIC-edge&nbsp;&nbsp;rtc<br>
&nbsp;&nbsp;9:&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; 0&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; 0&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; 0&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; 0&nbsp; &nbsp;IO-APIC-level&nbsp;&nbsp;acpi<br>
 12:&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; 2&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; 0&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; 0&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; 2&nbsp; &nbsp; IO-APIC-edge&nbsp;&nbsp;i8042<br>
 <font color="Red">50:&nbsp; &nbsp;10626346&nbsp; &nbsp; 5768167&nbsp; &nbsp; 4442131&nbsp; &nbsp;13196550&nbsp; &nbsp;IO-APIC-level&nbsp;&nbsp;wct4xxp</font><br>
<font color="Red"> 58:&nbsp; &nbsp; 3475098&nbsp; &nbsp;17963605&nbsp; &nbsp;10562092&nbsp; &nbsp; 4171075&nbsp; &nbsp;IO-APIC-level&nbsp;&nbsp;wct4xxp</font><br>
<font color="Red"> 66:&nbsp; &nbsp;13919401&nbsp; &nbsp; 5917762&nbsp; &nbsp; 6424664&nbsp; &nbsp; 9045548&nbsp; &nbsp;IO-APIC-level&nbsp;&nbsp;wct4xxp</font><br>
225:&nbsp; &nbsp;&nbsp; &nbsp;39462&nbsp; &nbsp;&nbsp; &nbsp;21255&nbsp; &nbsp;&nbsp; &nbsp; 1281&nbsp; &nbsp;&nbsp; &nbsp; 1197&nbsp; &nbsp;IO-APIC-level&nbsp;&nbsp;libata<br>
233:&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;115&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; 0&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; 0&nbsp; &nbsp;15262494&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;PCI-MSI&nbsp;&nbsp;eth0<br>
NMI:&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; 0&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; 0&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; 0&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; 0<br>
LOC:&nbsp; &nbsp;36013454&nbsp; &nbsp;36010078&nbsp; &nbsp;35993018&nbsp; &nbsp;35993018<br>
ERR:&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; 0<br>
MIS:&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; 0<br>
[root@openvox ast]#<br>
=============CPU info==============================<br>
[root@openvox ast]# cat /proc/cpuinfo<br>
processor&nbsp; &nbsp;&nbsp; &nbsp; : 0<br>
vendor_id&nbsp; &nbsp;&nbsp; &nbsp; : GenuineIntel<br>
cpu family&nbsp; &nbsp;&nbsp; &nbsp;: 6<br>
model&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;: 15<br>
model name&nbsp; &nbsp;&nbsp; &nbsp;:<font color="Red"> Intel(R) Xeon(R) CPU&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;X3220&nbsp;&nbsp;@ 2.40GHz</font><br>
stepping&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;: 11<br>
cpu MHz&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;: 1596.000<br>
cache size&nbsp; &nbsp;&nbsp; &nbsp;: 4096 KB<br>
physical id&nbsp; &nbsp;&nbsp;&nbsp;: 0<br>
siblings&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;: 4<br>
core id&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;: 0<br>
cpu cores&nbsp; &nbsp;&nbsp; &nbsp; : 4<br>
fdiv_bug&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;: no<br>
hlt_bug&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;: no<br>
f00f_bug&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;: no<br>
coma_bug&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;: no<br>
fpu&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; : yes<br>
fpu_exception&nbsp; &nbsp;: yes<br>
cpuid level&nbsp; &nbsp;&nbsp;&nbsp;: 10<br>
wp&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;: yes<br>
flags&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx
lm constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm<br>
bogomips&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;: 4802.77<br>
<br>
processor&nbsp; &nbsp;&nbsp; &nbsp; : 1<br>
vendor_id&nbsp; &nbsp;&nbsp; &nbsp; : GenuineIntel<br>
cpu family&nbsp; &nbsp;&nbsp; &nbsp;: 6<br>
model&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;: 15<br>
model name&nbsp; &nbsp;&nbsp; &nbsp;: Intel(R) Xeon(R) CPU&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;X3220&nbsp;&nbsp;@ 2.40GHz<br>
stepping&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;: 11<br>
cpu MHz&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;: 2394.000<br>
cache size&nbsp; &nbsp;&nbsp; &nbsp;: 4096 KB<br>
physical id&nbsp; &nbsp;&nbsp;&nbsp;: 0<br>
siblings&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;: 4<br>
core id&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;: 1<br>
cpu cores&nbsp; &nbsp;&nbsp; &nbsp; : 4<br>
fdiv_bug&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;: no<br>
hlt_bug&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;: no<br>
f00f_bug&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;: no<br>
coma_bug&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;: no<br>
fpu&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; : yes<br>
fpu_exception&nbsp; &nbsp;: yes<br>
cpuid level&nbsp; &nbsp;&nbsp;&nbsp;: 10<br>
wp&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;: yes<br>
flags&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx
lm constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm<br>
bogomips&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;: 4800.15<br>
<br>
processor&nbsp; &nbsp;&nbsp; &nbsp; : 2<br>
vendor_id&nbsp; &nbsp;&nbsp; &nbsp; : GenuineIntel<br>
cpu family&nbsp; &nbsp;&nbsp; &nbsp;: 6<br>
model&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;: 15<br>
model name&nbsp; &nbsp;&nbsp; &nbsp;: Intel(R) Xeon(R) CPU&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;X3220&nbsp;&nbsp;@ 2.40GHz<br>
stepping&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;: 11<br>
cpu MHz&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;: 1596.000<br>
cache size&nbsp; &nbsp;&nbsp; &nbsp;: 4096 KB<br>
physical id&nbsp; &nbsp;&nbsp;&nbsp;: 0<br>
siblings&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;: 4<br>
core id&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;: 2<br>
cpu cores&nbsp; &nbsp;&nbsp; &nbsp; : 4<br>
fdiv_bug&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;: no<br>
hlt_bug&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;: no<br>
f00f_bug&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;: no<br>
coma_bug&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;: no<br>
fpu&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; : yes<br>
fpu_exception&nbsp; &nbsp;: yes<br>
cpuid level&nbsp; &nbsp;&nbsp;&nbsp;: 10<br>
wp&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;: yes<br>
flags&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx
lm constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm<br>
bogomips&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;: 4800.19<br>
<br>
processor&nbsp; &nbsp;&nbsp; &nbsp; : 3<br>
vendor_id&nbsp; &nbsp;&nbsp; &nbsp; : GenuineIntel<br>
cpu family&nbsp; &nbsp;&nbsp; &nbsp;: 6<br>
model&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;: 15<br>
model name&nbsp; &nbsp;&nbsp; &nbsp;: Intel(R) Xeon(R) CPU&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;X3220&nbsp;&nbsp;@ 2.40GHz<br>
stepping&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;: 11<br>
cpu MHz&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;: 2394.000<br>
cache size&nbsp; &nbsp;&nbsp; &nbsp;: 4096 KB<br>
physical id&nbsp; &nbsp;&nbsp;&nbsp;: 0<br>
siblings&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;: 4<br>
core id&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;: 3<br>
cpu cores&nbsp; &nbsp;&nbsp; &nbsp; : 4<br>
fdiv_bug&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;: no<br>
hlt_bug&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;: no<br>
f00f_bug&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;: no<br>
coma_bug&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;: no<br>
fpu&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; : yes<br>
fpu_exception&nbsp; &nbsp;: yes<br>
cpuid level&nbsp; &nbsp;&nbsp;&nbsp;: 10<br>
wp&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;: yes<br>
flags&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx
lm constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm<br>
bogomips&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;: 4800.18<br>
<br>
===============TOP info==========================<br>
<br>
&nbsp;&nbsp;PID USER&nbsp; &nbsp;&nbsp; &nbsp;PR&nbsp;&nbsp;NI&nbsp;&nbsp;VIRT&nbsp;&nbsp;RES&nbsp;&nbsp;SHR S %CPU %MEM&nbsp; &nbsp; TIME+&nbsp;&nbsp;COMMAND<br>
24405 root&nbsp; &nbsp;&nbsp; &nbsp;15&nbsp; &nbsp;0&nbsp;&nbsp;155m&nbsp;&nbsp;77m 5472 S&nbsp;&nbsp;230&nbsp;&nbsp;1..9 165:14.21 asterisk<br>
 2855 root&nbsp; &nbsp;&nbsp; &nbsp;15&nbsp; &nbsp;0&nbsp;&nbsp;1716&nbsp;&nbsp;608&nbsp;&nbsp;516 S&nbsp; &nbsp; 0&nbsp;&nbsp;0.0&nbsp; &nbsp;0:08.60 syslogd<br>
 2858 root&nbsp; &nbsp;&nbsp; &nbsp;15&nbsp; &nbsp;0&nbsp;&nbsp;1668&nbsp;&nbsp;400&nbsp;&nbsp;336 S&nbsp; &nbsp; 0&nbsp;&nbsp;0.0&nbsp; &nbsp;0:15.65 klogd<br>
24633 root&nbsp; &nbsp;&nbsp; &nbsp;16&nbsp; &nbsp;0&nbsp;&nbsp;2188 1020&nbsp;&nbsp;800 S&nbsp; &nbsp; 0&nbsp;&nbsp;0.0&nbsp; &nbsp;0:07.19 top<br>
26669 root&nbsp; &nbsp;&nbsp; &nbsp;15&nbsp; &nbsp;0&nbsp;&nbsp;2188 1012&nbsp;&nbsp;796 R&nbsp; &nbsp; 0&nbsp;&nbsp;0.0&nbsp; &nbsp;0:00.03 top<br>
&nbsp; &nbsp; 1 root&nbsp; &nbsp;&nbsp; &nbsp;15&nbsp; &nbsp;0&nbsp;&nbsp;2064&nbsp;&nbsp;608&nbsp;&nbsp;524 S&nbsp; &nbsp; 0&nbsp;&nbsp;0.0&nbsp; &nbsp;0:01.01 init<br>
&nbsp; &nbsp; 2 root&nbsp; &nbsp;&nbsp; &nbsp;RT&nbsp;&nbsp;-5&nbsp; &nbsp;&nbsp;&nbsp;0&nbsp; &nbsp; 0&nbsp; &nbsp; 0 S&nbsp; &nbsp; 0&nbsp;&nbsp;0.0&nbsp; &nbsp;0:00.00 migration/0<br>
&nbsp; &nbsp; 3 root&nbsp; &nbsp;&nbsp; &nbsp;34&nbsp;&nbsp;19&nbsp; &nbsp;&nbsp;&nbsp;0&nbsp; &nbsp; 0&nbsp; &nbsp; 0 S&nbsp; &nbsp; 0&nbsp;&nbsp;0.0&nbsp; &nbsp;0:00.00 ksoftirqd/0<br>
&nbsp; &nbsp; 4 root&nbsp; &nbsp;&nbsp; &nbsp;RT&nbsp;&nbsp;-5&nbsp; &nbsp;&nbsp;&nbsp;0&nbsp; &nbsp; 0&nbsp; &nbsp; 0 S&nbsp; &nbsp; 0&nbsp;&nbsp;0.0&nbsp; &nbsp;0:00.00 watchdog/0<br>
&nbsp; &nbsp; 5 root&nbsp; &nbsp;&nbsp; &nbsp;RT&nbsp;&nbsp;-5&nbsp; &nbsp;&nbsp;&nbsp;0&nbsp; &nbsp; 0&nbsp; &nbsp; 0 S&nbsp; &nbsp; 0&nbsp;&nbsp;0.0&nbsp; &nbsp;0:00.02 migration/1<br>
&nbsp; &nbsp; 6 root&nbsp; &nbsp;&nbsp; &nbsp;34&nbsp;&nbsp;19&nbsp; &nbsp;&nbsp;&nbsp;0&nbsp; &nbsp; 0&nbsp; &nbsp; 0 S&nbsp; &nbsp; 0&nbsp;&nbsp;0.0&nbsp; &nbsp;0:00.00 ksoftirqd/1<br>
&nbsp; &nbsp;<br>
===============asterisk ss7 debug info================<br>
[Nov 19 09:16:39] NOTICE[21902] config.c: Configured link 'l1' on linkset 'ls1', firstcic=1<br>
[Nov 19 09:16:39] NOTICE[21902] config.c: Configured link 'l2' on linkset 'ls1', firstcic=33<br>
[Nov 19 09:16:39] NOTICE[21902] config.c: Configured link 'l3' on linkset 'ls1', firstcic=65<br>
[Nov 19 09:16:39] NOTICE[21902] config.c: Configured link 'l4' on linkset 'ls1', firstcic=97<br>
[Nov 19 09:16:39] NOTICE[21902] config.c: Configured link 'l5' on linkset 'ls1', firstcic=129<br>
[Nov 19 09:16:39] NOTICE[21902] config.c: Configured link 'l6' on linkset 'ls1', firstcic=161<br>
[Nov 19 09:16:39] NOTICE[21902] config.c: Configured link 'l7' on linkset 'ls1', firstcic=193<br>
[Nov 19 09:16:39] NOTICE[21902] config.c: Configured link 'l8' on linkset 'ls1', firstcic=225<br>
[Nov 19 09:16:39] NOTICE[21902] config.c: Configured link 'l9' on linkset 'ls1', firstcic=257<br>
[Nov 19 09:16:39] NOTICE[21902] config.c: Configured link 'l10' on linkset 'ls1', firstcic=289<br>
[Nov 19 09:16:39] NOTICE[21902] config.c: Configured link 'l11' on linkset 'ls1', firstcic=321<br>
[Nov 19 09:16:39] NOTICE[21902] config.c: Configured link 'l12' on linkset 'ls1', firstcic=353<br>
[Nov 19 09:16:39] WARNING[21902] config.c: Missing interface entries for host 'openvox'.<br>
[Nov 19 09:16:39] NOTICE[21902] config.c: Configuring DPC XXXXXX for linkset 'ls1'.<br>
[Nov 19 09:16:39] NOTICE[21902] mtp.c: Initialising 1 signalling links<br>
4) testing tools:<br>
<font color="Red">Cnetos-5.2, asterisk-1.4.20.1.tar.gz&nbsp;&nbsp;chan_ss7-1.2.tar.gz&nbsp;&nbsp;zaptel-1.4.12.1,&nbsp;&nbsp;D410P(3 cards)</font><br>
==============================<br>
after testing, the result shows that&nbsp;&nbsp;quality of voice and consumption of system resource are acceptable.<br>
<br>Regards!<br>
james..zhu(zhulizhong@gmail.com)<br><br></td></tr></table><br>