• Idefisk
  • Tools
  • Tutorials
  • Reviews
  • VoIP Providers
  • Archives
ZOIPER softphone
Back to Tutorials

3.1.2. Idefisk 2.0 Free

Overview

Product Highlights:

main.png

• SIP + IAX protocols
• IAX2 protocols
• Available codecs
- GSM
- ulaw
- alaw
- speex
- ilbc
• STUN support
• STUN server per account
• Three lines
• Up to Two accounts
• Echo cancellation
• Codec settings per account
• Account password encryption
• Address Book
• Quick Dial


Feature Keys:

• Hold button
• Transfer button
• Quick Dial button
• Numpad
• Slide bars for speakers and microphone volume control
• History button

 

Prerequisites

To use this softphone you need a working Asterisk PBX with registered users in iax.conf and/or sip.conf (It depends on which protocol you would like to use) and made extensions.

Idefisk 2.0 supports SIP and IAX protocols. This means that you will be able to use SIP as well as IAX protocols. We will create a SIP and an IAX account on our Asterisk test server.
To add IAX account follow this procedure:
Open terminal to your Asterisk server
Edit your iax.conf. You can achieve this by using vim:
root@erihon:~# vim /etc/asterisk/iax.conf
On the bottom of the file add the account information:

[iax.idefisk2]
username=iax.idefisk2
secret=my_pass123
context=idefisk_tests
type=friend
host=dynamic
callerid=8765432


When you are ready save the file and reload Asterisk IAX configuration by using the command:
root@erihon:~# asterisk -rx “iax2 reload”


To add SIP accounts follow this procedure:

Open terminal to your Asterisk server
Edit your sip.conf. You can achieve this by using vim:

root@erihon:~# vim /etc/asterisk/sip.conf

On the bottom of the file add the account information:

[sip.idefisk2]
username=sip.idefisk2
secret=my_pass234
context=idefisk_tests
type=friend
host=dynamic
callerid=8765431

When you are ready save the file and reload Asterisk IAX configuration by using the command:
root@erihon:~# asterisk -rx “sip reload”


We will add two mailboxes for the SIP and IAX2 Idefisk accounts. To do this we will edit the voicemail configuration which is located in /etc/asterisk/voicemail.conf
root@erihon:~# vim /etc/asterisk/voicemail.conf

On the bottom of the file add the account information:
501 => 4242,Example Mailbox,myemail@server.com
502 => 7474,Example Mailbox 2,myemail2@server.com


We will add some extensions which purpose will be to dial those accounts. We will create them in [idefisk_tests] context. We will also create two extensions which purpose will be to check the voicemail accounts.
root@erihon:~# vim /etc/asterisk/voicemail.conf

To do this we will edit the extensions configuration. Here is the syntax of the four extensions:

[idefisk_tests]

exten => 1001,1,Dial(SIP/sip.idefisk2,20)
exten => 1001,2,VoiceMail(501@default)
exten => 1001,n,HangUp()

exten => 1002,1,Dial(IAX2/iax.idefisk2,20)
exten => 1002,2,VoiceMail(502@default)
exten => 1002,n,HangUp()

exten => 111001,1,Answer()
exten => 111001,2,VoiceMailMain(501@default)
exten => 111001,n,HangUp()

exten => 111002,1,Answer()
exten => 111002,2,VoiceMailMain(502@default)
exten => 111002,n,HangUp()


Here are the links of the complete configuration files:
iax.conf

sip.conf
voicemail.conf
extensions.conf

 

Installing Idefisk 2

Once you download Idefisk 2 installation files from our web site you can start the installation. To do this just start the installation file named `Idefisk_Free_2.0_RC1_Installer.exe`. A Welcome form will appear on your screen. To continue with the installation you should click on the Next button. If you want to exit the setup you should click on the Cancel button.
ins1.png

The next form is the License Agreement form. Read the End User License Agreement (a.k.a. EULA). You should carefully read the License Agreement and if you Agree with it click on the I Agree button to proceed. If you disagree with one or more clauses of the Agreement you shouldn’t install the application. In this case click on the Cancel button.
ins2.png

