Hello,
does anyone know if its possible to config dialout via T1/E1 on a cisco (AS5300 or other platform) simultaniously for H323 and SIP?
regards,
Arnd
It's very easy. Do NOTHING. Just turn on SIP and H.323, and have POTS dial-peers.
--Dave
-----Original Message----- From: serusers-bounces@iptel.org [mailto:serusers-bounces@lists.iptel.org] On Behalf Of Arnd Vehling Sent: Friday, February 20, 2004 12:43 PM To: Vocal List Cc: serusers@lists.iptel.org Subject: [Serusers] SIP and H323 dialout simultaniously on a cisco
Hello,
does anyone know if its possible to config dialout via T1/E1 on a cisco (AS5300 or other platform) simultaniously for H323 and SIP?
regards,
Arnd
_______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hi,
David R. Kompel wrote:
It's very easy. Do NOTHING. Just turn on SIP and H.323, and have POTS dial-peers.
What do you exactly mean by "turning on sip". I did define a sip-ua and left the dial-peers alone at first and then tried with additional dial-peers from another cisco box which was only serving SIP calls.
The cisco is running: IOS (tm) 5300 Software (C5300-IS-M), Version 12.2(5)
Its still declining our calls with: (ips and numbers obfuscated) ----- Status line: SIP/2.0 500 Internal Server Error Message Header Via: SIP/2.0/UDP yy.yy.yy.y;branch=z9hG4bK0ab8.39e9e396.0,SIP/2.0/UDP 192.168.39.240:5050 ;rport=5050;received=bb.bb.bb.b;branch=z9hG4bK-8c71c34e From: Arnd's Fone sip:4223@somewhere.net;tag=3d65dfe327e89df8 To: sip:1234567@somewhere.net;tag=C9EC008-167B Date: Sat, 21 Feb 2004 20:23:28 UTC Call-ID: de8af4d7-d8db3566@192.168.69.241 Server: Cisco VoIP Gateway/ IOS 12.x/ SIP enabled CSeq: 101 INVITE Content-Length: 0 -----
Is it possible that there must be no h323 config on the ethernet like: (again obfuscated)
----- interface ethernet 0/0 h323-gateway voip interface h323-gateway voip id SOMEGK ipaddr a.b.c.d 1718 h323-gateway voip h323-id DASECRET -----
I cant remove this definitions because this cisco is in production and its not ours.
thanx & best regards,
Arnd
In global config:
as5348#conf t Enter configuration commands, one per line. End with CNTL/Z. as5348(config)#voice service ( I hit tab here) as5348(config)#voice service voip as5348(conf-voi-serv)#sip as5348(conf-serv-sip)#exit (Do a ? here to change defaults....) as5348(conf-voi-serv)#exit as5348(config)#exit as5348#
Later down in the config...
gateway ! sip-ua max-forwards 15 sip-server ipv4:206.82.248.10:5060 ! !
The SIP-UA is optional, but it will be the default if it's not specified in the dial-peer.
VoIP inbound dial-peer's that don't specify a session protocol or specify SIP will be used for inbound SIP calls.
POTS outbound peers will be used by both SIP and H.323.
--Dava
-----Original Message----- From: Arnd Vehling [mailto:av@nethead.de] Sent: Saturday, February 21, 2004 12:23 PM To: David R. Kompel Cc: 'Vocal List'; serusers@lists.iptel.org Subject: Re: [Serusers] SIP and H323 dialout simultaniously on a cisco
Hi,
David R. Kompel wrote:
It's very easy. Do NOTHING. Just turn on SIP and H.323, and have POTS dial-peers.
What do you exactly mean by "turning on sip". I did define a sip-ua and left the dial-peers alone at first and then tried with additional dial-peers from another cisco box which was only serving SIP calls.
The cisco is running: IOS (tm) 5300 Software (C5300-IS-M), Version 12.2(5)
Its still declining our calls with: (ips and numbers obfuscated) ----- Status line: SIP/2.0 500 Internal Server Error Message Header Via: SIP/2.0/UDP yy.yy.yy.y;branch=z9hG4bK0ab8.39e9e396.0,SIP/2.0/UDP 192.168.39.240:5050 ;rport=5050;received=bb.bb.bb.b;branch=z9hG4bK-8c71c34e From: Arnd's Fone sip:4223@somewhere.net;tag=3d65dfe327e89df8 To: sip:1234567@somewhere.net;tag=C9EC008-167B Date: Sat, 21 Feb 2004 20:23:28 UTC Call-ID: de8af4d7-d8db3566@192.168.69.241 Server: Cisco VoIP Gateway/ IOS 12.x/ SIP enabled CSeq: 101 INVITE Content-Length: 0 -----
Is it possible that there must be no h323 config on the ethernet like: (again obfuscated)
----- interface ethernet 0/0 h323-gateway voip interface h323-gateway voip id SOMEGK ipaddr a.b.c.d 1718 h323-gateway voip h323-id DASECRET -----
I cant remove this definitions because this cisco is in production and its not ours.
thanx & best regards,
Arnd
Argh!!! The formatting came out wrong... it should be:
as5348#conf t
Enter configuration commands, one per line. End with CNTL/Z.
as5348(config)#voice service ( I hit tab here)
as5348(config)#voice service voip
as5348(conf-voi-serv)#sip
as5348(conf-serv-sip)#exit (Do a ? here to change defaults....)
as5348(conf-voi-serv)#exit
as5348(config)#exit
It seems that some mail readers are hosed, like mine, and it ran it all together.
--Dave
-----Original Message----- From: serusers-bounces@iptel.org [mailto:serusers-bounces@lists.iptel.org] On Behalf Of David R. Kompel Sent: Sunday, February 22, 2004 2:29 PM To: 'Arnd Vehling' Cc: serusers@lists.iptel.org; 'Vocal List' Subject: RE: [Serusers] SIP and H323 dialout simultaniously on a cisco
In global config:
as5348#conf t Enter configuration commands, one per line. End with CNTL/Z. as5348(config)#voice service ( I hit tab here) as5348(config)#voice service voip as5348(conf-voi-serv)#sip as5348(conf-serv-sip)#exit (Do a ? here to change defaults....) as5348(conf-voi-serv)#exit as5348(config)#exit as5348#
Later down in the config...
gateway ! sip-ua max-forwards 15 sip-server ipv4:206.82.248.10:5060 ! !
The SIP-UA is optional, but it will be the default if it's not specified in the dial-peer.
VoIP inbound dial-peer's that don't specify a session protocol or specify SIP will be used for inbound SIP calls.
POTS outbound peers will be used by both SIP and H.323.
--Dava
-----Original Message----- From: Arnd Vehling [mailto:av@nethead.de] Sent: Saturday, February 21, 2004 12:23 PM To: David R. Kompel Cc: 'Vocal List'; serusers@lists.iptel.org Subject: Re: [Serusers] SIP and H323 dialout simultaniously on a cisco
Hi,
David R. Kompel wrote:
It's very easy. Do NOTHING. Just turn on SIP and H.323, and have POTS dial-peers.
What do you exactly mean by "turning on sip". I did define a sip-ua and left the dial-peers alone at first and then tried with additional dial-peers from another cisco box which was only serving SIP calls.
The cisco is running: IOS (tm) 5300 Software (C5300-IS-M), Version 12.2(5)
Its still declining our calls with: (ips and numbers obfuscated) ----- Status line: SIP/2.0 500 Internal Server Error Message Header Via: SIP/2.0/UDP yy.yy.yy.y;branch=z9hG4bK0ab8.39e9e396.0,SIP/2.0/UDP 192.168.39.240:5050 ;rport=5050;received=bb.bb.bb.b;branch=z9hG4bK-8c71c34e From: Arnd's Fone sip:4223@somewhere.net;tag=3d65dfe327e89df8 To: sip:1234567@somewhere.net;tag=C9EC008-167B Date: Sat, 21 Feb 2004 20:23:28 UTC Call-ID: de8af4d7-d8db3566@192.168.69.241 Server: Cisco VoIP Gateway/ IOS 12.x/ SIP enabled CSeq: 101 INVITE Content-Length: 0 -----
Is it possible that there must be no h323 config on the ethernet like: (again obfuscated)
----- interface ethernet 0/0 h323-gateway voip interface h323-gateway voip id SOMEGK ipaddr a.b.c.d 1718 h323-gateway voip h323-id DASECRET -----
I cant remove this definitions because this cisco is in production and its not ours.
thanx & best regards,
Arnd
_______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hello David,
thank you for the help. I already had a similiar config on the cisco. Debugging SIP calls revealed that the cisco starts dialing but imediatly terminates the calls and sends an "Internal Server Error" SIP Message.
We now use an open H323GK and the SIP<>H323 converter as intermediate and this solved the problem. We have a pretty good voice quality now.
best regards,
Arnd