Home
last modified time | relevance | path

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

/dports/www/moodle310/moodle/lib/portfolio/formats/leap2a/
H A Dlib.php176 foreach ($entry->links as $linkedid => $rel) {
178 if (!array_key_exists($linkedid, $this->entries)) {
179 … $a = (object)array('rel' => $rel->type, 'to' => $linkedid, 'from' => $entry->id);
183 if (!array_key_exists($entry->id, $this->entries[$linkedid]->links)) {
/dports/www/moodle311/moodle/lib/portfolio/formats/leap2a/
H A Dlib.php176 foreach ($entry->links as $linkedid => $rel) {
178 if (!array_key_exists($linkedid, $this->entries)) {
179 … $a = (object)array('rel' => $rel->type, 'to' => $linkedid, 'from' => $entry->id);
183 if (!array_key_exists($entry->id, $this->entries[$linkedid]->links)) {
/dports/www/moodle39/moodle/lib/portfolio/formats/leap2a/
H A Dlib.php176 foreach ($entry->links as $linkedid => $rel) {
178 if (!array_key_exists($linkedid, $this->entries)) {
179 … $a = (object)array('rel' => $rel->type, 'to' => $linkedid, 'from' => $entry->id);
183 if (!array_key_exists($entry->id, $this->entries[$linkedid]->links)) {
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/
H A Dpbx_impl.h40 void (*const setPBXChannelLinkedId) (PBX_CHANNEL_TYPE *pbxchannel, const char *linkedid);
49 void (*const setChannelLinkedId) (const sccp_channel_t *channel, const char *linkedid);
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast110/
H A Dast110.c457 return !ast->pbx && ast->linkedid && (!strcasecmp(ast->linkedid, linkId)) && !ast->masq; in pbx_find_channel_by_linkid()
551 if (pbx_find_channel_by_linkid(remotePeer, (void *) ast->linkedid)) { in sccp_astwrap_indicate()
977 …countcode, pbxSrcChannel->exten, pbxSrcChannel->context, pbxSrcChannel->linkedid, pbxSrcChannel->a… in sccp_astwrap_allocTempPBXChannel()
1297 if (!sccp_pbx_channel_allocate(channel, requestor ? requestor->linkedid : NULL, requestor)) { in sccp_astwrap_request()
1326 if (requestor->linkedid) { in sccp_astwrap_request()
1327 ast_string_field_set(channel->owner, linkedid, requestor->linkedid); in sccp_astwrap_request()
2180 if (pbx_find_channel_by_linkid(remotePeer, (void *) channel->owner->linkedid)) { in sccp_astwrap_getRemoteChannel()
2348 if (!strcmp(pbx_channel->linkedid, new_linkedid)) { in sccp_astwrap_set_pbxchannel_linkedid()
2354 ast_string_field_set(pbx_channel, linkedid, new_linkedid); in sccp_astwrap_set_pbxchannel_linkedid()
2382 DECLARE_PBX_CHANNEL_STRGET(linkedid) in DECLARE_PBX_CHANNEL_STRGET()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast108/
H A Dast108.c487 return !ast->pbx && ast->linkedid && (!strcasecmp(ast->linkedid, linkId)) && !ast->masq; in pbx_find_channel_by_linkid()
579 if (pbx_find_channel_by_linkid(remotePeer, (void *) ast->linkedid)) { in sccp_astwrap_indicate()
1042 …countcode, pbxSrcChannel->exten, pbxSrcChannel->context, pbxSrcChannel->linkedid, pbxSrcChannel->a… in sccp_astwrap_allocTempPBXChannel()
1159 …ntcode, bridgedChannel->exten, bridgedChannel->context, bridgedChannel->linkedid, bridgedChannel->… in sccp_astwrap_park()
1161 …Channel->owner->exten, hostChannel->owner->context, hostChannel->owner->linkedid, hostChannel->own… in sccp_astwrap_park()
1497 if (!sccp_pbx_channel_allocate(channel, requestor ? requestor->linkedid : NULL, requestor)) { in sccp_astwrap_request()
2517 if (pbx_find_channel_by_linkid(remotePeer, (void *) channel->owner->linkedid)) { in sccp_astwrap_getRemoteChannel()
2690 if (!strcmp(pbx_channel->linkedid, new_linkedid)) { in sccp_astgenwrap_set_pbxchannel_linkedid()
2696 ast_string_field_set(pbx_channel, linkedid, new_linkedid); in sccp_astgenwrap_set_pbxchannel_linkedid()
2724 DECLARE_PBX_CHANNEL_STRGET(linkedid) in DECLARE_PBX_CHANNEL_STRGET()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dsccp_conference.c96 const char *linkedid; /*!< Conference LinkedId */ member
208 sccp_free(conference->linkedid); in __sccp_conference_destroy()
299 conference->linkedid = pbx_strdup(iPbx.getChannelLinkedId(channel)); in sccp_conference_create()
381 iPbx.setChannelLinkedId(participant->channel, conference->linkedid); in sccp_conference_create()
628 iPbx.setChannelLinkedId(channel, conference->linkedid); in sccp_conference_addParticipatingChannel()
649 iPbx.setPBXChannelLinkedId(participant->conferenceBridgePeer, conference->linkedid); in sccp_conference_addParticipatingChannel()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast106/
H A Dast106.c907 char linkedid[50]; in sccp_astwrap_allocPBXChannel() local
909 snprintf(linkedid, sizeof(linkedid), "SCCP::%-10d", channel->callid); in sccp_astwrap_allocPBXChannel()
911 iPbx.setChannelLinkedId(channel, linkedid); in sccp_astwrap_allocPBXChannel()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/debian/
H A Dchangelog242 - linkedid not set correctly
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/
H A DNEWS246 - linkedid not set correctly
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/conf/
H A Dsccp.conf.annotated310 …ameters will be added to it: devicename, linename, channelname, callid, linkedid, uniqueid, appid,…
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast111/
H A Dast111.c2613 DECLARE_PBX_CHANNEL_STRGET(linkedid) in DECLARE_PBX_CHANNEL_STRSET()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast112/
H A Dast112.c2773 DECLARE_PBX_CHANNEL_STRGET(linkedid) in DECLARE_PBX_CHANNEL_STRSET()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast113/
H A Dast113.c3034 DECLARE_PBX_CHANNEL_STRGET(linkedid) in DECLARE_PBX_CHANNEL_STRSET()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast115/
H A Dast115.c3073 DECLARE_PBX_CHANNEL_STRGET(linkedid) in DECLARE_PBX_CHANNEL_STRSET()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast117/
H A Dast117.c3062 DECLARE_PBX_CHANNEL_STRGET(linkedid) in DECLARE_PBX_CHANNEL_STRSET()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast118/
H A Dast118.c3062 DECLARE_PBX_CHANNEL_STRGET(linkedid) in DECLARE_PBX_CHANNEL_STRSET()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast116/
H A Dast116.c3062 DECLARE_PBX_CHANNEL_STRGET(linkedid) in DECLARE_PBX_CHANNEL_STRSET()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast114/
H A Dast114.c3059 DECLARE_PBX_CHANNEL_STRGET(linkedid) in DECLARE_PBX_CHANNEL_STRSET()