Hola, soy nuevo en esto. Estoy conectando dos conmutadores con Elastix para poder compartir extensiones y lineas entre ellos.
Para eso estoy creando una troncal sip.
La estoy haciendo con codigo en sip.conf:
En Servidor CS1
register => cs1:123@192.168.1.1/sc1
[sc1]
type=friend
secret=123
context=phones
qualify=yes
host=dynamic
En Servidor SC1
register => sc1:123@192.168.1.1/cs1
[cs1]
type=friend
secret=123
context=phones
qualify=yes
host=dynamic
La troncal dice que esta registrada.
Creo un plan de marcado extensions.conf
[from-internal]
exten => _2X,1,NoOp()
exten => _2X,n,Dial(SIP/cs1/${EXTEN})
exten => _2X,n,Hangup()
== Using SIP RTP TOS bits 184
== Using SIP RTP CoS mark 5
-- Executing [22@from-internal:1] NoOp("SIP/11-00000006", "") in new stack
-- Executing [22@from-internal:2] Dial("SIP/11-00000006", "SIP/cs1/22") in new stack
== Using SIP RTP TOS bits 184
== Using SIP RTP CoS mark 5
-- Called SIP/cs1/22
-- SIP/cs1-00000007 is circuit-busy
== Everyone is busy/congested at this time (1:0/1/0)
-- Executing [22@from-internal:3] Hangup("SIP/11-00000006", "") in new stack
== Spawn extension (from-internal, 22, 3) exited non-zero on 'SIP/11-00000006'
Porque me dice "is ciurcuit-busy"?
El telefono me da tono de ocupado.
Saben que esta pasando?
saludos
Para eso estoy creando una troncal sip.
La estoy haciendo con codigo en sip.conf:
En Servidor CS1
register => cs1:123@192.168.1.1/sc1
[sc1]
type=friend
secret=123
context=phones
qualify=yes
host=dynamic
En Servidor SC1
register => sc1:123@192.168.1.1/cs1
[cs1]
type=friend
secret=123
context=phones
qualify=yes
host=dynamic
La troncal dice que esta registrada.
Creo un plan de marcado extensions.conf
[from-internal]
exten => _2X,1,NoOp()
exten => _2X,n,Dial(SIP/cs1/${EXTEN})
exten => _2X,n,Hangup()
== Using SIP RTP TOS bits 184
== Using SIP RTP CoS mark 5
-- Executing [22@from-internal:1] NoOp("SIP/11-00000006", "") in new stack
-- Executing [22@from-internal:2] Dial("SIP/11-00000006", "SIP/cs1/22") in new stack
== Using SIP RTP TOS bits 184
== Using SIP RTP CoS mark 5
-- Called SIP/cs1/22
-- SIP/cs1-00000007 is circuit-busy
== Everyone is busy/congested at this time (1:0/1/0)
-- Executing [22@from-internal:3] Hangup("SIP/11-00000006", "") in new stack
== Spawn extension (from-internal, 22, 3) exited non-zero on 'SIP/11-00000006'
Porque me dice "is ciurcuit-busy"?
El telefono me da tono de ocupado.
Saben que esta pasando?
saludos
Comentario