Skip to content
Snippets Groups Projects
Commit e786eae3 authored by Mark Spencer's avatar Mark Spencer
Browse files

Fix MGCP endpoint (#2182)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3542 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent a322c6f4
Branches
Tags
No related merge requests found
...@@ -54,18 +54,18 @@ ...@@ -54,18 +54,18 @@
;context=local ;context=local
;host=192.168.1.20 ;host=192.168.1.20
;nat=no ;nat=no
;line => aaln/* ; Supports the pulse-interval feature (heartbeat) ;wcardep=aaln/* ; enables wildcard endpoint and sets it to 'aaln/*' another common format is '*'
;callerid = "Duane Cox" <123> ;callerid = "Duane Cox" <123>
;callwaiting=no ;callwaiting=no
;transfer=no ;transfer=no
;cancallforward=no ;cancallforward=no
;canreinvite=no ;canreinvite=no
;dtmfmode=inband ; DTMF mode must be set to inband. ;dtmfmode=inband
;line => aaln/1 ;line => aaln/1
;callerid = "Duane Cox" <456> ;callerid = "Duane Cox" <456>
;callwaiting=no ;callwaiting=no
;transfer=no ;transfer=no
;cancallforward=no ;cancallforward=no
;canreinvite=no ;canreinvite=no
;dtmfmode=inband ; DTMF mode must be set to inband. ;dtmfmode=inband
;line => aaln/2 ;line => aaln/2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment