Unrecognized prilocaldialplan TON modifier: D – Asterisk issue

Problem:  Unrecognized prilocaldialplan TON modifier: D Solution: Set caller id into dialplan. Dialplan Example: exten => _55550XXXXXXXXXX,1,set(CALLERID(num)=4425100) exten => _55550XXXXXXXXXX,n,Set(currenttime=${STRFTIME(${EPOCH},,%Y-%m-%d

Read more

How to get processer (CPU) details in Linux

Use the command # cat /proc/cpuinfo  to see the processor details in linux. processor — Provides each processor with an identifying number.

Read more

Python : An Overview

A sample Program #!/usr/bin/python print “Hello, Python!”; Outupt: Executing the program…. $python2.7 main.py Hello, Python! What is Python? Python is

Read more