<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Apr 24, 2018 at 9:56 AM, Bruce Ferrell <span dir="ltr"><<a href="mailto:bferrell@baywinds.org" target="_blank">bferrell@baywinds.org</a>></span> wrote:<br><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
I'd REALLY like to get it working.  And for the record, I REALLY HATE pjsip.<br>
<br>
I've been twiddling Asterisk (and other VOIP systems) since 2002; Linux since '93 and telecom since 1980.  The config is so opaque, poorly documented and error prone I, to this day, use the legacy sip config wherever I can.  No one has ever been able to show me an advantage for it and it doesn't seem to use realtime configuration (even more of a drawback).  I much prefer realtime for my configuration on Asterisk;  Having configuration picked up from a DB is far preferable to reloading flat files.<br></blockquote></div><br></div><div class="gmail_extra">I've configured PJSIP to use realtime as a test, I don't use it in production but I feel I could.<br><br></div><div class="gmail_extra">Just set it up in extconfig and create the necessary tables.<br><br>ps_endpoints => odbc,asterisk<br>ps_auths => odbc,asterisk<br>ps_aors => odbc,asterisk<br>ps_domain_aliases => odbc,asterisk<br>ps_endpoint_id_ips => odbc,asterisk<br>ps_registrations => odbc,asterisk<br>ps_phoneprov => odbc,asterisk<br><br></div><div class="gmail_extra">There's a tutorial in the Wiki for it <a href="https://wiki.asterisk.org/wiki/display/AST/Setting+up+PJSIP+Realtime">https://wiki.asterisk.org/wiki/display/AST/Setting+up+PJSIP+Realtime</a><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">The major advantage of PJSIP  over chan_sip  to me is PJSIP is being developed where chan_sip isn't.  It also introduces things like resource lists, and parallel forking of contacts which are both nice features. <br></div><div class="gmail_extra"><br><br clear="all"></div><div class="gmail_extra"><br>-- <br><div class="gmail_signature">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.<br>---Heinlein</div>
</div></div>