Page 1 of 1

message warning

PostPosted: Wed Jun 24, 2020 4:31 am
by didine93
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.

Re: message warning

PostPosted: Wed Jun 24, 2020 9:57 pm
by carpenox
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

Re: message warning

PostPosted: Thu Jun 25, 2020 3:15 am
by didine93
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

Re: message warning

PostPosted: Thu Jun 25, 2020 6:53 am
by carpenox
thats not a full dialplan...

Re: message warning

PostPosted: Thu Jul 02, 2020 8:53 am
by Fares MEHENI
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

Re: message warning

PostPosted: Thu Jul 02, 2020 1:02 pm
by carpenox
nat=nat=force_rport,comedia


notice anything wrong here? :p

Re: message warning

PostPosted: Thu Jul 02, 2020 8:22 pm
by ambiorixg12
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

Re: message warning

PostPosted: Fri Jul 03, 2020 9:31 am
by Fares MEHENI
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 ?

Re: message warning

PostPosted: Thu Aug 20, 2020 6:50 am
by rahat651
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