Carlos Gabriel Drach
2004-Sep-03 09:22 UTC
[Asterisk-Users] Dropping incompatible voice frame
Hi: i have a problem. Mi extensions.conf: exten => _N.,1,Setvar(VOICEMAILREQ=${EXTEN}) exten => _N.,2,SetAccount(${customer}) exten => _N.,3,SetCDRUserField(${VOICEMAILREQ:1}) exten => _N.,4,ResponseTimeout(5) exten => _N.,5,Background(ifyou) exten => _N.,6,Background(silence/1) exten => _N.,7,Background(ifyou) exten => _N.,8,Background(silence/5) exten => _N.,9,Background(ifyou) exten => _N.,10,Background(silence/5) exten => _N.,11,Background(adio) exten => _N.,12,Wait,1 exten => _N.,13,Hangup but in step 5: -- Executing BackGround("Local/xxxxxxxxxxxx@callout-204e,1", "ifyou") in new stack Sep 3 11:59:22 WARNING[14350]: format_wav.c:123 check_header: Does not say fmt Sep 3 11:59:22 WARNING[14350]: file.c:406 ast_filehelper: Unable to open fd on /opt/asterisk/var/lib/sounds/ifyou.wav Sep 3 11:59:22 WARNING[14350]: file.c:761 ast_streamfile: Unable to open ifyou (format SLINR): No such file or directory Sep 3 11:59:22 WARNING[14350]: pbx.c:4484 pbx_builtin_background: ast_streamfile failed on Local/541141091828@callout-204e,1 fro ifyou -- Executing BackGround("Local/xxxxxxxxxxxx@callout-204e,1", "silence/1") in new stack -- Playing 'silence/1' (language 'en') == Spawn extension (callout, xxxxxxxxxxxxx, 2) exited non-zero on 'Local/xxxxxxxxxxx@callout-204e,2' Sep 3 11:59:22 NOTICE[14350]: channel.c:1287 ast_read: Dropping incompatible voice frame on IAX2/voiptalk/1 of format SLINR since our native format has changed to GSM Then step 7 is ok. Any help? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040903/b652b1e5/attachment.htm
I keep getting console messages like the following: Nov 17 11:22:33 NOTICE[16767]: channel.c:1320 ast_read: Dropping incompatible voice frame on SIP/sipuser-5240 of format ALAW since our native format has changed to ULAW I think this is causing some incoming queue calls to ring on an agents extension, however when they pick up the phone, no one is there and the caller gets taken off onhold music, however they are still shown in the queue (show queues). Sometimes, after maybe 30 seconds the caller is bridged to the agent, and sometimes the channel is dropped. Anyone know why this might be happening? All SIP phones are registered to use ULAW. Cheers, Ben Merrills Griffin Internet T: 0870 8040862 F: 0870 8040805 W: www.griffin.com
I have been getting the following messages on Asterisk for a couple of my client's SNOM phones: 7881 Jan 12 14:52:22 NOTICE[6538] channel.c: Dropping incompatible voice frame on Local/928@sanset-74cc,2 of format slin since our native format has changed to ulaw ... 8185 Jan 12 14:52:28 NOTICE[6538] channel.c: Dropping incompatible voice frame on Local/928@sanset-74cc,2 of format slin since our native format has changed to ulaw Messages received for almost 6 secs, generating more than 300 log messages. The next occurrence was an hour later or so, lasting 16 secs, generating more than 800 messages. 8186 Jan 12 15:58:14 NOTICE[6773] channel.c: Dropping incompatible voice frame on Local/928@sanset-0e2a,2 of format slin since our native format has changed to ulaw .... 8999 Jan 12 15:58:30 NOTICE[6773] channel.c: Dropping incompatible voice frame on Local/928@sanset-0e2a,2 of format slin since our native format has changed to ulaw Sip.conf is setup to use only g729 for these SNOM phones. The SNOMs are also setup to use first g729. G729 licenses are available no problem. There is no error message or anything out of the ordinary preceeding these messages. If any one has any ideas regarding these messages, and what is causing them I would really appreciate a response. Regards to all, Joe
I am now getting these messages on a second box running a different version of Asterisk. If anyone has any idea what is causing these, or how to avoid them I would be very grateful. 157 Jan 19 11:59:50 NOTICE[6070]: Dropping incompatible voice frame on Local/001721043273@sip-7164,2 of format ulaw since our native format has changed to alaw 158 Jan 19 11:59:50 NOTICE[6070]: Dropping incompatible voice frame on Local/001721043273@sip-7164,2 of format ulaw since our native format has changed to alaw 159 Jan 19 11:59:50 NOTICE[6070]: Dropping incompatible voice frame on Local/001721043273@sip-7164,2 of format ulaw since our native format has changed to alaw 160 Jan 19 11:59:50 NOTICE[6070]: Dropping incompatible voice frame on Local/001721043273@sip-7164,2 of format ulaw since our native format has changed to alaw 161 Jan 19 11:59:50 NOTICE[6070]: Dropping incompatible voice frame on Local/001721043273@sip-7164,2 of format ulaw since our native format has changed to alaw 162 Jan 19 11:59:50 NOTICE[6070]: Dropping incompatible voice frame on Local/001721043273@sip-7164,2 of format ulaw since our native format has changed to alaw 163 Jan 19 11:59:50 NOTICE[6070]: Dropping incompatible voice frame on Local/001721043273@sip-7164,2 of format ulaw since our native format has changed to alaw 164 Jan 19 11:59:50 NOTICE[6070]: Dropping incompatible voice frame on Local/001721043273@sip-7164,2 of format ulaw since our native format has changed to alaw Thanks, Joe
On Thursday 19 January 2006 13:48, Joseph Rothstein wrote:> I am now getting these messages on a second box running a different version > of Asterisk. If anyone has any idea what is causing these, or how to avoid > them I would be very grateful. > > 157 Jan 19 11:59:50 NOTICE[6070]: Dropping incompatible voice frame on > Local/001721043273@sip-7164,2 of format ulaw since our native format has > changed to alawI have had a similar issue but was saying :"of format slin since our native format has changed to ulaw" whatever. The problem was: wrong configuration of FXO port dialplan(spa3000). Kind of - simultaneous use of PSTN dialplan and Call Forward Settings on User tab... This is just a guess since your info is not enough. benchev
Joe Sorry I did not get back to you on this. Set your redirect event to "never". Andrew On 1/19/06, Joseph Rothstein <jrothstein@comcentrixs.com> wrote:> I am now getting these messages on a second box running a different version > of Asterisk. If anyone has any idea what is causing these, or how to avoid > them I would be very grateful. > > 157 Jan 19 11:59:50 NOTICE[6070]: Dropping incompatible voice frame on > Local/001721043273@sip-7164,2 of format ulaw since our native format has > changed to alaw > 158 Jan 19 11:59:50 NOTICE[6070]: Dropping incompatible voice frame on > Local/001721043273@sip-7164,2 of format ulaw since our native format has > changed to alaw > 159 Jan 19 11:59:50 NOTICE[6070]: Dropping incompatible voice frame on > Local/001721043273@sip-7164,2 of format ulaw since our native format has > changed to alaw > 160 Jan 19 11:59:50 NOTICE[6070]: Dropping incompatible voice frame on > Local/001721043273@sip-7164,2 of format ulaw since our native format has > changed to alaw > 161 Jan 19 11:59:50 NOTICE[6070]: Dropping incompatible voice frame on > Local/001721043273@sip-7164,2 of format ulaw since our native format has > changed to alaw > 162 Jan 19 11:59:50 NOTICE[6070]: Dropping incompatible voice frame on > Local/001721043273@sip-7164,2 of format ulaw since our native format has > changed to alaw > 163 Jan 19 11:59:50 NOTICE[6070]: Dropping incompatible voice frame on > Local/001721043273@sip-7164,2 of format ulaw since our native format has > changed to alaw > 164 Jan 19 11:59:50 NOTICE[6070]: Dropping incompatible voice frame on > Local/001721043273@sip-7164,2 of format ulaw since our native format has > changed to alaw > > > Thanks, > Joe > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- --- Andrew Latham - AKA: LATHAMA (lay-th-ham-eh) lathama@lathama.com - lathama@yahoo.com - lathama@gmail.com If any of the above are down we have bigger problems than my email! ---
Unfortunately setting Redirection to never did not change anything. I am still getting the errors, but now they are no longer isolated to one phone, I am getting them on several extensions. Once again here is a copy of the error: Jan 24 17:45:59 NOTICE[5161]: channel.c:1903 ast_read: Dropping incompatible voice frame on Local/924@sanset-ef25,2 of format slin since our native format has changed to alaw Jan 24 17:45:59 NOTICE[5161]: channel.c:1903 ast_read: Dropping incompatible voice frame on Local/924@sanset-ef25,2 of format slin since our native format has changed to alaw Jan 24 17:45:59 NOTICE[5161]: channel.c:1903 ast_read: Dropping incompatible voice frame on Local/924@sanset-ef25,2 of format slin since our native format has changed to alaw Jan 24 17:45:59 NOTICE[5161]: channel.c:1903 ast_read: Dropping incompatible voice frame on Local/924@sanset-ef25,2 of format slin since our native format has changed to alaw These errors generally last anywhere from 6 - 10 secs. Sip.conf specifies only g729 as the available codecs. There are plenty of licenses as well. The SNOM 320s are set to use g729 and then alaw. I would appreciate any help. Joe ------ End of Forwarded Message
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 2151 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20060628/2d1a42ff/attachment.gif