search for: sends_auth

Displaying 12 results from an estimated 12 matches for "sends_auth".

Did you mean: needs_auth
2018 Jul 28
2
Can someone please help with this sip2sip pjsip_wizard "no matching endpoint" issue?
...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 = wizard sends_auth = yes accepts_registrations = yes transport = simpletrans outound_auth/username = myusername at sip2sip.info outound_auth/password = password remote_hosts = 81.23.228.129,85.17.186.7,81.23.228.150,sip2sip.info endpoint/allow = alaw endpoint/context = fromsip2sip aor/...
2020 Apr 06
2
Outgoing PJSIP using Kamailio
...t but in the mean time we want to know if someone is using successfully a PJSIP channel against Kamailio. Another one: despite the fact that they use 5061 port, it's not TLS but UDP. Our asterisk16 has no TLS configured. We use wizard which looks like: [Provider-tootai](!) ; type = wizard sends_auth = yes sends_registrations = yes accepts_auth = no accepts_registrations = no endpoint/call_group = 1 endpoint/pickup_group = 1 endpoint/accountcode = TOOTAi endpoint/language = fr endpoint/allow = !all,ulaw,alaw,g729 endpoint/context = incoming-Provider endpoint/direct_media = no endpoint/dtmf_mode...
2016 Feb 19
2
No matching endpoint found for incoming call from SIP trunk
...9fd51cb5e43 at 0.0.0.0) - No matching endpoint found The last time I had this error, I was dealing with another SIP trunk and the issue was that I had mixed up "identify" and with "identity", but I have not such type in my pjsip_wizard.conf which looks like this: type = wizard sends_auth = yes sends_registrations = no remote_hosts = sillyapp.pstn.twilio.com\;transport=tcp outbound_auth/username = gobble outbound_auth/password = degookdegook endpoint/context = from-external endpoint/disallow = all endpoint/allow = ulaw aor/qualify_frequency = 15 And--of course, I do have the DID co...
2016 Feb 19
2
No matching endpoint found for incoming call from SIP trunk
...>> The last time I had this error, I was dealing with another SIP trunk and >> the issue was that I had mixed up "identify" and with "identity", but I >> have not such type in my pjsip_wizard.conf which looks like this: >> >> type = wizard >> sends_auth = yes >> sends_registrations = no >> remote_hosts = sillyapp.pstn.twilio.com\;transport=tcp >> > > ?I'll bet that if you do a "pjsip show transport twilio"? you won't see > any Identify or Matches. I think there's a bug in the wizard that's not...
2020 Apr 19
1
how to make a bug report
...t; > There are various options in the outbound registration that controls > behavior. I'd suggest providing your actual configuration. I have put the options that should make asterisk re-register in pjsip_wizard.conf as much as I could find them like this: [easybell_HW] type = wizard sends_auth = yes sends_registrations = yes max_retries = 0 auth_rejection_permanent = no forbidden_retry_interval = 200 transport = transport-tls endpoint/cos_audio = 5 endpoint/cos_video = 4 remote_hosts = secure.sip.easybell.de:5061 aor/qualify_frequency = 30 outbound_auth/username = ... outbound_auth/passw...
2018 Apr 06
2
PJSip CallerID Question
...type = wizard transport = transport-udp endpoint/allow_subscribe = no endpoint/allow = !all,g729 aor/qualify_frequency = 30 registration/expiration = 1800 [Location B](Uplink_defaults) endpoint/context = internal remote_hosts = 10.10.20.253:5060 sends_registrations = no accepts_registrations = no sends_auth = no accepts_auth = no Location B: [Uplink_defaults](!) type = wizard transport = transport-udp endpoint/allow_subscribe = no endpoint/allow = !all,g729 aor/qualify_frequency = 30 registration/expiration = 1800 [Location A](Uplink_defaults) endpoint/context = internal remote_hosts = 10.10.11.5:5...
2016 Feb 17
2
Asterisk 13.6.0/The simplest TCP configuration does not work
Yes, it is enabled on port 5060. I do receive a TCP ACK back from the server, so I know the TCP segment is received at the server hosting the Asterisk build. On Wed, Feb 17, 2016 at 8:36 AM, A J Stiles <asterisk_list at earthshod.co.uk> wrote: > On Wednesday 17 Feb 2016, Sonny Rajagopalan wrote: > > OK. Let me ask this. Is anything else necessary, except choosing TCP as > the
2016 Feb 17
2
Asterisk 13.6.0/The simplest TCP configuration does not work
...the VoIP > island). > > Here's what I have right now in pjsip_wizard.conf (again, I have removed > it from /etc/asterisk/ because Asterisk won't even work for "from-internal" > calls with the conf in /etc/asterisk) > > [twilio-siptrunk] > type = wizard > sends_auth = yes > sends_registrations = no > remote_hosts = silly.pstn.twilio.com > remote_hosts = silly.pstn.twilio.com ?\;transport=TCP? outbound_auth/username = username > outbound_auth/password = sillypassword > endpoint/context = from-external ;;; change later > endpoint/disallow =...
2020 Apr 08
0
Outgoing PJSIP using Kamailio
...is using successfully a PJSIP channel against > Kamailio. > > Another one: despite the fact that they use 5061 port, it's not TLS but > UDP. Our asterisk16 has no TLS configured. > > We use wizard which looks like: > > [Provider-tootai](!) > ; > type = wizard > sends_auth = yes > sends_registrations = yes > accepts_auth = no > accepts_registrations = no > endpoint/call_group = 1 > endpoint/pickup_group = 1 > endpoint/accountcode = TOOTAi > endpoint/language = fr > endpoint/allow = !all,ulaw,alaw,g729 > endpoint/context = incoming-Provider...
2015 Oct 19
2
Modify Contact in PJsip
...ntact field in the sip invite to display the username of the trunk [trunk_defaults](!) type = wizard transport = transport-udp endpoint/allow_subscribe = no endpoint/allow = !all,g729 aor/qualify_frequency = 30 registration/expiration = 1800 contact_pattern=xxx [xxx](trunk_defaults) sends_auth = yes sends_registrations = yes endpoint/context = extensions remote_hosts = xxx.xx.xx.xx accepts_registrations = no endpoint/send_rpid = yes endpoint/send_pai = yes outbound_auth/username = xxx outbound_auth/password = xxx contact_pattern=xxx -------------- next part -------------- An HT...
2020 Apr 18
2
how to make a bug report
Hi, how do I make a bug report? I filled in the form to make a report and https://issues.asterisk.org/jira/issues/?filter=-2 still shows no issues reported by me. If someone knows how to get asterisk to re-register when using pjsip after the registration shows as Rejected, like after the internet connection to the VOIP provider goes away (and comes back), please let me know. This bug makes
2016 Jan 18
2
Asterisk 13.6 + pjsip: sip2sip registers but incoming calls get "No matching endpoint found".
Would greatly appreciate any input into this currently-unanswered question on the forum: http://forums.asterisk.org/viewtopic.php?f=1&t=96496 I posted it on Jan 6th, have tried so many things, so much forum/list searching and late nights since, but have had to admit defeat. Rather than duplicate it all here, I've posted my logs and conf files on that thread, too. Problem is that while