I am seeing an issue when using freeswitch and mod_kazoo where if if I send a command to play a prompt eg cf_menu greeting and that command executes on the freeswitch server before I see
2016-04-15 21:36:13.450200 [WARNING] switch_core_media.c:2042 Asynchronous PTIME not supported, changing our end from 30 to 20
However if the switch_core_media happens BEFORE the execute the audio sounds fine.
I am on FreeSWITCH version: 1.4.26
here are two calls from the fs_cli log. The first call sounds great. The 2nd call sounds chopped.
2016-04-15 21:36:10.130115 [INFO] kazoo_node.c:625 exec: uuid_setvar_multi(855940302...@sc.ru.be.ed effective_caller_id_name=scrubeed;effective_caller_id_number=+scrubeed;ecallmgr_Fetch-ID=1197ea0c-0352-11e6-84b2-97d967d5b2ec;ecallmgr_Account-ID=994149da43a135062a3f975400aaa7de;ignore_display_updates=true;ecallmgr_Inception=+
18005...@bandwidth.com;ecallmgr_Resource-ID=bandwidth)
2016-04-15 21:36:10.330139 [NOTICE] kazoo_node.c:285 log|855940302...@sc.ru.be.ed|executing answer
2016-04-15 21:36:10.330139 [NOTICE] sofia_media.c:92 Pre-Answer sofia/sipinterface_1/+scr...@sc.ru.be.ed!
2016-04-15 21:36:10.330139 [NOTICE] mod_dptools.c:1300 Channel [sofia/sipinterface_1/+scr...@sc.ru.be.ed] has been answered
2016-04-15 21:36:10.530128 [INFO] kazoo_node.c:625 exec: uuid_setvar(855940302...@sc.ru.be.ed playback_terminators #*0123456789)\
2016-04-15 21:36:10.590129 [WARNING] switch_core_media.c:2042 Asynchronous PTIME not supported, changing our end from 30 to 20
2016-04-15 21:36:11.710138 [NOTICE] sofia.c:952 Hangup sofia/sipinterface_1/+scr...@sc.ru.be.ed [CS_EXECUTE] [NORMAL_CLEARING]
2016-04-15 21:36:11.710138 [NOTICE] switch_core_session.c:1642 Session 971 (sofia/sipinterface_1/+scr...@sc.ru.be.ed) Ended
2016-04-15 21:36:11.710138 [NOTICE] kazoo_node.c:285 log|855940302...@sc.ru.be.ed|executing event Event-Subclass=whistle::noop,Event-Name=CUSTOM,whistle_event_name=CHANNEL_EXECUTE_COMPLETE,whistle_application_name=noop,whistle_application_response=8aa7fd2c0720da3be6a1a9f1090fd1ce
2016-04-15 21:36:11.710138 [NOTICE] switch_core_session.c:1646 Close Channel sofia/sipinterface_1/+scr...@sc.ru.be.ed [CS_DESTROY]
2016-04-15 21:36:12.490144 [NOTICE] switch_channel.c:1077 New Channel sofia/sipinterface_1/+scrubeed@scrubedIP [204244713_132006858@scrubedIP]
2016-04-15 21:36:12.490144 [INFO] sofia.c:9175 169.54.250.5 is a proxy according to the authoritative acl
2016-04-15 21:36:12.490144 [INFO] mod_dialplan_xml.c:635 Processing +scrubeed <+scrubeed>->
+18005555555 in context context_2
2016-04-15 21:36:12.530174 [NOTICE] mod_sofia.c:2104 Ring-Ready sofia/sipinterface_1/+scrubeed@scrubedIP!
2016-04-15 21:36:12.530174 [NOTICE] mod_dptools.c:1016 Ring Ready sofia/sipinterface_1/+scrubeed@scrubedIP!
2016-04-15 21:36:12.750130 [INFO] kazoo_node.c:625 exec: uuid_setvar_multi(204244713_132006858@scrubedIP effective_caller_id_name=scrubeed;effective_caller_id_number=+scrubeed;ecallmgr_Fetch-ID=1329c2dc-0352-11e6-84bd-97d967d5b2ec;ecallmgr_Account-ID=994149da43a135062a3f975400aaa7de;ignore_display_updates=true;ecallmgr_Inception=+
18005...@bandwidth.com;ecallmgr_Resource-ID=bandwidth)
2016-04-15 21:36:12.950187 [NOTICE] kazoo_node.c:285 log|204244713_132006858@scrubedIP|executing answer
2016-04-15 21:36:12.970130 [NOTICE] sofia_media.c:92 Pre-Answer sofia/sipinterface_1/+scrubeed@scrubedIP!
2016-04-15 21:36:12.970130 [NOTICE] mod_dptools.c:1300 Channel [sofia/sipinterface_1/+scrubeed@scrubedIP] has been answered
2016-04-15 21:36:13.172118 [INFO] kazoo_node.c:625 exec: uuid_setvar(204244713_132006858@scrubedIP playback_terminators #*0123456789)
2016-04-15 21:36:13.450200 [WARNING] switch_core_media.c:2042 Asynchronous PTIME not supported, changing our end from 30 to 20
2016-04-15 21:36:15.670135 [NOTICE] sofia.c:952 Hangup sofia/sipinterface_1/+scrubeed@scrubedIP [CS_EXECUTE] [NORMAL_CLEARING]
Any ideas or solutions?