Displaying 16 results from an estimated 16 matches for "sends_registrations".
2018 Jul 28
2
Can someone please help with this sip2sip pjsip_wizard "no matching endpoint" issue?
Using pjsip 2.7.2 on Asterisk 15.5
Really struggling to make sense of translating these old 1.8 SIP
instructions into a neat 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]
2020 Apr 06
2
Outgoing PJSIP using Kamailio
...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 = inband
registration/ret...
2016 Feb 19
2
No matching endpoint found for incoming call from SIP trunk
...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 configured on my extension,...
2016 Feb 19
2
No matching endpoint found for incoming call from SIP trunk
...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
> correctly handling the "\...
2020 Apr 19
1
how to make a bug report
...e 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/password = ...
endpoint/allow =...
2018 Apr 06
2
PJSip CallerID Question
...f file like this:
Location A:
[Uplink_defaults](!)
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/con...
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
...>
> 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 = all ;;; change later
> endpo...
2020 Apr 08
0
Outgoing PJSIP using Kamailio
...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...
2015 Oct 19
2
Modify Contact in PJsip
...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 HTML attachment was scrubbed....
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
2019 Apr 04
0
Asterisk 13.26.0 Now Available
...ERISK-28166 - app_voicemail: Asterisk unresponsive after
changing voicemail password with ODBC
(Reported by
Michael)
* ASTERISK-28309 - res_pjsip: Wrong Contact and Via fields with
multiple UDP interfaces
(Reported by Nikolay shakin)
* ASTERISK-27992 - PJSIP: Adding `sends_registrations = yes` to
pjsip_wizard.conf causes crash
(Reported by Jonathan
Harris)
* ASTERISK-28213 - res_pjsip: Threads pile up needlessly when
AOR is blocked
(Reported by Ross Beer)
* ASTERISK-28301 - Allow voicemail boxes to be subscribed to
with a presence event packa...
2019 Apr 04
0
Asterisk 16.3.0 Now Available
...y Alex
Odrov)
* ASTERISK-24173 - File menuselect/menuselect_gtk.c has no
license header
(Reported by Jeremy Lain��)
* ASTERISK-28309 - res_pjsip: Wrong Contact and Via fields with
multiple UDP interfaces
(Reported by Nikolay shakin)
* ASTERISK-27992 - PJSIP: Adding `sends_registrations = yes` to
pjsip_wizard.conf causes crash
(Reported by Jonathan
Harris)
* ASTERISK-28166 - app_voicemail: Asterisk unresponsive after
changing voicemail password with ODBC
(Reported by
Michael)
* ASTERISK-28213 - res_pjsip: Threads pile up needlessly when...
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
2019 Oct 28
0
Asterisk 17.0.0 Now Available
...ERISK-28166 - app_voicemail: Asterisk unresponsive after
changing voicemail password with ODBC
(Reported by
Michael)
* ASTERISK-28309 - res_pjsip: Wrong Contact and Via fields with
multiple UDP interfaces
(Reported by Nikolay shakin)
* ASTERISK-27992 - PJSIP: Adding `sends_registrations = yes` to
pjsip_wizard.conf causes crash
(Reported by Jonathan
Harris)
* ASTERISK-28213 - res_pjsip: Threads pile up needlessly when
AOR is blocked
(Reported by Ross Beer)
* ASTERISK-28301 - Allow voicemail boxes to be subscribed to
with a presence event packa...
2019 Dec 24
0
Certified Asterisk 16.3-cert1 Now Available
...é)
- [ASTERISK-28309
<https://issues.asterisk.org/jira/browse/ASTERISK-28309>] -
res_pjsip: Wrong Contact and Via fields with multiple UDP interfaces
(Reported by Nikolay shakin)
- [ASTERISK-27992
<https://issues.asterisk.org/jira/browse/ASTERISK-27992>] -
PJSIP: Adding `sends_registrations = yes` to pjsip_wizard.conf causes crash
(Reported by Jonathan Harris)
- [ASTERISK-28166
<https://issues.asterisk.org/jira/browse/ASTERISK-28166>] -
app_voicemail: Asterisk unresponsive after changing voicemail password with
ODBC
(Reported by Michael)
- [ASTERISK-28213
<http...