[asterisk-dev] Fwd: Configuring Asterisk 1.4-beta2 to work with jingle

Raffaele Porzio raffounz2 at gmail.com
Thu Sep 28 01:38:29 MST 2006


---------- Forwarded message ----------
From: Raffaele Porzio <raffounz2 at gmail.com>
Date: 27-set-2006 9.48
Subject: Configuring Asterisk 1.4-beta2 to work with jingle
To: asterisk-users at lists.digium.com

Hi, I installed this beta and I'm trying to use the jingle integration,
following the steps in this wiki
http://www.voip-info.org/wiki/view/Asterisk+Speaks+with+Google+Talk, but I'm
having some problem. I registered even a SIP than a IAX user; when I try to
call the jingle user connected via libjingle from Xlite i receive a call not
approved message and no response from asterisk; when I try from iaxcomm I
received from asterisk these errors:
[Sep 26 16:20:51] WARNING[8742]: channel.c:2842 ast_request: No channel type
registered for 'Jingle'
[Sep 26 16:20:51] WARNING[8742]: app_dial.c:1077 dial_exec_full: Unable to
create channel of type 'Jingle' (cause 66 - Channel not implemented)

Hera are mi conf files:

sip.conf

[general]
context=default
bindport=5060
bindaddr=0.0.0.0
srvlookup=yes
dtmfmode=rfc2833
relaxdtmf=no
disallow=all
allow=ulaw
allow=alaw
allow=gsm
maxexpirey=30
defaultexpirey=180
canreinvite=yes
nat=0
UserAgent=Asterisk

[raffo6]
type=friend
context=default
regexten=raffo6
username=raffo6
secret=raffo6
fromuser=raffo6
callerid=raffounz2
host=dynamic
nat=route
canreinvite=no
dtmfmode=RFC2833
incominglimit=3
mailbox=1

iax.conf

[general]
.......
.......

[raffo5]
type=friend
context=iaxjingle
regexten=raffo5
username=raffo5
secret=raffo5
fromuser=raffo5
callerid=raffounz2
host=dynamic
nat=route
canreinvite=no
dtmfmode=RFC2833
incominglimit=3
mailbox=1


extensions.conf

[general]
static=yes
writeprotect=yes
autofallthrough=yes
clearglobalvars=no
priorityjumping=no

[default]
exten => s,1,NoOP("Incoming Call from Gtalk")
exten => s,n,Answer()
exten => s,n,Dial(SIP/11)
exten => 11,1,Dial(Jingle/asterisk/raffounz2 at gmail.com)
exten => 22,1,Dial(Jingle/asterisk/hellothere at gmail.com)
exten => 33,1,Dial(Jingle/asterisk/dingdong at gmail.com)
exten => 44,1,JABBERSend(asterisk,voipproducts at gmail.com,This is a test
Message)
exten => 55,1,Dial(Jingle/asterisk/raffounz at gmail.com)

[iaxjingle]
exten => s,1,NoOP("Incoming Call from Gtalk")
exten => s,n,Answer()
exten => s,n,Dial(IAX2/10)
exten => 10,1,Dial(Jingle/asterisk/raffounz2 at gmail.com)
exten => 20,1,Dial(Jingle/asterisk/hellothere at gmail.com)
exten => 30,1,Dial(Jingle/asterisk/dingdong at gmail.com)
exten => 40,1,JABBERSend(asterisk,voipproducts at gmail.com,This is a test
Message)
exten => 50,1,Dial(Jingle/asterisk/raffounz at gmail.com)

jingle.conf

[general]
context=default
allowguest=yes

[guest]
disallow=all
allow=ulaw
context=guest

[google]
username=user1 at gmail.com
disallow=all
allow=ulaw
context=default
connection=asterisk

jabber.conf

[general]
debug=yes
autoprune=no
autoregister=no

[asterisk]
type=client
serverhost=talk.google.com
username=raffounz2 at gmail.com
secret=*******
port=5222
usetls=yes
usesasl=yes
buddy=user1 at gmail.com
statusmessage="I am an Asterisk Server"
timeout=100

Must I reinstall asterisk after removing previous installation due to module
issues? Or there's some errors in the conf? Please help me! Thank everyone.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-dev/attachments/20060928/001b000e/attachment.htm


More information about the asterisk-dev mailing list