[asterisk-bugs] [Asterisk 0012568]: no call indication for modern SE phones

noreply at bugs.digium.com noreply at bugs.digium.com
Fri May 2 12:43:36 CDT 2008


The following issue has been ASSIGNED. 
====================================================================== 
http://bugs.digium.com/view.php?id=12568 
====================================================================== 
Reported By:                Shkoder
Assigned To:                qwell
====================================================================== 
Project:                    Asterisk
Issue ID:                   12568
Category:                   Addons/chan_mobile
Reproducibility:            always
Severity:                   tweak
Priority:                   normal
Status:                     assigned
Asterisk Version:           1.4.20 
SVN Branch (only for SVN checkouts, not tarball releases):  1.4  
SVN Revision (number only!): 103690 
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             05-01-2008 22:54 CDT
Last Modified:              05-02-2008 12:43 CDT
====================================================================== 
Summary:                    no call indication for modern SE phones
Description: 
some modern Sony Ericsson phones have CIEV_CALLSETUP=10 (indicating as

[+CIEV: 10,0]

that means following lines

char ciev_callsetup_0[4];
char ciev_callsetup_1[4];
char ciev_callsetup_2[4];
char ciev_callsetup_3[4];

have to be changed to

char ciev_callsetup_0[5];
char ciev_callsetup_1[5];
char ciev_callsetup_2[5];
char ciev_callsetup_3[5];

previous two lines better be changed to prevent future problems
====================================================================== 

---------------------------------------------------------------------- 
 svnbot - 05-02-08 12:43  
---------------------------------------------------------------------- 
Repository: asterisk-addons
Revision: 583

U   trunk/channels/chan_mobile.c

------------------------------------------------------------------------
r583 | qwell | 2008-05-02 12:43:35 -0500 (Fri, 02 May 2008) | 6 lines

Expand ciev_call (and ciev_callsetup) buffers to allow for longer
responses in +CIEV.
Also switch a bunch of (all of) sprintf calls to snprintf.

(closes issue http://bugs.digium.com/view.php?id=12568)
Reported by: Shkoder

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

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

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
05-02-08 12:43  svnbot         Checkin                                      
05-02-08 12:43  svnbot         Note Added: 0086326                          
05-02-08 12:43  svnbot         Status                   new => assigned     
05-02-08 12:43  svnbot         Assigned To               => qwell           
======================================================================




More information about the asterisk-bugs mailing list