[Home]

Summary:ASTERISK-05364: IAX to IAX calls to ringing extensions doesn't ring on the near end.
Reporter:syslod (syslod)Labels:
Date Opened:2005-10-25 07:07:40Date Closed:2005-10-25 14:43:41
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Recently all calls that had DID going directy to a SIP account over IAX stopped ringing on the near end.  User that calls doesn't know that the phone on the other end is ringing they just hear silence.

Errors show up on the near end machine as follows:


!! Don't know how to add an IE High-layer Compatibility (125)
!! Unable to add IE 'High-layer Compatibility'




****** STEPS TO REPRODUCE ******

Checkout head.  Make IAX to IAX call with DID number ringing SIP extension on far end.
Comments:By: Michael Gernoth (mgernoth) 2005-10-25 10:29:21

Same here but with incoming calls on an E1 Euroisdn PRI. Incoming calls from the PSTN ring the SIP phones but hear no ringing indication. Instead the IE message is printed to the console:

[Oct 22 12:00:52] VERBOSE[17557]: [Oct 22 12:00:52]     -- Accepting call from '0911XXXXXX' to 'XXXXXXX' on channel 0/2, span 1
...
[Oct 22 12:00:52] VERBOSE[17564]: [Oct 22 12:00:52]     -- Executing Dial("Zap/2-1", "SIP/20||") in new stack
[Oct 22 12:00:52] VERBOSE[17564]: [Oct 22 12:00:52]     -- Called 20
[Oct 22 12:00:52] VERBOSE[17564]: [Oct 22 12:00:52]     -- SIP/20-88f0 is ringing
[Oct 22 12:00:52] VERBOSE[17564]: [Oct 22 12:00:52] !! Don't know how to add an IE High-layer Compatibility (125)
[Oct 22 12:00:52] VERBOSE[17564]: [Oct 22 12:00:52] !! Unable to add IE 'High-layer Compatibility'
[Oct 22 12:00:53] VERBOSE[17564]: [Oct 22 12:00:53]     -- SIP/20-88f0 is ringing

Reverting back the latest changes to libpri and chan_zap fixed this for me. As this message is generated only by libpri, I have no idea how it could show up in IAX to IAX calls.

By: Matthew Fredrickson (mattf) 2005-10-25 13:23:26

Try updating libpri again.  I just made an update that probably fixed it.

By: Michael Gernoth (mgernoth) 2005-10-25 14:32:21

That fixed it at least for me.
Thanks mattf :-)

By: Matthew Fredrickson (mattf) 2005-10-25 14:43:20

Missed comma in CVS commit.

By: Matthew Fredrickson (mattf) 2005-10-25 14:43:40

Fixed in head!