[Home]

Summary:ASTERISK-21063: Fix some issues with skinny callid
Reporter:Damien Wedhorn (wedhorn)Labels:
Date Opened:2013-02-11 00:36:25.000-0600Date Closed:2013-02-11 12:54:58.000-0600
Priority:MajorRegression?
Status:Closed/CompleteComponents:Channels/chan_skinny
Versions:SVN 12 Frequency of
Occurrence
Constant
Related
Issues:
Environment:Attachments:( 0) skinny-callinfoupdate03.diff
Description:Add extra string to transmit_callinfo_var. We seemed to be one null short so there must be an extra string in the mix. With certain combinations of strings, the device would reject the packet. Adding this seems to fix it.

Only set string2 to tonum for outgoing calls. Setting it was causing weird effects on devices for inbound calls.

Changes to send_callinfo and push_callinfo to not set callid name to last number. Was resulting in both name and num (both the same) for calls with no caller name.
Comments:By: Damien Wedhorn (wedhorn) 2013-02-11 00:38:48.994-0600

Patch skinny-callinfoupdate03.diff added. Works with my 7961 for both inbound and outbound calls.

By: snuffy (snuffy) 2013-02-11 01:10:58.807-0600

Works for me also (7941)