Hi,
I am using Goautodial straight out of the box. No other add ons installed.
VERSION: 2.4-309a
BUILD: 110430-1642
Sangoma Card for PRI.
I have been able to configure and get the system up and running. Able to make inbound as well as outbound calls.
I have a 30 channel PRI configured to be able to receive calls on all numbers. Now one of the numbers on the PRI line is our office's board number as well. We have a IVR playing on this number and then the call is transfered out to a mobile depending on the option selected.
I need the ability to add the callerid of the calling party to a list before I transfer the call to a mobile, so that at the end of the day I know how many and who all called for what department. How do I do this. Is there any AGI script that can be used to do this?
My current dial plan looks like this:
exten => 4418722,1,Ringing
exten => 4418722,2,Wait
exten => 4418722,3,Answer
exten => 4418722,4,Playback(SuperMan4)
exten => 4418722,5,Set(TIMEOUT(digit)=1)
exten => 4418722,6,Wait(1)
exten => 4418722,7,Background(SuperMan5)
exten => 4418722,8,WaitExten(1)
exten => 4418722,9,Goto(4418722,7)
exten => 1,1,Playback(SuperMan7)
exten => 1,2,Dial(DAHDI/r1/98xxxxxxxx,,tTo))
exten => 1,3,Hangup
exten => 2,1,Playback(SuperMan7)
exten => 1,2,Dial(DAHDI/r1/98xxxxxxxx,,tTo))
exten => 2,3,Hangup
exten => 3,1,Playback(SuperMan7)
exten => 1,2,Dial(DAHDI/r1/98xxxxxxxx,,tTo))
exten => 3,3,Hangup
Thanks a lot.