in order for di_dialer dial command to be useful for me, i should be able
to pass dialout_extra headers to it as a new parameter in the same way
as is possible in conference application.

when i look at the source, looks like AmUAC::dialout would need to
accept dialout_extra param:

string DIDial::dialout(const string& application, 
                       const string& user, 
                       const string& from, 
                       const string& to) {
  DBG("dialout application '%s', user '%s', from '%s', to '%s'", 
      application.c_str(), user.c_str(), from.c_str(), to.c_str());

  AmSession* s = AmUAC::dialout(user.c_str(), application,  to,  
                                "<" + from +  ">", from, "<" + to + ">");

would be in theory possible to add such a param to AmUAC::dialout or do
you have some other suggestions?

-- juha
_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to