Displaying 20 results from an estimated 42 matches for "pjsip_distributor".
2019 Jun 06
2
Fail2ban for asterisk 16 PJSIP
...nyone have a working copy of Fail2ban asterisk filter asterisk.conf
for Asterisk 16 running PJSIP.
I have tried 10 different filters but none of them show any matches when testing with
fail2ban-regex
I see date template hits but no matches....
My log
[2019-06-06 15:37:20] NOTICE[18081] res_pjsip/pjsip_distributor.c: Request 'REGISTER' from '"2405" <sip:2405 at asterisk>' failed for '71.127.239.22:65476' (callid: 50670137772977-30593645157868 at 192.168.1.8) - Failed to authenticate
[2019-06-06 15:37:52] NOTICE[18081] res_pjsip/pjsip_distributor.c: Request 'INVITE&...
2016 Sep 09
2
13.11.1 res_pjsip/pjsip_distributor.c: Request 'REGISTER' failed
Hello!
Upgraded 13.10 to 13.11.1 today and now I see messages in log:
[Sep 9 12:23:16] NOTICE[6064] res_pjsip/pjsip_distributor.c: Request
'REGISTER' from '"3563" <sip:3563 at 192.168.32.254>' failed for
'192.168.32.116:5060' (callid: 0_1409534529 at 192.168.32.116) - No
matching endpoint found
or
[Sep 9 12:56:14] NOTICE[10163] res_pjsip/pjsip_distributor.c: Request
'INVIT...
2016 Sep 09
3
13.11.1 res_pjsip/pjsip_distributor.c: Request 'REGISTER' failed
09.09.2016 13:45, Joshua Colp ?????:
> Dmitry Melekhov wrote:
>> Hello!
>>
>>
>> Upgraded 13.10 to 13.11.1 today and now I see messages in log:
>>
>>
>> [Sep 9 12:23:16] NOTICE[6064] res_pjsip/pjsip_distributor.c: Request
>> 'REGISTER' from '"3563" <sip:3563 at 192.168.32.254>' failed for
>> '192.168.32.116:5060' (callid: 0_1409534529 at 192.168.32.116) - No
>> matching endpoint found
>>
>>
>> or
>>
>> [Sep 9 12:56:14]...
2017 Jun 15
2
asterisk 13.16 / pjsip / t.38: res_pjsip_t38.c:207 t38_automatic_reject: Automatically rejecting T.38 request on channel 'PJSIP/91-00000007'
...sip_endpoint.c Distributing rdata to modules: Request msg INVITE/cseq=10 (rdata0x7f5f100e4c38)
<--- Received SIP request (918 bytes) from UDP:195.185.37.60:5060 --->
...
Normally, "Distributing rdata to modules" can be seen only if
pjsip_rx_data_clone is called like in res_pjsip/pjsip_distributor.c
This is really odd, because if the fax is sent locally (w/o provider)
directly between the same extension, this behavior can't be seen and
therefore it's working fine as expected!
That's the complete critical excerpt, starting with the regular reInvite received from provider:...
2015 Mar 13
2
PJSIP/Asterisk 13.1.0 incoming call via DID: No matching endpoint found
...same => n,Answer()
same => n,SayDigits(${EXTEN})
same => n,Hangup()
When I use this configuration to call the DID of the PBX, the server "sees"
the request, but is not able to do anything, owing to the following error:
[Mar 13 20:12:26] NOTICE[9783]: res_pjsip/pjsip_distributor.c:255
log_unidentified_request: Request from '"SONNY THE MAN " <
sip:6175551212 at 67.231.1.110>' failed for '65.254.44.194:5060' (callid:
335817341_133371542 at 67.231.1.110) - No matching endpoint found
[Mar 13 20:12:26] NOTICE[9783]: res_pjsip/pjsip_distributor.c:...
2017 Jun 14
2
asterisk 13.16 / pjsip / t.38: res_pjsip_t38.c:207 t38_automatic_reject: Automatically rejecting T.38 request on channel 'PJSIP/91-00000007'
On 06/14/2017 at 05:53 PM Joshua Colp wrote:
> On Wed, Jun 14, 2017, at 12:47 PM, Michael Maier wrote:
>
> <snip>
>
>>
>> I added this patch to see, if really all packages are are freed after
>> they have been processed:
>>
>> --- b/res/res_pjsip/pjsip_distributor.c 2017-05-30 19:44:16.000000000
>> +0200
>> +++ a/res/res_pjsip/pjsip_distributor.c 2017-06-13 20:25:27.233000000
>> +0200
>> @@ -407,6 +407,7 @@
>> /* We have a BYE or CANCEL request without a serializer.
>> */
>>...
2017 Jun 14
2
asterisk 13.16 / pjsip / t.38: res_pjsip_t38.c:207 t38_automatic_reject: Automatically rejecting T.38 request on channel 'PJSIP/91-00000007'
On 06/11/2017 at 06:51 PM Joshua Colp wrote:
> On Sun, Jun 11, 2017, at 01:47 PM, Joshua Colp wrote:
>> The distributor is in res/res_pjsip/pjsip_distributor.c, the distributor
>> function being the entry point. That function returning PJ_TRUE
>> indicates to PJSIP that it has been handled and no subsequent modules
>> should be called by that running thread. The distributor itself, though,
>> ends up executing things further in a...
2017 Jul 16
4
BLF sharing between Asterisk 11 and 13
I have servers setup in versions 11 and 13. Between two 11 servers, I had no issues sharing BLF, and assigning the hints on my Cisco 525G2 phones.
I've upgraded to 13 on one of these servers, and now can't share BLF. I get something like...
[2017-07-15 22:35:49] NOTICE[3483]: res_pjsip/pjsip_distributor.c:347 log_unidentified_request: Request from '"Travis Ryan" <sip:612 at YYY.XXX.com>' failed for '10.1.2.XXX:5060' (callid: 8c79c540-c0710f55 at 10.1.2.XXX) - No matching endpoint found
How do I make a server allow another extension on another server see it's BL...
2017 Jun 11
2
asterisk 13.16 / pjsip / t.38: res_pjsip_t38.c:207 t38_automatic_reject: Automatically rejecting T.38 request on channel 'PJSIP/91-00000007'
...Do you have any idea where to check if acted packages are really
> removed? Is there a way to check the pjsip-queue? Where could I start to
> look at? How does asterisk get them from the queue? And how does pjsip
> know that asterisk has processed them?
The distributor is in res/res_pjsip/pjsip_distributor.c, the distributor
function being the entry point. That function returning PJ_TRUE
indicates to PJSIP that it has been handled and no subsequent modules
should be called by that running thread. The distributor itself, though,
ends up executing things further in a worker thread using the distribute...
2017 Jun 05
3
asterisk 13.16 / pjsip / t.38: res_pjsip_t38.c:207 t38_automatic_reject: Automatically rejecting T.38 request on channel 'PJSIP/91-00000007'
On Mon, Jun 5, 2017, at 04:26 PM, Michael Maier wrote:
> On 06/05/2017 at 06:29 PM, Joshua Colp wrote:
> > On Mon, Jun 5, 2017, at 01:22 PM, Michael Maier wrote:
> >>
> >> Do you have any idea where to start to look at? Adding additional output
> >> in the source code? Which functions could be interesting? I may add own
> >> debug code to see why things
2017 Dec 03
2
PJSIP OPTIONS
...t;sip:10.30.100.27:5080>
From:
<sip:vprx00 at 10.30.100.41>;tag=392222e512215177543fc3584bac4ab8-64cb
CSeq: 10 OPTIONS
Call-ID: 66bf010933a080fe-17271 at 10.30.100.41
Max-Forwards: 70
Content-Length: 0
User-Agent: kamailio (5.0.4 (x86_64/linux))
[Dec 3 09:40:38] NOTICE[3511]: res_pjsip/pjsip_distributor.c:659
log_failed_request: Request 'OPTIONS' from '<sip:vprx00 at 10.30.100.41>'
failed for '10.30.100.41:5060' (callid:
66bf010933a080fe-17271 at 10.30.100.41) - No matching endpoint found
<--- Transmitting SIP response (556 bytes) to UDP:10.30.100.41:5060 --->...
2018 Jul 28
2
Can someone please help with this sip2sip pjsip_wizard "no matching endpoint" issue?
...eat pjsip_wizard conf suitable for 2018
http://wiki.sip2sip.info/projects/sip2sip/wiki/SipDevicesAsterisk#Version-18
In pjsip_wizard.conf, I have the following, which seems to get me
registered, and it responds to an incoming call, but I always get
this:
[Jul 28 18:32:29] NOTICE[22492]: res_pjsip/pjsip_distributor.c:659
log_failed_request: Request 'INVITE' from '"demo"
<sip:myusername at sip2sip.info>' failed for 'x.x.x.x:5060' (callid:
5fa139428fef42d9bd0cd4063e10b047) - No matching endpoint found
here's what I have in pjsip_wizard.conf
[sip2sip]
type =...
2019 Apr 05
2
pjsip endoint woes
...o=- 112746442 1 IN IP4 10.10.11.181
s=-
c=IN IP4 <obi_ip>
t=0 0
m=audio 17076 RTP/AVP 0 101 104 8
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=rtpmap:104 G726-32/8000
a=rtpmap:8 PCMA/8000
a=sendrecv
a=ptime:20
a=xg726bitorder:big-endian
[Apr 3 13:17:12] NOTICE[1762]: res_pjsip/pjsip_distributor.c:672
log_failed_request: Request 'INVITE' from
'<sip:+1<calling_num>@10.10.11.180>' failed for '<obi_ip>:5062' (
callid: bb384ee02eab7054@<obi_ip>) - No matching endpoint found
Any help appreciated.
sean
2020 Jun 08
0
pjsip extensions rings but call drop on answer
...event is TX_MSG
[Jun 8 12:28:09] DEBUG[4180] res_pjsip_session.c: The current inv
state is CALLING
[Jun 8 12:28:09] DEBUG[4511] threadpool.c: Worker thread idle timeout
reached. Dying.
[Jun 8 12:28:09] DEBUG[4152] threadpool.c: Destroying worker thread 13
[Jun 8 12:28:09] DEBUG[4180] res_pjsip/pjsip_distributor.c: Searching
for serializer associated with dialog dlg0x7f0578069118 for Response
msg 100/INVITE/cseq=30101 (rdata0x7f057801c9e0)
[Jun 8 12:28:09] DEBUG[4180] res_pjsip/pjsip_distributor.c: Found
serializer pjsip/outsess/4053-00000077 associated with dialog
dlg0x7f0578069118
[Jun 8 12:28:09] DEBU...
2014 Jul 16
1
PJSIP outbound register and inbound calls
...ame=600
[10001]
type=aor
contact=sip:192.168.1.4:5060
[10001]
type=endpoint
transport=upd_static
context=dialmap
disallow=all
allow=ulaw
outbound_auth=10001
aors=10001
[10001]
type=identify
endpoint=10001
match=192.168.1.1
when I call 600 from other pbx I getting an notice
NOTICE[10202]: res_pjsip/pjsip_distributor.c:246 log_unidentified_request: Request from '"Ilya" <sip:502 at 192.168.1.1>' failed for '192.168.1.1:5060' (callid: ZTNhYjU4ZjU5ZmUxNjM5M2FlYjBlYTE3YzgwZTU4MGY.) - No matching endpoint found
and "Not Accessable" on phone
let's imagine that 600 its ex...
2014 Sep 15
1
fail2ban and pjsip in asterisk 12 and 13
Hi,
Info !!! not a question !!!
the pjsip logger is different:
[Sep 15 07:33:27] NOTICE[65267] res_pjsip/pjsip_distributor.c: Request
from '"1001" <sip:1001 at 81.20.137.222>' failed for '85.25.197.23:5071'
(callid: 1bfa1fcfee1e20dbe9bbbcac5d7bdffc) - No matching endpoint found
and here the RegEx for fail2ban to catch this log:
|NOTICE.* .*: Request from '.*' failed for '...
2016 Feb 19
2
No matching endpoint found for incoming call from SIP trunk
...I am able to make calls outbound through the gateway, but I am not able to
make calls into the PBX from external PSTN.
Specifically, an incoming call is _received_ by Asterisk, but it is not
able to route the call internally owing to the following error:
[Feb 18 21:08:47] NOTICE[4606]: res_pjsip/pjsip_distributor.c:347
log_unidentified_request: Request from '<
sip:+19725551212 at sillyapp.pstn.twilio.com;isup-oli=62;pstn-params=808481808882;cpc=ordinary>'
failed for '11.12.13.14:38124' (callid:
3532ca0d142e6ce92f0259fd51cb5e43 at 0.0.0.0) - No matching endpoint found
The last time I h...
2016 Sep 19
3
Asterisk 14.0.0-rc1 Now Available
...TERISK-26375 - res_pjsip_transport_management: Log message
states seconds, but time value is milliseconds (Reported by
Joshua Colp)
* ASTERISK-26364 - res_pjsip: Don't assume a request will have
target addresses (Reported by Joshua Colp)
* ASTERISK-26349 - 13.11.1 res_pjsip/pjsip_distributor.c: Request
'REGISTER' failed (Reported by Dmitry Melekhov)
* ASTERISK-26264 - res_pjsip: Crash when applying ACL from
non-existent endpoint (Reported by nappsoft)
* ASTERISK-26272 - chan_sip: File descriptors leak (UDP sockets)
(Reported by Etienne Lessard)
* ASTERISK-2...
2023 May 23
3
Problems with inbound connection and registering phone
...all
allow = ulaw
; allow=g729 ; uncomment if you support g729
auth = yealink
aors = yealink
Here's how I set it up in extensions:
[phones]
exten => 101,1,Dial(PJSIP/yealink)
Here's the error I get on the Asterisk console:
[May 23 13:42:56] NOTICE[45189]: res_pjsip/pjsip_distributor.c:676
log_failed_request: Request 'REGISTER' from '"Steve"
<sip:Steve at 192.168.1.185>' failed for '192.168.1.228:5060' (callid:
0_1554187534 at 192.168.1.228) - Failed to authenticate
What did I omit?
2019 Jan 26
3
INVITE from DID: No matching endpoint found but completes the call anyway
..., INFO, PUBLISH, MESSAGE
Supported: replaces, timer
Remote-Party-ID: "Fred Flintstone" <sip:4565551212 at 192.168.0.1>;party=calling;privacy=off;screen=no
Content-Type: application/sdp
Content-Length: 295
[SDP redacted]
It logs an error:
[Jan 26 12:40:00] NOTICE[21775]: res_pjsip/pjsip_distributor.c:525 log_failed_request: Request 'INVITE' from '"Fred Flintstone" <sip:4565551212 at 192.168.0.1>' failed for '192.168.0.1:5060' (callid: 3ef877dc4477d8ce4aae29965c5d0875 at 192.168.0.1:5060) - No matching endpoint found
But then goes on to complete the cal...