Displaying 3 results from an estimated 3 matches for "call_info".
2006 Apr 04
2
Distinctive Ring on SPA941
...e Linksys SPA941?
I want to be able to dial one extension and have the phone ring with a
certain tone and then dial another and have the phone ring with a
different tone. I have tried the following
-------------------------------------------------------------------
exten => 802,1,SIPAddHeader(call_info=Classic-4)
exten => 802,2,Dial(SIP/210)
exten => 803,1,SIPAddHeader(call_info:\;ring-tone=Classic-4)
exten => 803,2,Dial(SIP/210)
exten => 804,1,SIPAddHeader(call_info:\;ring-tone-id=Classic-3)
exten => 804,2,Dial(SIP/210)
exten => 805,1,SIPAddHeader(call_info:\;ring-tone-id=4)...
2010 Jan 09
1
Using HASH() and REALTIME_HASH()
...non-functionning
'app-realtime' macro which emulated RealTime with REALTIME_HASH()
There is very few documentation on the subject except for this bug report:
https://issues.asterisk.org/view.php?id=13651#c94998
However when i try this syntax:
Set(HASH(info)=${REALTIME_HASH(call_info,exten,${dest})});
the syntax doesn't seem to be happy:
-- Executing [s at appel_deb:8] Set("SIP/maverick-00000000",
"HASH(info)=,101,maverick,0,0,max,0,0,123456,123654") in new stack
[Jan 9 22:07:25] WARNING[27801]: pbx.c:9107
pbx_builtin_setvar_multiple: MSet: ignorin...
2005 Jan 29
7
Sipura SPA-841 auto-answer support [patch]
...s implemented auto-answer in version 0.9.5 of the SPA-841
firmware. However, it is implemented via the Call-Info header, which
Asterisk stable doesn't currently support.
The attached patch implments a quick hack to support the Call-Info
header from the Dial() application by way of setting the CALL_INFO
variable. For example, the following macro can be used to dial up a
single extension as an auto-answer intercom, or multiple extensions as a
system-wide page. Note that the SPA-841 requires the leading semicolon
for auto-answer to work.
[macro-intercom]
;
; ${ARG1} - Extension
;
exten => s,1,...