Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
With CM6.1, I have downloaded PerfmonPort.wsdl and converted to java using AXIS1.4.I have a code snippet of:PerfmonBindingStub perf = new PerfmonBindingStub(url, service);perf._setProperty(Call.USERNAME_PROPERTY, user);perf._setProperty(Call.PASSWORD...
With lots and trial and error, I got the literal example working with:<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-ins...
Yes, many of the SP want/expect the From header to be DID@serviceprovider.com. You would have to ask the SP for the definitive answer.Ooops, the REGISTER message does not use that dial-peer, so you will have to make the setting global. Try:voice se...
What does "debug ccsip messages" show now? Is the From header user portion 2024491446? Is the SP sending back any response?The usual suspects are:1) firewall/NAT - I assume all is good.2) TCP vs. UDP - I think most/all SP support UDP.3) Message con...
The SP likely wants the "From" header to contain the DID they gave you. You are currently sending them "9*" in the From header. Try changing the POTS dial peer to the SP DID to see if that will put the DID in the From header and trigger the SP to s...