2006 December

Telemarketing and VoIP



December 13th, 2006

Asterisk Features

3 Way Calling
Accidental Disconnect Protection
Answer Groups/Keys
API -
• C
• Perl
• Python
• XML Via Perl
• Shell scripting
Autodial Keys 7960: yes
Automated Attendant -
• Custom Call Routing
• System Answer
Automatic Line Selection
Automatic Set Relocation Assumes use of DHCP
Auto Attendant
Auxiliary ringing Use ATA-186 or other adapter to connect to additional ringers
Background Music mp3 streaming or files standard. Line-in audio level 1 effort
Busy Lamp Indication NA Phones can only display local number status
Button Inquiry Read the rest of this entry »


No tag for this post.

Related posts

December 13th, 2006

WiSip 802.11 SIP phone configuration



The first 802.11 phones to hit the “popular” commercial market were introduced by ’s company, Pulverinnovations.com a few weeks ago at the VON 2003 Fall show. While there are other 802.11 phones, this is the first one runs that I have seen that is actually available and taking orders. The 7920 doesn’t support yet, but rumors have it working by the end of the year (though the $500-$600 pricetag will discourage many buyers.)

wisip-bv_components.gif

General Summary:

I like it. For the first revision, it’s quite

Read the rest of this entry »


Tags: , , , , , , , , ,

Related posts

December 1st, 2006

Asterisk manager.conf configuration

The Manager interface is used to remotely view/change console (and other) actions. Through the use of the manager interface, you are able to send actions and receive responses very similar to the CLI interface. However beta has which is very user friendly. comes with , which allows third-party software to provide external management services. And through the freely available -Sounds add-on package, provides a full range of canned voice messages to use with menus and IVR.

Use this procedure to connect to the Manager: Read the rest of this entry »


Tags: , , , , , , , ,

Related posts

December 1st, 2006

Asterisk voicemail.conf configuration

Voicemail is called from within the dialplan (see /etc//extensions.conf)like any other application. It takes as an argument the mailbox to be used and the message to be layed (busy or unavailable.) The message is set in the dialplan by preceding the mailbox number with ‘b’ or ‘u’ for busy or unavailable. Alternately, the mailbox number may be preceeded by an ‘s’ for silent, in which case no instructions or greeting is played (just a beep). Ifn the event no letter preceding letter is present, then only the instructions are played and not the greeting.
;
; This is the voicemail.conf basic example file for Opensource server. 
; can be found on http://www..org/
;
; More recent versions of this file can be found on:
; http://www.networks.pk

; Voicemail Configuration

[general]

; Default formats for writing Voicemail
format=gsm|wav49|wav

; Who the e-mail notification should appear to come from
serveremail=voicemail@loligo.com

; Should the email contain the voicemail as an attachment
attach=yes

; Maximum length of a voicemail message
;maxmessage=180

; Maximum length of greetings
maxgreet=60

; Each mailbox is listed in the form =

,,
; if the e-mail is specified, a message will be sent when a message is
; received, to the given mailbox.
;
[default]
2203 => 9876,Syed Saud,syed@tele.pk
2204 => 5432,Froo Froo,nobody@fox-den.com


No tag for this post.

Related posts

December 1st, 2006

Asterisk zaptel.conf configuration with X100P FXO and TDM04B Cards


Installing the TDM04B
Plug it into a spare on your server, just like any other expansion card. If you installed the drivers when you installed , you’re almost there. (If you didn’t, you need to re-install and compile in support.) The next step is to configure /etc/.conf. First make a backup copy of the original /etc/.conf:
Read the rest of this entry »


Tags: , , , , ,

Related posts

December 1st, 2006

Asterisk zapata.conf configuration


Zapata.conf is usually we use to configure hardwares
i.e. FXO cards, , T1/E1 cards. Below is an example zapata.conf file. You can edit it according to your needs. incase of any problem feel free to put comments.

; This is the zapata.conf file for Opensource PBX server. can be found ; http://www..org/ Read the rest of this entry »


Tags: , , , , ,

Related posts

December 1st, 2006

Asterisk sip.conf configuration


Below is Open Source PBX .conf configuration example file. Please edit it for your needs. If you need any help then feel free to put your comments.

; This is the .conf file for Opensource server. can be found on ; ; ; http://www..org/ Read the rest of this entry »


Tags: , , , ,

Related posts

|