Soporte & Consultoria

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

domingo, 29 de septiembre de 2013

TE110P Jumper Configurations

TE110P Jumper Configurations

The Wildcard TE110P can be configured to support T1 (24 Channel), E1 (32 Channel, and J1 (24 Channel) by changing the card's jumper settings, listed below.
Jumper Settings
  • T1/J1 Jumper Settings — Jumper / OFF /
  • E1 Jumper Settings — Jumper / ON /
Back to Documentation
digium | asterisk

miércoles, 25 de septiembre de 2013

Como interconectar 2 centrales Asterisk usando troncales T1

 

How to connect two Asterisk PBXs using a T1 Trunk

This webpage will discuss how to connect two Asterisk PBXs together using a T1 trunk. The T1 trunk will be configured as an ISDN PRI rate trunk.
Brief Talk about T1 trunking
A T1 trunk consists of 24 channels of 64 kbps of data operating at 1.544 Mbps. It is a serial connection over UTP and provides full duplex communications. The connectors are RJ45 connectors the same as Ethernet. The pinout is different and a crossover cable pinout can be found here. The assumption at this point is that your T1 card has been tested and appears to be functioning properly.
The data channels can be configured to pretty much anything you want it to be. You can combine the channels to create a channel with 384 kbps bandwidth or you can use only part of the 24 channels. If you use only part of the T1 available bandwidth, it is called fractional T1.
The control of the T1 channels can be in-band or out of band. If it is in-band, bits are robbed from the 64 kbps channel for signaling. The result is 56 kbps for data per channel but you have 24 channels available for data. This robbed bit signaling is not used too much anymore due to the lower bandwidth per channel.
Out of band signaling uses one complete channel for control. This means that 23 channels of 64 kbps are available for data and the 24th is used for signaling. Any channel can be used for control, it doesn't have to be the 24th.

martes, 24 de septiembre de 2013

Astersik debug en un peer o IP especifica

1. The first method is invoked directly from the asterisk command line interface and allows to watch the output of the calls.

asterisk -rvvvvvvvvvvv
 sip set debug peer outbound-peer
 
This method will generate the sip debug for the peer that is specified, “outbound-peer”, to get a list of the peers run the asterisk cli command below:

sip show peers

sip set debug peer 100

 sip set debug peer callcentric

sip set debug ip 172.16.0.2

Asterisk sip show peer

root@ubuntu-PBX:~# asterisk -rx "sip show peers" | grep -i ok






root@ubuntu-PBX:~# asterisk -rx "sip show peers" | grep -i  un