I need to disable/enable a peer after hours automatically, and am thinking about doing so via the AMI. Is there a command to enable/disable (or perhaps delete/add) a peer via the AMI? I could create code to modify sip.conf and force a reload, but that seems like the wrong approach... -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20131023/937241ef/attachment.html>
On Tue, Oct 22, 2013 at 11:36 PM, Michelle Dupuis <mdupuis at ocg.ca> wrote:> I need to disable/enable a peer after hours automatically, and am > thinking about doing so via the AMI. > > Is there a command to enable/disable (or perhaps delete/add) a peer via > the AMI? I could create code to modify sip.conf and force a reload, but > that seems like the wrong approach... > >Have you considered adding realtime sip peers? They can peacefully co-exist with a sip.conf file. Then just build in some logic to sip prune when you need to remove the peer...(I forget the actual command at the moment). As far as I can tell, no AMI would be needed... -- Thanks, Warren Selby, dCAP http://www.SelbyTech.com <http://www.selbytech.com> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20131023/67340f27/attachment.html>
put it in a different context in your dial plan and use a gotoif statement to control the times it is allowed to dial out. you can also redirect it to a prerecorded message whenever someone tries to use it during the 'off' time. no need for anything as brutal as disabling it in sip.conf. On 2013-10-23 12:37 AM, "Michelle Dupuis" <mdupuis at ocg.ca> wrote:> I need to disable/enable a peer after hours automatically, and am > thinking about doing so via the AMI. > > Is there a command to enable/disable (or perhaps delete/add) a peer via > the AMI? I could create code to modify sip.conf and force a reload, but > that seems like the wrong approach... > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20131023/6f94bd33/attachment.html>