Disable Session Progress In PJSIP
Hello!
I was wondering what (if there is any) the equivalent of progressinband=never for chan_sip is when using chan_pjsip? What I want is to always send 180 Ringing to the caller, even if a 183 Session Progress was received from the called party.
If I set inband_progress = no in pjsip.conf, Asterisk will still send a Session Progress to the caller, which if I remember correctly corresponds to setting progressinband=no i sip.conf.
Is there a way to accomplish this? And if not, why was this left out?
Thanks in advance!
Best regards,
Torbj
2 thoughts on - Disable Session Progress In PJSIP
There doesn’t seem to be an option to do as you wish.
I can’t speak with any certainty as to why the option does not exist to do this but some things come to mind:
1. It was forgotten
2. It was thought that the specific behavior was not needed by people these days
it sounds similar to my problem http://lists.digium.com/pipermail/asterisk-users/2020-December/295463.html
i’m using workaround for now – Dial with R param
same => n,Dial(PJSIP/alice,,R)
R: Default: Indicate ringing to the calling party, even if the called party
isn’t actually ringing. Allow interruption of the ringback if early media
is received on the channel.
Dne 14/01/2021 v 14:55 Joshua C. Colp napsal(a):