Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2023
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. uc-56655022*CLI> dialplan show queuedial
  2. [ Context 'queuedial' created by 'pbx_config' ]
  3. '_X.' => 1. Set(QDIALER_QUEUE=${CDR(accountcode)}) [extensions_custom_asternic_outbound_freepbx.conf:29]
  4. 2. Set(QDIALER_AGENT=${DB(AMPUSER/${AMPUSER}/cidname)}) [extensions_custom_asternic_outbound_freepbx.conf:31]
  5. 3. Set(custom=${CUT(OUT_${DIAL_TRUNK},:,1)}) [extensions_custom_asternic_outbound_freepbx.conf:33]
  6. 4. GotoIf($["${custom}" = "AMP"]?customtrunk) [extensions_custom_asternic_outbound_freepbx.conf:34]
  7. 5. Set(QDIALER_CHANNEL=${OUT_${DIAL_TRUNK}}/${EXTEN}) [extensions_custom_asternic_outbound_freepbx.conf:36]
  8. 6. GotoIf($["${OUT_${DIAL_TRUNK}_SUFFIX}" == ""]?continuequeuedial) [extensions_custom_asternic_outbound_freepbx.conf:37]
  9. 7. Set(QDIALER_CHANNEL=${OUT_${DIAL_TRUNK}}/${EXTEN}${OUT_${DIAL_TRUNK}_SUFFIX}) [extensions_custom_asternic_outbound_freepbx.conf:38]
  10. 8. Goto(continuequeuedial) [extensions_custom_asternic_outbound_freepbx.conf:39]
  11. [customtrunk] 9. Set(pre_num=${CUT(OUT_${DIAL_TRUNK},$,1)}) [extensions_custom_asternic_outbound_freepbx.conf:41]
  12. 10. Set(the_num=${CUT(OUT_${DIAL_TRUNK},$,2)}) [extensions_custom_asternic_outbound_freepbx.conf:42]
  13. 11. Set(post_num=${CUT(OUT_${DIAL_TRUNK},$,3)}) [extensions_custom_asternic_outbound_freepbx.conf:43]
  14. 12. GotoIf($["${the_num}" = "OUTNUM"]?outnum:skipoutnum) [extensions_custom_asternic_outbound_freepbx.conf:44]
  15. [outnum] 13. Set(the_num=${OUTNUM}) [extensions_custom_asternic_outbound_freepbx.conf:45]
  16. [skipoutnum] 14. Set(QDIALER_CHANNEL=${pre_num:4}${the_num}${post_num}) [extensions_custom_asternic_outbound_freepbx.conf:46]
  17. [continuequeuedial] 15. Noop(Qdialer channel = ${QDIALER_CHANNEL}) [extensions_custom_asternic_outbound_freepbx.conf:47]
  18. 16. Set(QueueName=${QDIALER_QUEUE}) [extensions_custom_asternic_outbound_freepbx.conf:48]
  19. 17. Goto(qlog-queuedial,${EXTEN},1) [extensions_custom_asternic_outbound_freepbx.conf:49]
  20.  
  21. -= 1 extension (17 priorities) in 1 context. =-
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement