message warning

All installation and configuration problems and questions

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

message warning

Postby didine93 » Wed Jun 24, 2020 4:31 am

Hello;
vicibox 9.0.2

here is the error message that shows me under the asterisk console I don't know what to do to remove it.

WARNING[13854][C-00000010]: file.c:259 ast_writestream: Translated frame write failed
WARNING[13854][C-00000010]: channel.c:4335 __ast_read: Failed to write data to channel monitor read stream

Thank you in advance for your precious help.
didine93
 
Posts: 26
Joined: Thu Oct 24, 2019 3:40 pm

Re: message warning

Postby carpenox » Wed Jun 24, 2020 9:57 pm

not enough information. what were you trying to do? can you provide more from CLI during the process that happened when this occured.

Check your dialplan as well. You may not have it "ANSWER" ing
Alma Linux 9.3 | Version: 2.14-911a | SVN Version: 3815 | DB Schema Version: 1710 | Asterisk 18.18.1
www.dialer.one -:- 1-833-DIALER-1 -:- https://linktr.ee/CyburDial -:- WhatsApp: +19549477572 -:- Skype: live:carpenox_3
carpenox
 
Posts: 2230
Joined: Wed Apr 08, 2020 2:02 am
Location: Coral Springs, FL

Re: message warning

Postby didine93 » Thu Jun 25, 2020 3:15 am

when i return to the CLI i have this message which does not stop and i don't know what exactly it is but calls go normal
Dialplan = 8000
didine93
 
Posts: 26
Joined: Thu Oct 24, 2019 3:40 pm

Re: message warning

Postby carpenox » Thu Jun 25, 2020 6:53 am

thats not a full dialplan...
Alma Linux 9.3 | Version: 2.14-911a | SVN Version: 3815 | DB Schema Version: 1710 | Asterisk 18.18.1
www.dialer.one -:- 1-833-DIALER-1 -:- https://linktr.ee/CyburDial -:- WhatsApp: +19549477572 -:- Skype: live:carpenox_3
carpenox
 
Posts: 2230
Joined: Wed Apr 08, 2020 2:02 am
Location: Coral Springs, FL

Re: message warning

Postby Fares MEHENI » Thu Jul 02, 2020 8:53 am

Hello,

I have the same problem :shock: :shock: :?
Vicibox 9.0.2

Dialplan:

exten => _0033[1-9]XXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _0033[1-9]XXXXXXXX,2,Dial(${SIPNW}/${EXTEN},,tTo)
exten => _0033[1-9]XXXXXXXX,3,Hangup

Account Entry:
[xxxxxxxx]
type=friend
dtmfmode=rfc2833
context=trunkinbound
qualify=yes
insecure=very
nat=nat=force_rport,comedia
host=x.x.x.x
disallow=all
allow=alaw
allow=ulaw
allow=g729
Fares MEHENI
 
Posts: 60
Joined: Thu Oct 17, 2019 2:43 am

Re: message warning

Postby carpenox » Thu Jul 02, 2020 1:02 pm

nat=nat=force_rport,comedia


notice anything wrong here? :p
Alma Linux 9.3 | Version: 2.14-911a | SVN Version: 3815 | DB Schema Version: 1710 | Asterisk 18.18.1
www.dialer.one -:- 1-833-DIALER-1 -:- https://linktr.ee/CyburDial -:- WhatsApp: +19549477572 -:- Skype: live:carpenox_3
carpenox
 
Posts: 2230
Joined: Wed Apr 08, 2020 2:02 am
Location: Coral Springs, FL

Re: message warning

Postby ambiorixg12 » Thu Jul 02, 2020 8:22 pm

didine93 wrote:Hello;
vicibox 9.0.2

here is the error message that shows me under the asterisk console I don't know what to do to remove it.

WARNING[13854][C-00000010]: file.c:259 ast_writestream: Translated frame write failed

try using autoframing
chan_sip has the ability to negotiate the desired framing at call establishment.

In general section of sip.conf if autoframing=yes then all calls will try to set the packetization based on the remote endpoint's preference

For more reference

https://wiki.asterisk.org/wiki/display/ ... ketization

http://www.delong.com/asterisk/file_8h.html
ambiorixg12
 
Posts: 448
Joined: Tue Sep 17, 2013 10:35 pm

Re: message warning

Postby Fares MEHENI » Fri Jul 03, 2020 9:31 am

carpenox wrote:
nat=nat=force_rport,comedia


notice anything wrong here? :p


Hi,

Yes, I corrected that but always the same :(

Has anyone ever had this problem ?
Fares MEHENI
 
Posts: 60
Joined: Thu Oct 17, 2019 2:43 am

Re: message warning

Postby rahat651 » Thu Aug 20, 2020 6:50 am

didine93 wrote:Hello;
vicibox 9.0.2.

here is the error message that shows me under the asterisk console I don't know what to do to remove it.

WARNING[13854][C-00000010]: file.c:259 ast_writestream: Translated frame write failed
WARNING[13854][C-00000010]: channel.c:4335 __ast_read: Failed to write data to channel monitor read stream

Thank you in advance for your precious help.


We ate also having the same issue with 9.0.2.
It is a new setup for us. We notice the warnings in the CLI while a call is going on.
There is enough disk space.

Carrier Config:
Code: Select all
[DelTa9]
dtmfmode=rfc2833
context=trunkinbound
qualify=yes
insecure=port,invite
nat=force_rport,comedia
type=friend
host=xxxxx.com
username=xxxxxx
secret=xxxxxx
disallow=all
allow=gsm
allow=alaw
allow=ulaw
allow=g729
allow=g723


Dial plan:
Code: Select all
exten => _9x.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _9x.,n,Set(CALLERID(num)=09638xxxxxx)
exten => _9x.,n,Dial(SIP/DelTa9/${EXTEN:1},23,tTor)
exten => _9x.,n,Hangup
Vicibox 9.0.2
Vicidial 2.14-761a, Build 200708-1033
SVN 3265, DB Schema 1600
Asterisk 13.29.2-vici
mysql Ver 15.1 Distrib 10.2.32-MariaDB, for Linux (x86_64), No Extra Software
Virtual Machine, 16GB RAM, Duel Intel Xeon Processor (Skylake, IBRS) 2.0 Ghz
rahat651
 
Posts: 41
Joined: Mon Jun 22, 2020 4:07 am


Return to Support

Who is online

Users browsing this forum: Bing [Bot], Google [Bot] and 81 guests