Closed arpagon closed 13 years ago
I will be updating the code to apply the fix for Asterisk 1.8 as soon as I have access to my laptop again, that is by sunday or monday. Do you know if the use of pseudo dahdi/zap channel still applies to Asterisk 1.8?
hi,
Yes, still applies
DAHDI/pseudo-1744321 s@default:1 Rsrvd (None) DAHDI/pseudo-2120884 s@default:1 Rsrvd (None)
Implemented the suggested fix for Asterisk 1.8.
Hi Ali, dahdi channels in asterisk 1.8 is displayed differently. are now more informative.
Asterisk 1.8 before
after Asterisk 1.8
should update function. "getChannelStats"
I just did this
for line in cmdresp.splitlines(): mobj = re.match('(sip|iax2|zap|dahdi|local|misdn)\/(\w+)', line, re.IGNORECASE) if mobj: