--
--
Este email pertenece a la lista de Asterisk-ES (http://www.asterisk-es.org)
~~~ Normas de la lista Asterisk-ES: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
http://comunidad.asterisk-es.org/index.php?title=Lista:normas-asterisk-es
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Para anular la suscripción: asterisk-es...@googlegroups.com
La salida de mi ./configure es:
configure: Package configured for:
configure: OS type : linux-gnu
configure: Host CPU : x86_64
configure: build-cpu:vendor:os: x86_64 : unknown : linux-gnu :
configure: host-cpu:vendor:os: x86_64 : unknown : linux-gnu :
root@jrodriguez-desktop:/usr/src/asterisk-11.0.2#
make:
+---- Asterisk Installation Complete -------+
+ +
+ YOU MUST READ THE SECURITY DOCUMENT +
+ +
+ Asterisk has successfully been installed. +
+ If you would like to install the sample +
+ configuration files (overwriting any +
+ existing config files), run: +
+ +
+ make samples +
+ +
+----------------- or ---------------------+
+ +
+ You can go ahead and install the asterisk +
+ program documentation now or later run: +
+ +
+ make progdocs +
+ +
+ **Note** This requires that you have +
+ doxygen installed on your local system +
+-------------------------------------------+
ahora corro asterisk:
root@jrodriguez-desktop:/usr/src/asterisk-11.0.2# asterisk
Asterisk already running on /var/run/asterisk/asterisk.ctl. Use 'asterisk -r' to connect.
root@jrodriguez-desktop:/usr/src/asterisk-11.0.2#
me conecto al CLI:
root@jrodriguez-desktop:/usr/src/asterisk-11.0.2# asterisk -rvvv
Asterisk 11.0.2, Copyright (C) 1999 - 2012 Digium, Inc. and others.
Created by Mark Spencer <mark...@digium.com>
Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
This is free software, with components licensed under the GNU General Public
License version 2 and other licenses; you are welcome to redistribute it under
certain conditions. Type 'core show license' for details.
=========================================================================
Connected to Asterisk 11.0.2 currently running on jrodriguez-desktop (pid = 12861)
jrodriguez-desktop*CLI>
y el sip show peers:
jrodriguez-desktop*CLI> sip show peers
No such command 'sip show peers' (type 'core show help sip show' for other possible commands)
jrodriguez-desktop*CLI>
Al compilar no me da error por ninguna parte.
--
Saludos!! Héctor A Arteaga R México.El 10/12/12 11:16, Pive escribió:
--
Fijate si lo tenes seleccionado cuando haces "make menuselect".
El 10/12/12 11:26, Pive escribió:
Sí lo está Sergio.
El problema era que el directorio de Asterisk estaba vacío, así que ahí volqué los archivos que tenía hechos de la otra máquina y ya detectó entonces el sip.conf correctamente.
Publiqué la solución pero se ve que habrá habido algún error en mi Gmail y no habrá salido el correo.
Muchas gracias.