I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2011-09-06 08:32:20.661998-07 by youk
usage of Simple part: Trouble when the authentication is enabled
Hello, In the first time I want to thank you very much for this great module! I use the Simple part of the module to write a little script which must create a call and close after a few seconds. It works perfectly when I disable the authentication of my virtual SIP phone. But when I want to use the authentication, I see a trouble. Indeed the process to have an authentication is: - send the default message (register for example) - The gateway replies with "401 Unauthorized" header - send the message with the correct header - The gateway replies with "200 OK" header This process is done automatically when I register the virtual SIP phone, but when I want to close the call with a BYE message, I receive a "401 Unauthorized" header and I don't know I must do to send the next message. Can you help me or explain me if I do something wrong. Thanks, Youk
Direct Responses: 13478 | Write a response