Jump to content

Search the Community

Showing results for tags 'api'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • App Topics
    • Android App
    • iOS App
    • Windows App
    • MacOS App
  • News
    • Announcements
    • New Features/Versions
    • Product/Site Comments
    • Polls
  • Using the PBX
    • Using Cell Phones
    • Web Interface
    • Call Treatment
    • Call Recording
    • Security
  • Marketing Exchange
    • Customer Research
  • Product Setup
    • General Setup
    • Best Practices
    • PAC and WAC
    • Trunk Setup
    • Dial Plan Setup
    • Extension Setup
    • Mailbox
    • Conference Room Setup
    • Auto Attendant Setup
    • IVR Node Setup
    • Agent Group Setup
    • Hunt Group Setup
    • Calling Card Setup
    • Paging Setup
    • Service Flags
    • Music on Hold
    • SOAP
    • SNMP
    • Embedded
    • Linux-related Topics
    • Windows-related Topics
    • MacOS related topics
    • FreeBSD-related topics
    • CDR
    • snomONE Plus
    • Virtual Appliances
  • Connectivity To Other Services and Components
    • Gateways
    • ITSP's
    • VoIP Phones
    • Microsoft Interoperability
    • Integrations
    • SMS Inbound / Outbound Settings
    • Email Topics
    • Fax Setup
    • Firewalls and NAT
    • Hosting
  • Non-English
    • French
    • German
    • Spanish
  • Business Topics
    • Service Providers that support the Vodia PBX
    • Integrators
  • Other
    • PBX Lounge
    • Question About The Forum
  • Partner Area
    • General Topics

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 7 results

  1. I would like to pull both realtime status and historic call metrics out of Vodia into grafana to create Call Reporting Dashboards. I'd like to use telegraf as the agent for this and for data manipulation, filtering, formatting etc. Has anyone implemented telegraf/influxDB/grafana for this? What are other people using?
  2. Has anyone worked with Dealersocket integrations by chance? They have an api for integration vodia <> dealersocket I am hoping to uncover. Thanks in advance. -Adam
  3. Hi, I want to know if I get Vodia PBX does it use Asterisk. I've some software running in my company which are compatible to be integrated with Asterisks will it be same with Voida? Thank you
  4. I am developing a web interface and would like to be able to transfer an active call. I found a topic about CSTA in the forums but it didn't get me anywhere. I am wondering if there is something where I can give the active call id and be able to transfer it. I am using the remote_call.htm right now but the workflow isn't user friendly as the person has to answer the phone in order for the call to transfer.
  5. Hello Contributors and Followers, We are thankful for all the contributions and suggestion received from you over all our product versions and branches of it. We would like to gain a quick feedback from anyone and everyone who are using our APIs for their automation requirements with Vodia PBX 58.0 and above. Here is our API documentation page https://vodia.com/pbxapi . Although there is a lot of CSS and beautification needed (which we agree), we would like to have a feedback from you about:- 1) If any document which you regularly use, is missing. 2) If anything is incorrect. 3) If you would like us to add extra documents which you think might be cool (if you have seen it on some other website, which you regularly use etc.). Just let us know which APIs are the ones you use on a daily basis and would like to give it a try from Vodia's end point as well. 4) Criticism is welcomed too.
  6. Hello , I am using rest api to create auto attendants account on pbx by using this method ` $vodiaObj->createAccount("localhost", array("account" => "66666", "type" => "attendants"));` It creates the account no problem. But when I try to change the name(display) for the account it changes the value for both primary_name and display field. via using this method `$vodiaObj->putUserSettings("localhost", "66666", array("display" => "Day IVR"));` And When I pull settings via Rest api ` {"acdani":"","ani":"","cdr_time":"","credit":"","dial_plan":"","dialog_state":"","dialog_subscribe":"","dialog_version":"","disabled":"","email_cdr":"","epid":"","location":"","max_call_duration":"","max_cdrs":"","need_license":"","param1":"","param2":"","param3":"","rb":"","rf":"","view_settings":"","visible":"","action":"","admin":"*","answer_wait":"","code_0":"","code_1":"","code_2":"","code_3":"","code_4":"","code_5":"","code_6":"","code_7":"","code_8":"*976662","code_9":"*976666","completion":"match","def_file":"","def_gap":"","display":"Day IVR","excluded":"","first_lang":"","flag":"","gap_0":"0","gap_1":"0","gap_2":"0","gap_3":"0","gap_4":"0","gap_5":"0","gap_6":"0","gap_7":"0","gap_8":"0","gap_9":"2","hangup":"","input_0":"","input_1":"","input_2":"","input_3":"","input_4":"","input_5":"","input_6":"","input_7":"","input_8":"334#","input_9":"333#","limited":"","min_digits":"1","moh":"","name_confirm":"false","name_trigger":"","night":"","operator":"","parameter":"","play_def":"false","prompt_0":"0","prompt_1":"0","prompt_2":"0","prompt_3":"0","prompt_4":"0","prompt_5":"0","prompt_6":"0","prompt_7":"0","prompt_8":"0","prompt_9":"0","record_code":"","record_ext":"","sd":"false","se":"false","second_lang":"","sl":"false","special_key":"true","timeout":"","verify":"true","wavfile":"","wc1":"555","wc2":"555","wc3":"555","wc4":"555","wc5":"555","welcome_loop":"","wf1":"recordings/att1_14.wav","wf2":"","wf3":"","wf4":"","wf5":"","comment":"","display":"Day IVR","name":"66666","text":"","wav":""} ` I see that it has two 'display' keys in json Can you please tell me which key value pair should I send that only display name change. Thanks in advance
  7. I am working on a ruby gem which works with the current REST api. I am able to generate a session key without issue but once I have the session key, any attempt at another request returns me a 403 Forbidden. I am sending every header that is documented in the API docs and replaced the session key with the one I generated. Here are my headers: { "Accept":"*/*", "DNT":1, "Referrer":"http://myserver.com/welcome.htm", "Accept_Encoding":"gzip,deflate,sdch", "Accept-Language":"en-US;en;q=0.8", "Cookie":"acct_table#pageNavPos=1; session=MYSESSIONKEY" } Can someone help me understand what I might be doing wrong? Thanks! Eric
×
×
  • Create New...