[Home]

Summary:ASTERISK-14075: Call via mobile randomly hangs or
Reporter:Alexander Vihlyaev (mvas78)Labels:
Date Opened:2009-05-06 05:09:50Date Closed:2009-05-15 16:53:46
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Addons/chan_mobile
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Call randomly hangs with error.
===
   -- Mobile/Sv78-708a is ringing
[May  6 12:35:08] WARNING[4469]: res_rtp_asterisk.c:1826 ast_rtp_read: RTP Read error: Bad file descriptor. Hanging up.
 == Spawn extension (sip-office, 936, 1) exited non-zero on 'SIP/1501-b6b014a0'
===
It can hang in cases:
- first ringback (offen)
- on answer
- any time.

Other error can happen while calling:
[May  6 12:32:28] ERROR[4457]: chan_mobile.c:1052 mbl_read: read error 9
[May  6 12:32:28] ERROR[4457]: chan_mobile.c:1052 mbl_read: read error 9
[May  6 12:32:28] ERROR[4457]: chan_mobile.c:1052 mbl_read: read error 9
[May  6 12:32:28] ERROR[4457]: chan_mobile.c:1052 mbl_read: read error 9
- do not hangup, but sound disappear.

with addons 1.6.1-rc3 all was good. except latency.

****** ADDITIONAL INFORMATION ******

- Nokia 6120c
- BT Dongle:
HCI Ver: 2.0 (0x3) HCI Rev: 0x7a6 LMP Ver: 2.0 (0x3) LMP Subver: 0x7a6
Manufacturer: Cambridge Silicon Radio (10)
- uname -a
Linux debian 2.6.26-2-686 #1 SMP Thu Mar 26 01:08:11 UTC 2009 i686 GNU/Linux
- bluez: 4.38
Comments:By: Alexander Vihlyaev (mvas78) 2009-05-07 03:58:06

I reinstall debian from scratch all system info the same. Install asterisk & addons from Trunk.

I make some call, all seems good for now. Will keep testing :-)

But i have a new error message when Asterisk loads, mobile connect or disconnect:

[May  7 14:34:59] ERROR[3322]: chan_mobile.c:1683 sco_accept: incoming audio connection for pvt without owner

But chan workigh OK.

I need patch from issue 0015037 for testing or it's ok?



By: Matthew Nicholson (mnicholson) 2009-05-07 09:10:23

mvas78,

Yes, try the patch from issue ASTERISK-14071 to see if that helps.



By: Alexander Vihlyaev (mvas78) 2009-05-08 11:44:29

with trunk 903 all good. except message in loop during fist call.
[May  8 22:12:37] ERROR[5908]: chan_mobile.c:1038 mbl_read: read error 107

By: Matthew Nicholson (mnicholson) 2009-05-08 16:03:49

Ok.  Open a new bug for that issue.

By: Digium Subversion (svnbot) 2009-05-08 16:05:17

Repository: asterisk-addons
Revision: 903

U   trunk/channels/chan_mobile.c

------------------------------------------------------------------------
r903 | mnicholson | 2009-05-08 10:40:01 -0500 (Fri, 08 May 2009) | 10 lines

Accept SCO sockets even if there is no pvt->owner.  An owner may come later.

(closes issue ASTERISK-14071)
Reported by: hmld
Tested by: mnicholson, hmld, jongerenchaos

(closes issue ASTERISK-14075)
Reported by: mvas78
Tested by: mvas78

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk-addons?view=rev&revision=903

By: Digium Subversion (svnbot) 2009-05-15 16:53:46

Repository: asterisk-addons
Revision: 915

_U  branches/1.6.2/
U   branches/1.6.2/channels/chan_mobile.c

------------------------------------------------------------------------
r915 | mnicholson | 2009-05-15 16:53:45 -0500 (Fri, 15 May 2009) | 38 lines

Merged revisions 900,903,906-907 via svnmerge from
https://origsvn.digium.com/svn/asterisk-addons/trunk

........
 r900 | mnicholson | 2009-05-04 17:08:56 -0500 (Mon, 04 May 2009) | 7 lines
 
 Interact with bluetooth audio sockets directly instead of going through an
 internal pipe.
 
 (closes issue ASTERISK-13939)
 Reported by: jongerenchaos
 Tested by: jongerenchaos
........
 r903 | mnicholson | 2009-05-08 10:40:01 -0500 (Fri, 08 May 2009) | 10 lines
 
 Accept SCO sockets even if there is no pvt->owner.  An owner may come later.
 
 (closes issue ASTERISK-14071)
 Reported by: hmld
 Tested by: mnicholson, hmld, jongerenchaos
 
 (closes issue ASTERISK-14075)
 Reported by: mvas78
 Tested by: mvas78
........
 r906 | mnicholson | 2009-05-14 12:07:07 -0500 (Thu, 14 May 2009) | 6 lines
 
 Check the first character of a caller id string to see if it is the end of the
 string.
 
 (closes issue ASTERISK-14130)
 Reported by: nikkk
........
 r907 | mnicholson | 2009-05-14 12:09:33 -0500 (Thu, 14 May 2009) | 2 lines
 
 Handle empty numbers in CMGR messages.
........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk-addons?view=rev&revision=915