|
Yate
|
#include <yatepbx.h>
Public Member Functions | |
| CallInfo (const char *name, CallEndpoint *call=0) | |
| CallEndpoint * | call () const |
| void | setCall (CallEndpoint *call) |
| void | clearCall () |
| bool | copyParam (const NamedList &original, const String &name, bool clear=false) |
| void | copyParams (const NamedList &original, bool clear,...) |
| void | fillParam (NamedList &target, const String &name, bool clear=false) |
| void | fillParams (NamedList &target) |
Protected Attributes | |
| CallEndpoint * | m_call |
| int | m_route |
Hold extra informations about an active CallEndpoint
| void copyParams | ( | const NamedList & | original, |
| bool | clear, | ||
| ... | |||
| ) |
Copy many parameters from a NamedList, end the list with a NULL or 0
1.7.6.1