VoIP, video et logiciels libres Donnez de la liberte a vos communications

20Apr/110

[Tutoriel] Astcallback Lite sur IP0x

1 - Principe d'Astcallback

AstCallBack est une solution unique pour téléphone mobile se basant sur le système de téléphonie open-source Asterisk.

Grâce à AstCallBack, il devient possible de réduire vos factures de téléphonie mobile. Le principe consiste à utiliser la fonctionnalité de rappel de votre PABX Asterisk: vous choisissez une personne à appeler, votre PABX vous rappelle puis appelle votre destinataire et il vous mets en relation.

20Apr/112

[Tutoriel] Installer un trunk SIP entre deux asterisk

1 - Qu'est-ce qu'un trunk SIP ?

Un trunk SIP est une connexion SIP faite entre 2 serveurs SIP pour faire passer des appels. On veut que cette connexion permette à des téléphones d'un serveur A d'appeler des téléphones d'un serveur B. Dans cet article, nous allons expliquer pas à pas comment configurer un trunk SIP entre 2 serveurs Asterisk.

16Apr/110

(English) SMS support improved

Désolé, cet article est seulement disponible en English.

14Apr/110

(English) IP02/IP04/IP08 firmware update – uImage-ip02-ip08-v383M.img

Désolé, cet article est seulement disponible en English.

11Apr/110

[Tutoriel] Module “Annulateur d’Echo”

1 - Principle of echo cancellation

Echo cancellation is the proceed to remove the echo of the voice broadcasting so as to improve the quality of the call. The echo cancellation is often needed because the compression techniques of voice and packet processing delays generate a resonance. Echo cancellation does not only improve call quality but it also reduces bandwidth usage due to its suppression technique of silence.

2 - Echo cancellation setting

    1. Open the case carefully.
    2. Meticulously put the card into the right location and press evenly.

Right location of the card

    1. Close the box.
    2. Connect the PBX to the sector and to the computer with a RJ45 cable and switch it on.
    3. Enter the PBX IP in your web browser (Default : 192.168.1.100 Make sure that you are in the same subnet. For instance :192.168.1.2)
    4. Type your login and password (Defaut admin and switchfin)

Login page

    1. Go to System Setup > Configure Hardware
    2. Check for column Echo Cancellation in the table because by default, the module is active on all compatibles ports. Do the following steps only in the case that the card would not be activated by itself.

