<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

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

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

Reply via email to