Config directory.xml

From FreeSWITCH Wiki

Jump to: navigation, search
<include>
  <user id="1000" mailbox="1000">
    <params>
      <param name="password" value="1234"/>
      <param name="vm-password" value="1000"/>
    </params>
    <variables>
      <variable name="accountcode" value="1000"/>
      <variable name="user_context" value="default"/>
      <variable name="effective_caller_id_name" value="Extension 1000"/>
      <variable name="effective_caller_id_number" value="1000"/>
    </variables>
  </user>
</include>

Note for interworking FXO endpoints w/ CallerID feature:

1) Comment out the line containing "effective_caller_id_number" so that the FXO can set this variable.

2) You may set "effective_caller_id_name" variable to "Outside caller" or "Incoming PSTN call".


See Also: Default Configuration

Personal tools

Community
Support FreeSWITCH