[Home]

Summary:ASTERISK-00484: [patch] Add more useful info to mgcp.conf sample
Reporter:philipp (philipp)Labels:
Date Opened:2003-11-05 14:47:28.000-0600Date Closed:2008-01-15 14:38:02.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Documentation
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) mgcp-conf-info.txt
Description:Add this as 2nd sample section below the [dlinkgw] part:

; known to work with Swissvoice IP10s
;[192.168.1.20]
;threewaycalling=yes
;transfer=yes
;callwaiting=yes
;callwaitingcallerid=yes
;host=192.168.1.20
;context=local
;nat=no
;callgroup=0
;cancallforward=yes
;disallow=all
;allow=g711
;allow=alaw
;callerid = John Doe <123>
;line => aaln/1
;;dtmf=inband


****** ADDITIONAL INFORMATION ******

It'd be great if, in addition to the above, someone could add more (short) documentation on nat=yes for MGCP devices (does that really work, i.e. can also MGCP clients be placed behind NAT?), but also on cancallforward=, transfer=, callwaiting= and callwaitingcallerid=
Comments:By: Brian West (bkw918) 2003-11-19 19:22:38.000-0600

please attach diff if you can.

By: philipp2 (philipp2) 2003-11-20 03:24:23.000-0600

diff: Don't know how to accomplish that, never did that. Any short instructions?

Secondly I have a slightly corrected text:

Add this as 2nd sample section below the [dlinkgw] part:

;; The MGCP channel supports the following service codes:
;; # - Transfer
;; *67 - Calling Number Delivery Blocking
;; *70 - Cancel Call Waiting
;; *72 - Call Forwarding Activation
;; *73 - Call Forwarding Deactivation
;; *78 - Do Not Disturb Activation
;; *79 - Do Not Disturb Deactivation
;; *8 - Call pick-up
;
; known to work with Swissvoice IP10s
;[192.168.1.20]
;context=local
;host=192.168.1.20
;callerid = "John Doe" <123>
;callgroup=0
;pickupgroup=0
;nat=no
;threewaycalling=yes
;transfer=yes     ; transfer requires threewaycalling=yes. Use FLASH to transfer
;callwaiting=yes  ; this might be a cause of trouble for ip10s
;cancallforward=yes
;line => aaln/1
;

By: Brian West (bkw918) 2003-11-20 06:35:25.000-0600

Please attach a diff or a file.

By: philipp2 (philipp2) 2003-11-20 07:01:55.000-0600

there u go

By: Brian West (bkw918) 2003-11-20 23:33:23.000-0600

Added to CVS

By: Digium Subversion (svnbot) 2008-01-15 14:38:02.000-0600

Repository: asterisk
Revision: 1774

U   trunk/configs/mgcp.conf.sample

------------------------------------------------------------------------
r1774 | markster | 2008-01-15 14:38:01 -0600 (Tue, 15 Jan 2008) | 2 lines

More informative mgcp.conf (Bug ASTERISK-484)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=1774