[asterisk-users] call transfer
cool dude
cool_dudeoflko at yahoo.co.in
Tue Feb 16 05:55:12 CST 2010
call transfer
call transfer from reception to other extensions.
Question: Details of Extensions
Reception - 2000
Sales - 2001
Accounts - 2002
any
call comes it should be received by extenion 2000, n if person wants to
talk to Sales, receptionist should put the caller on hold than connect
to Sales i.e exten 2001, while on hold the caller should hear music on
hold,now sale exten can take his call n talk to it.same with Accounts
ext 2002.
####################################################################
vi /etc/asterisk/sip.conf
[general]
port = 5060
bindaddr = 0.0.0.0
context = others
[2000]
type=friend
context=reception
secret=1234
host=dynamic
[2001]
type=friend
context=sales
secret=1234
host=dynamic
[2002]
type=friend
context=accounts
secret=1234
host=dynamic
~
######################################################################
vi /etc/asterisk/extension.conf
[from-zaptel]
exten => s,1,wait(2)
exten => s,n,Dial(SIP/2000,20)
what to next........................................
Your Mail works best with the New Yahoo Optimized IE8. Get it NOW! http://downloads.yahoo.com/in/internetexplorer/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100216/d262be06/attachment.htm
More information about the asterisk-users
mailing list