Displaying 5 results from an estimated 5 matches for "u103".
Did you mean:
103
2003 Apr 10
2
exited non-zero
...=> 101,1,Dial,Zap/2|20|m
exten => 101,2,WaitMusicOnHold,15
exten => 101,3,Voicemail,u101
exten => 101,102,Voicemail,b101
exten => 102,1,Dial,Zap/2|20|m
exten => 102,2,Voicemail,u102
exten => 102,102,Voicemail,b102
exten => 103,1,Dial,Zap/2|20|m
exten => 103,2,Voicemail,u103
exten => 103,102,Voicemail,b103
exten => 8500,1,VoicemailMain
exten => i,1,Playback,pbx-invalid
exten => t,1,Playback,demo-thanks
exten => t,2,Hangup
include => extensions
[sales]
exten => s,1,Background(welcome)
exten => 1,1,Goto(default,101,1)
[finance]
exten => s...
2004 Sep 14
2
Press 9 to dial by name
Hi all. I am new to the list and new to asterisk. I have asterisk
installed and running. I am using it as a voicemail server only.
What I would like to do is send users to a general mailbox that will
be addressed as <companyname>@asterisk and give them the option to
wait for the tone and leave a message, or press 9 to dial by name.
My questions are:
1. What is the best way to do
2007 Apr 10
6
Help w/ Asterisk Cisco IP phone and SCCP
...=> outbound-long-distance
; Software phone
exten => 101,1,Dial(SIP/test-softphone,,r)
exten => 102,1,Dial(SIP/bob,20)
exten => 102,2,Voicemail(u102)
exten => 102,102,Voicemail(b102)
exten => 102,103,Hangup()
exten => 103,1,Dial(SIP/bill,20)
exten => 103,2,Voicemail(u103)
exten => 103,102,Voicemail(b103)
exten => 103,103,Hangup()
exten => 104,Dial(SCCP/SEP00036BC3852B,20)
exten => 104,2,Voicemail(u104)
exten => 104,102,Voicemail(b104)
exten => 104,103,Hangup()
exten => 105,Dial(SCCP/SEP00036B095612,20)
exten => 105,2,Voicemail(u105)
exten...
2004 Sep 17
5
Background() command
Folks,
Apologies ahead of time if this has already been asked (read the list for
the last month looking
for something similar).
I have been trying to get the Background command to work with no joy yet.
Here is what I am trying to do:
1. Answer the call.
2. Play the message in the background, while waiting on DTMF from user.
3. If I get a "1", then interrupt the message and dial the
2005 Sep 01
1
dialparties.agi is returning no extensions to dial
..."Zap/1-1", "DIALSTATUS=BUSY") in new stack
-- Executing Macro("Zap/1-1", "vm|103|1") in new stack
-- Executing Goto("Zap/1-1", "s-1|1") in new stack
-- Goto (macro-vm,s-1,1)
-- Executing VoiceMail("Zap/1-1", "u103") in new stack
-- Playing 'vm-theperson' (language 'en')
-- Playing 'digits/1' (language 'en')
-- Playing 'digits/0' (language 'en')
-- Playing 'digits/3' (language 'en')
-- Playing 'vm-isunavail' (lang...