Jump to content

rickyjperez

Members
  • Posts

    17
  • Joined

  • Last visited

Everything posted by rickyjperez

  1. So can this be implemented
  2. question if you have an extension on the pbxnsip and on the redirection if you have your CLI on it. When you call into the pbxnsip, it detects the CLI, so ask to press 1 to place an outbound call, press to for your voicemail, and press 3 for the auto attendant. Can we add press 4 for callback, and since it already know the CLI it will just ask to callback the CLI number.
  3. But can it be done. We would like to know if this can be done and what is the time factor if it can be done.
  4. When you schedule a conference, can the system send a call to the participant and if they pick up they can call the extension of the conference ext #.
  5. Even when I place the access number added to the callback extension, no dtmf tones
  6. If i dial the auto attendent and dial the ext for the callback the dtmf works, but if i point a number via hunt group to the callback extension it does not work here are the logs. The inbound access number i am dialing is 973 528 7903 logs are attached
  7. If you are using callback, and when call comes back to the cellphone or landline, after that it asked to dial the destination number, can it be setup to call an extension number on the pbx. Also I am setting up so it does not use the auto attendent, but when it goes directly to the callback or i use the hunt group i do not get dtmf tones, but when i use the auto attendent is works great
  8. Can you please provide some working samples as the SOAP URL Change is not working for me and i am not able to findout the issue. still i am getting the blank response. Thanks and Regards Ramesh
  9. Thanks for your reply, still we dont know how to download CDRs. Can you please put some sample codes so we can understand easily and integrate the same with our application. We required to find the users online can We use the same SOAP technic to send request for the same, if possible please explain how to do it. Regards, Ramesh
  10. Thanks for your reply and we have added the trusted IP and now it is not redirecting for login, but we are not getting proper response means we are not able to download the CDRs. we have searched in this forum and we found some altration like file:cdr.txt instead of CDR URL. We tried that also but we are not getting cdrs it is retruning blank response. Please help us to resolve the issue. Regards Ramesh
  11. Thanks for your reply. Please let us knwo where we can see the SOAP Log. Is it the same log where we can see the sip log n the PBX. Regards
  12. Hi, I need to download CDRs on extension basis and I am sending the xml to the endpoint URL as per the document available on Wiki. But i am redirecting to the login page every time. I hope there is some parameter must be missing in the code and i am not able to find out where is the problem. I have pasted the code below : set xmldoc = server.createObject("MSXML2.DOMDocument.4.0") Set xpre = Server.CreateObject("Msxml2.XMLHTTP") ts = DateDiff("s", "01/01/1970 00:00:00","02/26/2009 00:00:00") tse = DateDiff("s", "01/01/1970 00:00:00",Now()) ss = ss & "<?xml version='1.0'?>" ss = ss & "<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/' xmlns:sns='http://www.pbxnsip.com/soap/pbx'><env:Body>" ss = ss & "<sns:CDR>" ss = ss & "<FromUser>1021</FromUser>" 'ss = ss & "<TimeStart>"& ts &"</TimeStart>" 'ss = ss & "<TimeConnected>"& ts &"</TimeConnected>" 'ss = ss & "<TimeEnd>" & tse & "</TimeEnd>" 'ss = ss & "<CallID></CallID>" ss = ss & "<Type>extcall</Type>" ss = ss & "<Domain>sipc.globaltelelinks.com</Domain>" ss = ss & "</sns:CDR>" ss = ss & "</env:Body>" ss = ss & "</env:Envelope>" xmldoc.loadXML ss xpre.open "POST", "http://pbx.optonetwork.com/cdr.xml", False xpre.setRequestHeader "SOAPAction", "http://pbx.optonetwork.com/CDR" xpre.setRequestHeader "Content-Type", "text/xml" xpre.setRequestHeader "Content-Length", Len(ss) xpre.send xmldoc.xml 'Response.write ss res = xpre.responseText Response.write res Set xpre = Nothing Set xmldoc = Nothing Please help me to download the CDRs based on the extension Thanks & Regards Ramesh
  13. So if you have not done this how do we try to test it i spoke with them and they do not do this it just analyzes the call and tell if it is a real person, and voicemail. I just need to know if you can do this .
  14. Right now what comes default is the extension number, but I want to see the number of the orginate CLI who is calling.
  15. Can you add a Blaser or even predictive dialer. Blaster where we can import phone numbers and send out the calls to those phone numbers and when they pick or voicemail picksup it send a wav file message about new products or any news.
  16. We need to pass the CLI when the call is forwarding to the landline or cell number.
×
×
  • Create New...