Created by: oej,Last modification on Fri 06 of Mar, 2009 [01:37 UTC] by arth
Comments
222
333More variables than that
by sverre, Tuesday 03 of March, 2009 [05:44:43 UTC]
There are many more variables available to users, from the command line typing show channel <channelname> you can see a complete list of variables available.
I am not sure if it works in all situations, but I was able to get the actual dialed number information from the SIP header using the following command:
exten => s,1,NoOp(${SIP_HEADER(TO)})
222
333Substrings
by jlewis, Monday 09 of January, 2006 [20:24:57 UTC]
Under Asterisk 1.0.x, substrings of the first N chars could be represented as ${variable::N}.
Under Asterisk 1.2.x, such substrings must be represented as ${variable:0:N}.
VoIP SIP SDK is a soft phone sdk solution to quickly build voip softphone to dial and receive phone calls or add voip chat features in your software application.
VoIP SDK provides a powerful and highly customizable solution (SDK includes such features: SIP activeX control, Dynamically loadable codecs, DTMF, STUN support, IM interface, Adaptive silence detection and many more) to quickly add SIP based dial and receive phone calls (to make a long story short - voip client) features in your software applications. It accelerates the development of SIP compliant softphone with a fully-customizable user interface and brand name.
...
Comments
333More variables than that
333Alternate for DNID function
exten => s,1,NoOp(${SIP_HEADER(TO)})
333Substrings
Under Asterisk 1.2.x, such substrings must be represented as ${variable:0:N}.