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? -- A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly. Specialization is for insects. ---Heinlein -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20161003/4d2a6c41/attachment.html>
Richard Mudgett
2016-Oct-03 23:54 UTC
[asterisk-users] res_pjsip parkinglot configuration?
On Mon, Oct 3, 2016 at 6:36 PM, John Kiniston <johnkiniston at gmail.com> wrote:> 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? >Yes. In your type=endpoint section you specify set_var=CHANNEL(parkinlot)=mylot Richard -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20161003/0865870d/attachment.html>