Author: VoIP Info
Goldenfuture
Goldenfuture Technology Co.,Ltd ,is a professional manufacturer of VoIP terminal products, dedicating in designing, producing, marketing, and supporting top-ranking IP phones and gateways as well as offering customers excellent and customized service . From 2004 , Goldenfuture worked…
Read More »CISCO LDAP XML Directory
Configuring CISCO 7940 / 7960 to retrieve directory from OpenLDAP The purpoe of this post is to explain how to display a LDAP directory on CISCO 7940 / 7960. First you need a LDAP configured.In my example, I…
Read More »xten settings HKBN 2b
Sample X-Ten X-Lite config for Hong Kong BroadBand “2b” service Assumptions: Account created starting October 2005 (if your account is before October 2005 or is NOT a “2b” account, then you want to look here Softphone password: abcdef9876…
Read More »ScopServ Features
ScopServ Telephony Server :: Complete Web Management GUI for Asterisk PBX ScopServ GUI Features Asterisk Version ScopServ is 100% compatible with Asterisk v1.0.x, Asterisk v1.2 and Asterisk v1.4 (SVN) Languages Multi-lingual system (complete i18n sytems with support for…
Read More »Asterisk settings for YAK Communications
NOTE: Nov 23, 2005 – After a couple weeks of waiting, YAK still has not replied to my request for more information. At this point, I’m not using my YAK configuration at all. Consider the information below as…
Read More »Asterisk func strftime
STRFTIME Formats the datetime Synopsis STRFTIME([<epoch>][,[<timezone>][,<format>]]) Description Formats the time specified by <epoch>, localized to <timezone>. The format comes directly from the underlying C function strftime(3). If <epoch> is not specified, defaults to the current time. <timezone> likewise…
Read More »Asterisk Functions
Asterisk functions are used in Asterisk‘s dialplan. Unlike dialplan applications, they cannot be used directly. Instead they return a value that could be used by the dialplan logic. Page Contents Function List Using functions in Asterisk dialplans Functions…
Read More »Asterisk PHP
Asterisk PHP (scripting within the dialplan) Introduction Asterisk PHP allows you to control the dial-plan and write applications for Asterisk in PHP. This is faster and more flexible than phpAGI. The PHP extensions can be found at…
Read More »Asterisk Realtime Voice Pitch Changer
Asterisk Voice Changer is a dial-like application written for Asterisk by Justin Tunney using the SoundTouch Library. This application is currently in a beta state and should not be used on a production system. The author of the…
Read More »Asterisk func db
DB AstDB access function Synopsis DB(family/key) Description DB provides inline access to the values in the Asterisk Database without executing a separate application. DB may be both read from and written to. On a read, this function returns…
Read More »Asterisk cmd While
While Loop until condition is false Synopsis While(condition) Description Execution loops between a While and an EndWhile statement, until the condition specified in the While evaluates to false. The condition is evaluated once per loop, at the beginning….
Read More »Asterisk cmd StackPop
StackPop Remove an address from the Gosub stack without returning Synopsis StackPop() Description Removes a single address from the stack of addresses accumulated by a series of Gosub / GosubIf commands, but does not return to that address….
Read More »Asterisk SIP pedantic
Syntax pedantic=yes|no Default no Description Enable slow, pedantic checking of Call-ID:s, multiline SIP headers and URI-encoded headers. Notes If you have a problem with the “#” sign (shown as “%23”), try to set this option to yes.
Read More »Asterisk queue_log on MySQL
Converting to a more readable format for Asterisk 13 added `agent` field in `call_status` table (by linvinus) `callid` field moved to varchar(32) in all tables (same as in `cdr` table) modified `update_processed` and `bi_queueEvents` trigges for data1,data2,data3 fields…
Read More »Rhino CallerID patch
If you’re having problems about CallerID being passed properly through a Rhino channel bank, you may need to patch the callerid.c file within the Asterisk source code. This was recommended by Bryce Chidester from Rhino: “Our fix for…
Read More »