Una pregunta sobre asterisk@home

Tema: 

usando el live cd de asterisk instale un asterisk y freepbx, todo iba bien hasta que empece a crear extensiones desde la interfaz web , facil, pero al momento de usar los softphones el servidor me responde que el usuario no esta conectado y las extensiones estan creadas, uso x-lite con softphones deben correr sobre Windows.
Puede afectar restriciones creadas por el adminstrador a determinadas ips de unsa red interna para que no exista comunicacion entre softphones o que archivo se necesita añadir, modificar,
Gracias por su tiempo

Adjunto el extrato del /etc/asterisk/extensions_additional.conf

[ext-local]
include => ext-local-custom
exten => 22000,1,Macro(exten-vm,22000,22000)
exten => 22000,hint,SIP/22000
exten => ${VM_PREFIX}22000,1,Macro(vm,22000)
exten => 22001,1,Macro(exten-vm,22001,22001)
exten => 22001,hint,SIP/22001
exten => ${VM_PREFIX}22001,1,Macro(vm,22001)
exten => 22003,1,Macro(exten-vm,22003,22003)
exten => 22003,hint,SIP/22003
exten => ${VM_PREFIX}22003,1,Macro(vm,22003)
exten => 22006,1,Macro(exten-vm,novm,22006)
exten => 22006,hint,SIP/22006
exten => 22008,1,Macro(exten-vm,novm,22008)
exten => 22008,hint,SIP/22008
exten => 22009,1,Macro(exten-vm,22009,22009)
exten => 22009,hint,SIP/22009
exten => ${VM_PREFIX}22009,1,Macro(vm,22009)
exten => 22100,1,Macro(exten-vm,22100,22100)
exten => 22100,hint,SIP/22100
exten => ${VM_PREFIX}22100,1,Macro(vm,22100)
exten => 22102,1,Macro(exten-vm,22102,22102)
exten => 22102,hint,SIP/22102
exten => ${VM_PREFIX}22102,1,Macro(vm,22102)

; end of [ext-local]

