[Home]

Summary:ASTERISK-16878: "dahdi show channels" missing the "Extension" number
Reporter:Saleh (isaleh)Labels:
Date Opened:2010-10-26 17:54:09Date Closed:2011-06-07 14:05:14
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_dahdi
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:hello.
i am running  DAHDI Version: SVN-trunk-r9451 & Asterisk 1.8

the command: "dahdi show channels" used to show the Extension number when there are outgoing or incoming calls on the dahdi channels, example:

lan*CLI> dahdi show channels
  Chan Extension  Context         Language   MOH Interpret        Blocked    State    
pseudo            default                    default                         In Service
     1    0554221408        from-zaptel     ar         default                         In Service
     2            from-zaptel     ar         default                         In Service
     3            from-zaptel     ar         default                         In Service
     4            from-internal   ar         default                         In Service


after upgrading to Asterisk 1.8 & DAHDI Version: SVN-trunk-r9451 the extension number is missing, example "there is an outgoing dahdi call to pstn on channel 1m but its not reporting the number dialed":

lan*CLI> dahdi show channels
  Chan Extension  Context         Language   MOH Interpret        Blocked    State    
pseudo            default                    default                         In Service
     1            from-zaptel     ar         default                         In Service
     2            from-zaptel     ar         default                         In Service
     3            from-zaptel     ar         default                         In Service
     4            from-internal   ar         default                         In Service
lan*CLI> dahdi show version
DAHDI Version: SVN-trunk-r9451 Echo Canceller: MG2
Comments:By: Tzafrir Cohen (tzafrir) 2010-12-20 09:02:38.000-0600

Hmm... Looks like an Asterisk configuration issue to me.

That column shows the name of the context the channel is in (the dialplan context incoming calls go to). It does not have to be directly related to the extension.

Please provide a copy of your /etc/asterisk/chan_dahdi.conf .

By: Leif Madsen (lmadsen) 2011-01-19 09:46:47.000-0600

No response from reporter.