2 number initiation, 3 creating ip extensions and extension category, 4 user configuration to forward to voice mail – AASTRA MX-ONE V4 with Exchange 2010 Quick Setup Guide User Manual

Page 9

Advertising
background image

Quick Setup Guide

Doc. No.

ASE/MXO/PLM/ 0141/ EN Rev.C Date: 01.12.2011

9/34

sip_route -set -route 55 -accept REMOTE_IP -match 192.168.222.97

Note that –accept REMOTE_IP will match the IP address send in the IPv4 source IP header.

3.2.1.2 Number Initiation

The Voice Mail and the Auto Attendant numbers need to be initiated. In this example, the
service number 55555 is used for Voice Mail and service number 55559 is used for Auto
Attendant.

number_initiate -numbertype EX -number 55555

number_initiate -numbertype EX -number 55559

3.2.1.3 Creating IP extensions and extension category

As Voice Mail in MX-ONE is a special purpose extension, the service numbers are configured

as extensions in MX-ONE. We choose “remote extension over sip route” as sip route allows to

filter codecs and have “forced gateway” for improved interoperability (which is not dependent on

certain SIP terminal capability).

extension_profile -i --csp 2 --ext-serv 2101021000013000000 --ext-traf 0103151515 --ext-
cdiv 111000001110 --ext-roc 222201--ext-npres 001100

extension -i -d 55555 --csp 2 -l 1

extension -i -d 55559 --csp 2 -l 1

When the following extensions are called from MX-ONE users, the call will be setup on route 55

that is the route to Exchange Server.

Voice Mail extension 55555

ip_extension -i -d 55555 --terminal-identity "sip:[email protected]" --uri
"ROU:55;remote-number=55555"

Auto attendant extension 55559

ip_extension -i -d 55559 --terminal-identity "sip: [email protected]" --uri
"ROU:55;remote-number=55559"

3.2.1.4 User configuration to forward to Voice Mail

Any third party terminal registered in MX-ONE may subscribe on Message Waiting Indicator

(MWI) according to RFC 3842.

The commands below enable a user to forward calls to Exchange Server voice mail.

The example shows how calls will be forwarded to Exchange 2010 UM Voice Mail number 55555 if a

call is made to extension 21167 on no answer:

call_list -i -d 21167 --dest-number 21167 --position 1 --busy-position 2

Advertising