Quantcast
Channel: mehrdust – Rayan Samimi
Browsing latest articles
Browse All 13 View Live

kickout script for Asterisk Hot desking

I wrote the following script to kick out logged in users to Asterisk. (FreePBX deviceanduser mode) #!/bin/sh DEVICES=`asterisk -rx "database show DEVICE" | grep -v "none" | grep "/user" | awk {'print...

View Article



Insert BLOB into MSSQL using PHP

Recently I had a customer who wanted to push all VoiceMail voice files into a table in MSSQL database. After going through a lot of searching and trying I managed to get it running like this: // This...

View Article

running linux daemon in the background using screen

I need to run a php script as a daemon in the background. The thing is I may need to go back and check what’s going on with the script. Using screen window manager we can achieve this in a pretty nice...

View Article

Image may be NSFW.
Clik here to view.

Cisco conference phone 7937 with Asterisk

Recently we had a customer with this cisco conference phone (7937) which doesn’t support SIP protocol. To get it to work with Asterisk we need to either use chan_skinny or chan_sccp. As the latter is a...

View Article

Image may be NSFW.
Clik here to view.

Configure your ubuntu desktop as an internet gateway

I have a 3g mobile stick and in certain circumstances I would need to route internet traffic of a PC/server or a particular subnet through this interface. In a windows OS we could simply achieve this...

View Article


Image may be NSFW.
Clik here to view.

simple posting web page

We had a coursework recently which required us to come up with a twitter-like web application in which people can register and write post, read other users’ posts as well as leaving replies to those...

View Article

Image may be NSFW.
Clik here to view.

Digium Gateway remote logging

We have recently used Digium gateway as alternative to other existing PRI interfaces and it’s been working like a charm. However, we had a client who needed to monitor the PRI connections and send an...

View Article

Image may be NSFW.
Clik here to view.

Asterisk tips for integration with Avaya

There are many occasions where you need to have some sort of communication between your Asterisk system and an external system, be it another telephony platform or external application. The beauty of...

View Article


Image may be NSFW.
Clik here to view.

Asterisk Clustering with DRBD/Heartbeat

Today a friend of mine asked me if I have got any manual for an Asterisk HA setup, so I decided to write this post to share with everyone else. In this manual, we are using DRBD with Heartbeat on...

View Article


Image may be NSFW.
Clik here to view.

10 coolest features of ES6

EcmaScript 2015 comes with a lot of new features most of which are placed in order to fill the gaps existing in ES5 and prior versions. In this post we will go through 9 most handy features introduced...

View Article
Browsing latest articles
Browse All 13 View Live




Latest Images