same dial plan ,same voip same vicidial version i installed from same dvd, but location of both servers is different 1 is hosted and the second in my office,
but my office server dialplan is not working . (an other dialplan is working on computer 2)
(NOTE) For the second server i have share vpn tarafic to second lan card because here voice traffic is blocked
Server (goautodial CE 2.1 )
Processors 2
Model Intel(R) Pentium(R) 4 CPU 3.00GHz
CPU Speed 2.99 GHz
Cache Size 2.00 MB
System Bogomips 11970.59
PCI Devices
- Audio device: Intel Corporation 82801H
- Communication controller: Intel Corporation 82Q963/Q965 HECI Controller
- Ethernet controller: Intel Corporation 82566DM Gigabit Network Connection
- Host bridge: Intel Corporation 82Q963/Q965 Memory Controller Hub
- IDE interface: Intel Corporation 82801H
- ISA bridge: Intel Corporation 82801HO
- PCI bridge: Intel Corporation 82801 PCI Bridge
- PCI bridge: Intel Corporation 82801H
- (6x) USB Controller: Intel Corporation 82801H
- VGA compatible controller: Intel Corporation 82Q963/Q965 Integrated Graphics Controller
IDE Devices
- hdc: HL-DT-STDVD-ROM GDR-8084N
- hda: HDS722540VLSA80 (Capacity: 37.25 GB)
SCSI Devices none
USB Devices none
HERE IS MY DIALPLAN
[trunk]
type=peer
username=
secret=
canreinvite=no
fromuser=
disallow=all
allow=ulaw
allow=g729
allow=gsm
host=77.72.169.129
port=6000
context=trunkinbound
exten => _1X.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _1X.,2,Set(__RECORDING=${EXTEN:1}-${STRFTIME(,,%s)})
exten => _1X.,n,MixMonitor(${RECORDING}.wav)
exten => _1X.,n,Set(CDR(userfield)=${RECORDING}.wav)
exten => _1X.,n,Set(CALLERID(num)=3473494974)
exten => _1X.,n,Dial(${SIPTRUNK}/${EXTEN:0},,tTor)
exten => _1X.,n,Hangup
and CLI SHOWS THIS WHEN I MAKE CALL
[Oct 10 06:43:07] -- Executing [15879979551@default:5] Set("SIP/8001-00000004", "CALLERID(num)=3473494974") in new stack
[Oct 10 06:43:07] -- Executing [15879979551@default:6] Dial("SIP/8001-00000004", "/15879979551||tTor") in new stack
[Oct 10 06:43:07] WARNING[1443]: channel.c:3765 ast_request: No channel type registered for ''
[Oct 10 06:43:07] WARNING[1443]: app_dial.c:1310 dial_exec_full: Unable to create channel of type '' (cause 66 - Channel not implemented)
[Oct 10 06:43:07] == Everyone is busy/congested at this time (1:0/0/1)
[Oct 10 06:43:07] -- Executing [15879979551@default:7] Hangup("SIP/8001-00000004", "") in new stack
[Oct 10 06:43:07] == Spawn extension (default, 15879979551, 7) exited non-zero on 'SIP/8001-00000004'
[Oct 10 06:43:07] -- Executing [h@default:1] DeadAGI("SIP/8001-00000004", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----66-----CHANUNAVAIL----------") in new stack
[Oct 10 06:43:07] == Begin MixMonitor Recording SIP/8001-00000004
[Oct 10 06:43:07] -- AGI Script agi://127.0.0.1:4577/call_log--HVcauses ... ---------- completed, returning 0
[Oct 10 06:43:07] == End MixMonitor Recording SIP/8001-00000004
go*CLI>