cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
37
Views
0
Helpful
0
Comments
cdnadmin
Level 11
Level 11
This document was generated from CDN thread

Created by: ALFREDO PRADO on 14-11-2009 12:29:32 PM
How I can add a new SRST config in Call Manager 6.1 by AXL?
 
Hi:
 
    I'm trying found the function addSRST in AXLAPI doc about SRST add configuration in Call Manager, but not found did. There other some way to create SRST config or exist the function with other name that addSRST?
 
    Regards,
 
 
    Alfredo Prado

Subject: RE: How I can add a new SRST config in Call Manager 6.1 by AXL?
Replied by: David Staudt on 16-11-2009 04:31:56 PM
You will likely need to use <executeSQLUpdate>, creating a SQL INSERT statement to add a record to the needed table.  In this case the table name should be 'srst'.
 
See the Data Dictionary document for details on the table fields.

Subject: RE: How I can add a new SRST config in Call Manager 6.1 by AXL?
Replied by: ALFREDO PRADO on 16-11-2009 05:33:36 PM
Hi David:
 
   Thank's for all and this way has my last resource, but now is working with executeSQLUpdate.
 
print_r($client->executeSQLUpdate(array("sql"=>"insert into srst (pkid,name,ipaddr1,port1)
                                                values (newid(),'SRST_TEST1','10.1.2.3','2000')")
 
 
 
   Best Regards
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links