Hello Users.......
I'm Strucked  in Call parking...
I'm Using the Asterisk-1.1.11 version in My FC5 box,
In That there is  feature.conf
I'm Using SIP channel   By using Asterisk + OpenSER
[general]
parkext => 9006                 ; What extension to dial to park
parkpos => 9007-9009            ; What extensions to park calls on. These
needs to be
                                ; numeric, as Asterisk starts from the start
position
                                ; and increments with one for the next
parked call.
context => parkedcalls          ; Which context parked calls are in
parkingtime => 45               ; Number of seconds a call can be parked for
                                ; (default is 45 seconds)
I
In Extension.conf .. I'm confused to give the  Dial planning......
Can Help
-- 
Thanks and Regards
Ravi Prakash Sunkara
ravi.sunkara@hyperion-tech.com
M:+91 9985077535
O:+91 40 23114549
F:+91 40 40208727
ravi.sunkara@hyperion-tech.com
www.hyperion-tech.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20061101/e65389a1/attachment.htm
raviprakash sunkara wrote:> In Extension.conf .. I'm confused to give the Dial planning......You don't need to do anything in the dial plan for parking. Just transfer the call to your parking extension and Asterisk will take it from there. Doug
Hello. In extensions.conf; in the context that is dialed by your internal extensions, add this line. include=>parkedcalls This will include the extensions created by the extensions module, and create your extensions 9006-9009. Good luck, Ejay Hire ________________________________ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of raviprakash sunkara Sent: Wednesday, November 01, 2006 5:51 AM To: asterisk-users@lists.digium.com Subject: [asterisk-users] Help me on Call parking Hello Users....... I'm Strucked in Call parking... I'm Using the Asterisk-1.1.11 version in My FC5 box, In That there is feature.conf I'm Using SIP channel By using Asterisk + OpenSER <snip> In Extension.conf .. I'm confused to give the Dial planning......