Advertisement
Guest User

Untitled

a guest
Feb 21st, 2012
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. root@quadser:/etc/asterisk# sed < dahdi-channels.conf -e '/^\s*;/d' -e '/^$/d'
  2. signalling=fxs_ks
  3. usecallerid=yes
  4. cidsignalling=bell
  5. cidstart=ring
  6. callerid=asreceived
  7. group=0
  8. context=incoming
  9. channel => 1
  10. signalling=fxs_ks
  11. usecallerid=yes
  12. cidsignalling=bell
  13. cidstart=ring
  14. callerid=asreceived
  15. group=0
  16. context=incoming
  17. channel => 2
  18. signalling=fxo_ks
  19. callerid="R.C. di Ostrouska Sasa" <+39-0481-33159>
  20. mailbox=1001
  21. group=1
  22. context=phones
  23. channel => 3
  24. root@quadser:/etc/asterisk# sed < chan_dahdi.conf -e '/^\s*;/d' -e '/^$/d'
  25. [trunkgroups]
  26. [channels]
  27. signalling=fxo_ks
  28. usecallerid=yes
  29. cidsignalling=smdi
  30. cidstart=ring
  31. waitfordialtone=no
  32. callwaiting=yes
  33. canpark=yes
  34. cancallforward=yes
  35. callreturn=yes
  36. echocancel=yes
  37. echocancelwhenbridged=yes
  38. rxgain=1.0
  39. txgain=1.0
  40. callerid = asreceived
  41. useincomingcalleridondahditransfer = yes
  42. busydetect=yes
  43. busycount=6
  44. answeronpolarityswitch=yes
  45. hanguponpolarityswitch=yes
  46. tonezone = 11
  47. ringtimeout=8000
  48. faxdetect=incoming
  49. faxbuffers=>6,full
  50. #include "dahdi-channels.conf"
  51. root@quadser:/etc/asterisk#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement