userc.xml 661 B

123456789101112131415161718192021
  1. <include>
  2. <user id="userc">
  3. <!-- Outbound Registrations Related to this user -->
  4. <gateways>
  5. </gateways>
  6. <params>
  7. <!-- omit password for authless registration -->
  8. <param name="password" value="1"/>
  9. </params>
  10. <variables>
  11. <!--all variables here will be set on all inbound calls that originate from this user -->
  12. <variable name="user_context" value="public"/>
  13. <variable name="effective_caller_id_name" value="User C"/>
  14. <variable name="effective_caller_id_number" value="8006492568"/>
  15. </variables>
  16. <vcard>
  17. <!-- insert optional compliant vcard xml here-->
  18. </vcard>
  19. </user>
  20. </include>