On Wed, Sep 26, 2018 at 03:27:24PM +0000, Maarten Ureel wrote:
I'm using the app_python module; when performing the registrar save like this:
KSR.registrar.save(KSR.pv.get('$fd'), 1)
It fails, the debug shows that it cannot find the domain that the SIP user has here.
When I use:
KSR.registrar.save('location', 1)
If save is exactly the save from the registrar module wouldn't the correct arguments be: KSR.registrar.save('location', 1, KSR.pv.get('$fd')) ?