返回列表 發帖
Zoiper supports g711 (ulaw, alaw), speex, iLBC and gsm codecs in Android.

TOP

剛才 ckleea 兄給我以 g729 通了一會電話,通過很清晰,雖然聲音沒有ulaw/alaw 雄厚,但非常暢順,絕對可以接受。

TOP

回復 8# ckleea


    什麼功能?

TOP

本帖最後由 bubblestar 於 2012-9-23 09:34 編輯

在Zoiper 內好似無得SET 次序先後。但如果接駁的對方是Asterisk Users 的話,就應該在sip.conf 內的個別extension 或 general 內設定先後。

我是用這個次序排列的:
allow = ulaw
allow = alaw
allow = gsm ; GSM needs low bandwidth than ulaw and alaw
allow = g729 ;因為g729 要錢,未必每個user雙方都願意買,所以我排它最後

始終ulaw/alaw 應該是現時最普遍被支持的codecs,所以我仍會以它們為最先考慮。況且,現代的通訊器材和bandwidth的水喉只有愈來愈大,支持能力應該會愈來愈好。
當然,在某些偏遠地方、又或人為干擾的因素除外。這要看每個人的使用需要而定了。

TOP

但它沒有先後排序的選項。

TOP

Thanks! 我沒有留意是可以移動的,那麼我們可以把個設定跟Asterisk Server 的 Codecs 次序互相對應一下先後,便能達致自己想要的通話codec了。

TOP

本帖最後由 bubblestar 於 2012-10-1 21:19 編輯

From Zoiper support.

Which of the selected audio codec will be used first?

It depends if Zoiper answers or offers the codecs. If Zoiper answers, it will always select the first codec from the offer which it supports.
For example:
If a server offers g729 and a-law in this order, Zoiper will honour the server's choice of g729, even if a-law has higher priority in Zoiper.
If Zoiper offers it will offer them in the order specified in its configuration. Still the server can decide to enforce g729 in which case Zoiper will honour it.
Zoiper does not control the codec selection.

即是始終由Asterisk Server 話事決定使用何種Audio Codecs 次序。

TOP

無錯!

但其實只要Asterisk Server set 了 g729 優先,Zoiper 就算沒有set,它都要跟Asterisk Server 的次序去使用g729 codec 的。換句話說,Server 係擁有codec選用話事權;唯一例外是Zoiper 若沒有g729 的話,Server 會按自己次序去配對使用其他codec。

TOP

返回列表