Res_pjsip Parkinglot Configuration?
I’m trying to find where you configure the parking lot used by phones registered via pjsip.
In sip.conf you could set the default lot for call parking with the
‘parkinglot=mylot’ setting but I don’t see an equivalent in pjsip.conf
Do I need to use setvar to set CHANNEL(parkinglot) on my endpoint to do this now?
One thought on - Res_pjsip Parkinglot Configuration?
Yes. In your type=endpoint section you specify set_var=CHANNEL(parkinlot)=mylot
Richard