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
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?
Tuesday, February 16, 2010, 12:55:12 PM, cool wrote:> 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....> what to next........................................To have call transfer in your asterisk setup, YOU need to read some documentation. Start here: http://www.voip-info.org -- Best regards, Gergo mailto:csibra at gmail.com