ua.rec.cfg
上传用户:sy_wanhua
上传日期:2013-07-25
资源大小:3048k
文件大小:2k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

C/C++

  1. # SIP User Agent configuration
  2. # This version works with ua( not sua ) because of tags and other changes
  3. # User
  4. User_Name     string     4009
  5. Display_Name string UserAgent
  6. # sip port
  7. Local_SIP_Port string 10031
  8. # Usage: SIP_Transport string [UDP|TCP]
  9. SIP_Transport string UDP
  10. # load generation data
  11. LoadGen_On bool True
  12. RunMode string Receiving
  13. StartTime               int 5000
  14. CallUrl     string     sip:4003@192.168.5.4
  15. NumEndpoints int 1
  16. CallDuration int 5000
  17. CallDelay int 5000
  18. AnswerDelay int 100
  19. MonitorMsgOn bool True
  20. MonitorMsgInterval int 1
  21. DialNumber string 6000
  22. NumOfCalls     int     3
  23. CJTime                  bool            True
  24. RtpGenOn                bool            False
  25. # CallId
  26. CallId_On bool False
  27. CallId string 1234567890
  28. # Proxy Server
  29. Proxy_Server string 192.168.36.180
  30. # Registration data
  31. # Usage: Register_On bool [True|False]
  32. Register_On bool True
  33. Register_From string 192.168.36.80:10000
  34. Register_To string 192.168.36.180
  35. # Expires in seconds
  36. Register_Expires int 60000
  37. Register_Action string proxy
  38.     
  39. # RTP packet size in ms
  40. Network_RTP_Rate int 20
  41. # Dialing timers( in ms )
  42. Initial_Digit_Timeout int  16000
  43. Inter_Digit_Timeout int 8000
  44. # Dialing types
  45. #   0 - SPEED_DIAL
  46. #   1 - INTERNAL_DIAL
  47. #   2 - NORMAL_DIAL
  48. #   3 - INTERNAL_IP_DIAL
  49. # Usage: Dial_Pattern string <type> <pattern>
  50. Dial_Pattern string 0 ^#[0-9][0-9][0-9]
  51. Dial_Pattern string 2 ^911
  52. Dial_Pattern string 2 ^611
  53. Dial_Pattern string 2 ^411
  54. Dial_Pattern string 2 ^6[0-9][0-9][0-9]
  55. Dial_Pattern string 2 ^9[2-9][0-9][0-9][0-9][0-9][0-9][0-9]
  56. Dial_Pattern string 2 ^91[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]
  57. Dial_Pattern string 3 ^[*][0-9][0-9][0-9]
  58. # Speed dial list
  59. # Usage: Speed_Dial string <digits> <destination>
  60. Speed_Dial string #102 93831074
  61. Speed_Dial string #398 6398@192.168.5.130