mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
res_pjsip.c: Support endpoints with domain info in username
In multidomain environments, it is desirable to create PJSIP endpoints with the domain info in the endpoint name in pjsip_endpoint.conf. This resulted in an error with registrations, NOTIFY, and OPTIONS packet generation. This commit will detect if there is an @ in the endpoint identifier and generate the URI accordingly so NOTIFY and OPTIONS From headers will generate correctly. ASTERISK-28393 Change-Id: I96f8d01dfdd5573ba7a28299e46271dd4210b619
This commit is contained in:
committed by
George Joseph
parent
a985e5069c
commit
98e4119642
5
doc/CHANGES-staging/res_pjsip.txt
Normal file
5
doc/CHANGES-staging/res_pjsip.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
Subject: res_pjsip
|
||||
|
||||
PJSIP support of registrations of endpoints in multidomain
|
||||
scenarios, where the endpoint contains the domain info
|
||||
in pjsip_endpoint.conf
|
Reference in New Issue
Block a user