MGCP Telefone

Moderatoren: rainer, Tim

Antworten
Benutzeravatar
carlo_58
Anfänger
Beiträge: 3
Registriert: Mo 11. Mär 2013, 10:04
Wohnort: Geisenheim/Rheingau

MGCP Telefone

Beitrag von carlo_58 »

Habe Swissvoice IP 15 in Betrieb !

wurden mal fuer so 3 Euro bei Pollin angeboten !

Sind fabrikneu und laufen sehr gut !

Sind ideal fuer schnelle Anbindungen auch ueber Embedded Asterisk auf Openwrt mit Asus 500 premium Router!

Config in der mgcp.conf

[general]
port = 2427
bindaddr = 0.0.0.0

.....

; swissvoice ip15
[10.0.0.69]
accountcode = 69 ; record this in cdr as account identification for billing
language = de
;amaflags = billing ; record this in cdr as flagged for 'billing',
; 'documentation', or 'omit'
context = home
host = 10.0.0.69
;wcardep = aaln/* ; enables wildcard endpoint and sets it to 'aaln/*'
; another common format is '*'
callerid = "swiss" <69> ; now lets setup line 1 using per endpoint configuration...
singlepath=yes
callwaiting=no
;callreturn = yes
cancallforward = yes
canreinvite = no
transfer = yes
nat=no
threewaycalling=yes
;dtmfmode = inband
line => aaln/1 ; now lets save this config to line1 aka aaln/1

in der extension.ael

// MGCPtln 60-69
//
_6X => &mgcp-tln(${EXTEN});

in der macro.ael2

macro mgcp-tln(tln) {Dial(MGCP/aaln/1@10.0.0.${tln},60,tTr);return;} // Achtung ip ist auch tln-nummer

Hoffe es nuetzt jemanden beim Einrichten!

carlo
Anlagen: Hicom 125,Hipath 4000, Hicom 3500,Hic118,Asterisk 10.x, Asterisk 1.8 on Openwrt
Phone: GXP 2000, MGCP IP 15,3cxPhone on Clientpc's and Motorola Milestone2,Linksys PAP2T
tiny USB ISDN TA,S0/S2(Pri/Bri),
Centos,Ubuntu,Openwrt,DDWrt etc.
Antworten