The procedure you explain is for outbound or inbound for Asterisk or Can you tell me the procedure for only outbound from my Asterisk server to Cisco 5350?<br><br><div class="gmail_quote">On Tue, Nov 25, 2008 at 3:10 PM, Alex Balashov <span dir="ltr">&lt;<a href="mailto:abalashov@evaristesys.com">abalashov@evaristesys.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Set up a SIP dial peer and an outbound POTS dial peer. &nbsp;Bear in mind<br>
that the gateway shunts calls POTS-&gt;VOIP and VOIP-&gt;POTS by default, so<br>
you can use the same destination pattern matching for both in this<br>
simple scenario, but if it gets any more complicated than that, some<br>
degree of translation is almost certainly required.<br>
<br>
The process can be fairly complex, but the general idea, if you have<br>
your TDM side set up, is:<br>
<br>
dial-peer voice 500 voip<br>
 &nbsp;description Asterisk<br>
 &nbsp;destination-pattern .T<br>
 &nbsp;progress_ind setup enable 3<br>
 &nbsp;voice-class codec 1<br>
 &nbsp;session protocol sipv2<br>
 &nbsp;session target ipv4:ip.addr.of.asterisk<br>
 &nbsp;session transport udp<br>
 &nbsp;dtmf-relay rtp-nte<br>
 &nbsp;no vad<br>
<br>
dial-peer voice 510 pots<br>
 &nbsp;description Fancy PRI - Outgoing<br>
 &nbsp;huntstop<br>
 &nbsp;destination-pattern .T<br>
 &nbsp;direct-inward-dial<br>
 &nbsp;forward-digits 10<br>
<div><div></div><div class="Wj3C7c"><br>
<br>
A T I F wrote:<br>
<br>
&gt; Hello, everybody!<br>
&gt;<br>
&gt; I need help connecting my Cisco AS5350 to Asterisk.<br>
&gt;<br>
&gt; What i want to do is forward all outgoing calls from Asterisk server to<br>
&gt; Cisco AS5350, and from Cisco 5350 to my Asterisk server, using SIP.<br>
&gt;<br>
&gt; How could this be done?<br>
&gt;<br>
&gt; Thanks in advance<br>
&gt;<br>
&gt; Atif Shahzad<br>
&gt;<br>
&gt;<br>
</div></div>&gt; ------------------------------------------------------------------------<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
&gt;<br>
&gt; asterisk-users mailing list<br>
&gt; To UNSUBSCRIBE or update options visit:<br>
&gt; &nbsp; &nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
<br>
<br>
--<br>
Alex Balashov<br>
Evariste Systems<br>
Web &nbsp; &nbsp;: <a href="http://www.evaristesys.com/" target="_blank">http://www.evaristesys.com/</a><br>
Tel &nbsp; &nbsp;: (+1) (678) 954-0670<br>
Direct : (+1) (678) 954-0671<br>
Mobile : (+1) (706) 338-8599<br>
<br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
 &nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</blockquote></div><br>