You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1.Trying to use asterisk from Gtalk to internal SIP
What version of the product are you using? On what operating system?
I'm on debian sqeeze, with libiksemel3 (1.2-4) package, but also with compiled
version from lastest sources can reproduce the problem.
The Android version is Android IceCream Sandiwch 4.0 with Google Talk
4.0.3-239410 (330)
Essentially iksemel can't parse the android client data, the error from
asterisk is "chan_gtalk.c:2005 gtalk_parser: No attribute "type" found.
Ignoring message."
the problem is that "iks_find_attrib(pak->query, "type")" returns null
I attach the full log with some Android client data.
I'm pretty sure that it is an iksemel issue (or/combined with Android client
issue) because with emphaty from desktop with the same google account there are
no problems.
(sorry for my bad english)
Original issue reported on code.google.com by [email protected] on 1 Feb 2012 at 12:02
Can be closed, it's not a iksemel bug, but an Android/Asterisk one.
Android close </jingle> tag before open <session>, so Asterisk have to check if
there is an <session> tag after <jingle> one, and it did this only with
<ses:session> and <jin:jingle>.
Original issue reported on code.google.com by
[email protected]
on 1 Feb 2012 at 12:02Attachments:
The text was updated successfully, but these errors were encountered: