asteriskvairam
Newbie

Offline
Posts: 1
|
 |
« on: January 27, 2009, 04:40:02 PM » |
|
Dear All,
I have 7 Users trial licences. I would like to use NOOJEE as a telephone operate panel.
I can see the calls and status of the calls.But i am not able to transfer the call.Could you tell me how do i transfer the call to another extensions.
Here with i have mentioned my extensions configurations.
[trc] ; this is the dial in extension exten => 6000,1,answer exten => 6000,2,ringing exten => 6000,3,wait(30) exten => 6000,4,goto(6000,2) ;this is the hold extension - this is used during an assisted transfer exten => 6001,1,answer exten => 6001,2,ringing exten => 6001,3, wait(30) exten => 6001,4,goto(6001,2) ; this is the transfer extension. exten => 6002,1,DIAL(${dest},60,r) exten => 6002,2,wait(10) exten => 6002,3,goto(6002,1) ;this is the meetme extension exten => 6302,1,answer exten => 6302,2,meetme(${room},qd) ;this is the music on hold extension - this is used when calls are on hold exten => 6003,1,answer exten => 6003,2,musiconhold() exten => 6003,3,wait(30) exten => 6003,4,goto(6053,2) include => trc
Is there any modification needs to be done please guide me
Thanks Vairam
|