[asterisk-bugs] [Asterisk 0012568]: no call indication for modern SE phones
noreply at bugs.digium.com
noreply at bugs.digium.com
Thu May 1 22:54:36 CDT 2008
The following issue has been SUBMITTED.
======================================================================
http://bugs.digium.com/view.php?id=12568
======================================================================
Reported By: Shkoder
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 12568
Category: Addons/chan_mobile
Reproducibility: always
Severity: tweak
Priority: normal
Status: new
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-01-2008 22:54 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
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
05-01-08 22:54 Shkoder Asterisk Version => 1.4.20
05-01-08 22:54 Shkoder SVN Branch (only for SVN checkou => 1.4
05-01-08 22:54 Shkoder SVN Revision (number only!) => 103690
======================================================================
More information about the asterisk-bugs
mailing list