hi, could someone help me solve this problem?
i have this command in extension.conf
exten => _XX,1,dial(SIP/${EXTEN},50,m(vyzvaneni))
musiconhold.conf has this lines,
[vyzvaneni]
mode=quietmp3
directory=/var/lib/asterisk/mohmp3
when i call for example extension number 10(it is an real extension), i get this in CLI
Executing Dial(“SIP/11-a425”, “SIP/10|50|m(vyzvaneni)”) in new stack
– Called 10
– Started music on hold, class ‘vyzvaneni’, on channel ‘SIP/11-a425’
– SIP/10-aa7f is ringing
Aug 8 00:25:30 WARNING[1973]: rtp.c:500 ast_rtp_read: Forcing Marker bit, because SSRC has changed
Aug 8 00:25:30 NOTICE[1973]: rtp.c:331 process_rfc3389: Comfort noise support incomplete in Asterisk (RFC 3389). Please turn off on client if possible. Client IP: 192.168.0.3
could someone tell me where is problem?thanks you very much. bye
Lokiji