Whenever I put some on park, it appears to work fine. The caller hears the hold music,
But the logs tell a different story
Any ideas how to fix this? It blows up my logs
Here is my local_stream.conf file
UPDATE: In researching and testing I discovered that if an outside caller calls IN, and gets placed on PARK, there are no error messages. The ONLY time the error messages appear is when the sip device calls OUT and then parks the call.
But the logs tell a different story
Code:
2022-01-03 21:14:39.391592 [ERR] mod_local_stream.c:880 Unknown source default
2022-01-03 21:14:39.391592 [ERR] mod_local_stream.c:880 Unknown source default
2022-01-03 21:14:39.391592 [ERR] mod_local_stream.c:880 Unknown source default
2022-01-03 21:14:39.391592 [ERR] mod_local_stream.c:880 Unknown source default
2022-01-03 21:14:39.391592 [ERR] mod_local_stream.c:880 Unknown source default
2022-01-03 21:14:39.391592 [ERR] mod_local_stream.c:880 Unknown source default
2022-01-03 21:14:39.391592 [ERR] mod_local_stream.c:880 Unknown source default
2022-01-03 21:14:39.391592 [ERR] mod_local_stream.c:880 Unknown source default
2022-01-03 21:14:39.391592 [ERR] mod_local_stream.c:880 Unknown source default
2022-01-03 21:14:39.391592 [ERR] mod_local_stream.c:880 Unknown source default
2022-01-03 21:14:39.391592 [ERR] mod_local_stream.c:880 Unknown source default
2022-01-03 21:14:39.391592 [ERR] mod_local_stream.c:880 Unknown source default
2022-01-03 21:14:39.391592 [ERR] mod_local_stream.c:880 Unknown source default
2022-01-03 21:14:39.391592 [ERR] mod_local_stream.c:880 Unknown source default
2022-01-03 21:14:39.391592 [ERR] mod_local_stream.c:880 Unknown source default
2022-01-03 21:14:39.391592 [ERR] mod_local_stream.c:880 Unknown source default
2022-01-03 21:14:39.391592 [ERR] mod_local_stream.c:880 Unknown source default
Any ideas how to fix this? It blows up my logs
Here is my local_stream.conf file
Code:
<configuration name="local_stream.conf" description="stream files from local dir">
<!-- fallback to default if requested moh class isn't found -->
<directory name="default" path="$${sounds_dir}/music/default/8000">
<param name="rate" value="8000"/>
<param name="shuffle" value="true"/>
<param name="channels" value="1"/>
<param name="interval" value="20"/>
<param name="timer-name" value="soft"/>
<!-- list of short files to break in with every so often -->
<!--<param name="chime-list" value="file1.wav,file2.wav"/>-->
<!-- frequency of break-in (seconds)-->
<!--<param name="chime-freq" value="30"/>-->
<!-- limit to how many seconds the file will play -->
<!--<param name="chime-max" value="500"/>-->
</directory>
<directory name="default" path="$${sounds_dir}/music/default/16000">
<param name="rate" value="16000"/>
<param name="shuffle" value="true"/>
<param name="channels" value="1"/>
<param name="interval" value="20"/>
<param name="timer-name" value="soft"/>
</directory>
<directory name="default" path="$${sounds_dir}/music/default/32000">
<param name="rate" value="32000"/>
<param name="shuffle" value="true"/>
<param name="channels" value="1"/>
<param name="interval" value="20"/>
<param name="timer-name" value="soft"/>
</directory>
<directory name="default" path="$${sounds_dir}/music/default/48000">
<param name="rate" value="48000"/>
<param name="shuffle" value="true"/>
<param name="channels" value="1"/>
<param name="interval" value="10"/>
<param name="timer-name" value="soft"/>
</directory>
</configuration>
UPDATE: In researching and testing I discovered that if an outside caller calls IN, and gets placed on PARK, there are no error messages. The ONLY time the error messages appear is when the sip device calls OUT and then parks the call.
Attachments
Last edited: