2 ; MGCP Configuration for Asterisk
8 ; See doc/qos.tex for a description of the tos parameters.
11 ;------------------------------ JITTER BUFFER CONFIGURATION --------------------------
12 ; jbenable = yes ; Enables the use of a jitterbuffer on the receiving side of a
13 ; MGCP channel. Defaults to "no". An enabled jitterbuffer will
14 ; be used only if the sending side can create and the receiving
15 ; side can not accept jitter. The MGCP channel can accept jitter,
16 ; thus an enabled jitterbuffer on the receive MGCP side will only
17 ; be used if the sending side can create jitter and jbforce is
20 ; jbforce = no ; Forces the use of a jitterbuffer on the receive side of a MGCP
21 ; channel. Defaults to "no".
23 ; jbmaxsize = 200 ; Max length of the jitterbuffer in milliseconds.
25 ; jbresyncthreshold = 1000 ; Jump in the frame timestamps over which the jitterbuffer is
26 ; resynchronized. Useful to improve the quality of the voice, with
27 ; big jumps in/broken timestamps, usually sent from exotic devices
28 ; and programs. Defaults to 1000.
30 ; jbimpl = fixed ; Jitterbuffer implementation, used on the receiving side of a MGCP
31 ; channel. Two implementations are currently available - "fixed"
32 ; (with size always equals to jbmax-size) and "adaptive" (with
33 ; variable size, actually the new jb of IAX2). Defaults to fixed.
35 ; jblog = no ; Enables jitterbuffer frame logging. Defaults to "no".
36 ;-----------------------------------------------------------------------------------
45 ;; The MGCP channel supports the following service codes:
47 ;; *67 - Calling Number Delivery Blocking
48 ;; *70 - Cancel Call Waiting
49 ;; *72 - Call Forwarding Activation
50 ;; *73 - Call Forwarding Deactivation
51 ;; *78 - Do Not Disturb Activation
52 ;; *79 - Do Not Disturb Deactivation
55 ; known to work with Swissvoice IP10s
59 ;callerid = "John Doe" <123>
60 ;callgroup=0 ; in the range from 0 to 63
61 ;pickupgroup=0 ; in the range from 0 to 63
64 ;transfer=yes ; transfer requires threewaycalling=yes. Use FLASH to transfer
65 ;callwaiting=yes ; this might be a cause of trouble for ip10s
72 ; Supporting the DPH100M requires defining DLINK_BUGGY_FIRMWARE in
73 ; chan_mgcp.c in addition to enabling the slowsequence mode due to
74 ; bugs in the D-Link firmware
78 ;dtmfmode=none ; DTMF Mode can be 'none', 'rfc2833', or 'inband' or
79 ; 'hybrid' which starts in none and moves to inband. Default is none.
80 ;slowsequence=yes ; The DPH100M does not follow MGCP standards for sequencing
83 ; known to work with wave7optics FTTH LMGs
85 ;accountcode = 1000 ; record this in cdr as account identification for billing
86 ;amaflags = billing ; record this in cdr as flagged for 'billing',
87 ; 'documentation', or 'omit'
90 ;wcardep = aaln/* ; enables wildcard endpoint and sets it to 'aaln/*'
91 ; another common format is '*'
92 ;callerid = "Duane Cox" <123> ; now lets setup line 1 using per endpoint configuration...
99 ;line => aaln/1 ; now lets save this config to line1 aka aaln/1
100 ;callerid = "Duane Cox" <456> ; now lets setup line 2
103 ;cancallforward = yes
107 ;line => aaln/2 ; now lets save this config to line2 aka aaln/2