Stop firewall services centos : linux firewall service stop at startup

firewall

Check the Status of The Iptables IPv4 Firewall Run the following command to check the status of the iptables IPv4 firewall : # service iptables status Disable The Iptables Firewall Use the following commands to stop the Iptables Firewall and remove it from autostart. Disable The Iptables IPv4 Firewall Run the following commands to stop the iptables firewall … Read more

convert time in seconds to HH:MM:SS format in MySQL?

You can use MySQL function SEC_TO_TIME(). Example: SELECT SEC_TO_TIME(2378); Output is: 00:39:38  

Asterisk Subroutine Call : Pre-Dial Handlers

asterisk subroutine

Pre-dial handlers allow you to execute a dialplan subroutine on a channel before a call is placed but after the application performing a dial action is invoked. This means that the handlers are executed after the creation of the caller/callee channels, but before any actions have been taken to actually dial the callee channels. You … Read more

Asterisk Manager API Action Redirect : Asterisk Call transfer

Action: Redirect Synopsis: Redirect (transfer) a call Privilege: call,all Description: Redirect (transfer) a call. Variables: (Names marked with * are required) Channel: Channel to redirect ExtraChannel: Second call leg to transfer (optional) Exten: Extension to transfer to Context: Context to transfer to Priority: Priority to transfer to ActionID: Optional Action id for message matching. Example: … Read more