Hey, kinda bad to be reporting a bug as a first post, but...I'm writing 
my own softphone using sipXtapi, freshly built today from the SVN 
sources...but every time I try to register my line I get a 
LINESTATE_REGISTER_FAILED_TIMEOUT event fired. I checked my Asterisk 
server log, it didn't even see an attempt.

Interesting fact is when I deliberately malform my server address, I get 
an error from the Asterisk server.

example:

registering a line at <sip:[EMAIL PROTECTED]> gets a timeout with no 
server entry

whereas registering a line at "Test Line <sip:[EMAIL PROTECTED]" gets 
me an error from the Asterisk server.

    sipxLineAdd(hInst, "Test Line <sip:[EMAIL PROTECTED]>", &hLine);
    sipxLineAddCredential(hLine, "360","xxxxx","nnn.nnn.nnn.nnn");
    sipxLineRegister(hLine,true);


Is there anywhere I could be obviously going wrong with that?

Thanks :-)

--
Alister

_______________________________________________
sipxtapi-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/

Reply via email to