ahora he realizado pruebas desde cada pc con softphone, pero nada, ademas cree una conferencia, pero igual solo ingresa 1 de las extensiones y la otra no. :(

Comentarios

Danos mas información. -

Imagen de RazaMetaL

Danos mas información.

- Cual es la ip que tiene asterisk?
- Cuales son las ips tienen las pc's con softphone?
- Cual sofphone estas utilizando?
- Que codec estas utilizando en cada extension?
- Muestranos la salida del comando: asterisk -r -x "sip show peers" ;
- Muestranos la salida del comando: asterisk -r -x "sip show channels" ;
- Muestranos la salida de tail -f /var/log/asterisk/full justo cuando haces una llamada.

Se me ocurre que los softphones no se registran y por eso te da error. Envíanos la info que te pedí antes para poder ayudarte mejor.

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

Antes de preguntar visita esta dirección :evil:

 

-----

Visita este [url=http://www.sindominio.net/ayuda/preguntas-inteligentes.html]link[/url] :evil:

[img]http://www.bbspot.com/Images/News_Features/2003/01/os_quiz/debian.jpg[/img]

(adsbygoogle = window.adsbygoogle || []).push({});

Aqui la info requerida

Imagen de morpheuss_ec

[quote=RazaMetaL]Danos mas información.

- Cual es la ip que tiene asterisk?[/quote]
es una publica 200.125.135.130 :)
[quote=RazaMetaL]
- Cuales son las ips tienen las pc's con softphone?
[/quote]
son privadas 192.168.3.1 - 255
[quote=RazaMetaL]
- Cual sofphone estas utilizando?
[/quote]
x-litesobre win-gnu/linux y egika sobre gnu/linux
[quote=RazaMetaL]
- Que codec estas utilizando en cada extension?[/quote]
en egika gsm-o ilbc el x-lite gsm
[quote=RazaMetaL]
- Muestranos la salida del comando: asterisk -r -x "sip show peers" ;
[/quote]
[root@asterisk1 ~]# asterisk -r -x "sip show peers";
Name/username Host Dyn Nat ACL Port Status
22102/22102 (Unspecified) D 0 Unmonitored
22100/22100 (Unspecified) D N 0 UNKNOWN
22009/22009 (Unspecified) D 0 Unmonitored
22008/22008 (Unspecified) D N 0 UNKNOWN
22006/22006 (Unspecified) D N 0 UNKNOWN
22003/22003 (Unspecified) D N 0 UNKNOWN
22001/22001 (Unspecified) D 0 Unmonitored
22000/22000 (Unspecified) D N 0 UNKNOWN
8 sip peers [3 online , 5 offline]
Verbosity is at least 3

[quote=RazaMetaL]
- Muestranos la salida del comando: asterisk -r -x "sip show channels" ;
[/quote]
[root@asterisk1 ~]# asterisk -r -x "sip show channels";
No such command 'sip show chanels' (type 'help' for help)
Verbosity is at least 3
[root@asterisk1 ~]#

[quote=RazaMetaL]
- Muestranos la salida de tail -f /var/log/asterisk/full justo cuando haces una llamada.
[/quote]
Jul 27 09:28:41 NOTICE[2723] chan_sip.c: No compatible codecs!
Jul 27 09:28:41 DEBUG[2723] chan_sip.c: SIP message could not be handled, bad request: 2e19edde-e91b-db11-9ec1-0007e959a242@ubuntu
Jul 27 09:28:50 NOTICE[2723] chan_sip.c: No compatible codecs!
Jul 27 09:28:50 DEBUG[2723] chan_sip.c: SIP message could not be handled, bad request: a87c4be4-e91b-db11-9ec1-0007e959a242@ubuntu
Jul 27 09:28:52 NOTICE[2723] chan_sip.c: No compatible codecs!
Jul 27 09:28:52 DEBUG[2723] chan_sip.c: SIP message could not be handled, bad request: 306c46e5-e91b-db11-9ec1-0007e959a242@ubuntu
Jul 27 09:28:53 NOTICE[2723] chan_sip.c: No compatible codecs!
Jul 27 09:28:53 DEBUG[2723] chan_sip.c: SIP message could not be handled, bad request: 301ba1e5-e91b-db11-9ec1-0007e959a242@ubuntu
Jul 27 09:29:50 DEBUG[29689] manager.c: Manager received command 'Command'
Jul 27 09:29:50 DEBUG[29689] manager.c: Manager received command 'Command'
Jul 27 09:30:54 NOTICE[2723] chan_sip.c: No compatible codecs!
Jul 27 09:30:54 DEBUG[2723] chan_sip.c: SIP message could not be handled, bad request: d4a6ef2a-ea1b-db11-9ec1-0007e959a242@ubuntu
Jul 27 09:31:00 NOTICE[2723] chan_sip.c: No compatible codecs!
Jul 27 09:31:00 DEBUG[2723] chan_sip.c: SIP message could not be handled, bad request: 88aee730-ea1b-db11-9ec1-0007e959a242@ubuntu

Parece que hay algun problema en los codecs uso gsm el es unico acitva para esta prueba desd eqkiga.
[quote=RazaMetaL]
Se me ocurre que los softphones no se registran y por eso te da error. Envíanos la info que te pedí antes para poder ayudarte mejor.
[/quote]
Sera, he usado 2 ekiga y xlite tanto en lin como en win sobre todo los de win no me conectan.

Gracias :)

f: Henry xxx-p

Usuario Linux Nº 366444

Email: morpheus[qt]panchonet.net
morpheusec[qt]gmail.com

"Prefiero que mi mente se abra movida por la curiosidad
a que se cierre movida por la convicción.

"Como no sabian q era imposible lo hicieron"
(anònimo)
"Prefiero que mi mente se abra movida por la curiosidad .a que se cierre movida por la convicción"
(G.Spence)
"Matrix es el mundo que

