[asterisk-users] Polycom Spectralink 8002 Configuration

M Hulber asterisk-admin at hulber.com
Wed Feb 25 10:37:58 CST 2009


Bob,

Ok, that's the route I ended up taking where all lines are the same 
user.  I put the AUTH an LINEn_AUTH in the phone instead.  I wanted to 
be able to set up so that each line is a different peer like below:

sip_5555.cfg:

AUTH = 5555; secret
LINE1         = 5555
LINE1_PROXY   = 1
LINE1_CALLID  = ABC Tech
LINE1_AUTH    = 5555; secret
LINE2         = 6666
LINE2_PROXY   = 1
LINE2_CALLID  = ABC Sales
LINE2_AUTH    = 6666; secret

So I'm thinking, would this work if I had a sip_6666.conf as well as a 
sip_5555.conf?  What the relationship between the LINEs in the 
sip_xxxx.cfg and the Reg on the phone?  What's the relationship between 
the AUTH and the LINEn_AUTH?  This is just a bit confusing to me.

Basically, I want to treat the phone as a multiple extension phone 
instead of a single user phone. Where each extension (LINE) represents 
itself as a unique peer when communicating with Asterisk and is 
registered uniquely.

Bob Pierce wrote:
> On Wed, 2009-02-25 at 15:13 +0000, Jeff LaCoursiere wrote:
>   
>> Aha!  Mind posting that config?
>>     
>
> My sip_allusers.cfg looks like this:
> CODECS = g711u, g711a
> PROXY1_TYPE = Asterisk
> PROXY1_ADDR = 192.168.8.1:5060
> #PROXY1_KEYPRESS_2833 = enable
> PROXY1_KEYPRESS_INFO = disable
> PROXY1_HOLD_IP0 = disable
> #PROXY1_PRACK = enable
> PROXY1_REREG_SECS=3600
> PROXY1_KEEPALIVE_SECS=14
> PROXY1_DOMAIN = 192.168.8.1
> PROXY1_CALLID_PER_LINE = disable
> PROXY1_MAIL_ACCESS = *97
>
> My sip_5555.cfg looks like this:
> AUTH = 5555; secret
> LINE1         = 1234
> LINE1_PROXY   = 1
> LINE1_CALLID  = ABC Tech
> LINE1_AUTH    = 1234; secret
> LINE2         = 1234
> LINE2_PROXY   = 1
> LINE2_CALLID  = ABC Tech
> LINE2_AUTH    = 1234; secret
>
> Bob
>
> _______________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
>   



More information about the asterisk-users mailing list