Added missing documentation for some MGCP engine parameters.

git-svn-id: http://voip.null.ro/svn/yate@4389 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2011-05-18 09:36:35 +00:00
parent b7d77b0db0
commit 56c8a94f08
2 changed files with 26 additions and 0 deletions

View File

@ -27,12 +27,25 @@
; port: int: UDP port to bind, set to zero to use default MGCP CA port (2727)
;port=
; Maximum received packet size, 1500 to 65528, default 1500
;max_recv_packet=1500
; buffer: int: Requested size of socket's receive buffer, 0 for system default
; Minimum value is 4096
;buffer=0
; request_ack: bool: Request an Acknowledge of the transactions
;request_ack=yes
; send_provisional: bool: Send 1xx provisional answers to the requests
;send_provisional=yes
; retrans_interval: int: Message retransmission interval in msec
;retrans_interval=250
; retrans_count: int: Maximum number of retransmissions
;retrans_count=3
[endpoint]
; Settings for the local endpoint

View File

@ -21,12 +21,25 @@
; port: int: UDP port to bind, set to zero to use default MGCP GW port (2427)
;port=
; Maximum received packet size, 1500 to 65528, default 1500
;max_recv_packet=1500
; buffer: int: Requested size of socket's receive buffer, 0 for system default
; Minimum value is 4096
;buffer=0
; request_ack: bool: Request an Acknowledge of the transactions
;request_ack=yes
; send_provisional: bool: Send 1xx provisional answers to the requests
;send_provisional=yes
; retrans_interval: int: Message retransmission interval in msec
;retrans_interval=250
; retrans_count: int: Maximum number of retransmissions
;retrans_count=3
;[ep PUT_NAME_HERE]
; One ep ... section is required for each of our endpoints