Cita:Jul 27 09:28:41

Imagen de RazaMetaL

[quote]Jul 27 09:28:41 NOTICE[2723] chan_sip.c: No compatible codecs![/quote]

Es lo que pensaba ;)

Edita /etc/asterisk/sip.conf y agrega estas lineas en [general], quedaria mas o menos asi:


[general]

port = 5060 ; Port to bind to (SIP is 5060)
bindaddr = 0.0.0.0 ; Address to bind to (all addresses on machine)
disallow=all
allow=ilbc
allow=gsm
allow=ulaw
allow=alaw
videosupport=yes ; si quieres que soporte video

Cuentanos si eso resuelve tu problema, da una mirada al log justo cuando haces la llamada.

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

Antes de preguntar visita esta dirección :evil:

 

-----

Visita este [url=http://www.sindominio.net/ayuda/preguntas-inteligentes.html]link[/url] :evil:

[img]http://www.bbspot.com/Images/News_Features/2003/01/os_quiz/debian.jpg[/img]

(adsbygoogle = window.adsbygoogle || []).push({});

Pues no este es el

Imagen de morpheuss_ec

Pues no :( este es el log:

[root@asterisk1 asterisk]# tail -f /var/log/asterisk/full
Jul 27 10:03:50 DEBUG[29689] manager.c: Manager received command 'Command'
Jul 27 10:03:50 DEBUG[29689] manager.c: Manager received command 'Command'
Jul 27 10:05:50 DEBUG[29689] manager.c: Manager received command 'Command'
Jul 27 10:05:50 DEBUG[29689] manager.c: Manager received command 'Command'
Jul 27 10:07:50 DEBUG[29689] manager.c: Manager received command 'Command'
Jul 27 10:07:50 DEBUG[29689] manager.c: Manager received command 'Command'
Jul 27 10:09:50 DEBUG[29689] manager.c: Manager received command 'Command'
Jul 27 10:09:50 DEBUG[29689] manager.c: Manager received command 'Command'
Jul 27 10:11:50 DEBUG[29689] manager.c: Manager received command 'Command'
Jul 27 10:11:50 DEBUG[29689] manager.c: Manager received command 'Command'
Jul 27 10:13:32 NOTICE[2723] chan_sip.c: No compatible codecs!
Jul 27 10:13:32 DEBUG[2723] chan_sip.c: SIP message could not be handled, bad r equest: 82428022-f01b-db11-9ec1-0007e959a242@ubuntu
Jul 27 10:13:37 NOTICE[2723] chan_sip.c: No compatible codecs!
Jul 27 10:13:37 DEBUG[2723] chan_sip.c: SIP message could not be handled, bad r equest: e8186925-f01b-db11-9ec1-0007e959a242@ubuntu
Jul 27 10:13:38 NOTICE[2723] chan_sip.c: No compatible codecs!
Jul 27 10:13:38 DEBUG[2723] chan_sip.c: SIP message could not be handled, bad r equest: 185a7e26-f01b-db11-9ec1-0007e959a242@ubuntu
Jul 27 10:13:40 NOTICE[2723] chan_sip.c: No compatible codecs!
Jul 27 10:13:40 DEBUG[2723] chan_sip.c: SIP message could not be handled, bad r equest: f8ca4f27-f01b-db11-9ec1-0007e959a242@ubuntu
Jul 27 10:13:50 DEBUG[29689] manager.c: Manager received command 'Command'
Jul 27 10:13:50 DEBUG[29689] manager.c: Manager received command 'Command'
Jul 27 10:15:43 DEBUG[2723] chan_sip.c: Setting NAT on RTP to 0
Jul 27 10:15:50 DEBUG[29689] manager.c: Manager received command 'Command'
Jul 27 10:15:50 DEBUG[29689] manager.c: Manager received command 'Command'
Jul 27 10:15:54 DEBUG[2723] chan_sip.c: Auto destroying call '91024c56571b842fY jlkODg4MTcwOTU1Nzg1NWExZWVhMWIzYzc4OWMwZmY.'
Jul 27 10:15:58 DEBUG[2723] chan_sip.c: Auto destroying call '7e005e14d1490961Y jlkODg4MTcwOTU1Nzg1NWExZWVhMWIzYzc4OWMwZmY.'
Jul 27 10:15:59 DEBUG[2723] chan_sip.c: Setting NAT on RTP to 0
Jul 27 10:16:14 DEBUG[2723] chan_sip.c: Auto destroying call '7e005e14d1490961YjlkODg4MTcwOTU1Nzg1NWExZWVhMWIzYzc4OWMwZmY.'
Jul 27 10:16:15 DEBUG[2723] chan_sip.c: Setting NAT on RTP to 0
Jul 27 10:16:30 DEBUG[2723] chan_sip.c: Auto destroying call '7e005e14d1490961YjlkODg4MTcwOTU1Nzg1NWExZWVhMWIzYzc4OWMwZmY.'

f: Henry xxx-p

Usuario Linux Nº 366444

Email: morpheus[qt]panchonet.net
morpheusec[qt]gmail.com

"Prefiero que mi mente se abra movida por la curiosidad
a que se cierre movida por la convicción.

"Como no sabian q era imposible lo hicieron"
(anònimo)
"Prefiero que mi mente se abra movida por la curiosidad .a que se cierre movida por la convicción"
(G.Spence)
"Matrix es el mundo que

Me olvide de algo

Imagen de RazaMetaL

Me olvide de algo ;) :


asterisk -r -x "restart now"

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

Antes de preguntar visita esta dirección :evil:

 

-----

Visita este [url=http://www.sindominio.net/ayuda/preguntas-inteligentes.html]link[/url] :evil:

[img]http://www.bbspot.com/Images/News_Features/2003/01/os_quiz/debian.jpg[/img]

(adsbygoogle = window.adsbygoogle || []).push({});

este es mi sip.conf

Imagen de morpheuss_ec

; Note: If your SIP devices are behind a NAT and your Asterisk
; server isn't, try adding "nat=1" to each peer definition to
; solve translation problems.

[general]

bindport=5060 ; UDP Port to bind to (SIP standard port is 5060)
bindaddr=0.0.0.0 ; IP address to bind to (0.0.0.0 binds to all)
disallow=all
allow=ilbc
allow=gsm
allow=ulaw
allow=alaw
context = from-sip-external ; Send unknown SIP callers to this context
callerid = Unknown
externip=200.125.135.130
#nat=yes
#include sip_nat.conf
#include sip_custom.conf
#include sip_additional.conf
#include additional_a2billing_sip.conf

cambiado segun sugerencia de Raza.

pero el log me sigue diciendo esto:
Jul 27 11:53:20 VERBOSE[2684] logger.c: == Registered application 'RetryDial'
Jul 27 11:53:20 VERBOSE[2684] logger.c: [codec_ilbc.so]Jul 27 11:53:20 VERBOSE[2684 ] logger.c: [codec_ilbc.so] => (iLBC/PCM16 (signed linear) Codec Translator)
Jul 27 11:53:20 VERBOSE[2684] logger.c: == Registered translator 'ilbctolin' from format ilbc to slin, cost 3
Jul 27 11:53:20 VERBOSE[2684] logger.c: == Registered translator 'lintoilbc' from format slin to ilbc, cost 19
Jul 27 11:53:20 VERBOSE[2684] logger.c: [app_math.so]Jul 27 11:53:20 VERBOSE[2684] logger.c: [app_math.so] => (Basic Math Functions)
Jul 27 11:53:20 VERBOSE[2684] logger.c: == Registered application 'Math'
Jul 27 11:53:20 VERBOSE[2684] logger.c: == Manager registered action DBGet
Jul 27 11:53:20 VERBOSE[2684] logger.c: == Manager registered action DBPut
Jul 27 11:53:20 VERBOSE[2684] logger.c: == Parsing '/etc/asterisk/enum.conf': Jul 27 11:53:20 VERBOSE[2684] logger.c: == Parsing '/etc/asterisk/enum.conf': Found
Jul 27 11:53:20 VERBOSE[2684] logger.c: Asterisk Ready.
Jul 27 11:53:29 DEBUG[30550] manager.c: Manager received command 'Challenge'
Jul 27 11:53:29 DEBUG[30550] manager.c: Manager received command 'Login'
Jul 27 11:53:29 VERBOSE[30550] logger.c: Asterisk Ready.
== Parsing '/etc/asterisk/manager.conf': Jul 27 11:53:29 VERBOSE[30550] logger.c: Asterisk Ready.
== Parsing '/etc/asterisk/manager.conf': Found
Jul 27 11:53:29 VERBOSE[30550] logger.c: == Parsing '/etc/asterisk/manager_custom. conf': Jul 27 11:53:29 VERBOSE[30550] logger.c: == Parsing '/etc/asterisk/manager_ custom.conf': Found
Jul 27 11:53:29 WARNING[30550] config.c: Unknown directive 'permit=192.168.1.0/255.2 55.255.0' at line 18 of manager_custom.conf
Jul 27 11:53:29 DEBUG[30550] acl.c: 0.0.0.0/0.0.0.0/0.0.0.0 appended to acl for peer
Jul 27 11:53:29 DEBUG[30550] acl.c: 127.0.0.1/255.255.255.0/255.255.255.0 appended t o acl for peer
Jul 27 11:53:29 DEBUG[30550] acl.c: ##### Testing 127.0.0.1 with 0.0.0.0
Jul 27 11:53:29 DEBUG[30550] acl.c: ##### Testing 127.0.0.1 with 127.0.0.0
Jul 27 11:53:29 VERBOSE[30550] logger.c: == Manager 'admin' logged on from 127.0.0 .1
Jul 27 11:53:29 DEBUG[30550] manager.c: Manager received command 'Command'
Jul 27 11:53:29 DEBUG[30550] db.c: Unable to find key 'SIP/22001' in family 'cfb'
Jul 27 11:53:29 DEBUG[30550] manager.c: Manager received command 'Command'
Jul 27 11:53:29 DEBUG[30550] db.c: Unable to find key 'SIP/22000' in family 'cfb'
Jul 27 11:53:29 DEBUG[30550] manager.c: Manager received command 'Command'
Jul 27 11:53:29 DEBUG[30550] db.c: Unable to find key 'SIP/22102' in family 'cfb'
Jul 27 11:53:29 DEBUG[30550] manager.c: Manager received command 'Command'
Jul 27 11:53:29 DEBUG[30550] db.c: Unable to find key 'SIP/22003' in family 'cfb'
Jul 27 11:53:29 DEBUG[30550] manager.c: Manager received command 'Command'
Jul 27 11:53:29 DEBUG[30550] db.c: Unable to find key 'SIP/22009' in family 'cfb'
Jul 27 11:53:29 DEBUG[30550] manager.c: Manager received command 'Command'
Jul 27 11:53:29 DEBUG[30550] db.c: Unable to find key 'SIP/22006' in family 'cfb'
Jul 27 11:53:29 DEBUG[30550] manager.c: Manager received command 'Command'
Jul 27 11:53:29 DEBUG[30550] db.c: Unable to find key 'SIP/22008' in family 'cfb'
Jul 27 11:53:29 DEBUG[30550] manager.c: Manager received command 'Command'
Jul 27 11:53:29 DEBUG[30550] db.c: Unable to find key 'SIP/22100' in family 'cfb'
Jul 27 11:53:29 DEBUG[30550] manager.c: Manager received command 'Command'
Jul 27 11:53:29 DEBUG[30550] db.c: Unable to find key 'SIP/22001' in family 'dnd'
Jul 27 11:53:29 DEBUG[30550] manager.c: Manager received command 'Command'
Jul 27 11:53:29 DEBUG[30550] db.c: Unable to find key 'SIP/22000' in family 'dnd'
Jul 27 11:53:29 DEBUG[30550] manager.c: Manager received command 'Command'
Jul 27 11:53:29 DEBUG[30550] db.c: Unable to find key 'SIP/22102' in family 'dnd'
Jul 27 11:53:29 DEBUG[30550] manager.c: Manager received command 'Command'
Jul 27 11:53:29 DEBUG[30550] db.c: Unable to find key 'SIP/22003' in family 'dnd'
Jul 27 11:53:29 DEBUG[30550] manager.c: Manager received command 'Command'
Jul 27 11:53:29 DEBUG[30550] db.c: Unable to find key 'SIP/22009' in family 'dnd'
Jul 27 11:53:29 DEBUG[30550] manager.c: Manager received command 'Command'
Jul 27 11:53:29 DEBUG[30550] db.c: Unable to find key 'SIP/22006' in family 'dnd'
Jul 27 11:53:29 DEBUG[30550] manager.c: Manager received command 'Command'
Jul 27 11:53:29 DEBUG[30550] db.c: Unable to find key 'SIP/22008' in family 'dnd'
Jul 27 11:53:29 DEBUG[30550] manager.c: Manager received command 'Command'
Jul 27 11:53:29 DEBUG[30550] db.c: Unable to find key 'SIP/22100' in family 'dnd'
Jul 27 11:53:29 DEBUG[30550] manager.c: Manager received command 'Command'
Jul 27 11:53:29 DEBUG[30550] manager.c: Manager received command 'QueueStatus'
Jul 27 11:53:29 DEBUG[30550] manager.c: Manager received command 'Status'
Jul 27 11:53:29 DEBUG[30550] manager.c: Manager received command 'ZapShowChannels'
Jul 27 11:53:29 DEBUG[30550] manager.c: Manager received command 'Command'
Jul 27 11:53:29 DEBUG[30550] manager.c: Manager received command 'MailboxStatus'
Jul 27 11:53:29 DEBUG[30550] manager.c: Manager received command 'MailboxStatus'
Jul 27 11:53:29 DEBUG[30550] manager.c: Manager received command 'MailboxStatus'
Jul 27 11:53:29 DEBUG[30550] manager.c: Manager received command 'MailboxStatus'
Jul 27 11:53:29 DEBUG[30550] manager.c: Manager received command 'MailboxStatus'
Jul 27 11:53:29 DEBUG[30550] manager.c: Manager received command 'MailboxStatus'
Jul 27 11:53:29 DEBUG[30550] manager.c: Manager received command 'MailboxStatus'
Jul 27 11:53:29 DEBUG[30550] manager.c: Manager received command 'MailboxStatus'
Jul 27 11:53:29 DEBUG[30550] manager.c: Manager received command 'Command'
Jul 27 11:53:29 DEBUG[30550] manager.c: Manager received command 'Command'
Jul 27 11:53:29 DEBUG[30550] manager.c: Manager received command 'Command'
Jul 27 11:53:29 DEBUG[30550] manager.c: Manager received command 'MailboxCount'
Jul 27 11:53:29 DEBUG[30550] manager.c: Manager received command 'MailboxCount'
Jul 27 11:53:29 DEBUG[30550] manager.c: Manager received command 'MailboxCount'
Jul 27 11:53:29 DEBUG[30550] manager.c: Manager received command 'MailboxCount'
Jul 27 11:53:31 DEBUG[30550] manager.c: Manager received command 'Command'
Jul 27 11:53:31 DEBUG[30550] manager.c: Manager received command 'Command'
Jul 27 11:53:41 DEBUG[30543] acl.c: ##### Testing 205.235.15.253 with 192.168.3.0
Jul 27 11:53:41 DEBUG[30543] chan_sip.c: Target address 205.235.15.253 is not local, substituting externip
Jul 27 11:53:41 DEBUG[30543] chan_sip.c: Setting NAT on RTP to 0
Jul 27 11:53:56 DEBUG[30543] chan_sip.c: Auto destroying call '99196f4ea61f6d7aYjlkO Dg4MTcwOTU1Nzg1NWExZWVhMWIzYzc4OWMwZmY.'
Jul 27 11:53:56 DEBUG[30543] acl.c: ##### Testing 205.235.15.253 with 192.168.3.0
Jul 27 11:53:56 DEBUG[30543] chan_sip.c: Target address 205.235.15.253 is not local, substituting externip
Jul 27 11:53:56 DEBUG[30543] chan_sip.c: Setting NAT on RTP to 0

:( :(

f: Henry xxx-p

Usuario Linux Nº 366444

Email: morpheus[qt]panchonet.net
morpheusec[qt]gmail.com

"Prefiero que mi mente se abra movida por la curiosidad
a que se cierre movida por la convicción.

"Como no sabian q era imposible lo hicieron"
(anònimo)
"Prefiero que mi mente se abra movida por la curiosidad .a que se cierre movida por la convicción"
(G.Spence)
"Matrix es el mundo que

Pues segun el log tu

Imagen de RazaMetaL

Pues segun el log tu problema con los CoDecs esta resuelto.

Este parametro: externip=200.125.135.130 esta de mas en tu sip.conf , eliminalo.

En cada extension asegurate de que tienes seteado un username y contrasena, ademas de tener el parametro allow=gsm , eso lo puedes hacer con freePBX. Asegurate ademas de que los sofphones esten configurados con el usuario/contrasena y servidor sip proxy que en este caso es la ip interna de tu asterisk.

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

Antes de preguntar visita esta dirección :evil:

 

-----

Visita este [url=http://www.sindominio.net/ayuda/preguntas-inteligentes.html]link[/url] :evil:

[img]http://www.bbspot.com/Images/News_Features/2003/01/os_quiz/debian.jpg[/img]

(adsbygoogle = window.adsbygoogle || []).push({});

Gracias Raza por tu timepo y

Imagen de morpheuss_ec

Gracias Raza por tu timepo y enseñanzas (ya me sono esto al pequeño saltamontes :) ),lo hare y te posteo los resultados

f: Henry xxx-p

Usuario Linux Nº 366444

Email: morpheus[qt]panchonet.net
morpheusec[qt]gmail.com

"Prefiero que mi mente se abra movida por la curiosidad
a que se cierre movida por la convicción.

"Como no sabian q era imposible lo hicieron"
(anònimo)
"Prefiero que mi mente se abra movida por la curiosidad .a que se cierre movida por la convicción"
(G.Spence)
"Matrix es el mundo que

me he dado cuenta que al

Imagen de morpheuss_ec

me he dado cuenta que al hacer las llamadas cuando estoy fuera de mi red interna por lo menos llego al server voip pero desde la red nada :)

Ya cambie como me lo ha sugerido todo lo anterior.
Que podria ser el server o los softphones
.

f: Henry xxx-p

Usuario Linux Nº 366444

Email: morpheus[qt]panchonet.net
morpheusec[qt]gmail.com

"Prefiero que mi mente se abra movida por la curiosidad
a que se cierre movida por la convicción.

"Como no sabian q era imposible lo hicieron"
(anònimo)
"Prefiero que mi mente se abra movida por la curiosidad .a que se cierre movida por la convicción"
(G.Spence)
"Matrix es el mundo que

Entra por ssh a tu server y

Imagen de RazaMetaL

Entra por ssh a tu server y haz un :


/sbin/ip add

O un :

ifconfig

Muestranos la salida de ese comando.

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

Antes de preguntar visita esta dirección :evil:

 

-----

Visita este [url=http://www.sindominio.net/ayuda/preguntas-inteligentes.html]link[/url] :evil:

[img]http://www.bbspot.com/Images/News_Features/2003/01/os_quiz/debian.jpg[/img]

(adsbygoogle = window.adsbygoogle || []).push({});

Páginas