[asterisk-users] call transfer
Brian
brel.astersik100129 at copperproductions.co.uk
Tue Feb 16 06:13:18 CST 2010
On Tue, 2010-02-16 at 17:25 +0530, cool dude wrote:
> 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........................................
>
>
> ______________________________________________________________________
What have you tried? Which links/mans have you read to set up music on
hold? Are any of them wrong at all?
More information about the asterisk-users
mailing list