Asterisk 11.0 gtalk calling issue

Hi Guyz,

i am getting issue on configuring gtalk calling using asterisk 11. please have the below conf files. please help

***sip.conf
[100]
type=peer
context=google-out
host=dynamic
port=5060
username=100
secret=100
canreinvite=no
insecure=port,invite
nat=yes
language=en

***motif.conf
[buddy]
username=shazi.ssuet@gmail.com
context=google-in
disallow=all
allow=ulaw
connection=gtalk_account

***xmpp.conf
[general]
debug=yes
autoprune=no
autoregister=no

[gtalk_account]
type=client
serverhost=talk.google.com
username=engrmohammadshahzad@gmail.com
secret=****sincere
priority=1
port=5222
usetls=yes
usesasl=yes
status=available
statusmessage="I am available"
timeout=5

***extensions.conf
[google-out]
exten => 11,1,Dial(Motif/gtalk_account/shazi.ssuet@gmail.com,r)

when i dail 11 from extension 100 i am getting below error on asterisk cli.

*CLI> == Using SIP RTP CoS mark 5
– Executing [11@google-out:1] Dial(“SIP/100-00000000”, “Motif/gtalk_account/shazi.ssuet@gmail.com,r”) in new stack
[Sep 4 01:34:35] WARNING[9494][C-00000000]: channel.c:5895 ast_request: No channel type registered for ‘Motif’
[Sep 4 01:34:35] WARNING[9494][C-00000000]: app_dial.c:2433 dial_exec_full: Unable to create channel of type ‘Motif’ (cause 66 - Channel not implemented)
== Everyone is busy/congested at this time (1:0/0/1)
– Auto fallthrough, channel ‘SIP/100-00000000’ status is ‘CHANUNAVAIL’

Hi malcolmd,

Sorry i didn’t got your point, can you please clarify.

No channel type registered for Motif. Is chan_motif compiled and loaded by Asterisk?

Hi malcolmd.

I think its not complied, can you please help to how to compiled and load??

Not at the moment, no, sorry.

I have the same problem. I checked that the module chan_motif is compiled and loaded. However, CLI still say: “[Dec 8 22:37:11] WARNING[24608][C-00000001]: app_dial.c:2433 dial_exec_full: Unable to create channel of type ‘Motif’ (cause 66 - Channel not implemented)”. Any explanations?

Presumably you didn’t succeed in loading it, so look for error messages at the time of the load attempt, or try to load it manually with module load chan_motif.

please note

username=shazi.ssuet@gmail.com

in motif.conf

it is no more supported. simply remove the line and restart asterisk. you will be OK