Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.33 KB | None | 0 0
  1. hshadmin@sergeant:~$ ssh root@192.168.100.1
  2. root@192.168.100.1's password:
  3. Last login: Mon Oct 3 12:49:30 2016 from 192.168.1.13
  4.  
  5. _____ ____ ______ __
  6. | ___| __ ___ ___| _ \| __ ) \/ /
  7. | |_ | '__/ _ \/ _ \ |_) | _ \\ /
  8. | _|| | | __/ __/ __/| |_) / \
  9. |_| |_| \___|\___|_| |____/_/\_\
  10.  
  11. NOTICE! You have 4 notifications! Please log into the UI to see them!
  12.  
  13. Current Network Configuration
  14. +-----------+-------------------+--------------------------+
  15. | Interface | MAC Address | IP Addresses |
  16. +-----------+-------------------+--------------------------+
  17. | eth0 | 00:90:27:19:26:0C | 192.168.100.1 |
  18. | | | fe80::290:27ff:fe19:260c |
  19. +-----------+-------------------+--------------------------+
  20.  
  21. Please note most tasks should be handled through the GUI.
  22. You can access the GUI by typing one of the above IPs in to your web browser.
  23. For support please visit:
  24. http://www.freepbx.org/support-and-professional-services
  25.  
  26. [root@pbx ~]# asterisk -rvvvv
  27. Asterisk 13.11.2, Copyright (C) 1999 - 2014, Digium, Inc. and others.
  28. Created by Mark Spencer <markster@digium.com>
  29. Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
  30. This is free software, with components licensed under the GNU General Public
  31. License version 2 and other licenses; you are welcome to redistribute it under
  32. certain conditions. Type 'core show license' for details.
  33. =========================================================================
  34. Connected to Asterisk 13.11.2 currently running on pbx (pid = 2194)
  35. pbx*CLI> dialplan show 600@from-internal
  36. [ Included context 'ext-group' created by 'pbx_config' ]
  37. '600' => 1. GotoIf($["${__RINGINGSENT}" = "TRUE"]?cid) [pbx_config]
  38. 2. Playtones(ring) [pbx_config]
  39. 3. Progress() [pbx_config]
  40. [cid] 4. Macro(user-callerid,) [pbx_config]
  41. 5. Macro(blkvm-setifempty,) [pbx_config]
  42. 6. GotoIf($["${GOSUB_RETVAL}" = "TRUE"]?skipov) [pbx_config]
  43. 7. Macro(blkvm-set,reset) [pbx_config]
  44. 8. Set(__NODEST=) [pbx_config]
  45. [skipov] 9. Set(RRNODEST=${NODEST}) [pbx_config]
  46. [skipvmblk] 10. Set(__NODEST=${EXTEN}) [pbx_config]
  47. 11. GosubIf($[${DB_EXISTS(RINGGROUP/600/changecid)} = 1 & "${DB(RINGGROUP/600/changecid)}" != "default" & "${DB(RINGGROUP/600/changecid)}" != ""]?sub-rgsetcid,s,1()) [pbx_config]
  48. 12. Set(__ALERT_INFO=info=EXTERNAL) [pbx_config]
  49. 13. Set(__CWIGNORE=TRUE) [pbx_config]
  50. 14. Set(__PICKUPMARK=${EXTEN}) [pbx_config]
  51. 15. Gosub(sub-record-check,s,1(rg,600,dontcare)) [pbx_config]
  52. 16. Set(RingGroupMethod=ringall) [pbx_config]
  53. [DIALGRP] 17. Macro(dial,30,${DIAL_OPTIONS},201-202-221) [pbx_config]
  54. 18. Gosub(sub-record-cancel,s,1()) [pbx_config]
  55. 19. Set(RingGroupMethod=) [pbx_config]
  56. 20. GotoIf($["foo${RRNODEST}" != "foo"]?nodest) [pbx_config]
  57. 21. Set(__CWIGNORE=) [pbx_config]
  58. 22. Set(__PICKUPMARK=) [pbx_config]
  59. 23. Set(__NODEST=) [pbx_config]
  60. 24. Macro(blkvm-clr,) [pbx_config]
  61. 25. Goto(ivr-1,s,1) [pbx_config]
  62. [nodest] 26. Noop(SKIPPING DEST, CALL CAME FROM Q/RG: ${RRNODEST}) [pbx_config]
  63.  
  64. [ Included context 'outbound-restricted-routes' created by 'pbx_config' ]
  65. '_X.' => 1. Macro(user-callerid,LIMIT) [pbx_config]
  66. 2. Set(ROUTEUSER=${IF($["${EXTTOCALL}"!=""]?${EXTTOCALL}:${AMPUSER})}) [pbx_config]
  67. 3. GotoIf($["${BLINDTRANSFER}" == ""]?notblind) [pbx_config]
  68. 4. Set(ENDPOINT=${CUT(BLINDTRANSFER,-,1)}) [pbx_config]
  69. 5. Set(ROUTEUSER=${CUT(ENDPOINT,/,2)}) [pbx_config]
  70. [notblind] 6. GotoIf($[${LEN(${ROUTEUSER})}>0 & ${DB_EXISTS(AMPUSER/${ROUTEUSER}/outroute_hash)}]?${DB(AMPUSER/${ROUTEUSER}/outroute_hash)},${EXTEN},2:outbound-allroutes,${EXTEN},2) [pbx_config]
  71.  
  72. [ Included context 'bad-number' created by 'pbx_config' ]
  73. '_X.' => 1. ResetCDR() [pbx_config]
  74. 2. NoCDR() [pbx_config]
  75. 3. Progress() [pbx_config]
  76. 4. Wait(1) [pbx_config]
  77. 5. Playback(silence/1&cannot-complete-as-dialed&check-number-dial-again,noanswer) [pbx_config]
  78. 6. Wait(1) [pbx_config]
  79. 7. Congestion(20) [pbx_config]
  80. 8. Hangup() [pbx_config]
  81.  
  82. -= 3 extensions (40 priorities) in 3 contexts. =-
  83. pbx*CLI>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement