Hi Jeff,

You mean you do not get the Attributes text area at all in the Edit section ?

Regards,

Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com

On 23.08.2016 00:56, Jeff Wilkie wrote:
New small issue with DIALPLAN in the CP.  Running OSIPS 1.10 with CP 5.0

It appears that when modifying the CP for Dialplan attributes as text, they do not appear in the edit section once applied. The attributes do show up in the view list of dial plans but if you go back to edit the attrs again, they are not there. I dot not have the same problem when using attrs as checkboxes. Is there more code in the local files that require editing to display these values? Also, if an entry in the Dialplan was once a checkbox value but I've not converted the mode to text, the value does not show up in the text box to be edited.

# Attention : advanced options !!



 //database tables

 $config->table_dialplan = "dialplan";

 $config->results_per_page = 20;

 $config->results_page_range = 5;


 $config->attrs_cb=array(

                                      // name , description

                                      array("a","Descr a"),

                                      array("b","Descr b"),

                                      array("c","Descr c"),

                                      array("d","Descr d"),

                                      array("e","Descr e"),

                                      array("f","Descr f"),

                                      );

 $config->cb_per_row = 3;

 $talk_to_this_assoc_id = 1 ;


// Dialplan - Add/Edit new Translation Rule - Attributes input type

// 0 - checkboxes

// 1 - text

$dialplan_attributes_mode = 1  ;


?>




Jeff






_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to