[Home]

Summary:ASTERISK-14130: Caller identifier problem
Reporter:Nicola Turato (nikkk)Labels:
Date Opened:2009-05-14 11:03:22Date Closed:2009-05-15 16:53:47
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Addons/chan_mobile
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:With Alcatel OT-320, CALLERID(num) is setted to ",0, when an incoming call has unknown id.

[May 14 17:46:09] DEBUG[15233]: chan_mobile.c:3187 handle_response_ciev: [OT-S320] incoming call, waiting for caller id
[May 14 17:46:09] DEBUG[15233]: chan_mobile.c:3441 do_monitor_phone: [OT-S320] RING
[May 14 17:46:09] DEBUG[15233]: chan_mobile.c:3266 handle_response_ring: [OT-S320] got ring while waiting for caller id
[May 14 17:46:09] DEBUG[15233]: chan_mobile.c:3441 do_monitor_phone: [OT-S320] +CLIP: "",0,"",0,"",1
   -- Executing [s@incoming-mobile:1] Verbose("Mobile/OT-S320-7e9f", "",0,") in new stack
,0,


With a CALLERID setted like that, SIP clients refuse any call.
Comments:By: Digium Subversion (svnbot) 2009-05-14 12:07:14

Repository: asterisk-addons
Revision: 906

U   trunk/channels/chan_mobile.c

------------------------------------------------------------------------
r906 | mnicholson | 2009-05-14 12:07:14 -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

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

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

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