Home
last modified time | relevance | path

Searched refs:dial_gateway (Results 1 – 1 of 1) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_rayo/
H A Dmod_rayo.c259 struct dial_gateway { struct
631 struct dial_gateway *gateway = switch_core_alloc(globals.pool, sizeof(*gateway)); in dial_gateway_add()
642 static struct dial_gateway *dial_gateway_find(const char *uri) in dial_gateway_find()
646 …struct dial_gateway *gateway = (struct dial_gateway *)switch_core_hash_find(globals.dial_gateways,… in dial_gateway_find()
651 struct dial_gateway *candidate = NULL; in dial_gateway_find()
656 candidate = (struct dial_gateway *)val; in dial_gateway_find()
2634 struct dial_gateway *gateway = NULL; in rayo_dial_thread()