Cannot change endpoint property by using File Editor

Hi everyone!
Trying to disable rel100 (PRACK) for single trunk.
In pjsip.endpoint.conf:
[Beeline]
type=endpoint
transport=0.0.0.0-udp
context=from-pstn
… bla-bla-bla …
dtmf_mode=auto

I tried to add to pjsip.endpoint_custom_post.conf
[Beeline]
100rel = no

Nothing helps… :frowning:
I’ve got:
ippbx01*CLI> pjsip show endpoint Beeline

Endpoint: <Endpoint/CID…> <State…> <Channels.>
_ I/OAuth: <AuthId/UserName…>_
_ Aor: <Aor…> _
_ Contact: <Aor/ContactUri…> <Hash…> <RTT(ms)…>_
_ Transport: <TransportId…> <BindAddress…>_
_ Identify: <Identify/Endpoint…>_
_ Match: <ip/cidr…>_
_ Channel: <ChannelId…> <State…> <Time…>_
_ Exten: <DialedExten…> CLCID: <ConnectedLineCID…>_
==========================================================================================

Endpoint: Beeline Not in use 0 of inf
OutAuth: Beeline/[email protected]
Aor: Beeline 0
Contact: Beeline/sip:somepbx.beeline.ru:5060 0dce38c475 Avail 23.579
Transport: 0.0.0.0-udp udp 0 0 0.0.0.0:5060
Identify: Beeline/Beeline
Match: xxx.xxx.xxx.xxx/32

ParameterName : ParameterValue

100rel : yes
accountcode :
acl :
aggregate_mwi : true
…bla-bla-bla…

How to disable this option (100rel) for a single endpoint?

In pjsip.endpoint_custom_post.conf

[Beeline](+)
100rel = no

You may wish to file a feature request to add a toggle for this parameter in the GUI.

Ok. Now I see 100rel - no
Thank you!

1 Like

It’s the plus sign that solves the problem.

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