Created by: oej,Last modification on Mon 23 of Aug, 2010 [06:09 UTC] by shuheiy
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}.
I am making a new thread because the oldest threads relating to this issue (somewhat) are a couple years old. It's something surprisingly common, and here is my story:
So, having worked at a couple of call centers that used the Cisco 7940 and 7960, I decided I wanted to buy one, so I did. Lo and behold, it turns out that the unit needs POE or a brick in order to turn on. Since I only wanted one phone for home, I decided against buying a POE capable switch. Instead, I bought a brick. When it finally turned on, lo and behold, it has some weird interface that won't let me define SIP parameters. After a couple of days of research, I find out the phone has an SCCP firmware, and now I need to flash it with SIP.
...
Nowardays, many ISPs controlled by government are performing blockage of VoIP all over the world, especially in UAE, Oman , Qatar , and Africa. Speedvoip has unique Security Solution which helps Wholesaler, ITSP and reseller to bypass VoIP Blockage.
If you have met same problem, pls kinldy contact me, tks
...
Hi:
I am developing an IP Phone on ARM(samsung 6410; CPU:667MHZ), and use lib mediastreamer.2.6.0 for audio communication,
but now the echo occur while talking. In the lib mediastreamer.2.6.0, I find a filter can do echo Cancellation by calling lib speex.
...
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}.