With the next form you will be able to choose the destination folder where the Idefisk will be installed. The default folder is `C:/Program Files/AsteriskGuru/Idefisk/Free`. However you might want to install it in different location. You can type in the new path or choose it by Browse For Folder dialog. On the bottom of the form you will be able to check for the required (by Idefisk) and the available space on the current drive. When you are ready, click on the Next button. If you want to review the EULA you can press the Back button.
ins3.png

With the next form you will be able to choose the destination folder where the Idefisk shortcuts will be placed in the Star Menu. The default folder is ` AsteriskGuruIdefisk Biz`. However you might want to install it in different location. You can type in the new path. You will be able to disable Idefisk shortcuts by checking the Do not create shortcuts checkbox. When you are ready click on the Next button to continue.
ins4.png

From the next form you will be able to specify if the setup should create additional shortcuts. The installation can put shortcuts on the Desktop and on the Quick Launch bar. By default the setup will create those shortcuts, but you can disable this by unchecking their respective checkboxes. To start the installation process click on the Install button. If you want to review any of the previous options click on the Back button.
ins5.png

The next form will show you details for the installation process.
ins6.png

You can view the details by clicking on the Show Details button.
ins7.png

There is one final form that will inform you that the installation is complete. Click on the Finish button to close the Setup Wizard.
ins8.png

With this the installation of the Idefisk 2.0 is complete.
 

IAX2 Accounts Management

Accessing Options Form
The creation of an IAX2 account goes through the configuration form of Idefisk 2. In order to access it you can right-click on Idefisk’s interface and click on the Options.
menu-options.png

There is an Options button on the Idefisk’s interface. You can start configuration form from there too.
options-button.png

You can also press Alt+O to start the configuration form.
 

Adding IAX2 account
You should go to the Options form. When the form starts you should click on the `Add new IAX account` label in the navigation menu to the left.
adding-iax2-1.png

A new sub-form will prompt you for name for this account. Type a name and click on the OK button to create the account.
adding-iax2-2.png

The new entry will appear in the navigation menu to the left. Click on it to continue the configuration.
adding-iax2-3.png

On the right side of the navigation menu you will be able to specify the options for the account. You’ll have to enter the hostname or the IP address of the Asterisk server (or other VoIP server) that you are going to use. In our case this is 10.1.1.1 After that enter the account name and secret that we put on the IAX2 account (iax.idefisk2 & my_pass123). Enter a caller id and name and click on the Apply button to activate the changes.
adding-iax2-4.png

There are additional options that you might want to configure. In order to view the advanced options for the current account you should enable the checkbox with label `Show advanced options` which is located just below the navigation menu. When you do this you will be able to set the advanced options. Set the context and the voicemail extension. You will be able to select if Idefisk should register this account upon application’s start-up. When you are ready click on the Apply button.
adding-iax2-5.png
 

Registering IAX2 account
You should select the proper account from the drop down menu in the bottom of Idefisk’s interface. When you are ready with this click on Register button.
register-iax2-1.png
 

Deleting IAX2 account
You should go to the Options form. From the navigation menu select the account that you want to delete. Press the delete button of your keyboard and confirm the deletion on the Confirmation dialog.
delete-iax2-1.png
 

SIP Accounts Management

Accessing Options Form

The creation of an SIP account goes through the configuration form of Idefisk 2. In order to access it you can right-click on Idefisk’s interface and click on the Options.
menu-options.png

There is an Options button on the Idefisk’s interface. You can start configuration form from there too.
options-button.png

You can also press Alt+O to start the configuration form.
 

Adding SIP account

You should go to the Options form. When the form starts you should click on the `Add new SIP account` label in the navigation menu to the left.
adding-sip-1.png

A new sub-form will prompt you for name for this account. Type a name and click on the OK button to create the account.
adding-sip-2.png

The new entry will appear in the navigation menu to the left. Click on it to continue the configuration.
adding-sip-3.png

On the right side of the navigation menu you will be able to specify the options for the account. You’ll have to enter the hostname or the IP address of the Asterisk server (or other VoIP server) that you are going to use. In our case this is 10.1.1.1 After that enter the account name and secret that we put on the SIP account (sip.idefisk2 & my_pass456). Enter a caller id and name and click on the Apply button to activate the changes.
adding-sip-4.png

