Hi, Sounds like a known bug (known since one hour approx); it produces when the proxy authentication realm is different from the proxy domain. To workaround i suggest that you modify the code as follows:
in console/commands.c, find the following line: info=linphone_auth_info_new(from->url->username,NULL,passwd,NULL,realm); and replace realm by NULL . Should work with linphone-3.2.1 and git/svn current trees. Simonn Le vendredi 27 novembre 2009 à 14:09 +0000, Keith Jacobs a écrit : > Using linphonec or linphonecsh under XP to register with a local > Asterisk server seems to have a problem (maybe a bug). The command to > register looks like this: > > register <sip identity> <sip proxy> <password> > > But the password seems to be ignored and hundreds of messages are output > to the command window and the program exits - like this: > > linphonec> register sip:[email protected] sip:192.168.240.204 num8005 > Password for 8005 on "asterisk": > Password for 8005 on "asterisk": > Password for 8005 on "asterisk": > Password for 8005 on "asterisk": > Password for 8005 on "asterisk": > ~ > Password for 8005 on "asterisk": > Password for 8005 on "asterisk": > Password for 8005 on "asterisk": > Password for 8005 on "asterisk": > Password for 8005 on "asterisk": > linphonec> > > > If I remove the password requirement for this endpoint form Asterisk > then the registration is ok. If I use Linphone GUI registration works > fine with password on. > > Can anyone confirm/deny this issue? > > Thanks > > > > > > > > > _______________________________________________ > Linphone-users mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/linphone-users _______________________________________________ Linphone-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/linphone-users
