[asterisk-users] call parking
cool dude
cool_dudeoflko at yahoo.co.in
Wed Feb 17 02:13:57 CST 2010
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 your Yahoo! Homepage. http://in.yahoo.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100217/72d1bd91/attachment.htm
More information about the asterisk-users
mailing list