[asterisk-users] call parking

Danny Nicholas danny at debsinc.com
Wed Feb 17 08:33:42 CST 2010


In my asterisk setup, 112 would transfer the call to 8100 and get a message
back that the call was set to lot 8100 or another value up to 8199.  112
would then tell 113 to pickup 81xx and they would have 2 minutes to do so.

Regards,

--

Danny Nicholas

--

 

  _____  

From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of cool dude
Sent: Wednesday, February 17, 2010 2:14 AM
To: asterisk-users at lists.digium.com
Subject: [asterisk-users] call parking

 


i am working on call parking, i had made three extensions,

112
113
114 

call parking range 8100-8199

now any call comes, exten 112 receives it after receiving it called party
i.e who received the call puts the caller on hold n than called party is
hearing moh. now plz tell me how exten 113 pick up the call from call
park.these r features sip and extension.conf

vi features.conf

[general]
parkext => 8100
parkpos => 8100-8199
context => parkedcalls
parkingtime => 120
~
###########################################################################

sip.conf

[general]
port = 5060
bindaddr = 0.0.0.0
context = others

[112]
type=friend
context=my-phones
secret=1234
host=dynamic


[113]
type=friend
context=my-phones
secret=1234
host=dynamic

[114]
type=friend
context=my-phones
secret=1234
host=dynamic
##########################################################################

vi /extensions.conf


[from-zaptel]
exten => s,1,wait(2)
exten => s,n,Dial(SIP/112,20)
exten => s,n,Hangup()
include = parkedcalls
include = my-phones

[my-phones]
exten => 112,1,Dial(SIP/112)
exten => 113,1,Dial(SIP/113)
exten => 114,1,Dial(SIP/114)
############################################################################
###

thx







  _____  


The INTERNET now has a personality. YOURS! See
<http://in.rd.yahoo.com/tagline_yyi_1/*http:/in.yahoo.com/>  your Yahoo!
Homepage.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100217/44ce7410/attachment.htm 


More information about the asterisk-users mailing list