[Home]

Summary:ASTERISK-16037: DAHDI FXS channels: CALLERID(num) and CALLERID(name) are empty after first hangup
Reporter:evandro (evandro)Labels:
Date Opened:2010-04-30 12:47:30Date Closed:2010-05-11 10:34:34
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_dahdi
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) chan_dahdi.conf
( 1) console_debug.txt
Description:As related by issue 16968, the problem persist. I took a look at chan_dahdi.c, and realized that this occurs on lines 4532 and 4533, between #ifdef HAVE_OPENR2 code.
Commenting these two lines solve the problem, but I don't know how that may affect another functions.
Comments:By: Paul Belanger (pabelanger) 2010-04-30 14:04:52

We will need to see some debug logs reproducing the issue.  Be sure to check ASTERISK-15751 for an example.

http://svn.digium.com/svn/asterisk/trunk/doc/HOWTO_collect_debug_information.txt

---
Thank you for taking the time to report this bug and helping to make Asterisk better.

Unfortunately, we cannot work on this bug because your description did not include enough information.

You may find it helpful to read the Asterisk Issue Guidelines http://www.asterisk.org/developers/bug-guidelines.

We\'d be grateful if you would then provide a more complete description of the problem.

At a minimum, we need:
1. the specific steps or actions you took that caused you to encounter the problem,
2. the behavior you expected, and
3. the behavior you actually encountered (in as much detail as possible).

This likely includes output from the console with debug level logging, a SIP trace (if this is SIP related), and configuration information such as dialplan (e.g. extensions.conf) and channel configuration (e.g. sip.conf).

Thanks!

By: Paul Belanger (pabelanger) 2010-04-30 14:05:50

Also, I would try testing with the 1.6.2 branch to see if the problem is still there. Since you indicate you we're using 1.6.0.

By: evandro (evandro) 2010-04-30 14:28:38

Sorry, I made a mistake on select a version. The correct version is 1.6.2.7-rc2

By: Paul Belanger (pabelanger) 2010-05-03 09:46:24

We still need some debug logs to triage this issue.

By: evandro (evandro) 2010-05-03 12:49:44

Here goes console_debug and chan_dahdi.conf. Ask me if you need more.

By: Leif Madsen (lmadsen) 2010-05-11 10:34:22

This is likely fixed in 1.6.2.8-rc1 so please test that.