Advertisement
Guest User

Config

a guest
Dec 28th, 2011
384
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Current configuration:
  2. !
  3. version 8.49.011
  4. !
  5. hostname WiFi-Phone
  6. !
  7. !
  8. interface Loopback0
  9. ip address 127.0.0.1 255.0.0.0 kernel
  10. !
  11. interface FastEthernet0/0
  12. ip address 10.10.101.210 255.255.255.0
  13. !
  14. ip route 0.0.0.0 0.0.0.0 10.10.101.3
  15. !
  16. dns name-server xx.xx.xx.xx
  17. dns name-server xx.xx.xx.xx
  18. !
  19. ! SSCP configuration.!
  20. !
  21. !
  22. ! SSCP Static CM List
  23. sscp
  24. !
  25. ! SSCP Dynamic CM List
  26. sscp
  27. !
  28. !
  29. sscp
  30. call-manager broadcast port 8855
  31. logger disable
  32. logger level info
  33. !
  34. !
  35. !
  36. !
  37. ! VoIP configuration.
  38. !
  39. !
  40. ! Voice service voip configuration.
  41. !
  42. voice service voip
  43. fax protocol t38 redundancy 0
  44. fax rate disable
  45. timeout tmohdt 300
  46. call-barring unconfigured-ip-address
  47. voip-inbound-call-barring enable
  48. domain-cache enable
  49. !
  50. !
  51. ! Voice port configuration.
  52. !
  53. ! SPEECH
  54. voice-port 0/0
  55. !
  56. !
  57. !
  58. !
  59. ! Pots peer configuration.
  60. !
  61. dial-peer voice 0 pots
  62. destination-pattern 1099
  63. port 0/0
  64. !
  65. !
  66. !
  67. ! Voip peer configuration.
  68. !
  69. dial-peer voice 1001 voip
  70. destination-pattern T
  71. session target sip-server
  72. voice-class codec 0
  73. no vad
  74. dtmf-relay rtp-2833
  75. huntstop
  76. !
  77. !
  78. !
  79. dial-peer ipaddr-prefix n
  80. !
  81. !
  82. !
  83. ! Gateway configuration.
  84. !
  85. gateway
  86. !
  87. !
  88. ! Codec classes configuration.
  89. !
  90. voice class codec 0
  91. codec preference 1 g711ulaw
  92. codec preference 2 g711alaw
  93. !
  94. !
  95. !
  96. ! SIP UA configuration.
  97. !
  98. sip-ua
  99. fault-tolerance 3 500
  100. sip-username 1099
  101. sip-password 1099
  102. sip-server 192.168.0.240
  103. retry-counter 3
  104. rport enable
  105. register e164
  106. no higher-priority-polling
  107. !
  108. !
  109. ! SMS UA configuration.
  110. !
  111. sms-ua
  112. check-to-header enable
  113. higher-priority-polling enable
  114. !
  115. !
  116. ! Tones
  117. !
  118. !
  119. !
  120. line console
  121. !
  122. line vty
  123. !
  124. !
  125. sms
  126. quota 30
  127. !
  128. !
  129. !
  130. coder
  131. !
  132. !
  133. !
  134. ! GDI OSD ver 2.0 configuration
  135. !
  136. osd
  137. display lcd brightness 5
  138. display lcd duration 10
  139. display button duration 5
  140. display backgnd 0
  141. display menutype black
  142. sound bell ring
  143. sound button dtmf
  144. sound volume bell 5
  145. sound volume button 3
  146. sound volume voice 5
  147. sound bellvib_mode bell&vib
  148. sound etiquetteMode disable
  149. lock phonelock man call u rcall u sms u pb u
  150. password 0000
  151. adminlock 2337
  152. wifi profile 0 Voice Voice xx:xx:xx:xx:xx:xx wpa2_psk 12 admin
  153. wifi profile wpa 0 xxxxxxxxxx
  154. wifi profile mode 0 static 0
  155. wifi profile ip 0 10.10.101.210 255.255.255.0 10.10.101.3 xx.xx.xx.xx xx.xx.xx.xx
  156. !
  157. !
  158. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement