Showing posts with label Elastix. Show all posts
Showing posts with label Elastix. Show all posts

Thursday, April 28, 2011

Static Route Add in Elastix

route add -net xxx.x.x.x.x netmask 255.x.x.x gw xxx.xxx.xx.x eth

Wednesday, April 27, 2011

Customizing Email Notification

You can be aggressive and change /etc/asterisk/vm_general.inc as well. ;
1st listed format gets emailed format=wav49|wav attach=yes pbxskip=yes
; Don't put [PBX]: in the subject line serveremail=vm@asterisk ; Who the e-mail notification should appear to come from fromstring=Voicemail System ;
Real name of email sender maxmessage=180 ;
max length of vm message minmessage=3 ;
Minimum length of a voicemail message in seconds maxsilence=5 ;
Wait for 5 silent seconds and end the voicemail silencethreshold=128 ;
What do we consider to be silence skipms=3000 ;
How many millisecs to skip forward/back when rew/ff in message ; playback review=yes ;
Allow sender to review/rerecord their message before saving it operator=yes ;
Allow caller to press 0 nextaftercmd=yes ;


JUST EDIT AT BOLD FONT

How to configure voicemail to email in Elastix

1)Define your system hostname
2)/etc/postfix/main.cf

edit

relayhost= your smtp name or IP
myorigin=your domain name


3) Add sys IP at your mail rely server
4) service postfix restart

How to add new NIC card on DVX8000 ( mixed feature with Trixbox and elastix )

Problem is

eth1 does not seem to be present,delaying initialization.

requires a kmod-e1000e package and a kmod-sk98lin package.

and Edit at rc.local file as

/sbin/modprobe youreth1drivername
/sbin/ifup eth1