There are additional options that you might want to configure. In order to view the advanced options for the current account you should enable the checkbox with label `Show advanced options` which is located just below the navigation menu. When you do this you will be able to set the advanced options. Set outbound proxy if necessary or the voicemail extension. You will be able to select if Idefisk should register this account upon application’s start-up. Check if you need to use a STUN server. When you are ready click on the Apply button.
adding-sip-5.png
 

Registering SIP account

You should select the proper account from the drop down menu in the bottom of Idefisk’s interface. When you are ready with this click on Register button.
register-iax2-1.png
 

Deleting SIP account

You should go to the Options form. From the navigation menu select the account that you want to delete. Press the delete button of your keyboard and confirm the deletion on the Confirmation dialog.
delete-iax2-1.png
 

Audio configuration

Before making any calls it is recommended to reconfigure your audio options. To do this you should enter the configuration form.

Accessing Options Form

In order to access it you can right-click on Idefisk’s interface and click on the Options.
menu-options.png

There is an Options button on the Idefisk’s interface. You can start configuration form from there too.
options-button.png

You can also press Alt+O to start the configuration form.
 

Configuring Audio Settings

Select `Audio Devices` label from the navigation menu located in the left.
audio-options-1.png

Select the devices that you are going to use for audio input and output. On the computer that I’m using there is a SigmaTel, so I’ll select it. When you are ready with this choose if you want to enable or not the Echo Cancellation. When ready click on Apply button.
audio-options-2.png
 

Protocol’s configuration

Concerning the protocols there are some simple configuration options. Most of them are about the communication port on which the protocol works. To reconfigure these you should enter the configuration form and enable the advanced options.
 

Accessing Options Form

In order to access it you can right-click on Idefisk’s interface and click on the Options.
menu-options.png

There is an Options button on the Idefisk’s interface. You can start configuration form from there too.
options-button.png

You can also press Alt+O to start the configuration form.
 

IAX2 configuration

Click on the `IAX options` label in the navigation menu.
prot-iax-1.png

Now you will be able to specify different IAX2 port.
prot-iax-2.png
 

SIP configuration

Click on the `SIP options` label in the navigation menu.
prot-sip-1.png

Now you will be able to specify different SIP port.
prot-sip-2.png
 

RTP configuration

Click on the `RTP options` label in the navigation menu.
prot-rtp-1.png

Now you will be able to specify different RTP port for each network interface on your computer.
prot-rtp-2.png

There are also `Advanced RTP options`
prot-rtp-3.png
 

STUN configuration

Click on the `STUN options` label in the navigation menu.
prot-stun-1.png

If your computer is behind NAT it is recommended to use a STUN server. To do these first enable STUN support. Then you should specify the hostname or the IP address of the STUN server. You may change the default STUN port too.
prot-stun-2.png

You can specify custom refresh period for your STUN server. To do this edit this setting.
prot-stun-3.png
 

Usage

In order to dial a number from your Idefisk you just have to type it in and press enter or the Dial button.
dial-button.png

The other way of dialing is through the numpad. After dialing the number press enter or the Dial button.
numpad.png

In order to hang-up a call you can simply click on the Hang-up button.
hangup-button.png

In order to hold the call for a moment (the other party won’t hear you) just push the Hold.
hold-button.png

If you are already in a call you can transfer the call to another number. To do this you should press the Transfer button.
transfer-button.png

When you do this the Transfer dialog will prompt you for the extension to which you want to transfer your call. When ready with typing, press OK to finish the transaction.
transfer-dialog.png

When someone ring on your extension an incoming call dialog will appear on your screen. You can Accept, Ignore or Reject the call by pressing the appropriate button.
incoming.png
 

Address Book Management

It is useful to use the integrated Address Book. It supports quick dial and more. To start the address book click its button on the Idefisk’s interface.
address-button.png

Once it starts you will sea the current entries in the book.
address-book.png

