Konference disturbed the calls

the asterisk version is 1.4.21 the Konference version is 1.7

i used Asterisk manager to make a call out from Asterisk.

the Main variable is as following…
Channel: LOCAL/8316111111@conf_meetme
Exten: 86222222
Context: conf_callout

that is mean ,i let Channel Locall2 goto Konference application first ,then the phone number (86222222) will be called in Context conf_callout. after Channel Locall2 goto Konference application,Asteriks report Errors as ‘No translator path from unknown to unknown’. but if it used meetme, asterisk worked well. the Error log as following.
can anyone give me some suggestion?thank a million.
By the way,i’v tested if Channel Local2 callout to phone first ,then Channel Local1 goto Konference,it works well.but i need Channel Local2 goto Konference first.Thanks again.

;;;;;Logs…
– Executing [8316111111@conf_meetme:1] NoOp(“Local/8316111111@conf_meetme-27ca,2”, “”) in new stack
– Executing [8316111111@conf_meetme:2] Set(“Local/8316111111@conf_meetme-27ca,2”, “confid=8316111111”) in new stack
– Executing [8316111111@conf_meetme:3] Goto(“Local/8316111111@conf_meetme-27ca,2”, “100”) in new stack
– Goto (conf_meetme,8316111111,100)
– Executing [8316111111@conf_meetme:100] Answer(“Local/8316111111@conf_meetme-27ca,2”, “”) in new stack
– Executing [8316111111@conf_meetme:101] Konference(“Local/8316111111@conf_meetme-27ca,2”, “8316111111”) in new stack
[Aug 23 02:50:59] WARNING[26666]: translate.c:86 powerof: No bits set? 0
[Aug 23 02:50:59] WARNING[26666]: translate.c:283 ast_translator_build_path: No translator path from unknown to unknown
[Aug 23 02:50:59] WARNING[26666]: translate.c:86 powerof: No bits set? 0
[Aug 23 02:50:59] WARNING[26666]: translate.c:283 ast_translator_build_path: No translator path from unknown to unknown
[Aug 23 02:50:59] WARNING[26666]: channel.c:2781 set_format: Unable to find a codec translation path from slin to unknown
[Aug 23 02:50:59] ERROR[26666]: member.c:729 member_exec: unable to set read format to signed linear
== Spawn extension (conf_meetme, 8316111111, 101) exited non-zero on ‘Local/8316111111@conf_meetme-27ca,2’

Konference isn’t part of the standard Asterisk. You need to ask its developers.

Call files, by default select signed linear as the codec for both sides. It looks like Konference is being confused by this. It may help if you specify the codec that you intend to use on the phone.

Hi

You can get this if [c,K]onference is trying to play a sound file to a non existent channel.

Does the call fail or is it just that you are getting errors ?

Ian

[quote=“ianplain”]Hi

You can get this if [c,K]onference is trying to play a sound file to a non existent channel.

Does the call fail or is it just that you are getting errors ?

Ian[/quote]

Yes, Call fail! thank you for your reply.but need more.hehe.:smile: