Call class implementation ****************/
| 776 | |
| 777 | /******************* Call class implementation ****************/ |
| 778 | call::call(scenario *call_scenario, const char *p_id, bool use_ipv6, int userId, struct sockaddr_storage *dest) : listener(p_id, true) |
| 779 | { |
| 780 | init(call_scenario, nullptr, dest, p_id, userId, use_ipv6, false, false); |
| 781 | } |
| 782 | |
| 783 | call::call(scenario *call_scenario, const char *p_id, SIPpSocket *socket, struct sockaddr_storage *dest) : listener(p_id, true) |
| 784 | { |