chan_motif, android
Вот отформатированный выхлоп:
| Код: |
| |
Ничего предосудительного я не заметил. Это косяк клиента на ведроиде, или chan_motif?
Если что, вот для сравнения лог успешного звонка на комп:
| Код: |
| |
Попробовал разные версии транспорта (ice-udp, google, google-v1) - результат тот же.
Если что, вот конфиги (они мало чем отличаются от дефолтных):
xmpp.conf
| Код: |
| [general] ;debug=yes ; Enable debugging (disabled by default). ;autoprune=yes ; Auto remove users from buddy list. Depending on your ; setup (ie, using your personal Gtalk account for a test) ; you might lose your contacts list. Default is 'no'. autoregister=yes ; Auto register users from buddy list. collection_nodes=yes ; Enable support for XEP-0248 for use with ; distributed device state. Default is 'no'. pubsub_autocreate=yes ; Whether or not the PubSub server supports/is using ; auto-create for nodes. If it is, we have to ; explicitly pre-create nodes before publishing them. ; Default is 'no'. [google] type=client serverhost=talk.google.com username=server@gmail.com secret=server_password priority=1 port=5222 usetls=yes usesasl=yes status=available statusmessage="I am available" timeout=5 |
И motif.conf:
| Код: |
| [google] context=context-166-82 disallow=all allow=alaw,ulaw connection=google ;transport=google-v1 |
_________________
«Choose a job you love, and you will never have to work a day in your life» — Confucius
| Код: |
| [gtalk_in] exten => _X!,1,Answer exten => _X!,n,Dial(Gtalk/....) [gtalk_out] exten => _X!,1,Answer exten => _X!,n,Goto(outgoing,${EXTEN},1) |