[Home]

Summary:ASTERISK-03689: Incorrect SIP Channel
Reporter:akaki (akaki)Labels:
Date Opened:2005-03-17 09:46:35.000-0600Date Closed:2011-06-07 14:11:54
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I had register 2 SIP Numbers from same company

sip.conf
register => 485191:secr1@pbx.host.ge
register => 485151:secr9@pbx.host.ge/177

and when I have receiving incoming call, doesnt matter it was dialed on 485191 or 485151 console allways says:

ms*CLI>
   -- Executing Ringing("SIP/485151-2c05", "") in new stack
   -- Executing Wait("SIP/485151-2c05", "3") in new stack
   -- Executing Answer("SIP/485151-2c05", "") in new stack
on 'SIP/485151-2c05'
  e.t.c.

the functionality is correct, but statistics on console and cvs is incorrect, so I have not information on which number dialed to

sip show channel aslo says that I'm using 485151 when I had incoming call on number 485191.

****** ADDITIONAL INFORMATION ******

Linux Fedora Core Development
Comments:By: Olle Johansson (oej) 2005-03-17 09:54:17.000-0600

This is a known missing feature, not a bug. We match on the IP address of the peer for incoming calls. Find someone on the #irc to help you or on the -users mailing list.