search for: _55

Displaying 4 results from an estimated 4 matches for "_55".

Did you mean: 155
2003 Nov 03
1
Proper syntax for the "Cut" application?
Hi. I am looking for the proper syntax for the Cut application. I am working on a "Feature Code" extension that drops a caller directly into a voicemail box. Here is what I have: exten => _55.,1,Answer() exten => _55.,2,Cut(VMEXT=EXTEN|55|2) exten => _55.,3,Voicemail(u${VMEXT}) exten => _55.,4,Hangup() When I dial 551100, the system tries to process this but I get dropped immediately. Here is the output: -- Executing Answer("SIP/ppc-6aa2", "") in new stac...
2005 Jan 28
2
I want to display my numbers for incoming calls when some one dials my number from any where
Hi to all, I and using asterisk with following 1. TDM400p card with four FXS modules, So there are four analog phone lines on four zap channels, My setup is working fine. And version is like such Asterisk CVS-v1-0-11/27/04-20:48:45 But when some dials form his number (suppose abc) to my number (suppose xxxx) I get abc number on my analog phone, but now I have purchased more than one numbers
2010 Apr 22
4
More efficient dial plan for a list of selective inbound numbers
I have a list of CLIDs prefixes that I want to use in a context. Basically, I want to do this but the list of prefix numbers is much longer. List of prefixes (556,557,557,989.....) [custom-inbound] exten => _556,1,answer exten => _556,n,playback(beep) exten => _557,1,answer exten => _557,n,playback(beep) exten => _558,1,answer exten => _558,n,playback(beep) exten => _989,1,answer exten => _989,n,playback(beep) If there are like 100s of different prefixes, this list gets really big...
2004 Jun 12
9
Prepending for 9NxxNxxx - adding the area code for 7 digit dialing
How do you prepend. I want to be able to dial 7 digits instead of of 11 for local calls. Can someone post there extensions.conf part that is relavent?