Hey all, I have an as5300 I use for dial in customers, we have 4 PRIs on it. We have a few free channels on it. I'm wondering if I setup SIP on the as5300 I can have asterisk use the free channels for dial out. I'd still have to use my TDM04B for incoming calls, but at least I can expand my outgoing. Anyone done anything like this before? I've never messed with VoIP on Cisco equipment before. -- Daniel Jimenez <djimenez[at]pobox[dot]com>
It works pretty much out of the box. On he as5300: *Setup a user (used by asterisk for dial in) * setup the voip and pots dialpeers On asterisk: * In sip.conf setup a user for the router * In extensions.conf, setup the dialing plan, sending the # to the router: exten => _9.,1,dial(SIP/${exten:1}@[context used for the router]) And you're ready to rumble On Wed, 2004-06-09 at 00:14, Daniel Jimenez wrote:> Hey all, > > I have an as5300 I use for dial in customers, we have 4 PRIs on it. > > We have a few free channels on it. I'm wondering if I setup SIP on the > as5300 I can have asterisk use the free channels for dial out. > > I'd still have to use my TDM04B for incoming calls, but at least I can > expand my outgoing. > > Anyone done anything like this before? I've never messed with VoIP on > Cisco equipment before.-- Pablo Endres <epablo@comvoz.com> ComVoz Communications USA: +1 954 343-2085 Ext 199 Venezuela: +58 212 7713195 Ext 199 Colombia: +57 1 3256840 Ext 199
Daniel Jimenez wrote:> Hey all, > > I have an as5300 I use for dial in customers, we have 4 PRIs on it.Which model - 5300 or 5350. 5300 have different DSP blades for dial-up/in and VoIP> > We have a few free channels on it. I'm wondering if I setup SIP on the > as5300 I can have asterisk use the free channels for dial out. > > I'd still have to use my TDM04B for incoming calls, but at least I can > expand my outgoing. > > Anyone done anything like this before? I've never messed with VoIP on > Cisco equipment before.
Anton Tinchev wrote:> Daniel Jimenez wrote: > >> Hey all, >> >> I have an as5300 I use for dial in customers, we have 4 PRIs on it. > > Which model - 5300 or 5350. > 5300 have different DSP blades for dial-up/in and VoIPI have a 5300. I have 96 analog modems in it, and 4 PRIs coming into it. I cannot have Asterisk dial out those PRIs? -- Daniel Jimenez <djimenez[at]pobox[dot]com>
Flávio Eduardo de Andrade Gonçalves
2004-Jun-10 03:48 UTC
[Asterisk-Users] AS5300 and Asterisk
Dear Jimenez, You have to configure a dial-peer in Cisco box. A 2611 with a NM-HDV-E. It works. The configuration is something like: [Cisco] dial-peer voice 8000 voip protocol sipv2 codec g711 dest pattern 4... (Whatever says your dialing plan) session target ipv4:(ip address of your asteriks box) PS: I dont t remember the exact syntax for Cisco. If you have problems with commands above use ? to find the exact syntax. [Asterisk] In Asterisk configuration you can configure extensions.conf exten => _NXXXXXX,1,Dial(SIP/${EXTEN}@your cisco box ip address) Don t forget, when the call arrive in AS5300 you have to send to another dial-peer (pots if you want to send to PSTN or VOIP if ou want to send to another voip call leg). Probably you will have to create another dial-peer like below. dial-peer voice 8001 pots destination-pattern [2-9]...... port 0:15 direct-inward-dial I hope it helps, Flavio Goncalves>>> djimenez@pobox.com 06/09 1:14 am >>>Hey all, I have an as5300 I use for dial in customers, we have 4 PRIs on it. We have a few free channels on it. I'm wondering if I setup SIP on the as5300 I can have asterisk use the free channels for dial out. I'd still have to use my TDM04B for incoming calls, but at least I can expand my outgoing. Anyone done anything like this before? I've never messed with VoIP on Cisco equipment before. -- Daniel Jimenez <djimenez[at]pobox[dot]com> _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users