[solved]新手問題: asterisk 1.8 in raspberry pi, codec problem
| 本帖最後由 lawleo 於 2012-7-21 18:58 編輯 
 跟住個 beginner guide, 用 softphone "Bria" connect 去 softphone "QuteCom".
 
 [users]
 exten=>6001,1,Dial(SIP/demo-alice,20)
 exten=>6002,1,Dial(SIP/demo-bob,20)
 
 exten => 6000,1,Answer(2000)
 exten => 6000,n,Playback(hello-world)
 exten => 6000,n,Hangup()
 
 互打會響, 但講唔到野, no sound
 
 打 6000, 會 answer, 但 playback hello-world 無聲.
 會出以下 warning....
 Dropping incompatible voice frame on SIP/demo-bob-00000002 of format ulaw since our native format has changed to 0x2 (gsm)
 
 其實問題在那裡呢?
 
 core show translation 又見有 ulaw, alaw, gsm 係度架 wor...
 
 試左成朝... 有人可以幫幫我嗎?
 |