<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
<BR>Hi list <BR>
<BR>
I plan to connect two asterisk box using libss7 ,i read the list messages ( thanks for this great jop) , i installed all the packegs with digium single E1 link in both boxes with cenos 5 and every thing is looking ok excact when i am trying to call using sip channel it shows some problems here is muy configrations file <BR>
<STRONG> server A--B</STRONG><BR>
<BR>
<STRONG>zaptel.conf</STRONG><BR>
<SPAN lang=EN><FONT size=1>span=1,0,0,ccs,hdb3 ;<SPAN lang=EN><FONT size=1>span=1,1,0,ccs,hdb3 server B </FONT></SPAN></FONT></SPAN><BR>
<SPAN lang=EN><FONT size=1>bchan=1-15,17-31 </FONT></SPAN><BR>
<SPAN lang=EN><FONT size=1>dchan=16</FONT></SPAN><BR>
<SPAN lang=EN><FONT size=1>loadzone = us</FONT></SPAN><BR>
<SPAN lang=EN><FONT size=1>defaultzone = us</FONT><BR></SPAN><SPAN lang=EN>
<BR><STRONG>ztcfg -vv</STRONG><BR>
<FONT size=1>Zaptel Version: SVN--r<BR>Echo Canceller: MG2<BR>Configuration<BR>======================</FONT><BR>
<FONT size=1>SPAN 1: CCS/HDB3 Build-out: 0 db (CSU)/0-133 feet (DSX-1)</FONT><BR>
<FONT size=1>Channel map:</FONT><BR>
<FONT size=1>Channel 01: Clear channel (Default) (Slaves: 01)<BR>Channel 02: Clear channel (Default) (Slaves: 02)<BR>Channel 03: Clear channel (Default) (Slaves: 03)<BR>Channel 04: Clear channel (Default) (Slaves: 04)<BR>Channel 05: Clear channel (Default) (Slaves: 05)<BR>Channel 06: Clear channel (Default) (Slaves: 06)<BR>Channel 07: Clear channel (Default) (Slaves: 07)<BR>Channel 08: Clear channel (Default) (Slaves: 08)<BR>Channel 09: Clear channel (Default) (Slaves: 09)<BR>Channel 10: Clear channel (Default) (Slaves: 10)<BR>Channel 11: Clear channel (Default) (Slaves: 11)<BR>Channel 12: Clear channel (Default) (Slaves: 12)<BR>Channel 13: Clear channel (Default) (Slaves: 13)<BR>Channel 14: Clear channel (Default) (Slaves: 14)<BR>Channel 15: Clear channel (Default) (Slaves: 15)<BR>Channel 16: D-channel (Default) (Slaves: 16)<BR>Channel 17: Clear channel (Default) (Slaves: 17)<BR>Channel 18: Clear channel (Default) (Slaves: 18)<BR>Channel 19: Clear channel (Default) (Slaves: 19)<BR>Channel 20: Clear channel (Default) (Slaves: 20)<BR>Channel 21: Clear channel (Default) (Slaves: 21)<BR>Channel 22: Clear channel (Default) (Slaves: 22)<BR>Channel 23: Clear channel (Default) (Slaves: 23)<BR>Channel 24: Clear channel (Default) (Slaves: 24)<BR>Channel 25: Clear channel (Default) (Slaves: 25)<BR>Channel 26: Clear channel (Default) (Slaves: 26)<BR>Channel 27: Clear channel (Default) (Slaves: 27)<BR>Channel 28: Clear channel (Default) (Slaves: 28)<BR>Channel 29: Clear channel (Default) (Slaves: 29)<BR>Channel 30: Clear channel (Default) (Slaves: 30)<BR>Channel 31: Clear channel (Default) (Slaves: 31)</FONT><BR>
<FONT size=1>31 channels to configure.<BR></FONT></SPAN><BR>
<SPAN lang=EN><STRONG>zapata.conf</STRONG></SPAN><BR><SPAN lang=EN><SPAN lang=EN><SPAN lang=EN>
<FONT size=1>[trunkgroups]</FONT><BR>
<FONT size=1>[channels]</FONT><BR>
<FONT size=1>usecallerid=yes</FONT><BR>
<FONT size=1>callwaiting=yes</FONT><BR>
<FONT size=1>usecallingpres=yes</FONT><BR>
<FONT size=1>callwaitingcallerid=yes</FONT><BR>
<FONT size=1>transfer=yes</FONT><BR>
<FONT size=1>canpark=yes</FONT><BR>
<FONT size=1>cancallforward=yes</FONT><BR>
<FONT size=1>callreturn=yes</FONT><BR>
<FONT size=1>echocancel=yes</FONT><BR>
<FONT size=1>echocancelwhenbridged=yes</FONT><BR>
<FONT size=1>group=1</FONT><BR>
<FONT size=1>callgroup=1</FONT><BR>
<FONT size=1>pickupgroup=1</FONT><BR>
<FONT size=1>; ---------------- Options for use with signalling=ss7 -----------------</FONT><BR>
<FONT size=1>signalling=ss7</FONT><BR>
<FONT size=1>ss7type = itu</FONT><BR>
<FONT size=1>;ss7_called_nai=dynamic</FONT><BR>
<FONT size=1>linkset = 1</FONT><BR>
<FONT size=1>pointcode =5770 ; 5760 server B </FONT><BR>
<FONT size=1>adjpointcode = 5760 ;5770 server B</FONT><BR>
<FONT size=1>defaultdpc = 5760 ;5770 server B</FONT><BR>
<FONT size=1>networkindicator=national</FONT><BR>
<FONT size=1>context=ss7</FONT><BR>
<FONT size=1>sigchan => 16</FONT><BR>
<FONT size=1>cicbeginswith=1</FONT><BR>
<FONT size=1>channel=>1-15</FONT><BR>
<FONT size=1>cicbeginswith=17</FONT><BR>
<FONT size=1>channel=>17-31</FONT><BR>
<FONT size=1></FONT> <BR></SPAN></SPAN></SPAN>
<SPAN lang=EN><STRONG>extensions.conf </STRONG></SPAN><BR><SPAN lang=EN><SPAN lang=EN>
<FONT size=1>[general]</FONT><BR>
<FONT size=1>static=yes</FONT><BR>
<FONT size=1>writeprotect=no</FONT><BR>
<FONT size=1>[globals]</FONT><BR>
<FONT size=1>[default]</FONT><BR>
<FONT size=1>exten => s,1,Answer()</FONT><BR>
<FONT size=1>exten => s,2,Playback(hello-world)</FONT><BR>
<FONT size=1>exten => s,3,hangup()</FONT><BR>
<FONT size=1>include =>ss7</FONT><BR>
<FONT size=1>include =>123</FONT><BR>
<FONT size=1>[ss7]</FONT><BR>
<FONT size=1>exten => s,1,Answer()</FONT><BR>
<FONT size=1>exten => s,2,Playback(hello-world)</FONT><BR>
<FONT size=1>exten => s,3,hangup()</FONT><BR>
<FONT size=1>[123]</FONT><BR>
<FONT size=1>include =>ss7</FONT><BR>
<FONT size=1>exten => _XXX,1,Dial(SIP/${EXTEN})</FONT><BR>
<FONT size=1>exten => _XXXX,1,Dial(Zap/r1/${EXTEN})</FONT><BR>
<FONT size=1></FONT></SPAN></SPAN><SPAN lang=EN><SPAN lang=EN> <BR>
<STRONG>when do cli asterisk at server A </STRONG><BR>
Asterisk Ready.<BR> == Parsing '/etc/asterisk/cli.conf': == Found<BR>*CLI> --- SS7 Up ---<BR>Resetting CICs 1 to 15<BR>Resetting CICs 17 to 31<BR>Got reset acknowledgement from CIC 1 to 15.<BR>Got reset acknowledgement from CIC 17 to 31. <BR>
= Using SIP RTP CoS mark 5<BR> -- Executing [1105@123:1] Dial("SIP/105-099c4e80", "Zap/r1/1105") in new stack<BR> -- Called r1/1105<BR> WARNING[3689]: app_dial.c:824 wait_for_answer: Unable to forward voice or dtmf<BR>WARNING[3689]: app_dial.c:824 wait_for_answer: Unable to forward voice or dtmf<BR> -- Hungup 'Zap/1-1'<BR> -- No one is available to answer at this time (1:0/0/0)<BR> -- Auto fallthrough, channel 'SIP/105-099c4e80' status is 'NOANSWER'<BR>
<STRONG>server B</STRONG><BR>
NOTICE[4160]: chan_zap.c:9696 ss7_linkset: Received RLC out and we haven't sent REL. Ignoring.<BR>
<BR>
thanx in advance <BR>
ayman<BR><BR></SPAN></SPAN><br /><hr />In a rush? <a href='http://www.windowslive.com/messenger/overview.html?ocid=TXT_TAGLM_WL_Refresh_realtime_042008' target='_new'>Get real-time answers with Windows Live Messenger.</a></body>
</html>