Advertisement
Guest User

Untitled

a guest
Nov 18th, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. root@tooth:/etc/asterisk# cat chan_dahdi.conf /etc/dahdi/system.conf
  2.  
  3. [trunkgroups]
  4. trunkgroup=1,10
  5. span=1,1,1
  6.  
  7. [channels]
  8. language=br
  9. usecallerid=yes
  10. hidecallerid=no
  11. callwaiting=yes
  12. usecallingpres=yes
  13. callwaitingcallerid=yes
  14. threewaycalling=yes
  15. transfer=yes
  16. canpark=yes
  17. cancallforward=yes
  18. callreturn=yes
  19. echocancel=yes
  20. echocancelwhenbridged=no
  21. callgroup=1
  22. pickupgroup=1
  23.  
  24. ; Sample 1
  25. signalling=mfcr2
  26. mfcr2_variant=br
  27. ;mfcr2_get_ani_first=yes
  28. mfcr2_get_ani_first=no
  29. ;mfcr2_metering_pulse_timeout=500
  30. mfcr2_max_ani=20
  31. mfcr2_max_dnis=4
  32. mfcr2_category=national_subscriber
  33. ; The next three params are for debuging, you can disable when in production
  34. mfcr2_call_files=yes
  35. mfcr2_logdir=oi
  36. mfcr2_logging=all
  37.  
  38. context=from-pstn
  39. group=1
  40. channel=>1-15,17-31
  41.  
  42. #include dahdi-channels.conf
  43. # Autogenerated by /usr/sbin/dahdi_genconf on Thu Nov 7 12:11:08 2013
  44. # If you edit this file and execute /usr/sbin/dahdi_genconf again,
  45. # your manual changes will be LOST.
  46. # Dahdi Configuration File
  47. #
  48. # This file is parsed by the Dahdi Configurator, dahdi_cfg
  49. #
  50. # Span 1: WCT13x/0 "Wildcard TE133 Card 0" (MASTER)
  51. span=1,1,0,cas,hdb3
  52. cas=1-15:1101
  53. cas=17-31:1101
  54. echocanceller=mg2,1-15,17-31
  55.  
  56. # Global data
  57.  
  58. loadzone = br
  59. defaultzone = br
  60. root@tooth:/etc/asterisk#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement