search for: endpoint_identifier_order

Displaying 5 results from an estimated 5 matches for "endpoint_identifier_order".

2019 Apr 08
2
pjsip endoint woes
...? Nope. The Contact is never considered for that. The From username is what is matched for an endpoint using the "username" option. The authentication username is what is matched for an endpoint using the "auth_username" option but you also need to ensure it is enabled in "endpoint_identifier_order" global option. This also requires the endpoint to actually authenticate. -- Joshua C. Colp Digium - A Sangoma Company | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org
2018 Jan 09
2
PJSIP: identify endpoint by authentication username?
Dear fellow list readers This is the situation: ISDN Devices => Patton ISDN to SIP GW => Asterisk PJSIP The Patton GW resides on a dynamic IP address, so I cannot really use match=ip in the identify section. The Patton does not send a line parameter. The ISDN Devices behind the patton have different MSN and should be able to send them in the From: Header, so the default endpoint
2023 Aug 18
2
PJSIP Losing knowledge of external_media_address
...pon receiving INVITE from ITSP via WAN, Asterisk responds OK with INTERNAL LAN IP instead of external_media_address - I've observed this occur after 30 minutes from startup with no configuration changes that were made or any pjsip reloads done during this period pjsip ------------- [global] endpoint_identifier_order = username,ip,anonymous [system] type=system threadpool_initial_size=30 threadpool_auto_increment=5 threadpool_idle_timeout=0 threadpool_max_size=100 [transport-udp] type                       = transport symmetric_transport        = yes protocol                   = udp bind                      ...
2019 Apr 05
2
pjsip endoint woes
I'm trying to set up pjsip to work with an obi202 and google voice. But I can't configure the endpoint. pjsip: [obi202-auth](!) type = auth auth_type = userpass password = <mypass> [obi202-aor](!) type = aor max_contacts = 2 ; ===== endpoints ======== [gv-voice](obi202-endpoint) auth = gv-voice aors = gv-voice identify_by=auth_username ;identify_by=username ; I also tried
2019 Jan 26
3
INVITE from DID: No matching endpoint found but completes the call anyway
I have a trunk set up for the DID from my provider: [my_provider] type=registration outbound_auth=my_provider server_uri=sip:sip.example.com client_uri=sip:my_username at sip.example.com retry_interval=60 [my_provider] type=auth auth_type=userpass password=123456 username=my_username [my_provider] type=aor contact=sip:sip.example.com:5060 [my_provider] type=endpoint context=from-my_provider