Hi, I was looking round on the Internet and saw there was no definitive list of free applications available for use with Asterisk, so I thought I'd compile a list for you all. If there's anything that you know of that is actively maintained but not in the list below, let me know (bear in mind I'm not including distros or Asterisk packagings in this list).
Hopefully there are a few programs in the list that even the most seasoned Asterisk professionals...
The Guru Of Tech - Gobind
Asterisk Insall, Codec Install, Vicidial Install.
Vicidial, Asterisk, Web-MeetMe, MySQL, OTRS
All in One
Vicidial, Asterisk, Web-MeetMe, MySQL, OTRS
Vicidial, Asterisk, Web-MeetMe, MySQL, OTRS
Vicidial, Asterisk, Web-MeetMe, MySQL, OTRS
Vicidial, Asterisk, Web-MeetMe, MySQL, OTRS.
Vicidial, Asterisk, Web-MeetMe, MySQL, OTRS
Vicidial, Asterisk, Web-MeetMe, MySQL, OTRS.
Thursday, March 29, 2012
Asterisk Commands throught PHP script
<pre><table width="100%" style="border: 2px solid #CCCCCC;" cellpadding="3" cellspacing="3">
<tr bgcolor="#666666">
<td align="center" background="stripe.png"><font color="#FFFFFF"><b><h1><?php system("hostname"); ?></h1></b></font></td>
</tr>
<tr bgcolor="#000000">
<td><font color="#FFFFFF"><b>Uptime:</b></font></td>
</tr>
<tr bgcolor="#FFE4E1">
...
Thursday, March 15, 2012
Configuration file for Asterisk SIP channels, for both inbound and outbound calls.
Asterisk as a SIP client
;***********For INBOUND Only*********************
register => 1001:password@mysipprovider.com/1234
;***********FOR INBOUND as well as OUTBOUND*********************
[SIPTRUNK]
fromuser=username or ip from where to send calls
host = remote-ip-address (where to send calls)
username=username
secret=any-passsword
fromdomain=remote-ip-address (Valid only when in [general] section or
type=peer.)
disallow=all
allow=g729
type = friend (user, peer, friend)
dtmfmode=rfc2833
dtmf=rfc2833
qualify = yes
rfc2833compensate=yes
insecure=port,invite
qualify...
Monday, March 12, 2012
Asterisk Detailed Variable List
Asterisk standard channel variablesThere are a number of variables that are defined or readby Asterisk. Here is a list of them. More information isavailable in each application's help text. All these variablesare in UPPER CASE only.
to diaplay all channel variable use this command
DumpChan(<min_verbose_level>)
Variables marked with a * are builtin functions and can't be set,only read in the dialplan. Writes to such variables are silentlyignored.
${ACCOUNTCODE} * Account code (if specified) (Deprecated; use ${CDR(accountcode)})${BLINDTRANSFER}...
Saturday, March 3, 2012
Display Post Title Before Blog Title in Blogger for SEO
By default Blogger displays the blog title before post title. For an example <Blog Title>: <post title>.In terms of SEO this is bad. We want to display the post title first and then the blog title. To change the default behavior follow the following steps.Log into Blogger and go the "Design" tab
Then click on "Edit HTML" link.
Make sure you take a back of your existing template by clicking on "Download Full Template" link and saving the XML file to a safe storage location.
Search for the following text in the template.
...
Subscribe to:
Posts (Atom)