|
@@ -599,6 +599,7 @@ class BotAgent:
|
|
|
media_cfg.jbMinPre = 4 # Minimum pre-fetch frames
|
|
|
media_cfg.jbMaxPre = 16 # Maximum pre-fetch frames
|
|
|
media_cfg.noVad = True # Disable Voice Activity Detection if needed
|
|
|
+ media_cfg.clockRate = 8000
|
|
|
self.ep.medConfig = media_cfg # Apply media config to endpoint
|
|
|
|
|
|
# Create SIP transport. Error handling sample is shown
|