Advertisement
Guest User

Untitled

a guest
Nov 17th, 2011
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. gabriel*CLI> dialplan show callorigination
  2. [ Context 'callorigination' created by 'pbx_config' ]
  3. 'i' => 1. Hangup() [pbx_config]
  4. '_X!' => 1. NoOP(Call origination (ext=${originate_ext}, number=${EXTEN}, chantype=${CHANNEL(channeltype)})) [pbx_config]
  5. 2. GotoIf(${VALID_EXTEN(callorigination,${EXTEN},dahdi)}?${CHANNEL(channeltype)}) [pbx_config]
  6. 3. Verbose(Do not know how to originate for channel of type ${CHANNEL(channeltype)}) [pbx_config]
  7. 4. Hangup(1) [pbx_config]
  8. [DAHDI] 5. Set(chn=${CUT(CUT(CHANNEL(name),/,2),-,1)}) [pbx_config]
  9. 6. Gosub(dahdi-setup,${chn},1) [pbx_config]
  10. 7. Goto(godial) [pbx_config]
  11. [SIP] 8. Set(CDR(accountcode)=${SIPPEER(${originate_ext},accountcode)) [pbx_config]
  12. 9. Set(recordoutbound=${SIPPEER(${originate_ext},chanvar[recordoutbound])}) [pbx_config]
  13. [godial] 10. Set(requirepin=no) [pbx_config]
  14. 11. Set(nointernalhunt=1) [pbx_config]
  15. 12. Goto(${SIPPEER(${originate_ext},context)},${EXTEN},1) [pbx_config]
  16.  
  17.  
  18. ...
  19.  
  20.  
  21. -- Executing [102@callorigination:1] NoOp("DAHDI/24-1", "Call origination (ext=, number=102, chantype=DAHDI)") in new stack
  22. -- Executing [102@callorigination:2] GotoIf("DAHDI/24-1", "0?DAHDI") in new stack
  23. -- Executing [102@callorigination:3] Verbose("DAHDI/24-1", "Do not know how to originate for channel of type DAHDI") in new stack
  24. Do not know how to originate for channel of type DAHDI
  25. -- Executing [102@callorigination:4] Hangup("DAHDI/24-1", "1") in new stack
  26. == Spawn extension (callorigination, 102, 4) exited non-zero on 'DAHDI/24-1'
  27. -- Hanging up on 'DAHDI/24-1'
  28. -- Hungup 'DAHDI/24-1'
  29.  
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement