[Freeswitch-users] Max Number of files sent to session.execute("playback", file)

fgastiaz francisco.gastiazoro at gmail.com
Tue Nov 11 12:51:58 PST 2008


Hi Guys,

I have this problem when i'm trying to reproduce more than 8 prompts in a
row.
Here is code extract that simplifies the problem i'm having.

If put something like this inside a script.py

        session.execute("playback","1.wav")
        session.execute("playback","2.wav")
        session.execute("playback","3.wav")
        session.execute("playback","4.wav")
        session.execute("playback","5.wav")
        session.execute("playback","6.wav")
        session.execute("playback","7.wav")
        session.execute("playback","8.wav")
        session.execute("playback","9.wav") 

The file 9.wav is not heard even though in the freeswitch.log it says that
the file was sent to the module

2008-11-11 18:53:03 [DEBUG] switch_cpp.cpp:570 execute()
CoreSession::execute.  app: playback data:9.wav
2008-11-11 18:53:03 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file()
Codec Activated L16 at 8000hz 1 channels 20ms
2008-11-11 18:53:03 [DEBUG] switch_core_session.c:430
switch_core_session_receive_message() Kill
sofia/internal/221122 at 201.216.201.133 [BREAK]
2008-11-11 18:53:03 [INFO] switch_rtp.c:1253 rtp_common_read() Auto Changing
port from 201.216.201.135:8000 to 201.216.201.133:18648
2008-11-11 18:53:03 [DEBUG] switch_ivr_play_say.c:1203
switch_ivr_play_file() done playing file

So do you have an idea why after the prompt number 8 the rest are not heard?

I will thank any helps on this

-- 
View this message in context: http://www.nabble.com/Max-Number-of-files-sent-to-session.execute%28%22playback%22%2Cfile%29-tp20448136p20448136.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.





More information about the FreeSWITCH-users mailing list