Archive for March, 2008

Asterisk Grandstream BudgeTone 100 Attended and Unattended Transfers

Tuesday, March 18th, 2008

An attended transfer is one where a user A recieves an external call, he wishes to transfer to user B, user A calls user B and confirms they are willing to take the call then if they confirm they transfer to user B if not they hang up.

An unattended (blind) transfer is one where user A recieves an external call, he wishes to transfer to user B, user A transfers to user B and hangs up. If user B is busy or doesnt answer the call goes to voicemail.

On Asterisk there is talk of using the features.conf file to specify a short code (e.g. *2) to perform a transfer, ive tested this and never been able to make it work, however I have managed to find a way it can be done by using the manual!

To perform an attended transfer:

1. Answer call.

2. Press the “FLASH” button, you will then hear a dial tone.

3. Dial the third party’s (phone you want to transfer to) number and press “SEND”

4. If the call is answered and the user wants the call press “TRANSFER” to complete the transfer.

4a. If the call is not answered pressing the “FLASH” button to resume the call.

To perform an unattended blind transfer.

1. Answer call.

2. Press the “TRANSFER” button, you will then hear a dial tone.

3. Dial the third party’s (phone you want to transfer to) number and press “SEND”

4. Hang up your phone.

Emergency Outgoing Queue clearance Exchange 2000/2003

Saturday, March 1st, 2008

I had some amusement when someone tried sending a 1MB email to 400 people and the server was set for direct delivery. It flattened out the ADSL and caused lots of problems, first job was to click the “disable outbound mail” button in the Exchange System Manager under queues. Then temporarily close port 25 on the firewall for inbound and outbound mail.

Then you can manually remove the mails from all the queues but that would take ages instead I used a program called aqadmcli.exe to clear it all out quickly from the CLI.

All sent by mailshot@mydomain.co.uk
Stopped port 25 inbound and outbound on the Firewall.

Run aqadmcli.exe from a command line with the following syntax to delete all messages from all queues:
setserver “myservername”
delmsg flags=all

Or you can:

Run aqadmcli.exe from a command line with the following syntax to delete all messages from a specific sender address:

setserver “myservername”
delmsg flags=sender,sender=mailshot@mydomain.co.uk

You can download aqadmcli.exe from:
ftp://ftp.microsoft.com/pss/Tools/Exchange%20Support%20Tools/Aqadmcli/aqadmcli.exe