Pjsip Channel with 11 Digits

I have configured the pjsip channel endpoint with 11 digit number ,but its not shown while executing “pjsip show endpoints”.
Is there any limitation of digits to keep as endpoints.

Kindly find the configuration mentioned below for your reference


[10000000002]
type=endpoint
transport=transport-udp
context=alert
disallow=all
allow=ulaw
outbound_auth=10000000002
aors=10000000002


[10000000002]
type=aor
max_contacts=1
remove_existing=yes
contact=sip:IP

[10000000002]
type=identify
endpoint=10000000002
match=IP


[10000000002]
type=auth
auth_type=userpass
username=10000000002
password=

Not that I’m aware of, and 11 digits isn’t really that long. I have endpoints that have longer names.

Can you confirm your Asterisk version and whether it was built with PJSIP or CHAN_SIP?

Additionally, if there is an error loading then it is stated when PJSIP loads at startup.

I don’t know if it is actually an error, but combining the first two with the last is unlikely to be a sensible thing to do.

Your type=auth section is not referenced, although I don’t think it will cause the configuration not to load, and may not even produce a warning.

I can’t tell if password= really has no password, which would be invalid, or the type=auth section was included in error.

Endpoint names are not limited to digits.

Its Asterisk -18

I removed the password ,but with the password I tried ,its not showing

I am using the same configuration for 10 digit endpoint ,it is showing

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