[asterisk-users] how to configure callcentric peer

Matthew Jordan mjordan at digium.com
Tue Apr 15 19:03:20 CDT 2014


<snip>

>
>
> Thanks for the response, but no:
>
> # grep -R host * | grep callcentric
> exts/callcentric.sip.conf:host=callcentric.com
> # grep -R host * | grep 204
> #
>
> Why in the world is asterisk trying to match on the FROM header??
>

Because that's what Asterisk has always done to match an inbound
request to a peer.

Quoting from sip.conf.sample:

; When naming devices, make sure you understand how Asterisk matches calls
; that come in.
;       1. Asterisk checks the SIP From: address username and matches against
;          names of devices with type=user
;          The name is the text between square brackets [name]
;       2. Asterisk checks the From: address and matches the list of devices
;          with a type=peer
;       3. Asterisk checks the IP address (and port number) that the INVITE
;          was sent from and matches against any devices with type=peer


-- 
Matthew Jordan
Digium, Inc. | Engineering Manager
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
Check us out at: http://digium.com & http://asterisk.org



More information about the asterisk-users mailing list