so im in events passing url"${caller.name}" on incoming call and that is
working great but what i really nead is caller id or ani of inbound caller.
Whats the var for that?
is there a list of vars somewhere for things i can get for incoming call?
so im in events passing url"${caller.name}" on incoming call and that is
working great but what i really nead is caller id or ani of inbound caller.
Whats the var for that?
is there a list of vars somewhere for things i can get for incoming call?
so im in events passing url"${caller.name <http://caller.name> }" on incoming
call and that is working great but what i really nead is caller id or ani of
inbound caller. Whats the var for that?is there a list of vars somewhere for things i can get for incoming call?
It's the following:
caller.uri
caller.address
caller.name
caller.id
Ingo
Excellent! That worked, one more question, is there a way to do this on
call pickup/answer instead of incoming call?
Rich Breton
Partner, Startify LLC
5465 E. Terra Linda Way
Nampa ID 83687
208-615-5062
On Thu, May 15, 2014 at 1:41 PM, Ingo Bauersachs <ingo@jitsi.org> wrote:
> so im in events passing url"${caller.name <http://caller.name> }" on
incoming
> call and that is working great but what i really nead is caller id or
ani of
> inbound caller. Whats the var for that?
>
> is there a list of vars somewhere for things i can get for incoming call?It's the following:
caller.uri
caller.address
caller.name
caller.idIngo
_______________________________________________
users mailing list
users@jitsi.org
Unsubscribe instructions and other list options:
http://lists.jitsi.org/mailman/listinfo/users
Excellent! That worked, one more question, is there a way to do this on call
pickup/answer instead of incoming call?
Automatically, AFAIK, no.
Otherwise you might want to try the properties
net.java.sip.communicator.impl.gui.main.call.SHOW_CRM_BUTTON=true
net.java.sip.communicator.impl.gui.main.call.CRM_COMMAND=c:\yourapp.exe %s
(%s is replaced by the caller's address, no other options available)
Rich Breton
Ingo