Jump to content

ventodimare70

Members
  • Posts

    12
  • Joined

  • Last visited

Everything posted by ventodimare70

  1. Good morning, I have one extension A that belongs to a domain A. I have another extension B that belongs to a domain B. Is it possible to REDIRECT one extension to the other? My aim is to have this: when someone calls the extension A, the extension B receives the call. I have read about routing...is that what I have to look for? Thank you
  2. I need to set a parameter for an existing extension via SOAP. The parameter to be set is: ANI What is the right parameter name to use in the soap call to set "ANI"? I have tried to find it in other xml files listed in /extensions/*.xml but I cannot find any reference to the ANI parameter in those files. Thanks to everyone
  3. Include cell phone for web callback: soap set. I need to set another parameter for an existing extension via SOAP. The parameter is: Include cell phone for web callback=Include cellphone. I have tried to use: <SetExtensionParameterRequest> <Extension>123@domain</Extension> <Parameter>cell_mwi</Parameter> <Value>true</Value> </SetExtensionParameterRequest> What is the right parameter name to use to set "Include cell phone for web callback"? Do I have to set it as "Include cellphone" or as "true"? Thanks to everyone
  4. Good morning, in a soap call what is the tag to use in order to be able to set a redirection (to a mobile number) in an existing extension? Thanks and have a nice weekend
  5. Good morning, when I try to perform a http post like: http://64.34.135.57/remote_call.htm?user=1...el.com%3Ars1212 I get in the log file this error: c2d2: create call failed Does someone know what it means? Thank you
  6. Good morning, I have kind of similar problem. I have a domain in my pbx VERSION 4.3 which has some extensions too. I have saved my domain configuration using the specific function present in the web interface: I get an xml file that contains the domain AND the extensions. I have another pbx (VERSION 4.3). In this second pbx, I've tried to upload the .xml file going to admin, domains, create. At the end of the procedure, I have the domain but NOT the extensions and I don't have any kind of error message. How can I export the domain WITH ALL ITS EXTENSIONS? Am I missing something? Thank you, Rob
  7. Good morning, I have a domain in my pbx VERSION 4.3 which has some extensions too. I have saved my domain configuration using the specific function present in the web interface: I get an xml file that contains the domain AND the extensions. I have another pbx (VERSION 4.3). In this second pbx, I've tried to upload the .xml file going to admin, domains, create. At the end of the procedure, I have the domain but NOT the extensions and I don't have any kind of error message. How can I export the domain WITH ALL ITS EXTENSIONS? Am I missing something? Thank you, Rob
  8. Good morning, I would like to export my cdrs from my PBX to mysqlserver. The pbx version is the 4.0.1.3499 installed on Linux (CentOS 5). My programmers keep saying that the export doesn't work in the last pbx version (4.0.1.3499). Has someone exported successfully the cdrs into mysql table in the 4.0.1.3499 pbx version? Thanks
  9. Good morning, I'm using the callback via http doing something like: http://<ip>/remote_call.htm?user=101@callback.myweb.com&connect=true&dest=141611111&auth=101@callback.myweb.com:101 When the caller starts up the above type of call, the recipient SEES NOT THE CALLER Id but HIS (the recipient) id (phone number). The recipient shouldn't see his own number because this is very confusing and seems to be a kind of "spam call". Does anyone know how to avoid this kind of behavior? Thanks everyone, have a good day!
  10. Thank you Bill for your reply. I have an extension 101 with this call: http://64.34.135.66/remote_call.htm?user=1...kooltel.com:101 I reach the extension 101 but the dest cell phone doesn't ring. Any ideas? Thanks folks.
  11. Thanks for your reply. I have tried with no success both: http://pbx/remote_call.htm?user=123&dest=123456789 and: http://pbx/remote_call.htm?user=123%40doma...n1.com%3Asecret with no success. I used: pbx is --> mydomain.com user --> 123@mydomain.com dest --> 123456789 auth --> myuser@mydomain.com:mypassword what am I missing here? Thanks to everyone
  12. Good morning, we need to figure out how to manage this SCENARIO: 1) we have a php application 2) this application has to be able to INITIATE a call back on the pbxnsip system Here are my questions: 1) can my php code initiate this callback making an http post? (or even http get or an soap call)? 2) if so, which kinds of parameters does the http call have to use? 3) has the pbxnsip been set up in a specific way in order to be able to accept an http call like the one explained above? Thanks to everyone
×
×
  • Create New...