Advertisement
Guest User

Untitled

a guest
May 27th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. ;
  2. ; DAHDI telephony
  3. ;
  4. ; Configuration file
  5.  
  6. [trunkgroups]
  7.  
  8. [channels]
  9.  
  10. language=en
  11. context=from-zaptel
  12. signalling=pri_cpe
  13. rxwink=300 ; Atlas seems to use long (250ms) winks
  14. ;
  15. ; Whether or not to do distinctive ring detection on FXO lines
  16. ;
  17. ;usedistinctiveringdetection=yes
  18.  
  19. usecallerid=yes
  20. hidecallerid=no
  21. callwaiting=yes
  22. usecallingpres=yes
  23. callwaitingcallerid=yes
  24. threewaycalling=yes
  25. transfer=yes
  26. cancallforward=yes
  27. callreturn=yes
  28. echocancel=yes
  29. echocancelwhenbridged=no
  30. ;echotraining=800
  31. rxgain=0.0
  32. txgain=0.0
  33. group=0
  34. callgroup=1
  35. pickupgroup=1
  36. immediate=no
  37.  
  38. ;faxdetect=both
  39. faxdetect=incoming
  40. ;faxdetect=outgoing
  41. ;faxdetect=no
  42.  
  43. ;Include setup-pstn configs
  44. #include dahdi-channels.conf
  45.  
  46. ;Include PBXconfig configs
  47. #include chan_dahdi_additional.conf
  48.  
  49.  
  50. pridialplan=unknown
  51. prilocaldialplan=unknown
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement