diff --git a/conf.d/mgcpca.conf.sample b/conf.d/mgcpca.conf.sample index b7951cc0..2ac46903 100644 --- a/conf.d/mgcpca.conf.sample +++ b/conf.d/mgcpca.conf.sample @@ -14,9 +14,15 @@ ; address: ipaddress: Local IP address to bind to, default all interfaces ;address=0.0.0.0 -; UDP port to bind, set to zero to use default MGCP CA port (2727) +; port: int: UDP port to bind, set to zero to use default MGCP CA port (2727) ;port= +; 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 + [endpoint] ; Settings for the local endpoint @@ -31,8 +37,9 @@ ;port= -[gw PUT_NAME_HERE] -; One fw ... section is required for each gateway we control +;[gw PUT_NAME_HERE] +; One gw ... section is required for each gateway we control +; The gateway name is a string that can be referenced from other modules ; user: string: Remote MGCP resource name ;user= diff --git a/conf.d/mgcpgw.conf.sample b/conf.d/mgcpgw.conf.sample index 11e1c197..22df0285 100644 --- a/conf.d/mgcpgw.conf.sample +++ b/conf.d/mgcpgw.conf.sample @@ -14,13 +14,20 @@ ; address: ipaddress: Local IP address to bind to, default all interfaces ;address=0.0.0.0 -; UDP port to bind, set to zero to use default MGCP GW port (2427) +; port: int: UDP port to bind, set to zero to use default MGCP GW port (2427) ;port= +; request_ack: bool: Request an Acknowledge of the transactions +;request_ack=yes -[ep PUT_NAME_HERE] +; send_provisional: bool: Send 1xx provisional answers to the requests +;send_provisional=yes + + +;[ep PUT_NAME_HERE] ; One ep ... section is required for each of our endpoints ; Each endpoint can be associated with at most one Call Agent +; The endpoint name is a string that can be referenced from other modules ; local_user: string: The user part of the local endpoint, default endpoint name ;local_user=