Guest User

Untitled

a guest
May 20th, 2018
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.62 KB | None | 0 0
  1. -- Called SIP/2069026370@360-inbound
  2. -- SIP/360-inbound-00000001 is making progress passing it to SIP/nwdmic1-00000000
  3. -- SIP/360-inbound-00000001 is ringing
  4. -- SIP/360-inbound-00000001 is making progress passing it to SIP/nwdmic1-00000000
  5. -- SIP/360-inbound-00000001 answered SIP/nwdmic1-00000000
  6. -- Executing [400@nwd-sip:1] Park("SIP/360-inbound-00000001", ",,,,,parkinglot_nwd") in new stack
  7. == Parked SIP/360-inbound-00000001 on 306 (lot parkinglot_nwd). Will timeout back to extension [nwd-sip] s, 1 in 200 seconds
  8. -- Added extension '306' priority 1 to parkinglot_nwd
  9. -- <SIP/360-inbound-00000001> Playing 'digits/3.ulaw' (language 'en')
  10. == Spawn extension (macro-nwddial, s, 12) exited non-zero on 'SIP/nwdmic1-00000000' in macro 'nwddial'
  11. == Spawn extension (nwd-sip, 2069026370, 1) exited non-zero on 'SIP/nwdmic1-00000000'
  12. -- <SIP/360-inbound-00000001> Playing 'digits/0.ulaw' (language 'en')
  13. -- <SIP/360-inbound-00000001> Playing 'digits/6.ulaw' (language 'en')
  14. -- Started music on hold, class 'default', on SIP/360-inbound-00000001
  15. == Spawn extension (nwd-sip, s, 1) exited non-zero on 'Parked/SIP/360-inbound-00000001<ZOMBIE>'
  16. -- Stopped music on hold on SIP/360-inbound-00000001
  17. -- Registered extension context 'park-dial'; registrar: features
  18. -- Added extension 'SIP_360-inbound' priority 1 to park-dial
  19. == Timeout for SIP/360-inbound-00000001 parked on 306 (parkinglot_nwd). Returning to park-dial,SIP_360-inbound,1
  20. -- Executing [SIP_360-inbound@park-dial:1] Dial("SIP/360-inbound-00000001", "SIP/360-inbound,30,w") in new stack
  21. == Using SIP RTP CoS mark 5
  22. -- Called SIP/360-inbound
  23. -- SIP/360-inbound-00000002 is making progress passing it to SIP/360-inbound-00000001
  24. -- Got SIP response 480 "Temporarily not available" back from 66.62.140.228:5060
  25. -- SIP/360-inbound-00000002 is circuit-busy
  26. == Everyone is busy/congested at this time (1:0/1/0)
  27. -- Auto fallthrough, channel 'SIP/360-inbound-00000001' status is 'CONGESTION'
  28.  
  29.  
  30.  
  31.  
  32. -------------------------------------------------
  33.  
  34. [nwdmic1]
  35. type=friend
  36. secret=xxxxxx
  37. callerid=Michael <4252505561>
  38. host=dynamic
  39. context=nwd-sip
  40. subscribecontext=nwd-lines
  41. mailbox=707@nwd-main
  42. accountcode=1000
  43. qualify=no
  44. nat=yes
  45. disallow=all
  46. allow=g722,ulaw
  47. parkinglot=parkinglot_nwd
  48. jbenable=no
  49. t38pt_udptl=no
  50. transport=udp
  51. encryption=no
  52.  
  53. -------------------------------------------------
  54. ;
  55. ; Sample Call Features (parking, transfer, etc) configuration
  56. ;
  57.  
  58. [general]
  59. parkext => 300 ; What extension to dial to park. Set per parking lot.
  60. ;parkext_exclusive=yes ; Specify that the parkext created for this parking lot
  61. ; will only access this parking lot. (default is no)
  62. parkpos => 701-720 ; What extensions to park calls on. (defafult parking lot)
  63. ; These need to be numeric, as Asterisk starts from the start position
  64. ; and increments with one for the next parked call.
  65. ; Set per parking lot.
  66. context => parkedcalls ; Which context parked calls are in (default parking lot)
  67. ; Set per parking lot.
  68. ;parkinghints = no ; Add hints priorities automatically for parking slots (default is no).
  69. ; Set per parking lot.
  70. parkingtime => 200 ; Number of seconds a call can be parked before returning.
  71. ; Set per parking lot. (default is 45 seconds)
  72.  
  73. ;comebacktoorigin = yes ; Setting this option configures the behavior of call parking when the
  74. ; parked call times out (See the parkingtime option). The default value is 'yes'.
  75. ; Operates on all parking lots.
  76. ;
  77. ; 'yes' - When the parked call times out, attempt to send the call back to the peer
  78. ; that parked this call. This is done by saving off the name of the channel
  79. ; that parked the call.
  80. ;
  81. ; 'no' - This option is useful for performing custom dialplan functionality prior to
  82. ; sending the call back to the extension that initially parked the call, or to
  83. ; an entirely different destination.
  84. ;
  85. ; When the parked call times out, send it back to the dialplan. The location
  86. ; will be the 'parkedcallstimeout' context. The extension will be built from
  87. ; the saved channel name that parked the call. For example, if a SIP peer named
  88. ; '0004F2040001' parked this call, the extension will be 'SIP_0004F2040001'.
  89. ; (Note that an underscore is used here because the '/' character has a special
  90. ; meaning in extension names for CallerID matching.) If this extension does not
  91. ; exist, the call will be sent to the 's' extension, instead. Finally, if the 's'
  92. ; extension of 'parkedcallstimeout' does not exist, the call will fall back to the
  93. ; 's' extension of the 'default' context.
  94. ;
  95. ; Additionally, in this example an extension of 'SIP_0004F2040001' will be
  96. ; created in the 'park-dial' context. This extension will be set up to do a
  97. ; Dial() to 'SIP/0004F2040001'.
  98. ;
  99.  
  100. ;courtesytone = beep ; Sound file to play to when someone picks up a parked call
  101. ; and also when the Touch Monitor is activated/deactivated.
  102. ; Default is no tone.
  103. ;parkedplay = caller ; Who to play courtesytone to when picking up a parked call.
  104. ; One of: parked, caller, both (default is caller)
  105. ; Operates on all parking lots.
  106. ;parkedcalltransfers = caller ; Enables or disables DTMF based transfers when picking up a parked call.
  107. ; one of: callee, caller, both, no (default is no)
  108. ; Set per parking lot.
  109. ;parkedcallreparking = caller ; Enables or disables DTMF based parking when picking up a parked call.
  110. ; one of: callee, caller, both, no (default is no)
  111. ; Set per parking lot.
  112. ;parkedcallhangup = caller ; Enables or disables DTMF based hangups when picking up a parked call.
  113. ; one of: callee, caller, both, no (default is no)
  114. ; Set per parking lot.
  115. ;parkedcallrecording = caller ; Enables or disables DTMF based one-touch recording when picking up a parked call.
  116. ; one of: callee, caller, both, no (default is no)
  117. ; Set per parking lot.
  118. ;parkeddynamic = yes ; Enables dynamically created parkinglots. (default is no)
  119. ; Operates on all parking lots.
  120. ;adsipark = yes ; if you want ADSI parking announcements
  121. ; Operates on all parking lots.
  122. findslot => first ; Continue to the 'next' free parking space.
  123. ; Defaults to 'first' available
  124. ; Set per parking lot.
  125. ;parkedmusicclass=default ; This is the MOH class to use for the parked channel
  126. ; as long as the class is not set on the channel directly
  127. ; using Set(CHANNEL(musicclass)=whatever) in the dialplan
  128. ; Set per parking lot.
  129.  
  130. ;transferdigittimeout => 3 ; Number of seconds to wait between digits when transferring a call
  131. ; (default is 3 seconds)
  132. ;xfersound = beep ; to indicate an attended transfer is complete
  133. ;xferfailsound = beeperr ; to indicate a failed transfer
  134. ;pickupexten = *8 ; Configure the pickup extension. (default is *8)
  135. ;pickupsound = beep ; to indicate a successful pickup (default: no sound)
  136. ;pickupfailsound = beeperr ; to indicate that the pickup failed (default: no sound)
  137. ;featuredigittimeout = 1000 ; Max time (ms) between digits for
  138. ; feature activation (default is 1000 ms)
  139. ;atxfernoanswertimeout = 15 ; Timeout for answer on attended transfer default is 15 seconds.
  140. ;atxferdropcall = no ; If someone does an attended transfer, then hangs up before the transferred
  141. ; caller is connected, then by default, the system will try to call back the
  142. ; person that did the transfer. If this is set to "yes", the callback will
  143. ; not be attempted and the transfer will just fail.
  144. ; For atxferdropcall=no to work properly, you also need to
  145. ; define ATXFER_NULL_TECH in main/features.c. The reason the
  146. ; code is not enabled by default is spelled out in the comment
  147. ; block near the top of main/features.c describing ATXFER_NULL_TECH.
  148. ;atxferloopdelay = 10 ; Number of seconds to sleep between retries (if atxferdropcall = no)
  149. ;atxfercallbackretries = 2 ; Number of times to attempt to send the call back to the transferer.
  150. ; By default, this is 2.
  151.  
  152. ;
  153. ;*** Define another parking lot
  154. ;
  155. ; You can set parkinglot with the CHANNEL dialplan function
  156. ; or by setting 'parkinglot' directly in the channel configuration file.
  157. ;
  158. ; (Note: Leading '0's and any non-numerical characters on parkpos extensions
  159. ; will be ignored. Parkext on the other hand can be any string.)
  160. ;
  161. [parkinglot_nwd]
  162. context => parkinglot_nwd
  163. parkext => 400
  164. parkpos => 306-307
  165. findslot => first
  166. parkext_exclusive=yes
  167. parkingtime=200
  168.  
  169. ; Note that the DTMF features listed below only work when two channels have answered and are bridged together.
  170. ; They can not be used while the remote party is ringing or in progress. If you require this feature you can use
  171. ; chan_local in combination with Answer to accomplish it.
  172.  
  173.  
  174. [featuremap]
  175. ;blindxfer => #1 ; Blind transfer (default is #) -- Make sure to set the T and/or t option in the Dial() or Queue() app call!
  176. ;disconnect => *0 ; Disconnect (default is *) -- Make sure to set the H and/or h option in the Dial() or Queue() app call!
  177. ;automon => *1 ; One Touch Record a.k.a. Touch Monitor -- Make sure to set the W and/or w option in the Dial() or Queue() app call!
  178. ;atxfer => *2 ; Attended transfer -- Make sure to set the T and/or t option in the Dial() or Queue() app call!
  179. ;parkcall => #72 ; Park call (one step parking) -- Make sure to set the K and/or k option in the Dial() app call!
  180. ;automixmon => *3 ; One Touch Record a.k.a. Touch MixMonitor -- Make sure to set the X and/or x option in the Dial() or Queue() app call!
  181.  
  182. [applicationmap]
Add Comment
Please, Sign In to add comment