Setting VOIP - Grandstream- dengan asterisk (sebuah Documentasi)

9:57 AM / Diposting oleh Sharing IT / komentar (1)

Documentasi ini untuk teman2ku dan diriku sendiri kalo mau mensetting VOIP nya kantor :))
Terlebih dahulu kunjungi situs ini, kalo mau mempelajari ttg alat VOIP (ATA) merk Grandstream http://www.grandstream.com/ . Dan dengan type alat VOIP (ATA) yang di miliki kantor saya adalah Grandstream 386 dan 486 ==>http://www.voiplink.com/HandyTone_386_p/grstrmht386.htm dan http://www.grandstream.com/ht486.html . langkah awal setting nya.
1. Pasang telpon ke alat ATA dan tekan *** setalah itu tekan 02 untuk set ip pd alat ATA.
2. Masukkan ip ATA, misalnya 192.168.0.154 bearti inputnya via telp adalah 192168000154
3. Dengan demikian alat ATA sudah mempunyai IP untuk setting secara web ke alat tsb.
4. Setting via Web http://192.168.0.154, masukkan password admin,

5. Masuk ke menu fxs port1. dan set SIP server dan Outbond proxy sesuai IP server astrisk (VOIP server), SIP user ID dan Authenticate ID adalah extension dari VOIP ATA.

Sekarang set server nya, dimana memakai asterisk, yang perlu di liat 2 file ini: sip.conf dan exstensions.conf. berikut ini saya copy paste aja settingannya.
1. Untuk sip.conf
[6001]
;Tenshi
;ATA 386
context=sip
type=friend
regexten=6001
username=6001
secret=1234
callerid="6001" <6001>
host=dynamic
nat=no
canreinvite=no
tos=184
tos=0x18
disallow=all

2. Untuk extensions.conf
exten => 6001,1,Dial(SIP/6001,40)
exten => 6001,2,VoiceMail(6001@sip)
exten => 6001,3,PlayBack(vm-goodbye)
exten => 6001,4,HangUp()

udah itu aja... documentasi yang bisa saya berikan.

Label:

Daftar Repository Ubuntu 8.10 Intrepid Ibex

1:07 PM / Diposting oleh Sharing IT / komentar (0)

kambing.ui.edu (UI, Telkom, Indosat, OpenIXP, INHERENT)
deb http://kambing.ui.edu/ubuntu intrepid main restricted universe multiverse
deb http://kambing.ui.edu/ubuntu intrepid-updates main restricted universe multiverse
deb http://kambing.ui.edu/ubuntu intrepid-security main restricted universe multiverse
deb http://kambing.ui.edu/ubuntu intrepid-backports main restricted universe multiverse
deb http://kambing.ui.edu/ubuntu intrepid-proposed main restricted universe multiverse

www.foss-id.web.id (Telkom)
deb http://dl2.foss-id.web.id/ubuntu intrepid main restricted universe multiverse
deb http://dl2.foss-id.web.id/ubuntu intrepid-updates main restricted universe multiverse
deb http://dl2.foss-id.web.id/ubuntu intrepid-security main restricted universe multiverse
deb http://dl2.foss-id.web.id/ubuntu intrepid-backports main restricted universe multiverse
deb http://dl2.foss-id.web.id/ubuntu intrepid-proposed main restricted universe multiverse

mirror.its.ac.id (ITS, INHERENT)
deb http://mirror.its.ac.id/ubuntu intrepid main multiverse restricted universe
deb http://mirror.its.ac.id/ubuntu intrepid-security main multiverse restricted universe
deb http://mirror.its.ac.id/ubuntu intrepid-backports main multiverse restricted universe
deb http://mirror.its.ac.id/ubuntu intrepid-updates main multiverse restricted universe

komo.vlsm.org
deb http://komo.vlsm.org/ubuntu intrepid main restricted universe multiverse
deb http://komo.vlsm.org/ubuntu intrepid-updates main restricted universe multiverse
deb http://komo.vlsm.org/ubuntu intrepid-security main restricted universe multiverse
deb http://komo.vlsm.org/ubuntu intrepid-backports main restricted universe multiverse
deb http://komo.vlsm.org/ubuntu intrepid-proposed main restricted universe multiverse

ftp.itb.ac.id (ITB, INHERENT)
deb ftp://ftp.itb.ac.id/pub/ubuntu intrepid main restricted universe multiverse
deb ftp://ftp.itb.ac.id/pub/ubuntu intrepid-updates main restricted universe multiverse
deb ftp://ftp.itb.ac.id/pub/ubuntu intrepid-security main restricted universe multiverse
deb ftp://ftp.itb.ac.id/pub/ubuntu intrepid-backports main restricted universe multiverse
deb ftp://ftp.itb.ac.id/pub/ubuntu intrepid-proposed main restricted universe multiverse

