On 02/15/2018 04:49 PM, Joshua Colp wrote:
> On Thu, Feb 15, 2018, at 7:46 PM, the...@sys-concept.com wrote:
> 
> <snip>
> 
>>
>> Thanks again for the hint.
>> Here is the output from asterisk.
>>
>> The call is coming on Audocodes gateway from: pstn-4444
>>
>> But asterisk display:
>> Found peer 'pstn-9998' for '7804715665' from 10.10.0.8:5060
>>
>> Why not loolking up "pstn-4444" in sip.conf?
> 
> It found pstn-4444 using 10.10.0.8:5060 - if the request always comes from 
> the same IP address and port it has no other way built in to differentiate 
> between the two except by matching based on username in the 'From' header.
> 

Call comes from same IP address always.
To comes  form Audiocode:

<--- SIP read from UDP:10.10.0.8:5060 --->
INVITE sip:4@10.10.0.4 SIP/2.0
Via: SIP/2.0/UDP 10.10.0.8;branch=z9hG4bKac766808844
Max-Forwards: 70
From: "Z" <sip:7804715665@10.10.0.8>;tag=1c766802762
To: <sip:4@10.10.0.4>
Call-ID: 7668022781522018162620@10.10.0.8
CSeq: 1 INVITE
Contact: <sip:pstn-4444@10.10.0.8:5060>

Contact: "sip:pstn-4444"

And it found in sip.conf only:
Found peer 'pstn-9998' for '7804715665' from 10.10.0.8:5060

Is perhaps the name effected by the special character "-" (dash) that is
why it only matches "pstn" and take the first one it found.  Will it
make a difference if I rename the port to pstn_4444 in configuration files.

--
Thelma

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
      https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to