Displaying 17 results from an estimated 17 matches for "vm_prefix".
Did you mean:
is_prefix
2007 Jul 03
1
Configuring BLF or Asterisk presence/Hints feature
...e.
Regards
FArooq
**********************************************
1
**********************************************
in my extension_additional.conf
[ext-local]
include => ext-local-custom
exten => 501,1,Macro(exten-vm,501,501)
exten => 501,n,Hangup
exten => 501,hint,SIP/501
exten => ${VM_PREFIX}501,1,Macro(vm,501,DIRECTDIAL)
exten => ${VM_PREFIX}501,n,Hangup
exten => 502,1,Macro(exten-vm,502,502)
exten => 502,n,Hangup
exten => 502,hint,SIP/502
exten => ${VM_PREFIX}502,1,Macro(vm,502,DIRECTDIAL)
exten => ${VM_PREFIX}502,n,Hangup
exten => 503,1,Macro(exten-vm,503,503)
e...
2006 May 26
1
Not able to make any calls
....28.85 port 5060 expires 120
May 26 07:34:52 NOTICE[2761]: pbx.c:1738 pbx_extension_helper: Cannot
find extension context 'from-internal'
May 26 07:35:23 NOTICE[2761]: pbx.c:1738 pbx_extension_helper: Cannot
find extension context 'from-internal'
my extension.conf is :-
[globals]
VM_PREFIX = *
RINGTIMER = 15
REGTIME = 7:55-17:05
REGDAYS = mon-fri
RECORDEXTEN = ""
PARKNOTIFY = SIP/200
OUT_2 = IAX2/fwd
OUT_1 = ZAP/g0
OUTPREFIX_2 =
OUTMAXCHANS_2 = 1
OUTCID_2 = mithunafila<672648>
OPERATOR =
NULL = ""
IN_OVERRIDE = forcereghours
INCOMING = GRP-1
FAX_RX_EMAIL = f...
2006 Jun 21
3
Time Based Goto Ifs Act Strange?
Hi,
I'm still in the process of debugging this, but I have a gotoif
statement that looks like this:
exten => 26,1,GotoIfTime(7:00-18:00|mon-fri|*|*?ext-queues,210,1)
exten => 26,n,Goto(ext-local,${VM_PREFIX}127,1)
I have others setup the same way that also seem to have the same
'issue'. The issue is that they work, but they seem to require (and I
don't understand why) a call to come through to trigger them, before
they will start working.
Example.
I set this one up today. It routed to...
2007 Jul 05
1
Need Help in Asterisk BLF/Presence/Hints
...e.
Regards
FArooq
**********************************************
1
**********************************************
in my extension_additional.conf
[ext-local]
include => ext-local-custom
exten => 501,1,Macro(exten-vm,501,501)
exten => 501,n,Hangup
exten => 501,hint,SIP/501
exten => ${VM_PREFIX}501,1,Macro(vm,501,DIRECTDIAL)
exten => ${VM_PREFIX}501,n,Hangup
exten => 502,1,Macro(exten-vm,502,502)
exten => 502,n,Hangup
exten => 502,hint,SIP/502
exten => ${VM_PREFIX}502,1,Macro(vm,502,DIRECTDIAL)
exten => ${VM_PREFIX}502,n,Hangup
exten => 503,1,Macro(exten-vm,503,503)
e...
2009 Jul 21
1
[PATCH node-image] Moved all temporary files into a single work directory to clean up.
...local xml=$(sudo virsh dumpxml $nodename | sed "s/boot dev='"${old_device}"'/boot dev='"${new_device}"'/")
@@ -471,7 +472,7 @@ substitute_boot_device () {
add_test "test_stateless_pxe"
test_stateless_pxe () {
local nodename="${vm_prefix}-stateless-pxe"
- local workdir=$(mktemp -d)
+ local workdir=$WORKDIR
start_networking $nodename $IFACE_NAME false true $workdir
@@ -513,7 +514,7 @@ exit 3'
add_test "test_stateless_pxe_with_nohd"
test_stateless_pxe_with_nohd () {
local nodename="${vm_p...
2007 Jun 25
1
Ring the second line when 1st line is busy
...on the voicemail & not second line, bcos now no one has picked the phone nor busy.
I could find anyway to do in FreePBX, so was wondering how about doing this. Thanx for any input.
exten => 555,1,Macro(exten-vm,555,555)
exten => 555,n,Hangup
exten => 555,hint,SIP/555
exten => ${VM_PREFIX}555,1,Macro(vm,555,DIRECTDIAL)
exten => ${VM_PREFIX}555,n,Hangup
--
Deepak
---------------------------------
Yahoo! Answers - Get better answers from someone who knows. Tryit now.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/...
2009 May 19
1
[PATCH node-image] Fixing the autotest script.
..._test () {
- tests[$testcount]=$1
- testcount=$testcount+1
+ tests="${tests} $1"
}
# $1 - node name
@@ -470,19 +468,20 @@ substitute_boot_device () {
fi
}
-add_test "test_stateless_pxe_with_nohd"
-test_stateless_pxe_with_nohd () {
- local nodename="${vm_prefix}-stateless-pxe-nohd"
+add_test "test_stateless_pxe"
+test_stateless_pxe () {
+ local nodename="${vm_prefix}-stateless-pxe"
local workdir=$(mktemp -d)
start_networking $nodename $IFACE_NAME false true $workdir
- configure_node "${nodename}" &quo...
2005 Jul 26
2
Stumped on vMail problem, any ideas?
...ooking to have happen, I
would like it to ring for say 30 seconds, and then transfer over to the
mailbox if the person doesn't answer.
Looking at my AAH extensions_additional.conf I see:
[ext-local]
include => ext-local-custom
exten => 200,1,Macro(exten-vm,200@default,200)
exten => ${VM_PREFIX}200,1,Macro(vm,200)
exten => 201,1,Macro(exten-vm,201@default,201)
exten => ${VM_PREFIX}201,1,Macro(vm,201)
Looking under my AAH extensions.conf I see the following marcro's:
; Ring an extension, if the extension is busy or there is no answer send it
; to voicemail
; ARGS: $VMBOX, $EXT...
2009 Jul 21
2
[PATCH node-image] Adds a preserve option for autotest VMs.
...ng () {
NODE_ADDRESS=$NETWORK.100
debug "NODE_ADDRESS=${NODE_ADDRESS}"
DNSMASQ_PID=0
+ debug "preserve_vm=${preserve_vm}"
}
# cleans up any loose ends
@@ -691,12 +698,14 @@ debugging=false
isofile="${PWD}/ovirt-node-image.iso"
show_viewer=false
vm_prefix="$$"
+preserve_vm=false
-while getopts di:n:vwh c; do
+while getopts di:n:pvwh c; do
case $c in
d) debugging=true;;
i) isofile=($OPTARG);;
n) tests=($OPTARG);;
+ p) preserve_vm=true;;
v) set -v;;
w) show_viewer=true;;
h) usage;...
2010 Mar 26
3
[PATCH node] Update autobuild and autotest scripts for new build structure
...39;"${old_device}"'/boot dev='"${new_device}"'/")
+
+ sudo printf "${xml}" > $new_node_file
+
+ sudo virsh define $new_node_file
+ fi
+}
+
+add_test "test_stateless_pxe"
+test_stateless_pxe () {
+ local nodename="${vm_prefix}-stateless-pxe"
+ local workdir=$WORKDIR
+
+ start_networking $nodename $IFACE_NAME false true $workdir
+
+ configure_node "${nodename}" "network" "" "10000" "" "local noapic=true"
+ boot_with_pxe "${nodename}" &...
2009 Dec 15
1
[PATCH] The autotest timeout is now a command line configurable option.
...rom_hd "${nodename}"
expect -c '
-set timeout 120
+set timeout '${timeout_period}'
log_file stateful-pxe.log
send_log "Restarted node, booting from hard disk.\n"
@@ -704,13 +705,15 @@ isofile="${PWD}/ovirt-node-image.iso"
show_viewer=false
vm_prefix="$$"
preserve_vm=false
+timeout_period="120"
-while getopts di:n:pvwh c; do
+while getopts di:n:pt:vwh c; do
case $c in
d) debugging=true;;
i) isofile=($OPTARG);;
n) tests=($OPTARG);;
- p) preserve_vm=true;;
+ p) preserve_vm=true;;
+...
2011 Jan 24
0
Voicemail hangs up
...default
permit=0.0.0.0/0.0.0.0
callerid=device <203>
callcounter=yes
faxdetect=no
--- END ---
Here is the entry for extension 203 in extensions_additional.conf:
--- START ---
exten => 203,1,Macro(exten-vm,203,203)
exten => 203,n,Goto(vmret,1)
exten => 203,hint,SIP/203
exten => ${VM_PREFIX}203,1,Macro(vm,203,DIRECTDIAL,${IVR_RETVM})
exten => ${VM_PREFIX}203,n,Goto(vmret,1)
exten => vmb203,1,Macro(vm,203,BUSY,${IVR_RETVM})
exten => vmb203,n,Goto(vmret,1)
exten => vmu203,1,Macro(vm,203,NOANSWER,${IVR_RETVM})
exten => vmu203,n,Goto(vmret,1)
exten => vms203,1,Macro(vm,2...
2006 Jan 27
7
AAH out bound routing problem
Hi all
I have installed AAH 2.2 in my P4 PC
following AAH handbook PDF and http://mundy.org/blog/index.php?p=62#amp
and made as per the guide says
and downloaded SJ Phone, and registered user
and when i try to dial the 19197543700
i get message that, all circuits are busy now, please try your call later
and when i see in the console i get this mesage
any help
Called easycall/19197543700
2005 Aug 02
12
WHat does it take
How many times do you ask for help here before getting a respone? Every
single thing I do No matter what I get busy extensions. I am willing to pay
someone to help here. Anybody got a clue?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050802/d0d1326c/attachment.htm
2008 Aug 15
5
asterisk realtime and creating "new" contexts
2006 Nov 06
0
help for recording
...g for a few extensions. In sip.conf it is
defined as
record_out=Always
record_in=Always
under the section of extension.but it doesn't work.
Extensions are defined in the extension_additional.conf file like
exten => 10,1,Macro(exten-vm,10,10)
exten => 10,hint,SIP/10
exten => ${VM_PREFIX}10,1,Macro(vm,10,DIRECTDIAL)
I can't be sure how should I enable recording for this extension because
of the macros.
I think I should add something like
exten=> 10,1, record,caller:wav # or can I use speech instead of
caller.
Or
Should I use Macro(systemrecording,dorecord) and how can I...
2005 Jul 24
1
Help with Asterisk@home and Broadvoice incoming calls..
...003-BroadVoice-custom
exten => _8.,1,Dial(SIP/${EXTEN:1}@sip.broadvoice.com,30)
;exten => _8.,1,Dial(SIP/${EXTEN:1}@2405243333,30)
exten => _8.,2,Congestion()
exten => _8.,102,Busy()
[frombroadvoice]
exten => ${BVNUMBER},1,Macro(exten-vm,${BVRINGS}@default,${BVRINGS})
exten => ${VM_PREFIX}${BVVMBOX},1,Macro(vm,${BVVMBOX})
If I look at my normal log output when trying to call in, I see:
Jul 24 15:23:12 DEBUG[1078]: Setting NAT on RTP to 0
Jul 24 15:23:12 DEBUG[1078]: Check for res for 2405243333
Jul 24 15:23:12 DEBUG[1078]: 2405243333 is not a local user
Jul 24 15:23:12 DEBUG[10...