Hi all, I realize this is OT. I just got a Cisco AS5300, and I need to configure it like such: Asterisk -----(H323/SIP)------> Cisco ----- (E1/PRI)------->Telco So calls originate from the Asterisk side (registered users on SIP or just ZAP phones), and they go out H323 or SIP to Cisco, where they go out PRI. I have the Asterisk side sorted :) (either H323 or SIP), I need help in the Cisco side. Can anyone give me a brief HOW-TO or tutorial on getting this (either SIP or H323) done on the Cisco side. So I am have done a few things, but dont know how they hook up: I have dial-peers 1, 100, 101 (why is it like this, are they related?) I specified the IP of my Asterisk box on dial-peer 101 I also tried enabled sip-ua Also, the number-plans, how do I say any number that comes in must be dialled, SO i wont be using a prefix, just all numbers must go out E1. What is ..T in show dial-peer voice summary dial-peer hunt 0 AD PRE PASS TAG TYPE MIN OPER PREFIX DEST-PATTERN FER THRU SESS-TARGET PORT 1 pots up up 0 0:0 100 voip up up ..T 1 syst ras 101 voip up up ..T 2 syst ipv4:192.168.0.233 How do I specify that H323 or SIP must be for incoming calls, and outgoing must go out on the E1. Cisco is running IOS 12.1.5-12.2.13a I realize this is alot of questions, so please bear with me :) -- thanks, Yusuf -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
Hi Yusuf -> I just got a Cisco AS5300, and I need to configure it like such: > > > Asterisk -----(H323/SIP)------> Cisco ----- (E1/PRI)------->Telco > > So calls originate from the Asterisk side (registered users on SIP or just ZAP phones), and they go > out H323 or SIP to Cisco, where they go out PRI. > > I have the Asterisk side sorted :) (either H323 or SIP), I need help in the Cisco side. Can anyone > give me a brief HOW-TO or tutorial on getting this (either SIP or H323) done on the Cisco side.I found this config on how to make an AS5300 work with SER for sip. I'm sure you'll have to do a little adaptation to make it work with asterisk, but it should be fairly close: http://www.aarnet.edu.au/events/conferences/2004/apan-questnet/sipworkshop/uas/ciscoVoIPGateways/as5300-12.3-6b-sip.txt Cisco documentation can be a little to generalized sometimes, but here's their answer: http://www.cisco.com/univercd/cc/td/doc/product/voice/sipsols/biggulp/bgsipins.htm As for the Cisco-specific call routing stuff, I can't help you there. I've never used one of their gateways, but their Smartnet Contracts are pretty cheap, and Cisco support is really good. - Noah
Hello Yusuf yusuf wrote:> Hi all, > > I realize this is OT. > > I just got a Cisco AS5300, and I need to configure it like such: > > > Asterisk -----(H323/SIP)------> Cisco ----- (E1/PRI)------->Telco > > So calls originate from the Asterisk side (registered users on SIP or > just ZAP phones), and they go out H323 or SIP to Cisco, where they go > out PRI. > > I have the Asterisk side sorted :) (either H323 or SIP), I need help in > the Cisco side. Can anyone give me a brief HOW-TO or tutorial on getting > this (either SIP or H323) done on the Cisco side.The link with sample Cisco config Hoah has sent is fine. It's well commented etc, but... I do not recommend you to copy it entirely :) > [...skipped...]> How do I specify that H323 or SIP must be for incoming calls, and > outgoing must go out on the E1. > > Cisco is running IOS 12.1.5-12.2.13a > I realize this is alot of questions, so please bear with me :)You seem to need a clear-cut explanation of dial-peer matching process like http://www.cisco.com/warp/public/788/voip/in_dial_peer_match.html or more complete guides: http://www.cisco.com/univercd/cc/td/doc/product/software/ios123/123cgcr/vvfax_c/int_c/dpeer_c/dp_confg.htm and http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fvvfax_c/vvfpeers.htm I think I can help you deal with Cisco side once you have drafted a clear setup. -- Sincerely, Andrew Pogrebennyk