返回列表 發帖
I have been using the 1st option for several months by settings 60/120 for rtptimeout and rtpholdtimeout in sip.conf respectively.  So far no problem.

As I am using Telephony card in the server, I think the chan_dahdi.conf has its own mechanism for similar effect with the optional use of the busydetect and busycount.

TOP

This is my chan_dahdi.conf settings.  The busycount varies from case to case and also depending on your telecom operator.  Default is 4 but shorter is not recommended by DAHDI manufacturer.  Despite of their advise, setting to 2 works for me.
  1. [trunkgroups]

  2. [channels]
  3. language=en
  4. ;switchtype=national
  5. ;rxwink=300                                ; Atlas seems to use long (250ms) winks
  6. usecallerid=yes
  7. hidecallerid=no
  8. hidecalleridname=no
  9. callwaiting=yes
  10. usecallingpres=yes
  11. callwaitingcallerid=yes
  12. threewaycalling=yes
  13. transfer=yes
  14. canpark=yes
  15. cancallforward=yes
  16. callreturn=yes
  17. echocancel=yes
  18. echocancelwhenbridged=yes
  19. echotraining=800
  20. relaxdtmf=yes
  21. rxgain=0.0
  22. txgain=0.0
  23. ;callgroup=1
  24. ;pickupgroup=1
  25. immediate=no
  26. busydetect=yes                        ; Uncomment these lines if you have problems with the disconection of your analog lines
  27. busycount=2
  28. faxdetect=incoming

  29. #include /etc/asterisk/dahdi-channels.conf
複製代碼

TOP

返回列表