Displaying 2 results from an estimated 2 matches for "u231".
Did you mean:
231
2004 Aug 13
6
Dial command problems
I am still testing Asterisk, but I am running in to a lot of problems.
I set up numerous extensions, but Asterisk is not performing to tasks
correctly. Here is an example.
exten => 231,1,Dial(Zap/g1/231|3)
exten => 231,2,Voicemail(u231)
exten => 231,3,Hangup
When I call in and enter extension 231, my call is routed to the correct
extension, but it just keeps ringing.
If I change the line to read exten => 231,1,Dial(Zap/g1/231|2) it will
ring once (2000 ms) and go to voicemail, but if I change the timeout to
anything great...
2005 Feb 03
1
Multiple mailbox on the same SIP extension
...exten => 1,102,Voicemail2(b7253)
exten => 1,103,Hangup
exten => t,1,Dial(SIP/221,15)
exten => t,2,Voicemail2(u221)
exten => t,102,Voicemail2(b221)
exten => t,103,Hangup
Here's a sample of one of my extension :
exten => 231,1,Dial(SIP/231,15)
exten => 231,2,Voicemail2(u231)
exten => 231,102,Voicemail2(b231)
exten => 231,103,Hangup
sample of sip.conf (with some info removed) :
[231]
type=friend
username=231
secret="not written for security purpose"
context="the context in extensions.conf"
callerid="removed for this post" <231&...