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/
-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to