PJSIP cut some calls

Hi I have a problem when receive one call,

it comes to the same context and strart Strict RTP learning ?
Executing [+34xxxxxxx@entrantes:1] NoOp(“PJSIP/yoigo_endpoint-00000008”, “******** LLAMADA ENTRANTE YOIGO CALLERID ") in new stack
– Executing [+34xxxxxxx@entrantes:2] Answer(“PJSIP/yoigo_endpoint-00000008”, “”) in new stack
> 0x7fb9a80a17c0 – Strict RTP learning after remote address set to: 212.230.247.124:47038
– Executing [+34xxxxxxx@entrantes:1] NoOp(“PJSIP/yoigo_endpoint-00000009”, "
LLAMADA ENTRANTE YOIGO CALLERID ") in new stack
– Executing [+34xxxxxxx@entrantes:2] Answer(“PJSIP/yoigo_endpoint-00000009”, “”) in new stack
> 0x7fb9a8036d90 – Strict RTP learning after remote address set to: 212.230.247.124:11934
– Executing [+34xxxxxxx@entrantes:1] NoOp(“PJSIP/yoigo_endpoint-0000000a”, "
LLAMADA ENTRANTE YOIGO CALLERID ") in new stack
– Executing [+34xxxxxxx@entrantes:2] Answer(“PJSIP/yoigo_endpoint-0000000a”, “”) in new stack
> 0x7fb9a80c6e10 – Strict RTP learning after remote address set to: 212.230.247.132:35724
– Executing [+34xxxxxxx@entrantes:1] NoOp(“PJSIP/yoigo_endpoint-0000000b”, "
LLAMADA ENTRANTE YOIGO CALLERID ") in new stack
– Executing [+34xxxxxxx@entrantes:2] Answer(“PJSIP/yoigo_endpoint-0000000b”, “”) in new stack
– Executing [+34xxxxxxx@entrantes:1] NoOp(“PJSIP/yoigo_endpoint-0000000c”, "
LLAMADA ENTRANTE YOIGO CALLERID ") in new stack
– Executing [+34xxxxxxx@entrantes:2] Answer(“PJSIP/yoigo_endpoint-0000000c”, “”) in new stack
> 0x7fb9a80ea730 – Strict RTP learning after remote address set to: 212.230.247.116:5376
> 0x7fb9a810d3b0 – Strict RTP learning after remote address set to: 212.230.247.116:60426
– Executing [+34xxxxxxx@entrantes:1] NoOp(“PJSIP/yoigo_endpoint-0000000d”, "
LLAMADA ENTRANTE YOIGO CALLERID ") in new stack
– Executing [+34xxxxxxx@entrantes:2] Answer(“PJSIP/yoigo_endpoint-0000000d”, “”) in new stack
> 0x7fb9a80e3280 – Strict RTP learning after remote address set to: 212.230.247.140:62872
– Executing [+34xxxxxxx@entrantes:1] NoOp(“PJSIP/yoigo_endpoint-0000000e”, "
LLAMADA ENTRANTE YOIGO CALLERID ********”) in new stack
– Executing [+34xxxxxxx@entrantes:2] Answer(“PJSIP/yoigo_endpoint-0000000e”, “”) in new stack
> 0x7fb9a81367b0 – Strict RTP learning after remote address set to: 212.230.247.140:62852

The pjsip for extensions:
endpoint-internos
type = endpoint
context = internas
disallow = all
allow = ulaw
allow = alaw
direct_media = no
;trust_id_outbound = yes
;device_state_busy_at = 1
;dtmf_mode = rfc4733
rtp_symmetric=yes
;force_rport=yes
;rewrite_contact=yes

You’re going to need to provide more detail about what exactly you mean. The log shows nothing out of the ordinary, except for multiple incoming calls.

hi jacob,
Thats it, you call once and shows multiple incoming calls

You could provide a SIP trace using “pjsip set logger on”, but if Asterisk is successfully sending the answer signalling then it may be an issue with the remote side.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.