bar top left
bar top right
left curve
right curve
Welcome, Guest
Go to bottom
Post Reply
Post New Topic
Page: 1
TOPIC: instalar soporte h323
#78311
instalar soporte h323 2 Years ago Karma: 1
Tengo instalado el elastix 2.0 en un servidor virtual con virtualbox(yo uso windows)y necesito instalar soporte h323 para hacer funcionar un telefono altigen ip600.Cuales son los pasos que debo seguir para que el asterisk 1.6.2.13 soporte h323.
Segui los pasos de esta pag: Links hidden for unregistered users. Login or register Here

cuando estoy descomprimiendo tar zxvf pwlib-v1_10_3-src-tar.gz (aparecen tantos "no" que me da sospecha:



cuando estoy instalando make install



cuando tipeo make opt



Lo mismo pasa con el openh323.
Cuando llego al paso instalar chan_h323.so
-cd /usr/src/asterisk
-./configure no puedo seguir porque no configura nada

si alguien me puede dar una mano .Gracias de antemano
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
shokul
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2011/05/14 21:25 By shokul.
Reply Quote
 
#78357
Re: instalar soporte h323 2 Years ago Karma: 209
Cuando quiero realizar una troncal h323 con otra central, lo único que hago es hacer uso del módulo de h323 que ya viene con elastix (no instalo ni compilo nada adicional).
Edito: /etc/asterisk/ooh323.conf
Y pego el siguiente contenido:
Code:


[general]
port = 1720
bindaddr = 10.215.40.10 ; ip del elastix
disallow = all
allow = ulaw
dtmfmode=rfc2833
gatekeeper = DISABLE
context = from-internal
progress_setup = 8
progress_alert = 8
h245tunneling = yes

[AvayaCR-SP]
type = friend
context = from-internal
host = 10.215.0.14; ip del avaya
port = 1720
disallow = all
allow = ulaw
canreinvite=no
dtmfmode=rfc2833



Luego escribo el dial string en una troncal personalizada:
OOH323/$OUTNUM$@10.215.0.14:1720

Y final mente hago un amportal restart

Algo así deberías hacer para integrar tu teléfono (no he integrado teléfonos H323 con elastix, sólo troncales).
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
jgutierrez
support@elastix.com
Moderator
Posts: 4887
graphgraph
User Offline Click here to see the profile of this user
Gender: Male jgutierr_007@hotmail.com Location: Santiago de Guayaquil - Ecuador Birthday: 08/07
Do you want a fast response service?
Do you want more help?
Try our Official Elastix Paid Support Service(English/Español):
support.palosanto.com/elastixChatServer.php

Get your support tickets from:
store.palosanto.com


Soporte Elastix Palosanto Solutions
Santiago de Guayaquil
Reply Quote
 
#78369
Re: instalar soporte h323 2 Years ago Karma: 1
gracias por la respuesta,yo pense lo mismo pero no ma aparece el fichero ooh323 y cuando quiero entrar a /asterisk/sip.conf me aparece que no tengo permiso ,que debo hacer para agregar a ooh323 y dar permiso para acceder a sip.conf,iax.conf...



sera porque falla este archicvo al inicio



Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
shokul
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2011/05/16 11:39 By shokul.
Reply Quote
 
#78388
Re: instalar soporte h323 2 Years ago Karma: 1
Gracias por la ayuda puede solucionarlo pasos que hice
descargue e instale asterisk-addons-1.6.2.3 (es el mas actual)

cd /usr/src

wget [url=http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-addons-1.6.2.3.tar.gz (nota: [url= no se escribe,solo esta para que salga la direccion completa)
tar -xzvf asterisk-addons-1.6.2.3.tar.gz

tar -xzvf asterisk-addons-1.6.2.3.tar.gz

cd /usr/src/asterisk-addons-1.6.2.3

make clean

./configure

make menuselect (enter en --save and exit-- cuando sale la pantalla)

make

make install

make samples

con esto se instalo el 00h323.conf y algunas cosas mas seguramente.
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
shokul
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2011/12/08 13:49 By shokul.
Reply Quote
 
#78390
Re: instalar soporte h323 2 Years ago Karma: 1
El tema del permiso denegado lo solucione dandole permisos.Lei el libro comunicaciones unificadas con elastix seccion tres + info foro.elhacker.net/gnulinux/dar_permisos_...rpetas-t81824.0.html

con el comando ( ls -al /etc/asterisk/ooh323.conf ) me fije que permisos tenia



y se lo cambie ( chmod 744 /etc/asterisk/ooh323.conf ) 744 da permisos de lectura(r),escritura(w) y ejecucion(x)al usuario root.



y para editar los archivos se utiliza el comando vim + espacio + donde esta localizado

vim /etc/asterisk/ooh323.conf
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
shokul
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2011/05/16 15:45 By shokul.
Reply Quote
 
#78391
Re: instalar soporte h323 2 Years ago Karma: 1
se utiliza el commando vim para editar los archivos? tengo que borrar todo lo que aparece en vim /etc/asterisk/ooh323.conf para escribir algo como me indico jgutierrez mas arriba.
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
shokul
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
#78404
Re: instalar soporte h323 2 Years ago Karma: 1
jgutierrez escribió:
Cuando quiero realizar una troncal h323 con otra central, lo único que hago es hacer uso del módulo de h323 que ya viene con elastix (no instalo ni compilo nada adicional).
Edito: /etc/asterisk/ooh323.conf
Y pego el siguiente contenido:
Code:


[general]
port = 1720
bindaddr = 10.215.40.10 ; ip del elastix
disallow = all
allow = ulaw
dtmfmode=rfc2833
gatekeeper = DISABLE
context = from-internal
progress_setup = 8
progress_alert = 8
h245tunneling = yes

[AvayaCR-SP]
type = friend
context = from-internal
host = 10.215.0.14; ip del avaya
port = 1720
disallow = all
allow = ulaw
canreinvite=no
dtmfmode=rfc2833



Luego escribo el dial string en una troncal personalizada:
OOH323/$OUTNUM$@10.215.0.14:1720

Y final mente hago un amportal restart

Algo así deberías hacer para integrar tu teléfono (no he integrado teléfonos H323 con elastix, sólo troncales).


escribi eso desde la consola modificando el ooh323.conf pero nada , el dial string lo creas desde la web.Tengo que creear un usuario para ponerlo en el telefono o no?
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
shokul
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
#81727
Re: instalar soporte h323 1 Year, 10 Months ago Karma: 0
Hola soy muy novato pero me intereso este tema ya que he probado el elastix y he logrado hacer que funciones mis extenciones SIP y ya tengo dos centralitas conectadas entre si sin embargo mi siguiente paso es conectar una de estas centralitas a un OKI BV1250 el cual tiene implementado h323 y es el que sirve actualmente a la compania segun lo que he entendido por aqui es tengo que hacer un troncal de el oki a el asterisk y viceversa pero cuanado lo hago es normal que no me aparesca el troncal custom en el Flash Operator Panel? por que los que hice con los sip si aparecen y aun no puedo comunicar con las extenciones de mi oki....

segun jgutierrez lo que hice es suficiente pero yo uso oki no avaya ....algo me falta?


agradecere comentarios ....saludos
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
misai
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
#91484
Re: instalar soporte h323 1 Year, 5 Months ago Karma: 0
Como compilas el modulo ooh323?
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
adesedas
Fresh Boarder
Posts: 48
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
#91532
Re: instalar soporte h323 1 Year, 5 Months ago Karma: 1
en el 4 mensaje muestro como se compila.Escribi en la consola exactamente lo que dice ahi.
te escribo aca:


cd /usr/src

wget [url=http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-addons-1.6.2.3.tar.gz
(nota: [url= no se escribe,solo esta para que salga la direccion completa)

tar -xzvf asterisk-addons-1.6.2.3.tar.gz

tar -xzvf asterisk-addons-1.6.2.3.tar.gz

cd /usr/src/asterisk-addons-1.6.2.3

make clean

./configure

make menuselect (enter en --save and exit-- cuando sale la pantalla)

make

make install

make samples

con esto se instalo el 00h323.conf y algunas cosas mas seguramente.
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
shokul
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2011/12/08 13:51 By shokul.
Reply Quote
 
Go to top
Post Reply
Post New Topic
Page: 1
Moderators: jgutierrez, jcastellanos

elastix

Protected by Spam Fighter