Label:

Starting e-mail transport (loading +- 3 Menit pada Fedora 7.10)

11:11 AM / Diposting oleh Sharing IT / komentar (1)

Bila anda pernah install Fedora 7.10 dan mengalami proses start up yang lama sekitar 3 menit pada proses Starting e-mail transport, dimana pada proses itu juga ada proses starting send email dan starting sm-client, maka pengalaman anda sama dengan saya. Solusinya :
1. Edit file hosts pada directory etc :
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
192.168.0.94 TestSvrMIS (isikan IP server anda dan di ikuti nama servernya)
2. Eksekusi command di bawah ini
[root@TestSvrMIS etc]# chkconfig --list |grep sendmail
sendmail 0:off 1:off 2:on 3:on 4:on 5:on 6:off
Tampak runlevel 2,3,4,5 pada system service sedang aktif, supaya pada start awal service ini tidak di jalankan, maka runlevel pada system ini perlu di off kan, dengan cara :
[root@TestSvrMIS etc]# chkconfig sendmail off
[root@TestSvrMIS etc]# chkconfig --list |grep sendmail
sendmail 0:off 1:off 2:off 3:off 4:off 5:off 6:off

Sedikit informasi ttg chkconfig :
CHKCONFIG(8) CHKCONFIG(8)

NAME
chkconfig - updates and queries runlevel information for system services

SYNOPSIS
chkconfig --list [name]
chkconfig --add name
chkconfig --del name
chkconfig --override name
chkconfig [--level levels] name
chkconfig [--level levels] name

DESCRIPTION
chkconfig provides a simple command-line tool for maintaining the /etc/rc[0-6].d direc-
tory hierarchy by relieving system administrators of the task of directly manipulating
the numerous symbolic links in those directories.

This implementation of chkconfig was inspired by the chkconfig command present in the
IRIX operating system. Rather than maintaining configuration information outside of the
/etc/rc[0-6].d hierarchy, however, this version directly manages the symlinks in
/etc/rc[0-6].d. This leaves all of the configuration information regarding what services
init starts in a single location.

chkconfig has five distinct functions: adding new services for management, removing ser-
vices from management, listing the current startup information for services, changing
the startup information for services, and checking the startup state of a particular
service.

When chkconfig is run without any options, it displays usage information. If only a
service name is given, it checks to see if the service is configured to be started in
the current runlevel. If it is, chkconfig returns true; otherwise it returns false. The
--level option may be used to have chkconfig query an alternative runlevel rather than
the current one.

If one of on, off, reset, or resetpriorities is specified after the service name, chk-
config changes the startup information for the specified service. The on and off flags
cause the service to be started or stopped, respectively, in the runlevels being
changed. The reset flag resets the on/off state for all runlevels for the service to
whatever is specified in the init script in question, while the resetpriorities flag
resets the start/stop priorities for the service to whatever is specifed in the init
script.

By default, the on and off options affect only runlevels 2, 3, 4, and 5, while reset and
resetpriorities affects all of the runlevels. The --level option may be used to specify
which runlevels are affected.

Note that for every service, each runlevel has either a start script or a stop script.
When switching runlevels, init will not re-start an already-started service, and will
not re-stop a service that is not running.

chkconfig also can manage xinetd scripts via the means of xinetd.d configuration files.
Note that only the on, off, and --list commands are supported for xinetd.d services.
OPTIONS
--level levels
Specifies the run levels an operation should pertain to. It is given as a string
of numbers from 0 to 7. For example, --level 35 specifies runlevels 3 and 5.

--add name

This option adds a new service for management by chkconfig. When a new service
is added, chkconfig ensures that the service has either a start or a kill entry
in every runlevel. If any runlevel is missing such an entry, chkconfig creates
the appropriate entry as specified by the default values in the init script. Note
that default entries in LSB-delimited ’INIT INFO’ sections take precedence over
the default runlevels in the initscript.

--del name
The service is removed from chkconfig management, and any symbolic links in
/etc/rc[0-6].d which pertain to it are removed.

Note that future package installs for this service may run chkconfig --add, which
will re-add such links. To disable a service, run chkconfig name off.

--override name
If service name is configured exactly as it would be if the --add option had been
specified with no override file in /etc/chkconfig.d/name, and if /etc/chkcon-
fig.d/name now exists and is specified differently from the base initscript,
change the configuration for service name to follow the overrides instead of the
base configuration.

--list name
This option lists all of the services which chkconfig knows about, and whether
they are stopped or started in each runlevel. If name is specified, information
in only display about service name.


Ok .. sudah selesai...

Label: