search for: u3001

Displaying 8 results from an estimated 8 matches for "u3001".

Did you mean: 3001
2004 Mar 31
2
C7960 "busy" notification
Using the following defnitions with a C7960: exten => 3001,1,Dial(SIP/3001,15,r) exten => 3001,2,Voicemail2(u3001) exten => 3001,102,Voicemail2(b3001) exten => 3001,103,Hangup If someone is on this phone (real conversation) and another call comes in, the second call goes through the 15 second timeout and is dropped into the 2-priority as "unavailable" (not the 102 busy as expected). Do I nee...
2003 Sep 07
2
New cvs compile; basic operational question, please.
...ting the config file. Leave them here. [bogon-calls] exten => _.,1,Congestion [from-sip] exten => 3000,1,Dial(SIP/3000,20) exten => 3000,2,Voicemail(u3000) exten => 3000,102,Voicemail(b3000) exten => 3000,103,Hangup exten => 3001,1,Dial(SIP/3001,20) exten => 3001,2,Voicemail(u3001) exten => 3001,102,Voicemail(b3001) exten => 3001,103,Hangup exten => 3999,1,VoicemailMain(${CALLERIDNUM}) Apparently I'm doing something wrong, but since this is my first attempt at making * work, I don't actually have a clue what I'm doing (yet). Asterisk did complile and...
2005 Apr 09
3
CallerID name lookup AGI script
...'s a snippet from my extensions.conf where it gets called: exten => s,1,AGI(callerid.agi|${CALLERIDNUM}) exten => s,2,SetCallerId,"${googlename} <${CALLERIDNUM}>" exten => s,3,Dial(${PHONES},30,r) exten => s,4,Answer exten => s,5,Wait(2) exten => s,6,Voicemail(u3001) exten => s,7,Hangup And here's the script: #!/usr/bin/perl use Asterisk::AGI; $AGI = new Asterisk::AGI; $number = $ARGV[0]; if ($number =~ m/(800|888|877|866)\d{7}/) { $AGI->set_variable('googlename', "\"TollFree Caller\""); exit 0; } open(RESULTS,...
2004 Aug 29
0
Help debugging voicemail problem
...e. Currently I have the following issue: Voicemail is running but when I test to leave a voicemail thru my incoming PSTN channel (voicetronix / vpb), asterisk will not detect sound (according to the log) on that channel and outputs the following: -- Executing VoiceMail("vpb/1-1", "u3001") in new stack -- Playing 'voicemail/default/3001/unavail' (language 'en') -- Playing 'vm-intro' (language 'en') -- Playing 'beep' (language 'en') -- Recording the message -- x=0, open writing: /var/spool/asterisk/voicemail/default/3001/INBOX/ms...
2003 Sep 17
1
A WORKING EXAMPLE
Hello! I've looked at the reference examples they are all for SIP. I have two X100p and a TDM400P. Can someone send me a working example so I can receive calls and make them. I'm stuck at first base. [I'm using standard phones - not SIP] Help please! Thanks, Bill Flood
2004 Apr 26
0
Help with connecting 2 servers via iax
...in our case will be 101+1=102. This +101 jump is built ; into Asterisk and does not need to be defined. ; exten => 3000,102,Voicemail(b3000) exten => 3000,103,Hangup ; ; Now, what if the number dialed was "3001"? ; exten => 3001,1,Dial(SIP/3001,20) exten => 3001,2,Voicemail(u3001) exten => 3001,102,Voicemail(b3001) exten => 3001,103,Hangup exten => 3002,1,Dial(SIP/3002,20) exten => 3002,2,Voicemail(u3002) exten => 3002,102,Voicemail(b3002) exten => 3002,103,Hangup exten => 3003,1,Dial(SIP/3003,20) exten => 3003,2,Voicemail(u3003) exten => 3003,1...
2004 Aug 24
2
call queue help
Guys I am having some serious issues with my call queue and Management is breathing down my neck pretty bad, and I am running out of ideas. I have a single queue for my tech support department. I originally was using the AgentCallbackLogin for them and it tested out great on our testing weekends, but it hasn't worked out since. It would only let one of them take calls at a time, no matter
2004 Jul 19
0
(Asterisk-Users] Affordable SIP Phone - Stiil a Myth?
...pplication with the ; number of the caller already passed as a variable, so ; all the user needs to do is type in the password. ; exten => 2999,1,VoicemailMain(${CALLERIDNUM}) include => from-sip-1 [for-dlink] ;New one exten => 3001,1,Dial(SIP/3001,20) exten => 3001,2,Voicemail(u3001) exten => 3001,102,Voicemail(b3001) exten => 3001,103,Hangup ;New one exten => 3002,1,Dial(SIP/3002,20) exten => 3002,2,Voicemail(u3002) exten => 3002,102,Voicemail(b3002) exten => 3002,103,Hangup ;New one exten => 3003,1,Dial(SIP/3003,20) exten => 3003,2,Voicema...