-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 15.0.17.66
-
Fix Version/s: 15
-
Component/s: WebRTC Phone
-
Labels:None
Hi,
(Not sure if this is a bug or feature request)
If you put a value into the "Account Code" field of a PJSIP extension, it is add into the pjsip.endpoint.conf file. You can then use this accountcode for location purpose (which is useful for emergency for exemple).
Then you activate the webRTC for the user linked to this extension and the 99XXX pjsip account is generate and added to pjsip.endpoint.conf file. Problem is, accountcode isn't set.
Cut part of the main account :
....
dtmf_mode=info
direct_media=yes
mailboxes=7024@default
mwi_subscribe_replaces_unsolicited=yes
accountcode=rennes
aggregate_mwi=no
use_avpf=no
rtcp_mux=no
....
Cut part of the webRTC account :
....
dtmf_mode=info
direct_media=yes
mailboxes=7024@default
mwi_subscribe_replaces_unsolicited=yes
aggregate_mwi=no
use_avpf=yes
rtcp_mux=yes
....