Displaying 1 result from an estimated 1 matches for "xxxxxxxx00".
2006 Jun 28
1
Help with incoming SIP routing
...d
defaultip=123.45.3456
host=123.45.3456
nat=no
insecure=very
context=sip-default-in
canreinvite=no
dtmfmode=rfc2833
// // My thought here is I will grab any incoming SIP call form the IP
address of my SIP trunk that matches XXX-XXX-XX00 and pass it to my
XXX-XXX-XX00 context in extensions.conf
[XXXXXXXX00]
type=friend
defaultip=69.67.248.51
host=69.67.248.51
fromuser=XXXXXXXX00
nat=no
context=XXXXXXXX00
insecure=very
And a look at extesions.conf:
// // My thought is here I will route my incoming calls to a DID i haven't
specifically routed to my default context (GoTo(XXX))
[sip-default-in]
ex...