If you want to add new entry just click on New button and the New Entry form will be started. Just fill the data you want and click on OK. You can choose if this entry should be visible in the quick dial list.
address-book-adding.png

After you add the new entry you will be able to edit it. To do this you should select the entry and click on the Edit button.
address-book-2.png

You can always use the quick dial function of Idefisk. There you will see all entries that are in your Address Book and enabled into the quick dial.
quick-dial.png
 

Reference

Asterisk’s Official Web Page
Idefisk’s Official Web Page
Idefisk’s Biz Version Page
Dial application tutorial
iax.conf
sip.conf
voicemail.conf
extensions.conf

 
User Comments
Jane (cnet at downloads dot com)
19 January 2023 01:41:04
Latest version can be download at cnet: https://download.cnet.com/Idefisk/3001-2349_4-10663311.html
duzmaaxone (areiorgq at fastmailtoyougo dot site)
19 March 2020 17:25:04
viagra pills generic viagra <a href="http://www.invertirenoroyplata.com/category/monedas-de-oro/ #">viagra generic </a> viagra 100mg cheap viagra

viagra 100mg viagra generic <a href=http://www.lochwynd.com/>generic viagra </a> generic viagra viagra pills
Michaelgycle (thincariper1989ytavip at yandex dot ru)
25 February 2019 20:22:29
tarifs cialischeapest cialis softcialis for bph reviewscialis australia online <a href="https://skylensnw.com/">cialis 10 mg</a>
https://skylensnw.com
https://nirvana.virtus.ufcg.edu.br/wiki/isensor/index.php/Usu%C3%A1rio:Lentzbjerregaard2
http://oblosvita.com/user/LentzKristoffersen5/
http://www.householdtipsandtricks.org/index.php?qa=user&qa_1=jacobsonphilipsen1
JospehBeicy (thincariper1989ytavip at yandex dot ru)
30 January 2019 08:34:10
cialis strengths
cialis nei sexi shop
cialis jelly online australia
helpful online pharmacy acheter cialis france

cialis super pill
costa rica pharmacy cialis
cialis 1mg
cialis shipped from canada
https://stowe365.com/#Buy-Cialis
Genevieve (wznairfr at hotmail dot com)
21 April 2016 03:36:53
Thank you so much for this arlcite, it saved me time! http://pgbmuaamm.com [url=http://cherlfjgj.com]cherlfjgj[/url] [link=http://twloihtdwb.com]twloihtdwb[/link]
Jolyn (vq251yqlb at gmail dot com)
19 April 2016 13:28:32
Holy coiscne data batman. Lol! http://afejbmwiur.com [url=http://dzcxgkm.com]dzcxgkm[/url] [link=http://ggulkn.com]ggulkn[/link]
Rayshelon (pi4ft0fp2 at outlook dot com)
19 April 2016 05:37:39
Way to use the internet to help people solve <a href="http://amadxjiyxd.com">prlmbeos!</a>
Josef Holes (josefholes1984 at gmail dot com)
22 August 2015 16:42:36
Do you need quickest and low interest rate loan? Have you ever thought of getting urgent loan? we offer a long-term and short-term loans to the public and individuals. We can help you get loan with very low interest rate. Loan process takes less than 24hours CONTACT US ON josefholes1984@gmail.com
LUIS GONZALEZ (luchoenriqueg at hotmail dot com)
22 August 2009 03:44:47
PRUEBAS IDEFISK
Michelle (fish_2504 at hotmail dot com)
29 November 2008 03:12:17
aaaaaaaaaaaa

HELP!!!

I cant SAVE the IAX file nor the SIP file

Im using fedora 10, also im a newbie on Linux
pathial (layassane at hotmail dot com)
15 June 2008 11:38:42
it is good
SDSD (rambw35 at gmail dot com)
16 April 2008 08:21:34
dfdf
wetwer (sdf at gmail dot com)
02 April 2008 18:25:10
dfsaf
Ma Carrillo (mariamc7 at hotmail dot com)
22 November 2007 16:51:30
solicitud para intalcion
dinh (dinh_pham_07 at yahoo dot com)
10 October 2007 05:38:08
study
nitin (njamhle at gmail dot com)
25 August 2007 12:09:41
i m getting an error while i dialing form soft phone


