Howto:IP1200 with Asterisk: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
New page: Connecting IP1200 when running the SIP Protocol on the Asterisk IP PBX ==Applies To== This information applies to * IP1200 * IP50 * IP52 * IP54 Build V6 sr1 hoftfix2 and later ==More...
 
mNo edit summary
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Template:3rd Party Input}}
Connecting IP1200 when running the SIP Protocol on the Asterisk IP PBX
Connecting IP1200 when running the SIP Protocol on the Asterisk IP PBX


Line 11: Line 12:


Build V6 sr1 hoftfix2 and later
Build V6 sr1 hoftfix2 and later
* Asterisk Version 1.2.11




Line 21: Line 24:


Configuration on the IP1200
Configuration on the IP1200
configuration/Dect/System
[[image:Howto-IP1200_with_Astersik_1.PNG]]
configuration/Dect/Master
[[image:Howto-IP1200_with_Astersik_2_1.PNG]]
configuration/Dect/Radio
depends if you have single cell or multicell soloution
here the config file:


  config change GW-DECT /name DECT
  config change GW-DECT /name DECT
Line 27: Line 45:
  config change GW-DECT RADIO /master 127.0.0.1 /radio-id 1  
  config change GW-DECT RADIO /master 127.0.0.1 /radio-id 1  


add the Dect users (Decdt Phones) in the IP1200  administration/dect/users/new
add the Dect users (Dect Phones) in the IP1200  administration/dect/users/new


===Configuration Astersik ===
[[image:Howto-IP1200_with_Astersik3_.PNG]]
 
===Configuration Asterisk ===


  SIP.conf:
  SIP.conf:
Line 50: Line 70:
  Extensions.conf:
  Extensions.conf:
  exten => 4000,1,Dial(SIP/4000,180,Ttm)
  exten => 4000,1,Dial(SIP/4000,180,Ttm)


==Functions==
==Functions==


This Feeatures should work in combination with Astersik and Ip1200 with innovaphoen Dect handsets (IP50,IP52,IP54)
This features should work in combination with Astersik and IP1200 with innovaphone Dect handsets (IP50,IP52,IP54)


- Call Hold
- Call Hold
- Call Transfer
- Call Transfer
- CLIP
- CLIP
- Call Forward
- Call Forward
- Call Waiting
- Call Waiting
- Music on Hold
- Music on Hold
- Group Pick-up
- Group Pick-up
- Group Call
- Group Call
- Record-route handling
- Record-route handling
- Authentication
- Authentication
- DTMF
- DTMF



Latest revision as of 10:28, 23 July 2007

3rd party input
this is 3rd party content not provided by innovaphone, see history for authors.

Connecting IP1200 when running the SIP Protocol on the Asterisk IP PBX

Applies To

This information applies to

  • IP1200
  • IP50
  • IP52
  • IP54

Build V6 sr1 hoftfix2 and later

  • Asterisk Version 1.2.11


More Information

Connecting IP1200 when running the SIP Protocol on the Asterisk IP PBX


Configuration IP1200

Configuration on the IP1200

configuration/Dect/System

configuration/Dect/Master


configuration/Dect/Radio

depends if you have single cell or multicell soloution


here the config file:

config change GW-DECT /name DECT
config change GW-DECT MASTER /mode ACTIVE /gk Ipadress of the asterisk /prot SIP
config change GW-DECT DISPLAY
config change GW-DECT RADIO /master 127.0.0.1 /radio-id 1 

add the Dect users (Dect Phones) in the IP1200 administration/dect/users/new

Configuration Asterisk

SIP.conf:
[4000] 
mailbox=4000 
type=friend 
host=dynamic 
dtmfmode=rfc2833
username=4000 
regexten=4000 
disallow=all 
allow=ulaw 
allow=alaw 
allow=g729 
qualify=yes 
canreinvite=yes 
callerid:"Jacob"<4000>
secret=1234 
Extensions.conf:
exten => 4000,1,Dial(SIP/4000,180,Ttm)

Functions

This features should work in combination with Astersik and IP1200 with innovaphone Dect handsets (IP50,IP52,IP54)

- Call Hold

- Call Transfer

- CLIP

- Call Forward

- Call Waiting

- Music on Hold

- Group Pick-up

- Group Call

- Record-route handling

- Authentication

- DTMF