-
it7 s.r.o.
- Spišská Nová Ves, Slovakia
- http://it-admin.sk
Pinned Loading
-
-
winbox-linux-installer
winbox-linux-installer PublicSimple script to install Winbox for Linux
Shell 1
-
-
Generate MPEG-TS stream with TDT info
Generate MPEG-TS stream with TDT info 1from binascii import hexlify
2from struct import pack
3from time import sleep
4from datetime import datetime
5import socket
-
How to strip destination number from...
How to strip destination number from SIP To: header and use it as DID 1; Assign this context to your incoming SIP trunk settings
2[custom-get-did-from-sip]
3exten => _X.,1,Noop(Fixing DID using information from SIP TO header)
4exten => _X.,n,NOOP(Header is: ${SIP_HEADER(TO)})
5exten => _X.,n,Set(pseudodid=${SIP_HEADER(TO)})
-
Script for parsing Nagios object.cac...
Script for parsing Nagios object.cache file and returning it as JSON. 1<?php
2header( 'Content-type: application/json;' );
34// Change it according to your nagios.cfg
5$data = file_get_contents( '/var/ramdrive/objects.cache' );
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.