config.c:1228 find_engine: Realtime mapping for 'sippeers' found to engine 'odbc', but the engine is not available
[Aug 25 11:06:01] NOTICE[18854]: chan_sip.c:14758 handle_request_register: Registration from '"anish"<sip:100@89-149-229-253.internetserviceteam.com>' failed for '122.168.68.112' - Device does not match ACL
Per4mer (per4merkc at gmail dot com)
24 August 2007 16:31:13
Okay... these are nice screen shots, but can you tell us a little more about them? Like what settings we should be using...

For Example:
When are the RTP settings used.
Where do we get the session, context and username (etc.) for RTP.
cosmosmaster (cosmosmaster at hotmail dot com)
23 August 2007 16:42:31
thanks!
kim-kiho (ikaros007 at naver dot com)
07 August 2007 07:36:52
thanks!!
rahul (rahul dot nk007 at gmail dot com)
30 July 2007 07:49:59
hi
babu (babu at mainstaycrm dot co dot in)
18 July 2007 10:52:44
Have installed its really working fine...Thanx a lot...

I has this error initially with Asterisk server when I try to register.

" Device does not match ACL "

got it resolved by setting Caller ID Name : " users exten "

Thanx a lot...
Backstabber (manuel530fernandez at hotmail dot com)
13 July 2007 12:27:08
Always registration time out whenever I register my configured account for idefisk v1.7. Why?
Joana  (Ninas_sky_3 at hotmail dot com)
14 May 2007 19:44:48
Recebo mais que uma chamada,mas nao consigo alternar entre as varias linhas, falo com as pessoas todas na mesma linha como se fosse em conferencia, alguem me pode dizer como faço pra que possa falar com uma pessoa de cada vez? aah! mas isso nao aconteçe sempre, mas de vez em quando o telefone fica bloqueado e falo com as pessoas todas ao mesmo tempo. podem ajudar-me?
che (janspare at yahoo dot com)
01 May 2007 05:32:18
can this soft phone accept a call from a telephone? if so, how can it be configured???
Tim Davenport (timd at officeprinter dot net)
16 April 2007 00:52:15
I downloaded the upgrade, now the old phone loads and asks if I want to upgrade on every boot. How do I uninstall the old version in my Windows PC? It doesn't show up in Add/Remove Programs.
tong (tong__ay220 at hotmail dot com)
01 April 2007 17:26:46
very gooddddddd
 
Add Comment
Name:
Email:
Comment:
In order to prevent automatic posting on our website, we kindly request you to type in the number you see in the picture below.
Image Verification:
 

Latest Headlines:

  • T.38 faxing with Zoiper 2.15 is now easier than ever
    section: voip software
  • Asterisk 1.4.21 Released
    section: Asterisk
  • Asterisk 1.4.20 Released
    section: Asterisk
  • Asterisk 1.4.20-rc2 Released
    section: Asterisk
  • Asterisk 1.4.20-rc1 Now Available
    section: Asterisk
  • News Archives (older news)

Latest Tutorials:

  • Sending Fax from Zoiper to Zoiper using T.38
    added 08/Dec/2008 18:16
  • VMAuthenticate (dialplan application)
    added 01/Mar/2008 15:57
  • Siptronic ST-530
    added 06/Nov/2007 17:57
  • Siemens C455 IP hardphone
    added 05/Nov/2007 10:24
  • Zoiper
    added 22/Oct/2007 17:53

Latest Comments:

  • https://phadaengnangaiep4th.graphy.com/c...
    tutorial: General Installation
  • https://filmfreeway.com/GuardaFILMSuperm...
    tutorial: Read (dialplan application)
  • https://pelisflixverlos4fantasticos.blog...
    tutorial: SIP with NAT or Firewalls
  • https://knowt.com/flashcards/52004af6-2f...
    tutorial: General Installation
  • https://www.whistleblowingcanada.com/oho...
    tutorial: Request to schedule in the past?!?!
 
contact us at: support@asteriskguru.com - asterisKGuru.com © all rights reserved   |   *asterisk is registered trademark of © Digium™