Hello sipx-dev list members, Background: I am still using 3.8 on centos 5 from the ISO distribution, with regular yum updates (but no explicit sipx updates)
I looked at the REST and SOAP api of the sipxConfig through wiki pages. For some reason i can't run the python sample in centos 5 or windows(python 2.5), it gives syntax error on the first line where sipxhost= is defined. I am looking forward to accomplish two things, perhaps someone in the community has experience in integrating sipx with internal systems (i.e. intranet). 1) Being able to add users, set password, add groups, assign user to groups, add phones, assign extensions(users) to phones and ideally deploy(send profile) of the phones via the SOAP interface. I would very much appreciate if someone share his experience in establishing this (a tool or script of any kind). And whether or not all the features in point 1 is doable. 2) As I understand the VoiceMail Notification is hardcoded in one of the ..cpp files, I was thinking of some sort of hack in our internal Webmail system. When an email arrives from VoiceMail Notification <[email protected]>, i'll alter the Body contents of the E-mail that contains the three links; Listen Inbox Delete If user clicks on these links he'll be directed to User Portal that asks for his user PIN and password. However as company policy we do not inform users on the PIN so the only form of accessing the VoiceMail is Email Inbox. A typical URL for the links (say Listen link for this example) inside the Voicemail notification e-mail is something like; https://sipx.domain.com:8443/sipxconfig/mailbox/630/inbox/00001061 Now the question is, is there any way to modify this URL to append the username and PIN(password) as url paramater (along with other required parameters (if any)) so that upon clicking the link User will auto-login to the User Portal without going through the Login Page. I have access to the WebMail source code and I am able to change the URL links. In short, is this possible (in some form or another); https://sipx.domain.com:8443/sipxconfig/mailbox/630/inbox/00001061?username=630&password=1234&otherParams.. to auto-login to the user portal. As i don't have the resources to re-compile the .cpp and able to modify incoming email body within Webmail, this looks like the only way - not sure how to go about it. I have looked at Login page hidden <input fields and attempted to do add as URL parameters which didn't help. Would appreciate your help and advise. On a completely separate note, is there a simple way to upgrade an online SipX 3.8 to version 3.10.(2) ? I have googled the sipx sites and mailing list with no clear indication. Thank you in advance. Kind Regards. _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
