Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[asterisk-users] Asterisk with Nextone using H323


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users
View previous topic :: View next topic  
Author Message
evertongoularth at yah...
Guest





PostPosted: Tue Jun 24, 2008 10:20 am    Post subject: [asterisk-users] Asterisk with Nextone using H323 Reply with quote

Hi people,

Someone have already used asterisk with Nextone?
I`m trying to use it, but there are some problems.. One of these are
when we set up a connection between Nextone and Asterisk using H323, we
use our asterisk server as a Softswitch in the Nextone configuration, so
it doesn`t work. But, when we just change (in Nextone configuration)
from Softswitch to Gateway, it work. Where is the difference?
I`m using chan_ooh323 in my asterisk server. This is my ooh323.conf:

---------------------------------------------------------------------------------------------------------
[general]
;Default - 1720
;port=1720
bindaddr= IP_ADDRESS

;This parameter indicates whether channel driver should register with
;gatekeeper as a gateway or an endpoint.
;Default - no
;gateway=yes

;Whether asterisk should use fast-start and tunneling for H323 connections.
;Default - yes
;faststart=no
;h245tunneling=no

;H323-ID to be used for asterisk server
;Default - Asterisk PBX
h323id=GW2
e164=1521#

;CallerID to use for calls
;Default - Same as h323id
callerid=MediaXChange 1.0

;Whether this asterisk server will use gatekeeper.
;Default - DISABLE
;gatekeeper = DISCOVER
;gatekeeper = a.b.c.d
;gatekeeper = 189.44.163.125

logfile=/var/log/asterisk/h323_log
context=default
disallow=all
allow=g729
allow=g723
dtmfmode=rfc2833

---------------------------------------------------------------------------------------------------------

Anyone know what can I do? or what am I doing wrong???
Thank`s a lot for the opportunity.
Everton Goularth
Back to top
gsalas at manta.telcon...
Guest





PostPosted: Tue Jun 24, 2008 10:26 am    Post subject: [asterisk-users] Asterisk with Nextone using H323 Reply with quote

El mar, 24-06-2008 a las 12:20 -0300, Everton Goularth escribi?:
Quote:
I`m using chan_ooh323 in my asterisk server. This is my ooh323.conf:
Have you tried with chan_h323.so?

I've one gateways that uses h.323 and works only with chan_h323.so .

Regards,

--
Guillermo Salas M.
Telconet S.A.
Calle 15 y Avenida 24 Esq
Edificio Barre #2 Primer Piso
Telefono : +593 5 262 8071
Celular : +593 9 985 5138
e-mail : gsalas at manta.telconet.net
www : http://www.manta.telconet.net
http://www.telcocarrier.net
SIP : 666 at sip.manta.telconet.net
FWD : 558563
USA : 1 360 968 1701

Linux User: 255902

Beat me, whip me, make me use Windows!

Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html

Please avoid the Top Posting, see
http://es.wikipedia.org/wiki/Top-posting
Back to top
enunez at netoneint.com
Guest





PostPosted: Tue Jun 24, 2008 1:51 pm    Post subject: [asterisk-users] Asterisk with Nextone using H323 Reply with quote

Any reason in particular why you don't use SIP between your Asterisk and
NexTone? This is how I have ours connected and it works well. The only
issue I've experienced is that some of the carriers that only support g729
AB have trouble with the dtmf tones from g729A, but this is not SIP
specific.

-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Guillermo
Salas M.
Sent: Tuesday, June 24, 2008 11:27 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Asterisk with Nextone using H323

El mar, 24-06-2008 a las 12:20 -0300, Everton Goularth escribi?:
Quote:
I`m using chan_ooh323 in my asterisk server. This is my ooh323.conf:
Have you tried with chan_h323.so?

I've one gateways that uses h.323 and works only with chan_h323.so .

Regards,

--
Guillermo Salas M.
Telconet S.A.
Calle 15 y Avenida 24 Esq
Edificio Barre #2 Primer Piso
Telefono : +593 5 262 8071
Celular : +593 9 985 5138
e-mail : gsalas at manta.telconet.net
www : http://www.manta.telconet.net
http://www.telcocarrier.net
SIP : 666 at sip.manta.telconet.net
FWD : 558563
USA : 1 360 968 1701

Linux User: 255902

Beat me, whip me, make me use Windows!

Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html

Please avoid the Top Posting, see
http://es.wikipedia.org/wiki/Top-posting


_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
cziom at jsg.co.th
Guest





PostPosted: Tue Jun 24, 2008 10:39 pm    Post subject: [asterisk-users] Asterisk with Nextone using H323 Reply with quote

The meaning of "softswitch" in the Nextone is that it will try and use
whatever protocol the corresponding Ingress/Egress side is set for. That
means, if you place/receive a call from/to Asterisk, and route to an
endpoint doing SIP, the Nextone will expect Asterisk to speak SIP. If
you place/receive a call to/from an endpoint using H.323, it will expect
Asterisk to speak H.323.

When you use "softswitch", the Nextone is much more forgiving about what
it passes through also, expecting that your softswitch on the far side
will take care of the issues.

If you only want to use H.323 with Asterisk, you should configure it as
an H.323 gateway. Why are you trying to set "softswitch"?

That is how all of our systems are configured with Asterisk and ooh323.
Works very well and very stable.

Chris

Everton Goularth wrote:
Quote:
Hi people,

Someone have already used asterisk with Nextone?
I`m trying to use it, but there are some problems.. One of these are
when we set up a connection between Nextone and Asterisk using H323, we
use our asterisk server as a Softswitch in the Nextone configuration, so
it doesn`t work. But, when we just change (in Nextone configuration)
from Softswitch to Gateway, it work. Where is the difference?
I`m using chan_ooh323 in my asterisk server. This is my ooh323.conf:

---------------------------------------------------------------------------------------------------------
[general]
;Default - 1720
;port=1720
bindaddr= IP_ADDRESS

;This parameter indicates whether channel driver should register with
;gatekeeper as a gateway or an endpoint.
;Default - no
;gateway=yes

;Whether asterisk should use fast-start and tunneling for H323 connections.
;Default - yes
;faststart=no
;h245tunneling=no

;H323-ID to be used for asterisk server
;Default - Asterisk PBX
h323id=GW2
e164=1521#

;CallerID to use for calls
;Default - Same as h323id
callerid=MediaXChange 1.0

;Whether this asterisk server will use gatekeeper.
;Default - DISABLE
;gatekeeper = DISCOVER
;gatekeeper = a.b.c.d
;gatekeeper = 189.44.163.125

logfile=/var/log/asterisk/h323_log
context=default
disallow=all
allow=g729
allow=g723
dtmfmode=rfc2833

---------------------------------------------------------------------------------------------------------

Anyone know what can I do? or what am I doing wrong???
Thank`s a lot for the opportunity.
Everton Goularth

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services