Sends SIP gateway requests through the focus component.
This commit is contained in:
parent
652412cd4f
commit
78fcc8b72c
|
@ -24,7 +24,7 @@ Strophe.addConnectionPlugin('rayo',
|
||||||
var req = $iq(
|
var req = $iq(
|
||||||
{
|
{
|
||||||
type: 'set',
|
type: 'set',
|
||||||
to: config.hosts.call_control
|
to: focusMucJid
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
req.c('dial',
|
req.c('dial',
|
||||||
|
|
Loading…
Reference in New Issue