RE: [Asterisk-Users] Cisco to use * as a gateway?

2003-11-26 Thread Victor Medrano

did you configure dialpeer voip in the cisco .
pointing to * ip addr

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Pavel
Litvinenko
Sent: Tuesday, November 25, 2003 10:12 AM
To: [EMAIL PROTECTED]
Subject: Re: [Asterisk-Users] Cisco to use * as a gateway?


Joseph Finley wrote:

I'm not sure if I am wording this correctly, but I'll try.

I have a Cisco 2621 w/ a couple FXO and FXS ports.  I have a couple cheap
analog phones plugged into the FXS ports.  I am able to get * to ring those
phones when a call comes in, but I cannot get the phones to dial out.  I
guess it's all syntax that I'm doing wrong.  Does someone have a couple
small snip-its to accomplish this?



what protocol do you use ? H323, SIP ?

Thanks
Joe

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users





--

-
Best Regards,
 Pavel Litvinenko.
 ICQ: 16224754
 Ph: (8632) 923962, 923640
 sip:[EMAIL PROTECTED]



___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Cisco to use * as a gateway?

2003-11-25 Thread Pavel Litvinenko
Joseph Finley wrote:

I'm not sure if I am wording this correctly, but I'll try.

I have a Cisco 2621 w/ a couple FXO and FXS ports.  I have a couple cheap
analog phones plugged into the FXS ports.  I am able to get * to ring those
phones when a call comes in, but I cannot get the phones to dial out.  I
guess it's all syntax that I'm doing wrong.  Does someone have a couple
small snip-its to accomplish this?
 

what protocol do you use ? H323, SIP ?

Thanks
Joe
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
 



--

-
Best Regards,
Pavel Litvinenko.
ICQ: 16224754
Ph: (8632) 923962, 923640
sip:[EMAIL PROTECTED]


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Cisco to use * as a gateway?

2003-11-25 Thread Andrew Gillham
Pavel Litvinenko wrote:

Joseph Finley wrote:

I'm not sure if I am wording this correctly, but I'll try.

I have a Cisco 2621 w/ a couple FXO and FXS ports.  I have a couple 
cheap
analog phones plugged into the FXS ports.  I am able to get * to ring 
those
phones when a call comes in, but I cannot get the phones to dial out.  I
guess it's all syntax that I'm doing wrong.  Does someone have a couple
small snip-its to accomplish this?
 


This is what a buddy of mine uses to call my pbx extensions.
!
voice service voip
h323
sip
 bind all source-interface FastEthernet0/0   --- the public IP interface
!
! The Cisco 7960s only do these two codecs. (also g711alaw)
voice class codec 1
codec preference 1 g711ulaw
codec preference 2 g729r8
!
!
!
! An analog port on the 3725 router.
voice-port 1/0/0
description POTS Test Phone
!
! The local number for the analog port.
dial-peer voice 100 pots
application session
destination-pattern 6110
port 1/0/0
!
! forward anything 6XXX to my pbx at 1.2.3.4
dial-peer voice 111 voip
preference 1
destination-pattern 6...
voice-class codec 1
voice-class h323 1
session protocol sipv2
session target ipv4:1.2.3.4
ip qos dscp cs5 media
no vad
!
! I believe this just tells where the server is, it doesn't REGISTER.
sip-ua
sip-server ipv4:1.2.3.4
!
Newer Cisco IOS is supposed to be able to register via SIP, but the version
my buddy is running doesn't currently support it.
But he is able to dial my pbx easily, and I can setup the sip.conf with 
a default
ip for his router, etc.

-Andrew

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Cisco to use * as a gateway?

2003-11-20 Thread Joseph Finley

I'm not sure if I am wording this correctly, but I'll try.

I have a Cisco 2621 w/ a couple FXO and FXS ports.  I have a couple cheap
analog phones plugged into the FXS ports.  I am able to get * to ring those
phones when a call comes in, but I cannot get the phones to dial out.  I
guess it's all syntax that I'm doing wrong.  Does someone have a couple
small snip-its to accomplish this?

Thanks
Joe

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Cisco to use * as a gateway?

2003-11-20 Thread Michiel Betel
Joseph Finley wrote:

I'm not sure if I am wording this correctly, but I'll try.

I have a Cisco 2621 w/ a couple FXO and FXS ports.  I have a couple cheap
analog phones plugged into the FXS ports.  I am able to get * to ring those
phones when a call comes in, but I cannot get the phones to dial out.  I
guess it's all syntax that I'm doing wrong.  Does someone have a couple
small snip-its to accomplish this?
Thanks
Joe
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
 

are you using SIP??

if so...
exten = _0XX,1,Dial(SIP/${EXTEN:[EMAIL PROTECTED]:5060)
exten = _0XX,2,Congestion
where W.X.Y.Z is the IP address of your Cisco

Michiel

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users