[Home]

Summary:ASTERISK-21066: Respect Callerid ID presentation
Reporter:snuffy (snuffy)Labels:
Date Opened:2013-02-12 01:21:45.000-0600Date Closed:2013-02-14 13:30:58.000-0600
Priority:MajorRegression?
Status:Closed/CompleteComponents:Channels/chan_skinny
Versions:SVN 12 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) skinny-respect-clid-restrictions.diff
( 1) skinny-respect-clid-restrictions-v2.diff
Description:Fix chan_skinny so that it respects callerID presentation of inbound calls to device.

Add another minor fix to the 145 packet (add OCTAL_FROM) and set correct inbound callerid number.
Comments:By: Damien Wedhorn (wedhorn) 2013-02-12 14:20:23.107-0600

Looks good, works for me.

Only suggestion would be to set fromnum to "Unknown" in setsubstate(SUBSTATE_RINGIN) - 2 places - so that the display prompt isn't just "From" for unknown inbound calls.

By: snuffy (snuffy) 2013-02-13 20:29:13.994-0600

updated with 'unknown' suggestion