How to interconnect Portech MV-372 with Avaya Ip Office 500

I will show the configuration items to use the Gateway GSM/SIP Portech MV-372 with a PBX Avaya Ip Office 500 using a Sip Trunk.
Portech MV-372
Route -> Mobile To LAN
Create a route with:
Item: 0
CID: *
URL: <Ip Address of Avaya Ip Office>

Route -> LAN to Mobile
Create a route with:
Item: 0
URL: <Ip Address of Avaya Ip Office>
CALL NUM: #


Continue reading

Removing duplicate messages in Evolution 3.2.0

This morning I have re-installed Ubuntu in my laptop (Ubuntu 11.10): when I have installed the last version of evolution, version 3.2.0, in the restore process of all my mail saved from my old Ubuntu installation I have found a lot of duplicate messages. I do not know why, and I didn’t have time to investigated.
How it is possible remove these messages ?
Att.: Evolution 3.2.0 have changed the format of email-store: from Mbox (only 1 file for all the email) to Maildir (1 file for every email).
From this change the idea: using a tool that remove duplicate files in the path where all mails are saved (in my case ~/.local/share/evolution/mail/local/cur).
I turned off evolution, and I used the tool fdupes

fdupes -d -N ~/.local/share/evolution/mail/local/cur

After the restart evolution used 5 minutes for check the integrity of InBox folder, but at the end all the duplicate emails have disappeared !
Update: Now I have found in Evolution 3.2.0 a new feature: “Remove Duplicate Messages”. Edit -> Select All Messages -> Message -> Remove Duplicate Messages

How to burn ISO disc images from Mac OS X 10.6

1) Insert a blank disc or even a RW-Disk
2) Start Disk Utility (Applications -> Utility)
3) From the File menu, choose Open Disk Image and select the ISO to be burned.
4) In the list of volumes, you will now see an item representing the ISO file. Select it and click the Burn button (on the top ovf the form) and follow the instructions.