Difference between revisions of "Implementasi ENUM Server"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
Onnowpurbo (talk | contribs)  | 
				Onnowpurbo (talk | contribs)   | 
				||
| Line 17: | Line 17: | ||
  +6255566666602	  2.0.6.6.6.6.6.6.5.5.5.2.6.e164.id   2002@warnet.co.id  |   +6255566666602	  2.0.6.6.6.6.6.6.5.5.5.2.6.e164.id   2002@warnet.co.id  | ||
  +6255566666687	  7.8.6.6.6.6.6.6.5.5.5.2.6.e164.id   8007@warnet.co.id    |   +6255566666687	  7.8.6.6.6.6.6.6.5.5.5.2.6.e164.id   8007@warnet.co.id    | ||
| + | |||
| + | Proses Mapping dilakukan dua (2) tahap  | ||
| + | |||
| + | * Nomor PSTN --> ENUM           - oleh Asterisk (Softswitch)  | ||
| + | * ENUM       --> SIP Account    - oleh BIND ([[DNS Server]])  | ||
| + | * SIP Account -> Realisasi Call - oleh Asterisk (Softswitch)  | ||
| + | |||
| + | |||
| + | |||
Revision as of 12:03, 4 March 2008
ENUM secara sederhana adalah penggunaan Nomor Telepon di Internet. Untuk mengerti ENUM ada baiknya membaca tentang Konsep ENUM yang pada dasarnya berbasis pada Domain Name System (DNS).
Implementasi ENUM sangat sederhana sekali,
- Instalasi BIND DNS Server
 - Edit file database BIND menggunakan pointer NAPTR untuk ENUM
 
Logika Sederhan ENUM
ENUM hanya melakukan pemetaan (mapping) yang berisi tabel, misalnya,
Nomor PSTN ENUM SIP account +6255566666600 0.0.6.6.6.6.6.6.5.5.5.2.6.e164.id 2000@warnet.co.id +6255566666601 1.0.6.6.6.6.6.6.5.5.5.2.6.e164.id 2001@warnet.co.id +6255566666602 2.0.6.6.6.6.6.6.5.5.5.2.6.e164.id 2002@warnet.co.id +6255566666687 7.8.6.6.6.6.6.6.5.5.5.2.6.e164.id 8007@warnet.co.id
Proses Mapping dilakukan dua (2) tahap
- Nomor PSTN --> ENUM - oleh Asterisk (Softswitch)
 - ENUM --> SIP Account - oleh BIND (DNS Server)
 - SIP Account -> Realisasi Call - oleh Asterisk (Softswitch)