I'm able to register sip friends with asterisk but i wish to use presence and instant messaging. asterisk sent back "Proxy Authentication required 407" when SUBSCRIBE is sent to asterisk.
harry --- Noah Miller <[EMAIL PROTECTED]> a �crit�: > Hi Harry - > > > Can you get SUBSCRIBE registration ?? > > I don't know what SUBSCRIBE registration is, but > looking at your > sip.conf, there's a couple of things I would change: > > [100] > type=friend > username=100 > secret=100 > > fromuser=100 > ; Take this out - it's only needed when you want > certain types of sip > proxies are trying to > ; register to this peer - not normally needed for > asterisk. > > host=dynamic > context=sip > > dtmfmode=rfc2833 > ; I'd use inband here. I've tried rfc2833 here, > too, but it doesn't > seem to work as well as inband > > progressinband=no > ; You don't really need this, and I think it doesn't > make sense if > you're doing rfc2833 dtmfmode > > On the Polycom side, you should use the following > info: > > Address: 100 > Auth User ID: 100 > Auth Password: 100 > > Other than the SIP server address, these are the > only important numbers > on the Polycom. > > - Noah > > > > > > --- Noah Miller <[EMAIL PROTECTED]> a > �crit�: > >> Hi Harry - > >> > >>> I try to set up two lines per ip 300 phone, > >>> registration is ok but i get Failure to > >> authenticate > >>> 407 for subscribe. > >> > >> What version of the SIP firmware are you using? > >> I've had success with > >> 1.3.0, 1.3.1, 1.3.4, and 1.4.1. > >> > >> My sip.conf entries for my Polycom phones look > like > >> this: > >> > >> [12] > >> type=friend > >> username=12 > >> secret=12 > >> callerid="12" > >> host=dynamic > >> dtmfmode=inband > >> context=no-callwaiting > >> [EMAIL PROTECTED] > >> disallow=all > >> allow=ulaw > >> > >> Are you configuring directly on the phone, or > using > >> an FTP or TFTP > >> server? > >> > >> > >>> Anybody could help me to configure Asterisk in > >> order > >>> to set instant message and presence ? > >> > >> To the best of my knowledge the Presence feature > of > >> the Polycom phones > >> does not work with Asterisk. I believe it only > >> works with other IM > >> clients. > >> > >> Hope this helps! > >> Noah > >> > >> > > > > > > > > > > > > > > D�couvrez le nouveau Yahoo! Mail : 250 Mo d'espace > de stockage pour > > vos mails ! > > Cr�ez votre Yahoo! Mail sur > http://fr.mail.yahoo.com/ > > D�couvrez le nouveau Yahoo! Mail : 250 Mo d'espace de stockage pour vos mails ! Cr�ez votre Yahoo! Mail sur http://fr.mail.yahoo.com/ _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
