[asterisk-bugs] [JIRA] (ASTERISK-29459) Missing configuration from PJSIP to SIP conversion script
N A (JIRA)
noreply at issues.asterisk.org
Tue Jun 1 09:54:16 CDT 2021
[ https://issues.asterisk.org/jira/browse/ASTERISK-29459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
N A updated ASTERISK-29459:
---------------------------
Description:
Some things I noticed missing from the python script that helps with converting chan_sip config to chan_pjsip config:
- subscribecontext -> subscribe_context is not included at all (for BLF).
- dtmfmode = auto should convert to dtmf_mode = auto, but there is currently no case for the "auto" case, even though that's valid in both.
- My TLS method from tlsv1 to sslv23, exactly the protocols I was prohibiting. Seems backwards.
was:
Some things I noticed missing from the python script that helps with converting chan_sip config to chan_pjsip config:
- subscribecontext -> subscribe_context is not included at all (for BLF).
- dtmfmode = auto should convert to dtmf_mode = auto, but there is currently no case for the "auto" case, even though that's valid in both.
> Missing configuration from PJSIP to SIP conversion script
> ---------------------------------------------------------
>
> Key: ASTERISK-29459
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-29459
> Project: Asterisk
> Issue Type: Improvement
> Security Level: None
> Components: Channels/chan_pjsip
> Affects Versions: 18.4.0
> Reporter: N A
>
> Some things I noticed missing from the python script that helps with converting chan_sip config to chan_pjsip config:
> - subscribecontext -> subscribe_context is not included at all (for BLF).
> - dtmfmode = auto should convert to dtmf_mode = auto, but there is currently no case for the "auto" case, even though that's valid in both.
> - My TLS method from tlsv1 to sslv23, exactly the protocols I was prohibiting. Seems backwards.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list