<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2627" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2><FONT size=3>Hi,<BR><BR>I used C3640, but It was changed, 
because of few DSP in it. However, <BR>configuration is same. It also depends on 
used IOS version. Here are <BR>fragments from 
configurations:<BR><BR>AS5300:<BR><BR>!<BR>clock timezone GMT 
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
; in some Docs = necessary<BR>!<BR>isdn switch-type 
primary-net5&nbsp;&nbsp;&nbsp; ; I`m in Europe :-)<BR>isdn voice-call-failure 
0<BR>!<BR>!<BR>voice call send-alert<BR>voice rtp send-recv<BR>!<BR>voice 
service voip<BR>!<BR>voice class codec 3<BR>&nbsp;codec preference 1 
g711alaw<BR>&nbsp;codec preference 2 g711ulaw<BR>!<BR>controller E1 
0<BR>&nbsp;clock source line primary<BR>&nbsp;pri-group timeslots 
1-31<BR>&nbsp;description to-PSTN<BR>!<BR>translation-rule 
2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
; type of number <BR>(subs/national/international) depend on your telco 
provider<BR>&nbsp;Rule 0 .... 021111 ANY subscriber<BR>&nbsp;Rule 10 any 
0211111111 ANY subscriber<BR>!<BR>!<BR>translation-rule 
10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
; type of number <BR>(subs/national/international) depend on your telco 
provider<BR>&nbsp;Rule 0 ^421211110... 0 ANY subscriber<BR>&nbsp;Rule 1 
^421211111... 1 ANY subscriber<BR>&nbsp;Rule 2 ^421211112... 2 ANY 
subscriber<BR>&nbsp;Rule 3 ^421211113... 3 ANY subscriber<BR>&nbsp;Rule 4 
^421211114... 4 ANY subscriber<BR>&nbsp;Rule 5 ^421211115... 5 ANY 
subscriber<BR>&nbsp;Rule 6 ^421211116... 6 ANY subscriber<BR>&nbsp;Rule 7 
^421211117... 7 ANY subscriber<BR>&nbsp;Rule 8 ^421211118... 8 ANY 
subscriber<BR>&nbsp;Rule 9 ^421211119... 9 ANY subscriber<BR>&nbsp;Rule 10 any 
1234 ANY subscriber<BR>!<BR>interface Serial0:15<BR>&nbsp;description 
PRI-D-CHANNEL-to-PSTN<BR>&nbsp;no ip address<BR>&nbsp;no logging event 
link-status<BR>&nbsp;isdn switch-type primary-net5<BR>&nbsp;isdn guard-timer 
3000<BR>&nbsp;isdn map address 0.* plan isdn type subscriber<BR>&nbsp;isdn 
send-alerting<BR>&nbsp;isdn sending-complete<BR>&nbsp;no cdp 
enable<BR>!<BR>voice-port 0:D<BR>&nbsp;input gain -6<BR>&nbsp;output attenuation 
14<BR>&nbsp;echo-cancel coverage 32<BR>&nbsp;echo-cancel 
suppressor<BR>&nbsp;cptone SK<BR>&nbsp;description E1<BR>&nbsp;bearer-cap 
Speech<BR>!<BR>dial-peer voice 8 pots<BR>&nbsp;tone ringback 
alert-no-PI<BR>&nbsp;destination-pattern 00T<BR>&nbsp;port 0:D<BR>&nbsp;prefix 
00<BR>!<BR>dial-peer voice 10 pots<BR>&nbsp;tone ringback 
alert-no-PI<BR>&nbsp;destination-pattern 0[1-9]........<BR>&nbsp;port 
0:D<BR>&nbsp;prefix 00421<BR>!<BR>dial-peer voice 20 pots<BR>&nbsp;tone ringback 
alert-no-PI<BR>&nbsp;destination-pattern 00421[1-9]........<BR>&nbsp;port 
0:D<BR>&nbsp;prefix 00421<BR>!<BR>dial-peer voice 999 
voip<BR>&nbsp;numbering-type international<BR>&nbsp;incoming called-number 
.<BR>&nbsp;voice-class codec 3<BR>&nbsp;session protocol 
sipv2<BR>&nbsp;dtmf-relay cisco-rtp h245-signal h245-alphanumeric<BR>&nbsp;fax 
rate 7200<BR>&nbsp;ip qos dscp cs5 media<BR>&nbsp;no 
vad<BR>&nbsp;supplementary-service pass-through<BR>!<BR>dial-peer voice 1 
pots<BR>&nbsp;incoming called-number .<BR>&nbsp;direct-inward-dial<BR>&nbsp;port 
0:D<BR>!<BR>dial-peer voice 42121111 voip<BR>&nbsp;destination-pattern 
42121111....<BR>&nbsp;translate-outgoing called 10<BR>&nbsp;voice-class codec 
3<BR>&nbsp;session protocol sipv2<BR>&nbsp;session target 
ipv4:1.2.3.4:5060&nbsp;&nbsp;&nbsp; ; IP address of Asterisk<BR>&nbsp;ip qos 
dscp cs5 media<BR>&nbsp;no vad<BR>!<BR>sip-ua<BR>&nbsp;retry invite 
3<BR>&nbsp;retry response 3<BR>&nbsp;retry bye 3<BR>&nbsp;retry cancel 
3<BR>&nbsp;timers trying 1000<BR>&nbsp;sip-server 
ipv4:1.2.3.4:5060&nbsp;&nbsp;&nbsp; ; IP address of Asterisk<BR>!<BR>ntp server 
1.2.3.5<BR>!<BR><BR><BR>I`m not sure, if all things are necessary and correct, 
but... it`s working <BR>:-). I can place calls from asterisk to PSTN via AS5300, 
and also receive <BR>calls from pstn. In this configuration, i have DDI 
prefix&nbsp; from my telco as <BR>42121111xxxx. 421 = international prefix 2 
(02) = national prefix, 1111xxxx <BR>is my DDI prefix in which i can use 10 000 
numbers.<BR><BR>I`m using 4 digit extensions in my numbering plan at Asterisk, 
so I could <BR>have DID in 1:1 mapping.<BR><BR>Fragments of very simple asterisk 
configurations:<BR><BR>Extensions.conf<BR><BR>[globals]<BR>CISCOSIPGW=2.2.2.2 
;(IP address of AS5300)<BR><BR>[outgoing-cisco-pstn]<BR>exten =&gt; 
_90NXXXXXXXX,1,Dial(SIP/${EXTEN:1}@${CISCOSIPGW},180) ; local 
calls<BR><BR><BR>Sip.conf<BR><BR>[2.2.2.2]<BR>type=friend<BR>host=2.2.2.2<BR>nat=no<BR>canreinvite=yes<BR>dtmfmode=rfc2833<BR>disallow=all<BR>allow=alaw<BR>allow=ulaw<BR><BR>In 
this cas, only 10 digit numbers are allowed (only national calls) to dial 
<BR>via Cisco, through number 9 as an prefix for outbound calls.<BR><BR>Hope, 
that this samples will be usefull for you.<BR><BR><BR>PS: sorry for english, i 
hope, you could understand it :-)<BR><BR>-b<BR><BR><BR><BR><BR>----- Original 
Message ----- <BR>From: "Anton Krall" &lt;</FONT><A href=""><FONT 
size=3>akrall-lists@intruder.com.mx</FONT></A><FONT size=3>&gt;<BR>To: 
&lt;</FONT><A href=""><FONT size=3>barney@spirit.bentel.sk</FONT></A><FONT 
size=3>&gt;<BR>Sent: Wednesday, May 11, 2005 7:08 PM<BR>Subject: RE: 
[Asterisk-Users] Asterisk and Cisco AS5300 or 3600<BR><BR><BR>&gt; Hey 
Barney<BR>&gt;<BR>&gt; What are the steps necessary to make that work on the 
cisco AS5300? Any<BR>&gt; configs I need to check to make it work? And what do I 
need on asterisks<BR>&gt; side?<BR>&gt;<BR>&gt; Ever used cisco 
3600?<BR>&gt;<BR>&gt; |-----Original Message-----<BR>&gt; |From: </FONT><A 
href=""><FONT size=3>asterisk-users-bounces@lists.digium.com</FONT></A><BR><FONT 
size=3>&gt; |[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of 
barney<BR>&gt; |Sent: Miércoles, 11 de Mayo de 2005 05:22 a.m.<BR>&gt; |To: 
Asterisk Users Mailing List - Non-Commercial Discussion<BR>&gt; |Subject: Re: 
[Asterisk-Users] Asterisk and Cisco AS5300 or 3600<BR>&gt; |<BR>&gt; |&gt; Just 
in case you don't know, AS5350 supports SIP *and* H323<BR>&gt; |after 
IOS<BR>&gt; |&gt; version<BR>&gt; |&gt; 12.3 (maybe a little earlier).<BR>&gt; 
|&gt; It allows you to use both at the same time, without needing<BR>&gt; |to 
set it<BR>&gt; |&gt; up for one system specifically.<BR>&gt; |&gt; Haven't tried 
it with Asterisk yet though.<BR>&gt; |<BR>&gt; |<BR>&gt; |I have tried it. I 
have SIP trunk between Asterisk and AS5300<BR>&gt; |(C3640 before), and it`s 
working good.<BR>&gt; |It`s quite good solution, but its much more expensive as 
some<BR>&gt; |PCI card direct in Asterisk (i`m using PRI interconnect to 
PSTN).<BR>&gt; |<BR>&gt; |-b<BR>&gt; |<BR>&gt; |PS: sorry for poor 
english<BR>&gt; |<BR>&gt; |<BR>&gt; |<BR>&gt; |&gt; On Wednesday 11 May 2005 
11:23, Anton Krall wrote:<BR>&gt; |&gt;&gt; I need some advice on some h323 
issues. I need to test connectivity<BR>&gt; |&gt;&gt; from Asterisk to a Cisco 
AS5300 that has PSTN lines and to<BR>&gt; |cisco 3600<BR>&gt; |&gt;&gt; voip 
routers.<BR>&gt; |&gt;&gt;<BR>&gt; |&gt;&gt; H323 needs to be used here but I 
was wondering if anybody<BR>&gt; |has linked<BR>&gt; |&gt;&gt; Asterisk to these 
Cisco routers before?<BR>&gt; |&gt; Just in case you don't know, AS5350 supports 
SIP *and* H323<BR>&gt; |after IOS<BR>&gt; |&gt; version<BR>&gt; |&gt; 12.3 
(maybe a little earlier).<BR>&gt; |&gt; It allows you to use both at the same 
time, without needing<BR>&gt; |to set it<BR>&gt; |&gt; up for one system 
specifically.<BR>&gt; |&gt; Haven't tried it with Asterisk yet though.<BR>&gt; 
|&gt;<BR>&gt; |&gt; Richard.<BR>&gt; |&gt; 
_______________________________________________<BR>&gt; |&gt; Asterisk-Users 
mailing list<BR>&gt; |&gt; </FONT><A href=""><FONT 
size=3>Asterisk-Users@lists.digium.com</FONT></A><BR><FONT size=3>&gt; |&gt; 
</FONT><A href=""><FONT 
size=3>http://lists.digium.com/mailman/listinfo/asterisk-users</FONT></A><BR><FONT 
size=3>&gt; |&gt; To UNSUBSCRIBE or update options visit:<BR>&gt; 
|&gt;&nbsp;&nbsp; </FONT><A href=""><FONT 
size=3>http://lists.digium.com/mailman/listinfo/asterisk-users</FONT></A><BR><FONT 
size=3>&gt; |&gt;<BR>&gt; |<BR>&gt; 
|_______________________________________________<BR>&gt; |Asterisk-Users mailing 
list<BR>&gt; </FONT><A href=""><FONT 
size=3>|Asterisk-Users@lists.digium.com</FONT></A><BR><FONT size=3>&gt; 
|http://lists.digium.com/mailman/listinfo/asterisk-users<BR>&gt; |To UNSUBSCRIBE 
or update options visit:<BR>&gt; |&nbsp;&nbsp; </FONT><A href=""><FONT 
size=3>http://lists.digium.com/mailman/listinfo/asterisk-users</FONT></A><BR><FONT 
size=3>&gt; |<BR>&gt; |<BR>&gt;<BR>&gt; </FONT><BR></FONT></DIV></BODY></HTML>