Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2015
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. <configInfo name="res_pjsip_endpoint_identifier_ip" language="en_US">
  2. <synopsis>Module that identifies endpoints via source IP address</synopsis>
  3. <configFile name="pjsip.conf">
  4. <configObject name="identify">
  5. <synopsis>Identifies endpoints via source IP address</synopsis>
  6. <configOption name="endpoint">
  7. <synopsis>Name of Endpoint</synopsis>
  8. </configOption>
  9. <configOption name="match">
  10. <synopsis>IP addresses or networks to match against</synopsis>
  11. <description><para>
  12. The value is a comma-delimited list of IP addresses. IP addresses may
  13. have a subnet mask appended. The subnet mask may be written in either
  14. CIDR or dot-decimal notation. Separate the IP address and subnet
  15. mask with a slash ('/')
  16. </para></description>
  17. </configOption>
  18. <configOption name="type">
  19. <synopsis>Must be of type 'identify'.</synopsis>
  20. </configOption>
  21. </configObject>
  22. </configFile>
  23. </configInfo>
  24.  
  25. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  26.  
  27. [root@centrex5 asterisk-13.4.0]# asterisk -r
  28. Asterisk 13.4.0, Copyright (C) 1999 - 2014, Digium, Inc. and others.
  29. Created by Mark Spencer <markster@digium.com>
  30. Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
  31. This is free software, with components licensed under the GNU General Public
  32. License version 2 and other licenses; you are welcome to redistribute it under
  33. certain conditions. Type 'core show license' for details.
  34. =========================================================================
  35. Running as user 'asterisk'
  36. Running under group 'asterisk'
  37. Connected to Asterisk 13.4.0 currently running on centrex5 (pid = 3491)
  38. Core debug is still 10.
  39. centrex5*CLI> module load res_pjsip_endpoint_identifier_ip
  40. Unable to load module res_pjsip_endpoint_identifier_ip
  41. Command 'module load res_pjsip_endpoint_identifier_ip' failed.
  42. == Parsing '/etc/asterisk/sorcery.conf': Found
  43. centrex5*CLI>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement