Seite 1 von 1

MGCP Telefone

Verfasst: Mo 11. Mär 2013, 12:35
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