Sunteți pe pagina 1din 4

Buenos días, he configurado el servidor 3CX con pasarela para poder realizar y recibir llamadas con

mi cisco 2851 (centralita)

Para realizar llamadas desde el 3Cx a las extensiones del cisco me lo hace sin problemas.

El problema lo tengo cuando intento llamar desde una de mis extensiones de mi cisco a una de
3CX

Configuración de mi cisco

voice service voip


allow-connections sip to sip
sip
registrar server expires max 1200 min 300
!
!
!
voice class codec 1
codec preference 1 g711ulaw
!

dial-peer voice 5555 voip


description 3CX
destination-pattern 5…$
voice-class codec 1
session protocol sipv2
session target ipv4:192.168.50.7
dtmf-relay rtp-nte
no vad
!
dial-peer voice 5556 pots
destination-pattern 5558
port 0/0/0:15
!
!
sip-ua
authentication username 5558 password 7 101F5B4A514244
no remote-party-id
registrar ipv4:192.168.50.7:5060 expires 360
sip-server ipv4:192.168.50.7:5060

Ahora la configuración de 3CX.

Me creo una pasarela generica tipo E1, mi pasaralea 192.168.20.250 puerto 5060.
En la pestaña DID agrego *717 ya que la extension con la que llamo es 4717 (( esto no tengo muy
claro si es asi))
En parametros de entrada añado Request Line URI:User Part — Custom Field y lo dejo en blanco.

Me creo la extension 5558 que es la que configuro en el cisco.

Me creo la 5556 que es una extensión de un telefono 3cxphone client.

Ahora intento hacer una llamada desde 4717 (extension de mi cisco) a 5556 y me sale los
siguientes errores.

17-sep.-2014 12:46:21.181 [CM102001]: Authentication failed for AuthFail Recv Req INVITE
from 192.168.20.250:58289 tid=5B9524B3 Call-ID=B2197FD1-3D8E11E4-943FCB60-BE431962
@192.168.20.250:
INVITE sip:5556 @192.168.50.7:5060 SIP/2.0
Via: SIP/2.0/UDP 192.168.20.250:5060;branch=z9hG4bK5B9524B3
Max-Forwards: 70
Contact:
To:
From: “Marcos Rodriguez”;tag=A57040-CB3
Call-ID: B2197FD1-3D8E11E4-943FCB60-BE431962 @192.168.20.250
CSeq: 102 INVITE
Expires: 180
Min-SE: 1800
Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO,
REGISTER
Content-Disposition: session;handling=required
Content-Type: application/sdp
Date: Wed, 17 Sep 2014 10:46:21 GMT
Proxy-Authorization: Digest username=”5558″,realm=”3CXPhoneSystem”,uri=”sip:5556
@192.168.50.7:5060″,response=”93f9eebb09bb6975d9c0b8b7d8671831″,nonce=”414d535c0a29
f77d33:d69c9f3a42006771400e8b8a31cfe81e”,algorithm=MD5
Supported: 100rel, timer, resource-priority, replaces, sdp-anat
Timestamp: 1410950781
User-Agent: Cisco-SIPGateway/IOS-12.x
Allow-Events: telephone-event
Content-Length: 253
Cisco-Guid: 2979855379-1032720868-2486881120-3192068450

v=0
o=CiscoSystemsSIP-GW-UserAgent 7054 1793 IN IP4 192.168.20.250
s=SIP Call
c=IN IP4 192.168.20.250
t=0 0
m=audio 19060 RTP/AVP 0 101
c=IN IP4 192.168.20.250
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
; Reason: Credentials don’t match, check that authorization-ID and password match the ones in
extension settings
17-sep.-2014 12:46:21.181 [CM500002]: Unidentified incoming call. Review INVITE and adjust
source identification:
Invite-UNK Recv Req INVITE from 192.168.20.250:58289 tid=5B9524B3 Call-ID=B2197FD1-
3D8E11E4-943FCB60-BE431962 @192.168.20.250:
INVITE sip:5556 @192.168.50.7:5060 SIP/2.0
Via: SIP/2.0/UDP 192.168.20.250:5060;branch=z9hG4bK5B9524B3
Max-Forwards: 70
Contact:
To:
From: “Marcos Rodriguez”;tag=A57040-CB3
Call-ID: B2197FD1-3D8E11E4-943FCB60-BE431962 @192.168.20.250
CSeq: 102 INVITE
Expires: 180
Min-SE: 1800
Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO,
REGISTER
Content-Disposition: session;handling=required
Content-Type: application/sdp
Date: Wed, 17 Sep 2014 10:46:21 GMT
Proxy-Authorization: Digest username=”5558″,realm=”3CXPhoneSystem”,uri=”sip:5556
@192.168.50.7:5060″,response=”93f9eebb09bb6975d9c0b8b7d8671831″,nonce=”414d535c0a29
f77d33:d69c9f3a42006771400e8b8a31cfe81e”,algorithm=MD5
Supported: 100rel, timer, resource-priority, replaces, sdp-anat
Timestamp: 1410950781
User-Agent: Cisco-SIPGateway/IOS-12.x
Allow-Events: telephone-event
Content-Length: 253
Cisco-Guid: 2979855379-1032720868-2486881120-3192068450

v=0
o=CiscoSystemsSIP-GW-UserAgent 7054 1793 IN IP4 192.168.20.250
s=SIP Call
c=IN IP4 192.168.20.250
t=0 0
m=audio 19060 RTP/AVP 0 101
c=IN IP4 192.168.20.250
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
17-sep.-2014 12:46:21.181 [CM302002]: Authentication failed due to unidentified source of:
SipReq: INVITE 5556 @192.168.50.7:5060 tid=5B9524B3 cseq=INVITE
contact=4717@192.168.20.250:5060 / 102 from(wire)

Como dato, estoy utilizando la version de de pruebas.

Un saludo y gracias

This topic was modified 2 years, 4 months ago by Katerina Kastritou.


This topic was modified 2 years, 4 months ago by Katerina Kastritou.
December 9, 2014 at 11:08 am #31282

robesan
Participant
HOla, solucionaste el problema?.
Estoy tratando de comunicar mi Call Manager a través de un trunk sip con la 3cx. Puedo hacer
llamadas desde extensiones del Call Manager a extensiones de la 3Cx pero no al contrario.

December 10, 2014 at 9:15 am #31283

Pierre Jourdan
Participant
Hola,
Se puede leer el articulo : https://www.3cx.com/blog/docs/source-identification-issues/

December 10, 2014 at 2:29 pm #31284

robesan
Participant
Ok, gracias Pierre por tu indicación. Finalmente hice que las llamadas desde extensiones de la 3CX
hacia extensiones del Call Manager se establecieran. Para ello,

Editar las opciones de la pasarela Voip creada y el la pestaña Avanzado cambiar las opciones de
registro de Requiere registro para: “Las llamadas entrantes y salientes” a Requiere registro para:
“no requiere”.

Gracias,

Robesan.

S-ar putea să vă placă și