Displaying 2 results from an estimated 2 matches for "callidnum".
Did you mean:
callednum
2011 Apr 12
0
No subject
[0004f2xxxxxx](poly650)
defaultuser=0004f2xxxxxx
callerid="Front Desk" <1600>
mailbox=1600
*setvar=callidnum=1234561600*
and from extensions.conf:
[outgoing]
; Outbound unrestricted domestic calls
exten => _1NXXXXXXXXX,1,Verbose(Outbound call from ${callidnum} to ${EXTEN}
on ${STRFTIME(${EPOCH},,%D)} at ${STRFTIME(${EPOCH},,%T)}.)
*exten => _1NXXXXXXXXX,n,Set(CALLERID(num)=${callidnum})*
exten =&g...
2011 Jan 20
2
Accessing a 'user' variable via. dialplan.
Hi,
I know you can access various sip variables via
'Set(sstatus=${SIPPEER(201,status)})' (for example) to get the status of
the sip user - but what about variables?
I have a user that has setvar=123456 in their users.conf (sip.conf if
you prefer). I can read it with a 'sip show peer 201' - but that gives
everything and parsing that isn't really an option.
Anyone know how