Presence of echo cancellation confirmed

  1. The card was not activated. You must now sign on the Linux machine. For this, use a program like Putty
    (http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html)
    Or SecureCRT
    (http://www.vandyke.com/products/securecrt/index.html)
    This way, you can go directly to your PBX Linux and use advanced options by entering its IP.
    The user of SSH is root, and the password is uClinux (The password is not displayed and is case-sensitive).
  2. Type :
    vi /etc/asterisk/misdn.conf
  3. Go to the line containing the variable :
    echocancel = 0
  4. Change the 0 in 64, save and exit.
  5. Restart the PBX. Now the card should be active. If this is not the case or if you encounter other problems, please, fell free to bother us and put a comment.

3 - Enable/Disable the module from the GUI

    1. To turn on or off the module on specific ports, you must connect to the GUI (Repeat steps 2.4 to 2.8)
    2. Click on the Edit button corresponding to the desired ports.

Location of the Edit button

    1. To enable or disable echo cancellation on a port, just check or uncheck the box in front of the port.

Echo cancellation screen


11Apr/110

(English) uImage-br4-v424M.img update for the BR4Appliance

Désolé, cet article est seulement disponible en English.

25Mar/110

(English) Switchvoice about to start with new home automation line of products

Désolé, cet article est seulement disponible en English.

19Nov/100

Firmware nouveau pour PR1 et carte memoire en prime

Un nouveau firmware (uImage-pr1-v401.img) pour PR1 Appliance est disponible.

Le support de la carte mémoire SD a été amélioré.
Comme un extra de cette grande nouvelle pour nos clients, tout les  PR1-Appliance livrés le seront avec une carte SD de 2GB (ou plus selon arrivage)

15Nov/100

(English) PR1 Appliance – firmware update

Désolé, cet article est seulement disponible en English.

18Oct/100

(English) ZigBee extension to the IP0x PBX series (coming soon)

Désolé, cet article est seulement disponible en English.

7Sep/100

Securite selon Switchvoice

Nous avons déjà publié quelques informations pour se protéger avec Asterisk. Voici un communiqué de Switchvoice qui reprend les même bases.

Les anglophobes s'abstiendront...

******

Recently few clients reported that their PBXs have been hacked.

In case any of you were wondering why there has been a fairly notable upswing in the attacks happening on SIP endpoints,
the answer is “script kiddies.”  In the last few months, a number of new tools have made it easy for knuckle-draggers to attack
and defraud SIP endpoints including Asterisk-based systems as the one Switchvoice manufacture.
There are easily-available tools that scan networks looking for SIP hosts, and then scan hosts looking for valid extensions,
and then scan valid extensions looking for passwords.

There are few simple things you may do to increase the security of your PBXs.

  1. Put your PBX behind router/firewall and open given port only if necessary.
  2. Use not trivial SIP/IAX user names and long difficult passwords. Never use user name and password being the same.
  3. Use the “permit=” and “deny=” lines in sip.conf to only allow a reasonable subset of IP addresses to reach each listed extension/user in your sip.conf file.
    As general practice always do this in case you need to connect to your PBX from outside of your local network and
    therefore you need to open SIP port 5060 on your router.
    This last option we plan to put in the GUI with the next release.
  4. You may consider changing the SSH password of your PBXs being more complex.

Please pay attention before you get hacked.
After all VOIP is to make the communication easier, more convenient and cheap.

3Sep/100

(English) IP01/IP01p major release

Désolé, cet article est seulement disponible en English.

30Aug/100

(English) IP01 major release

Désolé, cet article est seulement disponible en English.

21Jul/100

(English) PBX customizable free of charge

Désolé, cet article est seulement disponible en English.

15Jul/100

Les logs d’OpenSIPS dans un fichier dedie

OpenSIPS utilise syslog pour écrire son journal et, par défaut, ces messages de log se trouvent dans /var/log/syslog (ou /var/log/messages) parmis les logs d'autres applications. Cela rend le débogage plus difficile. Cependant, il est possible d'écrire les logs d'OpenSIPS dans un fichier dédié. Il suffit de suivre les étapes suivants:

- Dans opensips.conf, mettez log_facility à LOG_LOCAL1:
log_facility=LOG_LOCAL1

- Si votre système utilise syslog, éditez /etc/syslog.conf pour mettre la ligne suivantes:
local1.*  /var/log/local1.log

Lancer en suite cette commande:
/etc/init.d/syslog reload

- Si votre système utilise syslog-ng, éditez /etc/syslog-ng/syslog-ng.conf:

Dans la partie "#Destination", ajouter cette ligne:

destination df_local1 { file("/var/log/local1.log"); };

Dans la partie "#Filters", ajoutez cette ligne:

filter f_local1 { facility(local1); };

Dans la partie "#logs", ajoutez:

log {
source(s_all);
filter(f_local1);
destination(df_local1);
};

Lacez cette commande une fois les modifications sont faites:

/etc/init.d/syslog-ng reload

5Jun/100

Image version 17 pour IP0x

Une nouvelle image logicielles (uImage-ip02-ip08-ui2.17.img) est disponible pour les systèmes Asterisk embarqués IP02/IP04/IP08.

Dans cette version , le serveur DHCP Server est ajouté en option. Par défaut, il est débraillé. Pour le mettre en place, il vous suffit d'exécuter la ligne de commande:

/etc/init.d/dhcpd enable

Dans la prochaine version, la configuration du serveur DHCP sera intégrée dans la GUI.

11May/100

(English) Switchfin new open source telephony uClinux/Asterisk based distribution


10May/100

(English) GSM1 revised so it fits in IP01/IP02/IP08

Désolé, cet article est seulement disponible en English.

12Oct/090

Quel est le mot de passe par default d’AsteriskNow ?

Cette question est très souvent posée après l'installation d'AsteriskNow.  La réponse est assez simple. Vous pouvez tenter cette combinaison:

Username: mark

Password: mysecret

Si cela ne fonctionne pas, vous pouvez voir le mot de passe en lisant le fichier /etc/asterisk/manager.conf