Soporte & Consultoria

Soporte Remoto y Consultoria skype : ambiorixg12.
Nota no se brinda ningun tipo de consulta o soporte fuera del blog de forma gratuita

miércoles, 5 de septiembre de 2012

Usando la aplicacion Authenticate()

Creando una ruta para salida de llamadas protegida por claves

[celulares]
exten =>1NXXNXXXXXX,1,Authenticate(/etc/asterisk/pass.conf,a)
same=>,n,Dial(Zap/g1/${EXTEN:1},60)
same=>,n,Busy()
same=>,n,Hangup()

Este es un ejemplo sencillo para crear una ruta de llamadas a telefonos móviles protegidas por clave en un archivo llamado pass.conf. La opcion a en la aplicacion Authenticate(). introduce la clave como account code en el CDR. asi podemos tener un  registro de  todas las llamadas hechas por cada clave creada

introducir las claves de la siguiente manera :

1111
1115

https://wiki.asterisk.org/wiki/display/AST/Application_Authenticate
http://www.asterisk-peru.com/node/1774

Como cambiar el modo de la tarjeta digital a T1 o E1 sin mover el Jumper de Configuracion

 

Changing digital card line mode to T1 or E1 without moving the jumper



The recommended way to set line mode on your Digium 1-, 2-, and 4-port (span) digital telephony cards is to set the jumper(s) on the card for either T1 or E1 mode for each span on the card. With the jumper off, the span is ready for T1 mode; with the jumper on, the span is ready for E1 mode. For more details about the jumpers, see the user manual for the single, dual, or quad span digital cards.

domingo, 2 de septiembre de 2012

Como realizar llamadas desde la consola de Asterisk o aplicaciones externas.



Command Type: 
 Dialplan Application
Version: 
 Trunk
Syntax: 
Originate(tech_data,type,arg1[,arg2[,arg3]])
This application originates an outbound call and connects it to a specified extension or application. This application will block until the outgoing call fails or gets answered. At that point, this application will exit with the status variable set and dialplan processing will continue.
This application sets the following channel variable before exiting:
ORIGINATE_STATUS
This indicates the result of the call origination.
FAILED
SUCCESS
BUSY
CONGESTION
HANGUP
RINGING
UNKNOWN
In practice, you should never see this value. Please report it to the issue tracker if you ever see it.
Parameters:

Usando la Aplicación MeetMe()


Command Type: 
 Dialplan Application
Version: 
 Trunk
Syntax: 
MeetMe([confno[,options[,pin]]])
Enters the user into a specified MeetMe conference. If the confno is omitted, the user will be prompted to enter one. User can exit the conference by hangup, or if the p option is specified, by pressing #.
The DAHDI kernel modules and at least one hardware driver (or dahdi_dummy) must be present for conferencing to operate properly. In addition, the chan_dahdi channel driver must be loaded for the i and roptions to operate at all.
Parameters: