<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body>
What I want the users to do is something like pressing *333# and this will
enable divert<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:steve@daviesfam.org">steve@daviesfam.org</a> wrote:<br>
<blockquote type="cite"
cite="midPine.LNX.4.58.0410121126000.6766@bob.daviesfam.org">
<pre wrap="">
On Tue, 12 Oct 2004, Altus Syman wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Good day all
We have a pbx system running sip and sipphone(Bughtone)
My question is.If a user is not at their desk,how do I tell it if a call
comes in it should direct it to someone else
Do I need a different phone for this?The only other way is that they
have to switch it off and in my dialplan on stem 2 I will have to say go
to that user?
Please give advice on this
Thaks
Altus
</pre>
</blockquote>
<pre wrap=""><!---->
Hi Altus,
Normally you would have your Dial() call just ring the phone for a limited
time. For example Dial(SIP/12345,20) would ring the phone for 20 seconds.
Asterisk will then carry on with the next step and you can do something
else.
So:
exten => 6001,1,Dial(SIP/6001,20)
exten => 6001,2,Voicemail(u6001)
Will ring the phone for 20 seconds, then send the call to Voicemail,
playing the "unavailable" message.
There are lots of other examples on <a class="moz-txt-link-freetext" href="http://www.voip-info.org/">http://www.voip-info.org/</a> I am sure.
Regards,
Steve Davies
_______________________________________________
Asterisk-Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Asterisk-Users@lists.digium.com">Asterisk-Users@lists.digium.com</a>
<a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
To UNSUBSCRIBE or update options visit:
<a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
</pre>
</blockquote>
<br>
</body>
</html>