Asterisk doesnt detect call end

Ive just finished setting up my server, its configured as follows

TDM2400P with 2 FXO Modules - Connected to 8 BT phone lines
The 8 Lines are used for incoming and outgoing calls.

For some reason in both incoming and outgoing calls, asterisk doesnt detect if the remote party ends the calls. This results in my phone lines being permanently engaged.

Any ideas?

let’s see your zapata.conf. are you setup to use kewlstart ? hanguponpolarityswitch=yes set ? loading the wctdm module in UK mode ?

zapata.conf
;
; Zapata telephony interface
;
; Configuration file

[trunkgroups]

[channels]

language=en
context=from-pstn
signalling=fxs_ks
rxwink=300 ; Atlas seems to use long (250ms) winks
;
; Whether or not to do distinctive ring detection on FXO lines
;
;usedistinctiveringdetection=yes

usecallerid=yes
callerid=asreceived
cidsignalling=v23
cidstart=polarity
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=no
echotraining=800
rxgain=0.0
txgain=0.0
group=0
callgroup=1
pickupgroup=1
immediate=yes
busydetect=yes
hanguponpolarityswitch=yes

;faxdetect=both
faxdetect=incoming
;faxdetect=outgoing
;faxdetect=no

;Include genzaptelconf configs
#include zapata-auto.conf

group=1

;Include AMP configs
#include zapata_additional.conf

zapata-auto.conf

; Autogenerated by /usr/local/sbin/genzaptelconf – do not hand edit
; Zaptel Channels Configurations (zapata.conf)
;
; This is not intended to be a complete zapata.conf. Rather, it is intended
; to be #include-d by /etc/zapata.conf that will include the global settings
;
callerid=asreceived

; Span 1: WCTDM/0 “Wildcard TDM2400P Prototype Board 1”
; channel 1, WCTDM, inactive.
; channel 2, WCTDM, inactive.
; channel 3, WCTDM, inactive.
; channel 4, WCTDM, inactive.

signalling=fxs_ks
; Note: this is a trunk. Create a ZAP trunk in AMP for Channel 5
context=from-pstn
usecallerid=yes
callerid=asreceived
cidsignalling=v23
cidstart=polarity
group=0
immediate=yes
channel => 5

signalling=fxs_ks
; Note: this is a trunk. Create a ZAP trunk in AMP for Channel 6
context=from-pstn
usecallerid=yes
callerid=asreceived
cidsignalling=v23
cidstart=polarity
group=0
immediate=yes
channel => 6

signalling=fxs_ks
; Note: this is a trunk. Create a ZAP trunk in AMP for Channel 7
context=from-pstn
usecallerid=yes
callerid=asreceived
cidsignalling=v23
cidstart=polarity
group=0
immediate=yes
channel => 7

signalling=fxs_ks
; Note: this is a trunk. Create a ZAP trunk in AMP for Channel 8
context=from-pstn
usecallerid=yes
callerid=asreceived
cidsignalling=v23
cidstart=polarity
group=0
immediate=yes
channel => 8

signalling=fxs_ks
; Note: this is a trunk. Create a ZAP trunk in AMP for Channel 9
context=from-pstn
usecallerid=yes
callerid=asreceived
cidsignalling=v23
cidstart=polarity
group=0
immediate=yes
channel => 9

signalling=fxs_ks
; Note: this is a trunk. Create a ZAP trunk in AMP for Channel 10
context=from-pstn
usecallerid=yes
callerid=asreceived
cidsignalling=v23
cidstart=polarity
group=0
immediate=yes
channel => 10

signalling=fxs_ks
; Note: this is a trunk. Create a ZAP trunk in AMP for Channel 11
context=from-pstn
usecallerid=yes
callerid=asreceived
cidsignalling=v23
cidstart=polarity
group=0
immediate=yes
channel => 11

signalling=fxs_ks
; Note: this is a trunk. Create a ZAP trunk in AMP for Channel 12
context=from-pstn
usecallerid=yes
callerid=asreceived
cidsignalling=v23
cidstart=polarity
group=0
immediate=yes
channel => 12

; channel 13, WCTDM, inactive.
; channel 14, WCTDM, inactive.
; channel 15, WCTDM, inactive.
; channel 16, WCTDM, inactive.
; channel 17, WCTDM, inactive.
; channel 18, WCTDM, inactive.
; channel 19, WCTDM, inactive.
; channel 20, WCTDM, inactive.
; channel 21, WCTDM, inactive.
; channel 22, WCTDM, inactive.
; channel 23, WCTDM, inactive.
; channel 24, WCTDM, inactive.

that looks ok, now the output of /var/log/messages when you load the module ?

I probably should mention another problem I have which is possibly relevant.

I am using trixbox 1.0

my wctdm24xxp would not start automatically. I had to modprobe it after boot.

So I added a script (which I found on the net) to rc3.d as follows

mkdir -p /dev/zap
mknod /dev/zap/ctl c 196 0
mknod /dev/zap/channel c 196 254
mknod /dev/zap/pseudo c 196 255
N=1
while [ $N -lt 253 ]; do
mknod /dev/zap/$N c 196 $N
N=$[$N+1]
done

modprobe zaptel
modprobe wctdm24xxp
modprobe wcfxo

/usr/local/sbin/genzaptelconf

#cp /etc/zaptel.conf.bak /etc/zaptel.conf
cp /etc/asterisk/zapata-auto.conf.bak /etc/asterisk/zapata-auto.conf

ztcfg

yeah, trixbox/A@H is a great way to start. not my cuppa though.

the log when you load the module ? although i’ve not used a TDM2400, the TDM400 cards seem quite picky about being loaded in UK mode to work properly over here.

if you add “opermode=UK” to the modprobe line, does that make the difference ?

Sorry for the REALLY long post, but im not sure which bits you want. I added the opermode=uk but to my script, but it still doesnt seem to work.

Anyways here goes the contents of todays /var/log/messages

Jun 23 12:05:51 asterisk1 syslogd 1.4.1: restart.
Jun 23 12:05:51 asterisk1 syslog: syslogd startup succeeded
Jun 23 12:05:51 asterisk1 kernel: klogd 1.4.1, log source = /proc/kmsg started.
Jun 23 12:05:51 asterisk1 kernel: Linux version 2.6.9-34.EL (buildcentos@build-i386) (gcc version 3.4.5 20051201 (Red Hat 3.4.5-2)) #1 Wed Mar 8 00:07:35 CST 2006
Jun 23 12:05:51 asterisk1 kernel: BIOS-provided physical RAM map:
Jun 23 12:05:51 asterisk1 kernel: BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
Jun 23 12:05:51 asterisk1 kernel: BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
Jun 23 12:05:51 asterisk1 kernel: BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
Jun 23 12:05:51 asterisk1 kernel: BIOS-e820: 0000000000100000 - 000000003fff0000 (usable)
Jun 23 12:05:51 asterisk1 kernel: BIOS-e820: 000000003fff0000 - 000000003fff3000 (ACPI NVS)
Jun 23 12:05:51 asterisk1 kernel: BIOS-e820: 000000003fff3000 - 0000000040000000 (ACPI data)
Jun 23 12:05:51 asterisk1 kernel: BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
Jun 23 12:05:51 asterisk1 kernel: 127MB HIGHMEM available.
Jun 23 12:05:51 asterisk1 kernel: 896MB LOWMEM available.
Jun 23 12:05:51 asterisk1 syslog: klogd startup succeeded
Jun 23 12:05:51 asterisk1 kernel: Using x86 segment limits to approximate NX protection
Jun 23 12:05:51 asterisk1 kernel: zapping low mappings.
Jun 23 12:05:51 asterisk1 kernel: DMI 2.3 present.
Jun 23 12:05:51 asterisk1 irqbalance: irqbalance startup succeeded
Jun 23 12:05:51 asterisk1 kernel: ACPI: PM-Timer IO Port: 0x4008
Jun 23 12:05:51 asterisk1 kernel: Built 1 zonelists
Jun 23 12:05:51 asterisk1 kernel: Kernel command line: ro root=LABEL=/1
Jun 23 12:05:51 asterisk1 kernel: Initializing CPU#0
Jun 23 12:05:51 asterisk1 kernel: CPU 0 irqstacks, hard=c03e7000 soft=c03e6000
Jun 23 12:05:51 asterisk1 kernel: PID hash table entries: 4096 (order: 12, 65536 bytes)
Jun 23 12:05:51 asterisk1 kernel: Detected 2814.779 MHz processor.
Jun 23 12:05:51 asterisk1 kernel: Using tsc for high-res timesource
Jun 23 12:05:51 asterisk1 kernel: Console: colour VGA+ 80x25
Jun 23 12:05:51 asterisk1 kernel: Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Jun 23 12:05:51 asterisk1 kernel: Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Jun 23 12:05:51 asterisk1 kernel: Memory: 1034836k/1048512k available (2117k kernel code, 12868k reserved, 669k data, 144k init, 131008k highmem)
Jun 23 12:05:51 asterisk1 kernel: Calibrating delay using timer specific routine… 5632.23 BogoMIPS (lpj=2816118)
Jun 23 12:05:51 asterisk1 kernel: Security Scaffold v1.0.0 initialized
Jun 23 12:05:51 asterisk1 kernel: SELinux: Initializing.
Jun 23 12:05:51 asterisk1 kernel: SELinux: Starting in permissive mode
Jun 23 12:05:51 asterisk1 kernel: There is already a security framework initialized, register_security failed.
Jun 23 12:05:51 asterisk1 kernel: selinux_register_security: Registering secondary module capability
Jun 23 12:05:51 asterisk1 kernel: Capability LSM initialized as secondary
Jun 23 12:05:51 asterisk1 kernel: Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
Jun 23 12:05:51 asterisk1 kernel: CPU: Trace cache: 12K uops, L1 D cache: 8K
Jun 23 12:05:51 asterisk1 kernel: CPU: L2 cache: 512K
Jun 23 12:05:51 asterisk1 kernel: Intel machine check architecture supported.
Jun 23 12:05:51 asterisk1 kernel: Intel machine check reporting enabled on CPU#0.
Jun 23 12:05:51 asterisk1 kernel: CPU0: Intel P4/Xeon Extended MCE MSRs (12) available
Jun 23 12:05:51 asterisk1 kernel: CPU: Intel® Pentium® 4 CPU 2.80GHz stepping 09
Jun 23 12:05:51 asterisk1 kernel: Enabling fast FPU save and restore… done.
Jun 23 12:05:51 asterisk1 kernel: Enabling unmasked SIMD FPU exception support… done.
Jun 23 12:05:51 asterisk1 kernel: Checking ‘hlt’ instruction… OK.
Jun 23 12:05:51 asterisk1 kernel: ACPI: IRQ9 SCI: Level Trigger.
Jun 23 12:05:51 asterisk1 kernel: checking if image is initramfs… it is
Jun 23 12:05:51 asterisk1 kernel: Freeing initrd memory: 388k freed
Jun 23 12:05:51 asterisk1 kernel: NET: Registered protocol family 16
Jun 23 12:05:51 asterisk1 kernel: PCI: PCI BIOS revision 2.10 entry at 0xfa5d0, last bus=2
Jun 23 12:05:51 asterisk1 kernel: PCI: Using configuration type 1
Jun 23 12:05:51 asterisk1 portmap: portmap startup succeeded
Jun 23 12:05:51 asterisk1 kernel: mtrr: v2.0 (20020519)
Jun 23 12:05:51 asterisk1 kernel: ACPI: Subsystem revision 20040816
Jun 23 12:05:51 asterisk1 kernel: ACPI: Interpreter enabled
Jun 23 12:05:51 asterisk1 kernel: ACPI: Using PIC for interrupt routing
Jun 23 12:05:51 asterisk1 kernel: ACPI: PCI Root Bridge [PCI0] (00:00)
Jun 23 12:05:51 asterisk1 kernel: PCI: Probing PCI hardware (bus 00)
Jun 23 12:05:51 asterisk1 kernel: PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1
Jun 23 12:05:51 asterisk1 kernel: PCI: Transparent bridge - 0000:00:1e.0
Jun 23 12:05:51 asterisk1 kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
Jun 23 12:05:51 asterisk1 kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *7 9 10 11 12 14 15)
Jun 23 12:05:52 asterisk1 kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 *4 5 6 7 9 10 11 12 14 15)
Jun 23 12:05:52 asterisk1 kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
Jun 23 12:05:52 asterisk1 kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
Jun 23 12:05:52 asterisk1 kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
Jun 23 12:05:52 asterisk1 rpc.statd[1925]: Version 1.0.6 Starting
Jun 23 12:05:52 asterisk1 kernel: ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
Jun 23 12:05:52 asterisk1 kernel: ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 9 10 11 12 14 15)
Jun 23 12:05:52 asterisk1 kernel: Linux Plug and Play Support v0.97 © Adam Belay
Jun 23 12:05:52 asterisk1 kernel: usbcore: registered new driver usbfs
Jun 23 12:05:52 asterisk1 kernel: usbcore: registered new driver hub
Jun 23 12:05:52 asterisk1 kernel: PCI: Using ACPI for IRQ routing
Jun 23 12:05:52 asterisk1 nfslock: rpc.statd startup succeeded
Jun 23 12:05:52 asterisk1 kernel: ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 4
Jun 23 12:05:52 asterisk1 kernel: ACPI: PCI interrupt 0000:00:1f.1[A] -> GSI 4 (level, low) -> IRQ 4
Jun 23 12:05:52 asterisk1 kernel: ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 7
Jun 23 12:05:52 asterisk1 kernel: ACPI: PCI interrupt 0000:00:1f.3[B] -> GSI 7 (level, low) -> IRQ 7
Jun 23 12:05:52 asterisk1 kernel: ACPI: PCI interrupt 0000:00:1f.5[B] -> GSI 7 (level, low) -> IRQ 7
Jun 23 12:05:52 asterisk1 kernel: ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 5
Jun 23 12:05:52 asterisk1 kernel: ACPI: PCI interrupt 0000:01:00.0[A] -> GSI 5 (level, low) -> IRQ 5
Jun 23 12:05:52 asterisk1 kernel: ACPI: PCI Interrupt Link [LNK0] enabled at IRQ 11
Jun 23 12:05:52 asterisk1 kernel: ACPI: PCI interrupt 0000:02:02.0[A] -> GSI 11 (level, low) -> IRQ 11
Jun 23 12:05:52 asterisk1 kernel: ACPI: PCI Interrupt Link [LNKF] enabled at IRQ 10
Jun 23 12:05:52 asterisk1 kernel: ACPI: PCI interrupt 0000:02:09.0[A] -> GSI 10 (level, low) -> IRQ 10
Jun 23 12:05:52 asterisk1 kernel: apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)
Jun 23 12:05:52 asterisk1 kernel: apm: overridden by ACPI.
Jun 23 12:05:52 asterisk1 kernel: audit: initializing netlink socket (disabled)
Jun 23 12:05:52 asterisk1 kernel: audit(1151064302.863:1): initialized
Jun 23 12:05:52 asterisk1 kernel: highmem bounce pool size: 64 pages
Jun 23 12:05:52 asterisk1 kernel: Total HugeTLB memory allocated, 0
Jun 23 12:05:52 asterisk1 kernel: VFS: Disk quotas dquot_6.5.1
Jun 23 12:05:52 asterisk1 kernel: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Jun 23 12:05:52 asterisk1 kernel: SELinux: Registering netfilter hooks
Jun 23 12:05:52 asterisk1 kernel: Initializing Cryptographic API
Jun 23 12:05:52 asterisk1 kernel: ksign: Installing public key data
Jun 23 12:05:52 asterisk1 kernel: Loading keyring
Jun 23 12:05:52 asterisk1 kernel: - Added public key B4802E7A21D4FA03
Jun 23 12:05:52 asterisk1 kernel: - User ID: CentOS (Kernel Module GPG key)
Jun 23 12:05:52 asterisk1 kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Jun 23 12:05:52 asterisk1 kernel: ACPI: Processor [CPU0] (supports C1)
Jun 23 12:05:52 asterisk1 kernel: Real Time Clock Driver v1.12
Jun 23 12:05:52 asterisk1 kernel: Linux agpgart interface v0.100 © Dave Jones
Jun 23 12:05:52 asterisk1 kernel: agpgart: Detected an Intel 845G Chipset.
Jun 23 12:05:52 asterisk1 kernel: agpgart: Maximum main memory to use for agp memory: 941M
Jun 23 12:05:52 asterisk1 kernel: agpgart: AGP aperture is 128M @ 0xd0000000
Jun 23 12:05:52 asterisk1 kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Jun 23 12:05:52 asterisk1 kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Jun 23 12:05:52 asterisk1 kernel: Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing enabled
Jun 23 12:05:52 asterisk1 kernel: RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize
Jun 23 12:05:52 asterisk1 kernel: Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
Jun 23 12:05:52 asterisk1 kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Jun 23 12:05:52 asterisk1 kernel: ICH4: IDE controller at PCI slot 0000:00:1f.1
Jun 23 12:05:52 asterisk1 kernel: ACPI: PCI interrupt 0000:00:1f.1[A] -> GSI 4 (level, low) -> IRQ 4
Jun 23 12:05:52 asterisk1 kernel: ICH4: chipset revision 2
Jun 23 12:05:52 asterisk1 kernel: ICH4: not 100% native mode: will probe irqs later
Jun 23 12:05:52 asterisk1 kernel: ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:pio, hdb:DMA
Jun 23 12:05:52 asterisk1 kernel: ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:pio
Jun 23 12:05:52 asterisk1 kernel: hdb: WDC WD800JB-00ETA0, ATA DISK drive
Jun 23 12:05:52 asterisk1 kernel: Using cfq io scheduler
Jun 23 12:05:52 asterisk1 kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Jun 23 12:05:52 asterisk1 kernel: hdc: PIONEER DVD-RW DVR-107D, ATAPI CD/DVD-ROM drive
Jun 23 12:05:52 asterisk1 kernel: ide1 at 0x170-0x177,0x376 on irq 15
Jun 23 12:05:52 asterisk1 kernel: hdb: max request size: 1024KiB
Jun 23 12:05:52 asterisk1 kernel: hdb: 156301488 sectors (80026 MB) w/8192KiB Cache, CHS=16383/255/63, UDMA(100)
Jun 23 12:05:52 asterisk1 kernel: hdb: hdb1 hdb2 hdb3
Jun 23 12:05:52 asterisk1 kernel: hdc: ATAPI 40X DVD-ROM DVD-R CD-R/RW drive, 2000kB Cache, UDMA(33)
Jun 23 12:05:52 asterisk1 kernel: Uniform CD-ROM driver Revision: 3.20
Jun 23 12:05:52 asterisk1 kernel: ide-floppy driver 0.99.newide
Jun 23 12:05:52 asterisk1 kernel: usbcore: registered new driver hiddev
Jun 23 12:05:52 asterisk1 kernel: usbcore: registered new driver usbhid
Jun 23 12:05:52 asterisk1 kernel: drivers/usb/input/hid-core.c: v2.0:USB HID core driver
Jun 23 12:05:52 asterisk1 kernel: mice: PS/2 mouse device common for all mice
Jun 23 12:05:52 asterisk1 kernel: input: AT Translated Set 2 keyboard on isa0060/serio0
Jun 23 12:05:52 asterisk1 kernel: input: PS/2 Generic Mouse on isa0060/serio1
Jun 23 12:05:52 asterisk1 kernel: md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
Jun 23 12:05:52 asterisk1 kernel: NET: Registered protocol family 2
Jun 23 12:05:52 asterisk1 kernel: IP: routing cache hash table of 2048 buckets, 64Kbytes
Jun 23 12:05:52 asterisk1 kernel: TCP: Hash tables configured (established 262144 bind 37449)
Jun 23 12:05:52 asterisk1 kernel: Initializing IPsec netlink socket
Jun 23 12:05:52 asterisk1 kernel: NET: Registered protocol family 1
Jun 23 12:05:52 asterisk1 kernel: NET: Registered protocol family 17
Jun 23 12:05:52 asterisk1 kernel: ACPI: (supports S0 S1 S4 S5)
Jun 23 12:05:52 asterisk1 kernel: ACPI wakeup devices:
Jun 23 12:05:52 asterisk1 kernel: SLPB PCI0 HUB0 USB0 USB1 USB2 USBE
Jun 23 12:05:52 asterisk1 kernel: Freeing unused kernel memory: 144k freed
Jun 23 12:05:52 asterisk1 kernel: kjournald starting. Commit interval 5 seconds
Jun 23 12:05:52 asterisk1 kernel: EXT3-fs: mounted filesystem with ordered data mode.
Jun 23 12:05:52 asterisk1 kernel: SELinux: Disabled at runtime.
Jun 23 12:05:52 asterisk1 kernel: SELinux: Unregistering netfilter hooks
Jun 23 12:05:52 asterisk1 kernel: inserting floppy driver for 2.6.9-34.EL
Jun 23 12:05:52 asterisk1 kernel: floppy0: no floppy controllers found
Jun 23 12:05:52 asterisk1 kernel: Intel® PRO/1000 Network Driver - version 6.1.16-k3-NAPI
Jun 23 12:05:52 asterisk1 kernel: Copyright © 1999-2005 Intel Corporation.
Jun 23 12:05:52 asterisk1 kernel: ACPI: PCI interrupt 0000:02:09.0[A] -> GSI 10 (level, low) -> IRQ 10
Jun 23 12:05:52 asterisk1 kernel: e1000: eth0: e1000_probe: Intel® PRO/1000 Network Connection
Jun 23 12:05:52 asterisk1 kernel: ACPI: PCI interrupt 0000:00:1f.5[B] -> GSI 7 (level, low) -> IRQ 7
Jun 23 12:05:52 asterisk1 rpcidmapd: rpc.idmapd startup succeeded
Jun 23 12:05:52 asterisk1 kernel: intel8x0_measure_ac97_clock: measured 50051 usecs
Jun 23 12:05:52 asterisk1 kernel: intel8x0: clocking to 48000
Jun 23 12:05:52 asterisk1 kernel: hw_random: RNG not detected
Jun 23 12:05:52 asterisk1 kernel: pciehp: Both _OSC and OSHP methods do not exist
Jun 23 12:05:52 asterisk1 kernel: md: Autodetecting RAID arrays.
Jun 23 12:05:52 asterisk1 kernel: md: autorun …
Jun 23 12:05:52 asterisk1 kernel: md: … autorun DONE.
Jun 23 12:05:52 asterisk1 kernel: ACPI: Power Button (FF) [PWRF]
Jun 23 12:05:52 asterisk1 kernel: ACPI: Sleep Button (CM) [SLPB]
Jun 23 12:05:52 asterisk1 kernel: EXT3 FS on hdb2, internal journal
Jun 23 12:05:52 asterisk1 kernel: device-mapper: 4.5.0-ioctl (2005-10-04) initialised: dm-devel@redhat.com
Jun 23 12:05:52 asterisk1 kernel: cdrom: open failed.
Jun 23 12:05:52 asterisk1 netfs: Mounting other filesystems: succeeded
Jun 23 12:05:52 asterisk1 kernel: kjournald starting. Commit interval 5 seconds
Jun 23 12:05:52 asterisk1 kernel: EXT3 FS on hdb1, internal journal
Jun 23 12:05:52 asterisk1 kernel: EXT3-fs: mounted filesystem with ordered data mode.
Jun 23 12:05:52 asterisk1 kernel: Adding 779144k swap on /dev/hdb3. Priority:-1 extents:1
Jun 23 12:05:52 asterisk1 kernel: IA-32 Microcode Update Driver: v1.14 tigran@veritas.com
Jun 23 12:05:52 asterisk1 kernel: microcode: CPU0 updated from revision 0x0 to 0x2e, date = 08112004
Jun 23 12:05:52 asterisk1 kernel: IA-32 Microcode Update Driver v1.14 unregistered
Jun 23 12:05:52 asterisk1 kernel: Zapata Telephony Interface Registered on major 196
Jun 23 12:05:52 asterisk1 kernel: Zaptel Version: Echo Canceller: MG2
Jun 23 12:05:52 asterisk1 kernel: ACPI: PCI interrupt 0000:02:02.0[A] -> GSI 11 (level, low) -> IRQ 11
Jun 23 12:05:52 asterisk1 kernel: PCI Config reg is 02900007
Jun 23 12:05:52 asterisk1 kernel: WCTDM2400P: New Reg: fe590000!
Jun 23 12:05:52 asterisk1 kernel: Detected REG0: 00000100
Jun 23 12:05:52 asterisk1 kernel: Detected REG1: 00007849
Jun 23 12:05:52 asterisk1 kernel: Detected REG2: 0000001d
Jun 23 12:05:52 asterisk1 kernel: (pre) Reg fc is 50000027
Jun 23 12:05:52 asterisk1 kernel: (post) Reg fc is 50000024
Jun 23 12:05:52 asterisk1 kernel: Detected REG2: 0000ffff
Jun 23 12:05:52 asterisk1 kernel: wctdm2400p: reg is a04c0004
Jun 23 12:05:52 asterisk1 kernel: Resetting the modules…
Jun 23 12:05:52 asterisk1 kernel: During Resetting the modules…
Jun 23 12:05:52 asterisk1 kernel: After resetting the modules…
Jun 23 12:05:52 asterisk1 kernel: Port 1: Not installed
Jun 23 12:05:52 asterisk1 kernel: Port 2: Not installed
Jun 23 12:05:52 asterisk1 rc: Starting lm_sensors: succeeded
Jun 23 12:05:52 asterisk1 kernel: Port 3: Not installed
Jun 23 12:05:52 asterisk1 kernel: Port 4: Not installed
Jun 23 12:05:52 asterisk1 kernel: Port 5: Installed – AUTO FXO (UK mode)
Jun 23 12:05:52 asterisk1 kernel: Port 6: Installed – AUTO FXO (UK mode)
Jun 23 12:05:52 asterisk1 kernel: Port 7: Installed – AUTO FXO (UK mode)
Jun 23 12:05:52 asterisk1 kernel: Port 8: Installed – AUTO FXO (UK mode)
Jun 23 12:05:52 asterisk1 kernel: Port 9: Installed – AUTO FXO (UK mode)
Jun 23 12:05:52 asterisk1 kernel: Port 10: Installed – AUTO FXO (UK mode)
Jun 23 12:05:52 asterisk1 kernel: Port 11: Installed – AUTO FXO (UK mode)
Jun 23 12:05:52 asterisk1 kernel: Port 12: Installed – AUTO FXO (UK mode)
Jun 23 12:05:52 asterisk1 kernel: Port 13: Not installed
Jun 23 12:05:52 asterisk1 kernel: Port 14: Not installed
Jun 23 12:05:52 asterisk1 kernel: Port 15: Not installed
Jun 23 12:05:52 asterisk1 kernel: Port 16: Not installed
Jun 23 12:05:52 asterisk1 kernel: Port 17: Not installed
Jun 23 12:05:52 asterisk1 kernel: Port 18: Not installed
Jun 23 12:05:52 asterisk1 kernel: Port 19: Not installed
Jun 23 12:05:52 asterisk1 kernel: Port 20: Not installed
Jun 23 12:05:52 asterisk1 kernel: Port 21: Not installed
Jun 23 12:05:52 asterisk1 kernel: Port 22: Not installed
Jun 23 12:05:53 asterisk1 kernel: Port 23: Not installed
Jun 23 12:05:53 asterisk1 kernel: Port 24: Not installed
Jun 23 12:05:53 asterisk1 kernel: VPM Revision: 0f
Jun 23 12:05:53 asterisk1 kernel: VPM: U-law mode
Jun 23 12:05:53 asterisk1 kernel: VPM: DTMF threshold set to 1250
Jun 23 12:05:53 asterisk1 kernel: VPM: Present and operational (Rev A)
Jun 23 12:05:53 asterisk1 kernel: Found a Wildcard TDM: Wildcard TDM2400P Prototype (24 modules)
Jun 23 12:05:53 asterisk1 kernel: ip_tables: © 2000-2002 Netfilter core team
Jun 23 12:05:53 asterisk1 kernel: ip_tables: © 2000-2002 Netfilter core team
Jun 23 12:05:53 asterisk1 kernel: e1000: eth0: e1000_watchdog: NIC Link is Up 1000 Mbps Full Duplex
Jun 23 12:05:53 asterisk1 kernel: i2c /dev entries driver
Jun 23 12:05:53 asterisk1 autofs: automount startup succeeded
Jun 23 12:05:53 asterisk1 safe_asterisk: Parsing /etc/asterisk/asterisk.conf
Jun 23 12:05:53 asterisk1 asterisk: safe_asterisk startup succeeded
Jun 23 12:05:53 asterisk1 smartd[2032]: smartd version 5.33 [i686-redhat-linux-gnu] Copyright © 2002-4 Bruce Allen
Jun 23 12:05:53 asterisk1 smartd[2032]: Home page is smartmontools.sourceforge.net/
Jun 23 12:05:53 asterisk1 smartd[2032]: Opened configuration file /etc/smartd.conf
Jun 23 12:05:53 asterisk1 smartd[2032]: Configuration file /etc/smartd.conf parsed.
Jun 23 12:05:53 asterisk1 smartd[2032]: Device: /dev/hdb, opened
Jun 23 12:05:53 asterisk1 smartd[2032]: Device: /dev/hdb, found in smartd database.
Jun 23 13:05:09 asterisk1 rc.sysinit: -e
Jun 23 13:05:10 asterisk1 start_udev: Starting udev: succeeded
Jun 23 13:05:15 asterisk1 udevsend[1034]: starting udevd daemon
Jun 23 13:05:16 asterisk1 rc.sysinit: -e
Jun 23 13:05:16 asterisk1 sysctl: net.ipv4.ip_forward = 0
Jun 23 13:05:16 asterisk1 sysctl: net.ipv4.conf.default.rp_filter = 1
Jun 23 13:05:16 asterisk1 sysctl: net.ipv4.conf.default.accept_source_route = 0
Jun 23 13:05:16 asterisk1 sysctl: kernel.sysrq = 0
Jun 23 13:05:16 asterisk1 sysctl: kernel.core_uses_pid = 1
Jun 23 12:05:54 asterisk1 smartd[2032]: Device: /dev/hdb, is SMART capable. Adding to “monitor” list.
Jun 23 13:05:16 asterisk1 rc.sysinit: Configuring kernel parameters: succeeded
Jun 23 12:05:54 asterisk1 smartd[2032]: Monitoring 1 ATA and 0 SCSI devices
Jun 23 12:05:15 asterisk1 date: Fri Jun 23 12:05:15 BST 2006
Jun 23 12:05:55 asterisk1 smartd[2032]: Device: /dev/hdb, 1 Currently unreadable (pending) sectors
Jun 23 12:05:15 asterisk1 rc.sysinit: Setting clock (localtime): Fri Jun 23 12:05:15 BST 2006 succeeded
Jun 23 12:05:55 asterisk1 smartd[2032]: Sending warning via mail to root@localhost.localdomain
Jun 23 12:05:15 asterisk1 rc.sysinit: Loading default keymap succeeded
Jun 23 12:05:15 asterisk1 rc.sysinit: Setting hostname asterisk1.local: succeeded
Jun 23 12:05:15 asterisk1 fsck: /1: clean, 54586/9666560 files, 596199/19316154 blocks
Jun 23 12:05:15 asterisk1 rc.sysinit: Checking root filesystem succeeded
Jun 23 12:05:15 asterisk1 rc.sysinit: Remounting root filesystem in read-write mode: succeeded
Jun 23 12:05:15 asterisk1 lvm.static: No volume groups found
Jun 23 12:05:15 asterisk1 rc.sysinit: Setting up Logical Volume Management: succeeded
Jun 23 12:05:15 asterisk1 fsck: /boot: clean, 35/26104 files, 11794/104388 blocks
Jun 23 12:05:15 asterisk1 rc.sysinit: Checking filesystems succeeded
Jun 23 12:05:55 asterisk1 kernel: NET: Registered protocol family 10
Jun 23 12:05:15 asterisk1 rc.sysinit: Mounting local filesystems: succeeded
Jun 23 12:05:55 asterisk1 kernel: Disabled Privacy Extensions on device c0378f60(lo)
Jun 23 12:05:16 asterisk1 rc.sysinit: Enabling local filesystem quotas: succeeded
Jun 23 12:05:55 asterisk1 kernel: IPv6 over IPv4 tunneling driver
Jun 23 12:05:16 asterisk1 rc.sysinit: Enabling swap space: succeeded
Jun 23 12:05:16 asterisk1 init: Entering runlevel: 3
Jun 23 12:05:17 asterisk1 microcode_ctl: microcode_ctl startup succeeded
Jun 23 12:05:25 asterisk1 modprobe: FATAL: Error running install command for wctdm24xxp
Jun 23 12:05:36 asterisk1 kudzu: failed
Jun 23 12:05:56 asterisk1 smartd[2032]: Warning via mail to root@localhost.localdomain: successful
Jun 23 12:05:36 asterisk1 kudzu: Hardware configuration timed out.
Jun 23 12:05:56 asterisk1 smartd[2032]: Device: /dev/hdb, 1 Offline uncorrectable sectors
Jun 23 12:05:36 asterisk1 kudzu: Run ‘/usr/sbin/kudzu’ from the command line to re-detect.
Jun 23 12:05:36 asterisk1 rc: Starting pcmcia: succeeded
Jun 23 12:05:36 asterisk1 zaptel: Loading zaptel framework: succeeded
Jun 23 12:05:46 asterisk1 zaptel: Waiting for zap to come online: failed
Jun 23 12:05:56 asterisk1 smartd[2032]: Sending warning via mail to root@localhost.localdomain
Jun 23 12:05:47 asterisk1 sysctl: net.ipv4.ip_forward = 0
Jun 23 12:05:47 asterisk1 sysctl: net.ipv4.conf.default.rp_filter = 1
Jun 23 12:05:47 asterisk1 sysctl: net.ipv4.conf.default.accept_source_route = 0
Jun 23 12:05:47 asterisk1 sysctl: kernel.sysrq = 0
Jun 23 12:05:47 asterisk1 sysctl: kernel.core_uses_pid = 1
Jun 23 12:05:47 asterisk1 network: Setting network parameters: succeeded
Jun 23 12:05:56 asterisk1 smartd[2032]: Warning via mail to root@localhost.localdomain: successful
Jun 23 12:05:47 asterisk1 network: Bringing up loopback interface: succeeded
Jun 23 12:05:56 asterisk1 smartd[2079]: smartd has fork()ed into background mode. New PID=2079.
Jun 23 12:05:56 asterisk1 smartd: smartd startup succeeded
Jun 23 12:05:51 asterisk1 network: Bringing up interface eth0: succeeded
Jun 23 12:05:56 asterisk1 acpid: acpid startup succeeded
Jun 23 12:05:56 asterisk1 sshd: succeeded
Jun 23 12:05:57 asterisk1 xplhub: xplhub startup succeeded
Jun 23 12:05:57 asterisk1 xinetd: xinetd startup succeeded
Jun 23 12:05:57 asterisk1 ntpd[2131]: ntpd 4.2.0a@1.1190-r Mon Feb 21 17:54:52 GMT 2005 (1)
Jun 23 12:05:57 asterisk1 ntpd: ntpd startup succeeded
Jun 23 12:05:57 asterisk1 vsftpd: vsftpd vsftpd succeeded
Jun 23 12:05:57 asterisk1 ntpd[2131]: precision = 1.000 usec
Jun 23 12:05:57 asterisk1 ntpd[2131]: Listening on interface wildcard, 0.0.0.0#123
Jun 23 12:05:57 asterisk1 ntpd[2131]: Listening on interface wildcard, ::#123
Jun 23 12:05:57 asterisk1 ntpd[2131]: Listening on interface lo, 127.0.0.1#123
Jun 23 12:05:57 asterisk1 ntpd[2131]: Listening on interface eth0, 192.168.1.10#123
Jun 23 12:05:57 asterisk1 ntpd[2131]: kernel time sync status 0040
Jun 23 12:05:57 asterisk1 ntpd[2131]: frequency initialized 0.000 PPM from /var/lib/ntp/drift
Jun 23 12:05:57 asterisk1 xinetd[2119]: xinetd Version 2.3.13 started with libwrap loadavg options compiled in.
Jun 23 12:05:57 asterisk1 xinetd[2119]: Started working: 1 available service
Jun 23 12:05:59 asterisk1 mysqld: Starting MySQL: succeeded
Jun 23 12:05:59 asterisk1 runuser: ircd: version hybrid-7.2.1
Jun 23 12:05:59 asterisk1 runuser: ircd: pid 2277
Jun 23 12:05:59 asterisk1 runuser: ircd: running in background mode from /usr/lib/ircd
Jun 23 12:05:59 asterisk1 ircd: ircd startup succeeded
Jun 23 12:06:00 asterisk1 sendmail: sendmail startup succeeded
Jun 23 12:06:00 asterisk1 sendmail: sm-client startup succeeded
Jun 23 12:06:01 asterisk1 httpd: httpd startup succeeded
Jun 23 12:06:01 asterisk1 kernel: wcfxo: UK' invalid for parameteropermode’
Jun 23 12:06:01 asterisk1 kevs-zapstuff: sh: /sbin/ztcfg: No such file or directory
Jun 23 12:06:01 asterisk1 kevs-zapstuff: FATAL: Error running install command for wcfxo
Jun 23 12:06:01 asterisk1 kevs-zapstuff:
Jun 23 12:06:01 asterisk1 kevs-zapstuff:
Jun 23 12:06:01 asterisk1 kevs-zapstuff: STOPPING ASTERISK
Jun 23 12:06:01 asterisk1 kevs-zapstuff:
Jun 23 12:06:01 asterisk1 kevs-zapstuff: STOPPING FOP SERVER
Jun 23 12:06:01 asterisk1 kevs-zapstuff: Generating '/etc/zaptel.conf’
Jun 23 12:06:03 asterisk1 kevs-zapstuff: Generating '/etc/asterisk/zapata-auto.conf’
Jun 23 12:06:04 asterisk1 kernel: Registered tone zone 0 (United States / North America)
Jun 23 12:06:04 asterisk1 kevs-zapstuff: Unloading zaptel hardware drivers:
Jun 23 12:06:04 asterisk1 kevs-zapstuff: Unloading wctdm24xxp:
Jun 23 12:06:04 asterisk1 kernel: Freed a Wildcard
Jun 23 12:06:04 asterisk1 zaptel: Unloading wctdm24xxp: succeeded
Jun 23 12:06:04 asterisk1 kevs-zapstuff: e[60G
Jun 23 12:06:04 asterisk1 kevs-zapstuff:
Jun 23 12:06:04 asterisk1 kevs-zapstuff: Removing zaptel module:
Jun 23 12:06:04 asterisk1 rmmod: ERROR: Module zaptel is in use by wcfxo
Jun 23 12:06:04 asterisk1 kevs-zapstuff: ERROR: Module zaptel is in use by wcfxo
Jun 23 12:06:04 asterisk1 zaptel: Removing zaptel module: failed
Jun 23 12:06:04 asterisk1 kevs-zapstuff: e[60G
Jun 23 12:06:04 asterisk1 kevs-zapstuff:
Jun 23 12:06:04 asterisk1 kevs-zapstuff: Loading zaptel framework:
Jun 23 12:06:04 asterisk1 zaptel: Loading zaptel framework: succeeded
Jun 23 12:06:04 asterisk1 kevs-zapstuff: e[60G
Jun 23 12:06:04 asterisk1 kevs-zapstuff:
Jun 23 12:06:04 asterisk1 kevs-zapstuff: Waiting for zap to come online:
Jun 23 12:06:04 asterisk1 zaptel: Waiting for zap to come online: succeeded
Jun 23 12:06:04 asterisk1 kevs-zapstuff: e[60G
Jun 23 12:06:04 asterisk1 kevs-zapstuff:
Jun 23 12:06:04 asterisk1 kevs-zapstuff: Loading zaptel hardware modules:
Jun 23 12:06:04 asterisk1 kevs-zapstuff: Loading wctdm24xxp:
Jun 23 12:06:04 asterisk1 kernel: ACPI: PCI interrupt 0000:02:02.0[A] -> GSI 11 (level, low) -> IRQ 11
Jun 23 12:06:05 asterisk1 kernel: PCI Config reg is 02900007
Jun 23 12:06:05 asterisk1 kernel: WCTDM2400P: New Reg: fe590000!
Jun 23 12:06:05 asterisk1 kernel: Detected REG0: 00000100
Jun 23 12:06:05 asterisk1 kernel: Detected REG1: 00007849
Jun 23 12:06:05 asterisk1 kernel: Detected REG2: 0000001d
Jun 23 12:06:05 asterisk1 kernel: (pre) Reg fc is 50000027
Jun 23 12:06:05 asterisk1 kernel: (post) Reg fc is 50000024
Jun 23 12:06:05 asterisk1 kernel: Detected REG2: 0000ffff
Jun 23 12:06:05 asterisk1 kernel: wctdm2400p: reg is a04c0004
Jun 23 12:06:05 asterisk1 kernel: Resetting the modules…
Jun 23 12:06:05 asterisk1 kernel: During Resetting the modules…
Jun 23 12:06:05 asterisk1 kernel: After resetting the modules…
Jun 23 12:06:05 asterisk1 kernel: Port 1: Not installed
Jun 23 12:06:05 asterisk1 kernel: Port 2: Not installed
Jun 23 12:06:05 asterisk1 kernel: Port 3: Not installed
Jun 23 12:06:05 asterisk1 kernel: Port 4: Not installed
Jun 23 12:06:06 asterisk1 kernel: Port 5: Installed – AUTO FXO (UK mode)
Jun 23 12:06:06 asterisk1 kernel: Port 6: Installed – AUTO FXO (UK mode)
Jun 23 12:06:07 asterisk1 kernel: Port 7: Installed – AUTO FXO (UK mode)
Jun 23 12:06:07 asterisk1 kernel: Port 8: Installed – AUTO FXO (UK mode)
Jun 23 12:06:08 asterisk1 kernel: Port 9: Installed – AUTO FXO (UK mode)
Jun 23 12:06:08 asterisk1 kernel: Port 10: Installed – AUTO FXO (UK mode)
Jun 23 12:06:09 asterisk1 kernel: Port 11: Installed – AUTO FXO (UK mode)
Jun 23 12:06:09 asterisk1 kernel: Port 12: Installed – AUTO FXO (UK mode)
Jun 23 12:06:09 asterisk1 kernel: Port 13: Not installed
Jun 23 12:06:09 asterisk1 kernel: Port 14: Not installed
Jun 23 12:06:10 asterisk1 kernel: Port 15: Not installed
Jun 23 12:06:10 asterisk1 kernel: Port 16: Not installed
Jun 23 12:06:10 asterisk1 kernel: Port 17: Not installed
Jun 23 12:06:10 asterisk1 kernel: Port 18: Not installed
Jun 23 12:06:10 asterisk1 kernel: Port 19: Not installed
Jun 23 12:06:11 asterisk1 kernel: Port 20: Not installed
Jun 23 12:06:11 asterisk1 kernel: Port 21: Not installed
Jun 23 12:06:11 asterisk1 kernel: Port 22: Not installed
Jun 23 12:06:11 asterisk1 kernel: Port 23: Not installed
Jun 23 12:06:11 asterisk1 kernel: Port 24: Not installed
Jun 23 12:06:11 asterisk1 kernel: VPM Revision: 0f
Jun 23 12:06:12 asterisk1 kernel: VPM: U-law mode
Jun 23 12:06:12 asterisk1 kernel: VPM: DTMF threshold set to 1250
Jun 23 12:06:12 asterisk1 kernel: VPM: Present and operational (Rev A)
Jun 23 12:06:12 asterisk1 kernel: Found a Wildcard TDM: Wildcard TDM2400P Prototype (24 modules)
Jun 23 12:06:12 asterisk1 modprobe: sh: /sbin/ztcfg: No such file or directory
Jun 23 12:06:12 asterisk1 modprobe: FATAL: Error running install command for wctdm24xxp
Jun 23 12:06:12 asterisk1 kevs-zapstuff: sh: /sbin/ztcfg: No such file or directory
Jun 23 12:06:12 asterisk1 kevs-zapstuff: FATAL: Error running install command for wctdm24xxp
Jun 23 12:06:12 asterisk1 zaptel: Loading wctdm24xxp: failed
Jun 23 12:06:12 asterisk1 kevs-zapstuff: e[60G
Jun 23 12:06:12 asterisk1 kevs-zapstuff:
Jun 23 12:06:15 asterisk1 kevs-zapstuff: Running ztcfg:
Jun 23 12:06:15 asterisk1 kernel: Registered tone zone 0 (United States / North America)
Jun 23 12:06:15 asterisk1 zaptel: Running ztcfg: succeeded
Jun 23 12:06:15 asterisk1 kevs-zapstuff: e[60G
Jun 23 12:06:15 asterisk1 kevs-zapstuff:
Jun 23 12:06:15 asterisk1 kevs-zapstuff:
Jun 23 12:06:15 asterisk1 kevs-zapstuff: SETTING FILE PERMISSIONS
Jun 23 12:06:15 asterisk1 kevs-zapstuff: Permissions OK
Jun 23 12:06:15 asterisk1 kevs-zapstuff:
Jun 23 12:06:15 asterisk1 kevs-zapstuff: STARTING ASTERISK
Jun 23 12:06:15 asterisk1 kevs-zapstuff: Parsing /etc/asterisk/asterisk.conf
Jun 23 12:06:15 asterisk1 kevs-zapstuff: Parsing /etc/asterisk/extconfig.conf
Jun 23 12:06:15 asterisk1 kevs-zapstuff: Running as group 'asterisk’
Jun 23 12:06:15 asterisk1 kevs-zapstuff: Running as user 'asterisk’
Jun 23 12:06:15 asterisk1 kevs-zapstuff: Asterisk 1.2.7.1, Copyright © 1999 - 2006 Digium, Inc. and others.
Jun 23 12:06:16 asterisk1 kevs-zapstuff: Created by Mark Spencer markster@digium.com
Jun 23 12:06:16 asterisk1 kevs-zapstuff: Asterisk comes with ABSOLUTELY NO WARRANTY; type ‘show warranty’ for details.
Jun 23 12:06:16 asterisk1 kevs-zapstuff: This is free software, with components licensed under the GNU General Public
Jun 23 12:06:16 asterisk1 kevs-zapstuff: License version 2 and other licenses; you are welcome to redistribute it under
Jun 23 12:06:16 asterisk1 kevs-zapstuff: certain conditions. Type ‘show license’ for details.
Jun 23 12:06:16 asterisk1 kevs-zapstuff: =========================================================================
Jun 23 12:06:16 asterisk1 kevs-zapstuff: Asterisk Event Logger Started /var/log/asterisk/event_log
Jun 23 12:06:16 asterisk1 kevs-zapstuff: Asterisk Dynamic Loader loading preload modules:
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Manager registered action Ping
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Manager registered action Events
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Manager registered action Logoff
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Manager registered action Hangup
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Manager registered action Status
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Manager registered action Setvar
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Manager registered action Getvar
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Manager registered action Redirect
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Manager registered action Originate
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Manager registered action Command
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Manager registered action ExtensionState
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Manager registered action AbsoluteTimeout
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Manager registered action MailboxStatus
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Manager registered action MailboxCount
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Manager registered action ListCommands
Jun 23 12:06:16 asterisk1 kevs-zapstuff: Asterisk Management interface listening on port 5038
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == RTP Allocating from port range 10000 -> 20000
Jun 23 12:06:16 asterisk1 kevs-zapstuff: Asterisk PBX Core Initializing
Jun 23 12:06:16 asterisk1 kevs-zapstuff: Registering builtin applications:
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [AbsoluteTimeout]
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'AbsoluteTimeout’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [Answer]
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'Answer’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [BackGround]
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'BackGround’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [Busy]
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'Busy’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [Congestion]
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'Congestion’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [DigitTimeout]
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'DigitTimeout’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [Goto]
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'Goto’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [GotoIf]
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'GotoIf’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [GotoIfTime]
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'GotoIfTime’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [ExecIfTime]
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'ExecIfTime’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [Hangup]
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'Hangup’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [NoOp]
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'NoOp’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [Progress]
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'Progress’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [ResetCDR]
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'ResetCDR’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [ResponseTimeout]
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'ResponseTimeout’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [Ringing]
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'Ringing’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [SayNumber]
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'SayNumber’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [SayDigits]
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'SayDigits’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [SayAlpha]
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'SayAlpha’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [SayPhonetic]
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'SayPhonetic’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [SetAccount]
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'SetAccount’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [SetAMAFlags]
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'SetAMAFlags’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [SetGlobalVar]
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'SetGlobalVar’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [SetLanguage]
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'SetLanguage’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [Set]
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'Set’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [SetVar]
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'SetVar’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [ImportVar]
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'ImportVar’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [Wait]
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'Wait’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [WaitExten]
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'WaitExten’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: Asterisk Dynamic Loader Starting:
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [format_wav.so] => (Microsoft WAV format (8000hz Signed Linear))
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered file format wav, extension(s) wav
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [format_pcm.so] => (Raw uLaw 8khz Audio support (PCM))
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered file format pcm, extension(s) pcm|ulaw|ul|mu
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [format_au.so] => (Sun Microsystems AU format (signed linear))
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered file format au, extension(s) au
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [format_mp3.so] => (MP3 format [Any rate but 8000hz mono optimal])
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered file format mp3, extension(s) mp3
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [res_musiconhold.so] => (Music On Hold Resource)
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'MusicOnHold’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'WaitMusicOnHold’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'SetMusicOnHold’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'StartMusicOnHold’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'StopMusicOnHold’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [res_monitor.so] => (Call Monitoring Resource)
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'Monitor’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'StopMonitor’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'ChangeMonitor’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Manager registered action Monitor
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Manager registered action StopMonitor
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Manager registered action ChangeMonitor
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [res_agi.so] => (Asterisk Gateway Interface (AGI))
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'DeadAGI’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'EAGI’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'AGI’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [res_adsi.so] => (ADSI Resource)
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [res_features.so] => (Call Features Resource)
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Remapping feature One Touch Monitor (automon) to sequence '1’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'ParkedCall’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'Park’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Manager registered action ParkedCalls
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [res_indications.so] => (Indications Configuration)
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Registered indication country 'at’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Registered indication country 'au’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Registered indication country 'br’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Registered indication country 'be’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Registered indication country 'ch’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Registered indication country 'cl’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Registered indication country 'cn’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Registered indication country 'cz’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Registered indication country 'de’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Registered indication country 'dk’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Registered indication country 'ee’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Registered indication country 'es’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Registered indication country 'fi’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Registered indication country 'fr’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Registered indication country 'gr’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Registered indication country 'hu’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Registered indication country 'it’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Registered indication country 'lt’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Registered indication country 'mx’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Registered indication country 'nl’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Registered indication country 'no’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Registered indication country 'nz’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Registered indication country 'pl’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Registered indication country 'pt’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Registered indication country 'ru’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Registered indication country 'se’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Registered indication country 'sg’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Registered indication country 'uk’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Registered indication country 'us’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Registered indication country 'us-o’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Registered indication country 'tw’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Setting default indication country to 'uk’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'PlayTones’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'StopPlayTones’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [res_config_mysql.so] => (MySQL RealTime Configuration Driver)
Jun 23 12:06:16 asterisk1 kevs-zapstuff: MySQL RealTime driver loaded.
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [res_crypto.so] => (Cryptographic Digital Signatures)
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Loaded PUBLIC key 'freeworlddialup’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Loaded PUBLIC key 'iaxtel’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Loaded PUBLIC key 'voicepulse01’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [pbx_ael.so] => (Asterisk Extension Language Compiler)
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [pbx_dundi.so] => (Distributed Universal Number Discovery (DUNDi))
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Using TOS bits 0
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == DUNDi Ready and Listening on 0.0.0.0 port 4520
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered application 'DUNDiLookup’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered custom function DUNDILOOKUP
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [pbx_loopback.so] => (Loopback Switch)
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [pbx_realtime.so] => (Realtime Switch)
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [pbx_functions.so] => (Builtin dialplan functions)
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered custom function MD5
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered custom function CHECK_MD5
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered custom function MATH
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered custom function GROUP_COUNT
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered custom function GROUP_MATCH_COUNT
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered custom function GROUP
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered custom function GROUP_LIST
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered custom function FIELDQTY
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered custom function REGEX
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered custom function LEN
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered custom function STRFTIME
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered custom function EVAL
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered custom function CDR
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered custom function ISNULL
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered custom function SET
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered custom function EXISTS
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered custom function IF
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered custom function IFTIME
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered custom function ENV
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered custom function DB
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered custom function DB_EXISTS
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered custom function TIMEOUT
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered custom function LANGUAGE
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Registered custom function MUSICCLASS
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [pbx_config.so] => (Text Extension Configuration)
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Setting global variable ‘CALLFILENAME’ to '""'
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Setting global variable ‘DIAL_OPTIONS’ to 'tr’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Setting global variable ‘TRUNK_OPTIONS’ to 'r’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Setting global variable ‘DIAL_OUT’ to '9’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Setting global variable ‘FAX’ to ''
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Setting global variable ‘FAX_RX’ to 'system’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Setting global variable ‘FAX_RX_EMAIL’ to 'fax@mydomain.com
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Setting global variable ‘INCOMING’ to 'group-all’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Setting global variable ‘NULL’ to '""'
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Setting global variable ‘OPERATOR’ to ''
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Setting global variable ‘PARKNOTIFY’ to 'SIP/200’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Setting global variable ‘RECORDEXTEN’ to '""'
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Setting global variable ‘RINGTIMER’ to '15’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Setting global variable ‘DIRECTORY’ to 'last’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Setting global variable ‘AFTER_INCOMING’ to ''
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Setting global variable ‘IN_OVERRIDE’ to 'forcereghours’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Setting global variable ‘REGTIME’ to '7:55-17:05’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Setting global variable ‘REGDAYS’ to 'mon-fri’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Setting global variable ‘DIRECTORY_OPTS’ to ''
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Setting global variable ‘DIALOUTIDS’ to '1/'
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Setting global variable ‘OUTPREFIX_1’ to ''
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Setting global variable ‘VM_PREFIX’ to '
'
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Setting global variable ‘TONEZONE’ to 'uk’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Setting global variable ‘ALLOW_SIP_ANON’ to 'no’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Setting global variable ‘FAX_RX_FROM’ to 'freepbx@gmail.com
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Setting global variable ‘VM_DDTYPE’ to ''
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Setting global variable ‘VM_GAIN’ to ''
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Setting global variable ‘OUT_1’ to 'ZAP/g0’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Setting global variable ‘OUTMAXCHANS_1’ to '8’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: == Setting global variable ‘OUTCID_1’ to ''
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Including context ‘timeconditions-custom’ in context 'timeconditions’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Including context ‘ext-group-custom’ in context 'ext-group’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Including context ‘app-userlogonoff-custom’ in context 'app-userlogonoff’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Including context ‘app-zapbarge-custom’ in context 'app-zapbarge’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Including context ‘ext-test-custom’ in context 'ext-test’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Including context ‘ext-did-custom’ in context 'ext-did’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Including context ‘ext-local-custom’ in context 'ext-local’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Including context ‘outbound-allroutes-custom’ in context 'outbound-allroutes’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Including context ‘outrt-001-9_outside’ in context 'outbound-allroutes’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Including context ‘outrt-001-9_outside-custom’ in context 'outrt-001-9_outside’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Including context ‘from-internal-additional-custom’ in context 'from-internal-additional’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Including context ‘ext-group’ in context 'from-internal-additional’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Including context ‘app-userlogonoff’ in context 'from-internal-additional’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Including context ‘app-zapbarge’ in context 'from-internal-additional’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Including context ‘ext-test’ in context 'from-internal-additional’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Including context ‘ext-local’ in context 'from-internal-additional’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Including context ‘outbound-allroutes’ in context 'from-internal-additional’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Including context ‘custom-speed-dial’ in context 'from-internal-trixbox’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Including context ‘ext-meetme’ in context 'custom-meetme’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Including context ‘from-internal-trixbox’ in context 'from-internal-custom’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Including context ‘from-pstn’ in context 'from-trunk’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Including context ‘from-pstn-custom’ in context 'from-pstn’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Including context ‘ext-findmefollow’ in context 'from-pstn’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Including context ‘ext-did-direct’ in context 'from-pstn’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Including context ‘ext-did’ in context 'from-pstn’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Including context ‘ext-findmefollow’ in context 'from-did-direct’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Including context ‘ext-local’ in context 'from-did-direct’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Including context ‘parkedcalls’ in context 'from-internal’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Including context ‘from-internal-custom’ in context 'from-internal’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Including context ‘ext-fax’ in context 'from-internal’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Including context ‘from-internal-additional’ in context 'from-internal’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: – Including context ‘ext-local’ in context 'default’
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [pbx_spool.so] => (Outgoing Spool Support)
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [chan_h323.so] => (Objective Systems H323 Channel)
Jun 23 12:06:16 asterisk1 kevs-zapstuff: [chan_skinny.so] => (Skinny Client Control Protocol (Skinny))
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Skinny listening on 0.0.0.0:2000
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered channel type ‘Skinny’ (Skinny Client Control Protocol (Skinny))
Jun 23 12:06:17 asterisk1 kevs-zapstuff: [chan_zap.so] => (Zapata Telephony w/PRI)
Jun 23 12:06:17 asterisk1 kevs-zapstuff: – Registered channel 5, FXS Kewlstart signalling
Jun 23 12:06:17 asterisk1 kevs-zapstuff: – Registered channel 6, FXS Kewlstart signalling
Jun 23 12:06:17 asterisk1 kevs-zapstuff: – Registered channel 7, FXS Kewlstart signalling
Jun 23 12:06:17 asterisk1 kevs-zapstuff: – Registered channel 8, FXS Kewlstart signalling
Jun 23 12:06:17 asterisk1 kevs-zapstuff: – Registered channel 9, FXS Kewlstart signalling
Jun 23 12:06:17 asterisk1 kevs-zapstuff: – Registered channel 10, FXS Kewlstart signalling
Jun 23 12:06:17 asterisk1 kevs-zapstuff: – Registered channel 11, FXS Kewlstart signalling
Jun 23 12:06:17 asterisk1 kevs-zapstuff: – Registered channel 12, FXS Kewlstart signalling
Jun 23 12:06:17 asterisk1 kevs-zapstuff: – Automatically generated pseudo channel
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered channel type ‘Zap’ (Zapata Telephony Driver w/PRI)
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Manager registered action ZapTransfer
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Manager registered action ZapHangup
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Manager registered action ZapDialOffhook
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Manager registered action ZapDNDon
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Manager registered action ZapDNDoff
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Manager registered action ZapShowChannels
Jun 23 12:06:17 asterisk1 kevs-zapstuff: [chan_iax2.so] => (Inter Asterisk eXchange (Ver 2))
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered custom function IAXPEER
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered application 'IAX2Provision’
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Manager registered action IAXpeers
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Manager registered action IAXnetstats
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Using TOS bits 0
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Binding IAX2 to '0.0.0.0:4569’
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered channel type ‘IAX2’ (Inter Asterisk eXchange Driver (Ver 2))
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == IAX Ready and Listening
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Loaded firmware 'iaxy.bin’
Jun 23 12:06:17 asterisk1 kevs-zapstuff: – Loaded provisioning template 'default’
Jun 23 12:06:17 asterisk1 kevs-zapstuff: [chan_sip.so] => (Session Initiation Protocol (SIP))
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == SIP Listening on 0.0.0.0:5060
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Using TOS bits 104
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered channel type ‘SIP’ (Session Initiation Protocol (SIP))
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered application 'SIPDtmfMode’
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered application 'SIPAddHeader’
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered application 'SIPGetHeader’
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered custom function SIP_HEADER
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered custom function SIPPEER
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered custom function SIPCHANINFO
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered custom function CHECKSIPDOMAIN
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Manager registered action SIPpeers
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Manager registered action SIPshowpeer
Jun 23 12:06:17 asterisk1 kevs-zapstuff: [chan_local.so] => (Local Proxy Channel)
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered channel type ‘Local’ (Local Proxy Channel Driver)
Jun 23 12:06:17 asterisk1 kevs-zapstuff: [chan_features.so]
Jun 23 12:06:17 asterisk1 kevs-zapstuff: => (Feature Proxy Channel)
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered channel type ‘Feature’ (Feature Proxy Channel Driver)
Jun 23 12:06:17 asterisk1 kevs-zapstuff: [chan_phone.so] => (Linux Telephony API Support)
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered channel type ‘Phone’ (Standard Linux Telephony API Driver)
Jun 23 12:06:17 asterisk1 kevs-zapstuff: [skipping chan_oss.so]
Jun 23 12:06:17 asterisk1 kevs-zapstuff: [chan_agent.so] => (Agent Proxy Channel)
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered channel type ‘Agent’ (Call Agent Proxy Channel)
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered application 'AgentLogin’
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered application 'AgentCallbackLogin’
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered application 'AgentMonitorOutgoing’
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Manager registered action Agents
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Manager registered action AgentLogoff
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Manager registered action AgentCallbackLogin
Jun 23 12:06:17 asterisk1 kevs-zapstuff: [chan_mgcp.so] => (Media Gateway Control Protocol (MGCP))
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == MGCP Listening on 0.0.0.0:2727
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Using TOS bits 0
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered channel type ‘MGCP’ (Media Gateway Control Protocol (MGCP))
Jun 23 12:06:17 asterisk1 kevs-zapstuff: [codec_g726.so] => (ITU G.726-32kbps G726 Transcoder)
Jun 23 12:06:17 asterisk1 kevs-zapstuff: – codec_g726: using generic PLC
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered translator ‘g726tolin’ from format g726 to slin, cost 1
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered translator ‘lintog726’ from format slin to g726, cost 3
Jun 23 12:06:17 asterisk1 kevs-zapstuff: [app_userevent.so] => (Custom User Event Application)
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered application 'UserEvent’
Jun 23 12:06:17 asterisk1 kevs-zapstuff: [cdr_custom.so] => (Customizable Comma Separated Values CDR Backend)
Jun 23 12:06:17 asterisk1 kevs-zapstuff: [app_setcidnum.so] => (Set CallerID Number)
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered application 'SetCIDNum’
Jun 23 12:06:17 asterisk1 kevs-zapstuff: [app_trunkisavail.so] => (Check trunk availability)
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered application 'TrunkIsAvail’
Jun 23 12:06:17 asterisk1 kevs-zapstuff: [app_parkandannounce.so] => (Call Parking and Announce Application)
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered application 'ParkAndAnnounce’
Jun 23 12:06:17 asterisk1 kevs-zapstuff: [app_readfile.so] => (Stores output of file into a variable)
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered application 'ReadFile’
Jun 23 12:06:17 asterisk1 kevs-zapstuff: [app_setrdnis.so] => (Set RDNIS Number)
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered application 'SetRDNIS’
Jun 23 12:06:17 asterisk1 kevs-zapstuff: [app_txtcidname.so] => (TXTCIDName)
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered application 'TXTCIDName’
Jun 23 12:06:17 asterisk1 kevs-zapstuff: [format_g726.so] => (Raw G.726 (16/24/32/40kbps) data)
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered file format g726-40, extension(s) g726-40
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered file format g726-32, extension(s) g726-32
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered file format g726-24, extension(s) g726-24
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered file format g726-16, extension(s) g726-16
Jun 23 12:06:17 asterisk1 kevs-zapstuff: [format_sln.so] => (Raw Signed Linear Audio support (SLN))
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered file format sln, extension(s) sln|raw
Jun 23 12:06:17 asterisk1 kevs-zapstuff: [app_chanspy.so] => (Listen to the audio of an active channel
Jun 23 12:06:17 asterisk1 kevs-zapstuff: )
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered application 'ChanSpy’
Jun 23 12:06:17 asterisk1 kevs-zapstuff: [codec_ilbc.so] => (iLBC/PCM16 (signed linear) Codec Translator)
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered translator ‘ilbctolin’ from format ilbc to slin, cost 3
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered translator ‘lintoilbc’ from format slin to ilbc, cost 30
Jun 23 12:06:17 asterisk1 kevs-zapstuff: [app_math.so] => (Basic Math Functions)
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered application 'Math’
Jun 23 12:06:17 asterisk1 kevs-zapstuff: [app_lookupblacklist.so] => (Look up Caller
ID name/number from blacklist database)
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered application 'LookupBlacklist’
Jun 23 12:06:17 asterisk1 kevs-zapstuff: [app_forkcdr.so] => (Fork The CDR into 2 separate entities.)
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered application 'ForkCDR’
Jun 23 12:06:17 asterisk1 kevs-zapstuff: [app_rxfax.so] => (Trivial FAX Receive Application)
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered application 'RxFAX’
Jun 23 12:06:17 asterisk1 kevs-zapstuff: [codec_ulaw.so] => (Mu-law Coder/Decoder)
Jun 23 12:06:17 asterisk1 kevs-zapstuff: – codec_ulaw: using generic PLC
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered translator ‘ulawtolin’ from format ulaw to slin, cost 1
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered translator ‘lintoulaw’ from format slin to ulaw, cost 1
Jun 23 12:06:17 asterisk1 kevs-zapstuff: [codec_alaw.so] => (A-law Coder/Decoder)
Jun 23 12:06:17 asterisk1 kevs-zapstuff: – codec_alaw: using generic PLC
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered translator ‘alawtolin’ from format alaw to slin, cost 1
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered translator ‘lintoalaw’ from format slin to alaw, cost 1
Jun 23 12:06:17 asterisk1 kevs-zapstuff: [app_mixmonitor.so] => (Mixed Audio Monitoring Application)
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered application 'MixMonitor’
Jun 23 12:06:17 asterisk1 kevs-zapstuff: [app_dial.so] => (Dialing Application)
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered application 'Dial’
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered application 'RetryDial’
Jun 23 12:06:17 asterisk1 kevs-zapstuff: [app_sms.so] => (SMS/PSTN handler)
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered application 'SMS’
Jun 23 12:06:17 asterisk1 kevs-zapstuff: [app_addon_sql_mysql.so] => (Simple Mysql Interface)
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered application 'MYSQL’
Jun 23 12:06:17 asterisk1 kevs-zapstuff: [cdr_addon_mysql.so] => (MySQL CDR Backend)
Jun 23 12:06:17 asterisk1 kevs-zapstuff: [app_zapbarge.so] => (Barge in on Zap channel application)
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered application 'ZapBarge’
Jun 23 12:06:17 asterisk1 kevs-zapstuff: [codec_gsm.so] => (GSM/PCM16 (signed linear) Codec Translator)
Jun 23 12:06:17 asterisk1 kevs-zapstuff: – codec_gsm: using generic PLC
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered translator ‘gsmtolin’ from format gsm to slin, cost 1
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered translator ‘lintogsm’ from format slin to gsm, cost 2
Jun 23 12:06:17 asterisk1 kevs-zapstuff: [app_test.so] => (Interface Test Application)
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered application 'TestClient’
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered application 'TestServer’
Jun 23 12:06:17 asterisk1 kevs-zapstuff: [format_vox.so] => (Dialogic VOX (ADPCM) File Format)
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered file format vox, extension(s) vox
Jun 23 12:06:17 asterisk1 kevs-zapstuff: [app_setcidname.so] => (Set CallerID Name)
Jun 23

Sorry missed the end

Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered application 'SetCIDName’
Jun 23 12:06:17 asterisk1 kevs-zapstuff: [format_jpeg.so] => (JPEG (Joint Picture Experts Group) Image Format)
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered format ‘jpg’ (JPEG (Joint Picture Experts Group))
Jun 23 12:06:17 asterisk1 kevs-zapstuff: [app_getcpeid.so] => (Get ADSI CPE ID)
Jun 23 12:06:17 asterisk1 kevs-zapstuff: == Registered application 'GetCPEID’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_hasnewvoicemail.so] => (Indicator for whether a voice mailbox has messages in a given folder.)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered custom function VMCOUNT
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'HasVoicemail’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'HasNewVoicemail’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_eval.so] => (Reevaluates strings)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'Eval’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_echo.so] => (Simple Echo Application)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'Echo’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_verbose.so] => (Send verbose output)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'Verbose’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_mwanalyze.so] => (Mwanalyze(frequency|timeslice|duration|treshold): Analyzes audio stream for ton)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'Mwanalyze’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_curl.so] => (Load external URL)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered custom function CURL
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'Curl’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_system.so] => (Generic System() application)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'TrySystem’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'System’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_zapscan.so] => (Scan Zap channels application)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'ZapScan’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_playback.so] => (Sound File Playback Application)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'Playback’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_queue.so] => (True Call Queueing)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'Queue’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Manager registered action Queues
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Manager registered action QueueStatus
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Manager registered action QueueAdd
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Manager registered action QueueRemove
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Manager registered action QueuePause
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'AddQueueMember’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'RemoveQueueMember’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'PauseQueueMember’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'UnpauseQueueMember’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered custom function QUEUEAGENTCOUNT
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_cdr.so] => (Tell Asterisk to not maintain a CDR for the current call)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'NoCDR’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_senddtmf.so] => (Send DTMF digits Application)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'SendDTMF’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_enumlookup.so] => (ENUM Lookup)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'EnumLookup’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_flite.so] => (Flite Text-to-Speech Interface)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'Flite’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_directory.so] => (Extension Directory)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'Directory’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_nbscat.so] => (Silly NBS Stream Application)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'NBScat’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_privacy.so] => (Require phone number to be entered, if no CallerID sent)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'PrivacyManager’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_authenticate.so] – Message count requested for mailbox 4000@device but voicemail not loaded.
Jun 23 12:06:18 asterisk1 kevs-zapstuff: => (Authentication Application)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'Authenticate’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [format_g723.so] => (G.723.1 Simple Timestamp File Format)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered file format g723sf, extension(s) g723|g723sf
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_zapras.so] => (Zap RAS Application)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'ZapRAS’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_image.so] => (Image Transmission Application)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'SendImage’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [format_g729.so] => (Raw G729 data)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered file format g729, extension(s) g729
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_random.so] => (Random goto)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'Random’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_managerredirect.so] => (Manager Redirect)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'ManagerRedirect’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_setcallerid.so] => (Set CallerID Application)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'SetCallerPres’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'SetCallerID’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [cdr_manager.so] => (Asterisk Call Manager CDR Backend)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_url.so] => (Send URL Applications)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'SendURL’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [func_enum.so] => (ENUM Related Functions)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered custom function ENUMLOOKUP
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered custom function TXTCIDNAME
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [format_pcm_alaw.so] => (Raw aLaw 8khz PCM Audio support)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered file format alaw, extension(s) alaw|al
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_sayunixtime.so]
Jun 23 12:06:18 asterisk1 kevs-zapstuff: => (Say time)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'SayUnixTime’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'DateTime’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_while.so] => (While Loops and Conditional Execution)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'While’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'ExecIf’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'EndWhile’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [codec_lpc10.so] => (LPC10 2.4kbps (signed linear) Voice Coder)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: – codec_lpc10: using generic PLC
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered translator ‘lpc10tolin’ from format lpc10 to slin, cost 3
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered translator ‘lintolpc10’ from format slin to lpc10, cost 7
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_groupcount.so] => (Group Management Routines)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'GetGroupCount’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'SetGroup’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'CheckGroup’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'GetGroupMatchCount’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_sendtext.so] => (Send Text Applications)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'SendText’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_talkdetect.so] => (Playback with Talk Detection)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'BackgroundDetect’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_transfer.so] => (Transfer)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'Transfer’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [skipping chan_oss.so]
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_realtime.so] => (Realtime Data Lookup/Rewrite)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'RealTimeUpdate’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'RealTime’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [codec_a_mu.so] => (A-law and Mulaw direct Coder/Decoder)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered translator ‘alawtoulaw’ from format alaw to ulaw, cost 1
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered translator ‘ulawtoalaw’ from format ulaw to alaw, cost 1
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_meetme.so] => (MeetMe conference bridge)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'MeetMeAdmin’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'MeetMeCount’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'MeetMe’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_md5.so] => (MD5 checksum applications)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'MD5Check’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'MD5’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_setcdruserfield.so] => (CDR user field apps)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'SetCDRUserField’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'AppendCDRUserField’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Manager registered action SetCDRUserField
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_controlplayback.so] => (Control Playback Application)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'ControlPlayback’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [format_wav_gsm.so] => (Microsoft WAV format (Proprietary GSM))
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered file format wav49, extension(s) WAV|wav49
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_voicemail.so] => (Comedian Mail (Voicemail System))
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'VoiceMail’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'VoiceMailMain’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'MailboxExists’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'VMAuthenticate’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_waitforsilence.so] => (Wait For Silence)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'WaitForSilence’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_saycountpl.so] => (Say polish counting words)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'SayCountPL’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [format_ogg_vorbis.so] => (OGG/Vorbis audio)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered file format ogg_vorbis, extension(s) ogg
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_dictate.so] => (Virtual Dictation Machine)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'Dictate’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_alarmreceiver.so] => (Alarm Receiver for Asterisk)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'AlarmReceiver’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_ices.so] => (Encode and Stream via icecast and ices)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'ICES’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_chanisavail.so] => (Check channel availability)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'ChanIsAvail’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_settransfercapability.so] => (Set ISDN Transfer Capability)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'SetTransferCapability’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_read.so] => (Read Variable Application)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'Read’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [func_uri.so] => (URI encode/decode functions)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered custom function URIDECODE
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered custom function URIENCODE
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_nv_backgrounddetect.so] => (Newman’s playback with talk and fax detection)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'NVBackgroundDetect’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [format_gsm.so] => (Raw GSM data)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered file format gsm, extension(s) gsm
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_page.so] => (Page Multiple Phones)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'Page’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_directed_pickup.so] => (Directed Call Pickup Application)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'Pickup’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_externalivr.so] => (External IVR Interface Application)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'ExternalIVR’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_softhangup.so] => (Hangs up the requested channel)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'SoftHangup’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_mp3.so] => (Silly MP3 Application)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'MP3Player’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [format_h263.so] => (Raw h263 data)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered file format h263, extension(s) h263
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_milliwatt.so]
Jun 23 12:06:18 asterisk1 kevs-zapstuff: => (Digital Milliwatt (mu-law) Test Application)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'Milliwatt’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_cut.so] => (Cut out information from a string)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered custom function CUT
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered custom function SORT
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'Sort’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'Cut’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [func_callerid.so] => (Caller ID related dialplan function)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered custom function CALLERID
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_macro.so] => (Extension Macros)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'MacroExit’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'MacroIf’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'Macro’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_dumpchan.so] => (Dump Info About The Calling Channel)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'DumpChan’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [cdr_csv.so] => (Comma Separated Values CDR Backend)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_db.so] => (Database Access Functions)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'DBget’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'DBput’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'DBdel’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'DBdeltree’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_txfax.so] => (Trivial FAX Transmit Application)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'TxFAX’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_exec.so] => (Executes applications)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'Exec’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_stack.so] => (Stack Routines)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'StackPop’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'Return’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'GosubIf’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'Gosub’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_nv_faxdetect.so] => (Newman’s fax detection application)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'NVFaxDetect’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [app_waitforring.so] => (Waits until first ring after time)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: == Registered application 'WaitForRing’
Jun 23 12:06:18 asterisk1 kevs-zapstuff: [codec_adpcm.so] => (Adaptive Differential PCM Coder/Decoder)
Jun 23 12:06:18 asterisk1 kevs-zapstuff: – codec_adpcm: using generic PLC
Jun 23 12:06:19 asterisk1 kevs-zapstuff: == Registered translator ‘adpcmtolin’ from format adpcm to slin, cost 1
Jun 23 12:06:19 asterisk1 kevs-zapstuff: == Registered translator ‘lintoadpcm’ from format slin to adpcm, cost 1
Jun 23 12:06:19 asterisk1 kevs-zapstuff: [app_adsiprog.so] => (Asterisk ADSI Programming Application)
Jun 23 12:06:19 asterisk1 kevs-zapstuff: == Registered application 'ADSIProg’
Jun 23 12:06:19 asterisk1 kevs-zapstuff: [format_ilbc.so] => (Raw iLBC data)
Jun 23 12:06:19 asterisk1 kevs-zapstuff: == Registered file format iLBC, extension(s) ilbc
Jun 23 12:06:19 asterisk1 kevs-zapstuff: [app_zapateller.so] => (Block Telemarketers with Special Information Tone)
Jun 23 12:06:19 asterisk1 kevs-zapstuff: == Registered application 'Zapateller’
Jun 23 12:06:19 asterisk1 kevs-zapstuff: [app_record.so] => (Trivial Record Application)
Jun 23 12:06:19 asterisk1 kevs-zapstuff: == Registered application 'Record’
Jun 23 12:06:19 asterisk1 kevs-zapstuff: [app_festival.so] => (Simple Festival Interface)
Jun 23 12:06:19 asterisk1 kevs-zapstuff: == Registered application 'Festival’
Jun 23 12:06:19 asterisk1 kevs-zapstuff: [app_lookupcidname.so] => (Look up CallerID Name from local database)
Jun 23 12:06:19 asterisk1 kevs-zapstuff: == Registered application 'LookupCIDName’
Jun 23 12:06:19 asterisk1 kevs-zapstuff: [app_flash.so] => (Flash zap trunk application)
Jun 23 12:06:19 asterisk1 kevs-zapstuff: == Registered application 'Flash’
Jun 23 12:06:19 asterisk1 kevs-zapstuff: [app_disa.so] => (DISA (Direct Inward System Access) Application)
Jun 23 12:06:19 asterisk1 kevs-zapstuff: == Registered application 'DISA’
Jun 23 12:06:19 asterisk1 kevs-zapstuff: == Manager registered action DBGet
Jun 23 12:06:19 asterisk1 kevs-zapstuff: == Manager registered action DBPut
Jun 23 12:06:19 asterisk1 kevs-zapstuff: Asterisk Ready.
Jun 23 12:06:22 asterisk1 kevs-zapstuff: Asterisk Started
Jun 23 12:06:22 asterisk1 kevs-zapstuff:
Jun 23 12:06:22 asterisk1 kevs-zapstuff: STARTING FOP SERVER
Jun 23 12:06:22 asterisk1 su(pam_unix)[3692]: session opened for user asterisk by (uid=0)
Jun 23 12:06:22 asterisk1 su(pam_unix)[3692]: session closed for user asterisk
Jun 23 12:06:23 asterisk1 kevs-zapstuff: == Manager ‘admin’ logged on from 127.0.0.1
Jun 23 12:06:23 asterisk1 kevs-zapstuff: FOP Server Started
Jun 23 12:06:24 asterisk1 kevs-zapstuff: – Remote UNIX connection
Jun 23 12:06:24 asterisk1 kevs-zapstuff: Chan Extension Context Language MusicOnHold
Jun 23 12:06:24 asterisk1 kevs-zapstuff: pseudo from-pstn en
Jun 23 12:06:24 asterisk1 kevs-zapstuff: 5 from-pstn en
Jun 23 12:06:24 asterisk1 kevs-zapstuff: 6 from-pstn en
Jun 23 12:06:24 asterisk1 kevs-zapstuff: 7 from-pstn en
Jun 23 12:06:24 asterisk1 kevs-zapstuff: 8 from-pstn en
Jun 23 12:06:24 asterisk1 kevs-zapstuff: 9 from-pstn en
Jun 23 12:06:24 asterisk1 kevs-zapstuff: 10 from-pstn en
Jun 23 12:06:24 asterisk1 kevs-zapstuff: 11 from-pstn en
Jun 23 12:06:24 asterisk1 kevs-zapstuff: 12 from-pstn en
Jun 23 12:06:24 asterisk1 kevs-zapstuff: Verbosity is at least 4
Jun 23 12:06:24 asterisk1 kevs-zapstuff: Core debug is at least 4
Jun 23 12:06:24 asterisk1 kevs-zapstuff: – Remote UNIX connection disconnected
Jun 23 12:06:24 asterisk1 rc: Starting kevs-zapstuff: succeeded
Jun 23 12:06:24 asterisk1 kernel: Registered tone zone 0 (United States / North America)
Jun 23 12:06:24 asterisk1 crond: crond startup succeeded
Jun 23 12:06:24 asterisk1 anacron: anacron startup succeeded
Jun 23 12:06:24 asterisk1 atd: atd startup succeeded
Jun 23 12:06:24 asterisk1 messagebus: messagebus startup succeeded
Jun 23 12:06:25 asterisk1 haldaemon: haldaemon startup succeeded
Jun 23 12:06:25 asterisk1 fstab-sync[3809]: removed all generated mount points
Jun 23 12:06:25 asterisk1 fstab-sync[3839]: added mount point /media/cdrecorder for /dev/hdc
Jun 23 12:07:22 asterisk1 sshd(pam_unix)[4214]: session opened for user root by root(uid=0)

After some further investigation, I can now get my phone to have EITHER of the below faults

Scenario A
On Inbound/Outbound calls. If the remote party disconnects, asterisk doesnt notice the hangup

Scenario B
Inbound calls work fine. On outbound calls asterisk fails to notice the remote party has answered.

Scenario A zapata.conf

; Zapata telephony interface
;
; Configuration file

[trunkgroups]

[channels]

language=en
context=from-pstn
signalling=fxs_ks
rxwink=300 ; Atlas seems to use long (250ms) winks
;
; Whether or not to do distinctive ring detection on FXO lines
;
;usedistinctiveringdetection=yes

usecallerid=yes
callerid=asreceived
cidsignalling=v23
cidstart=polarity
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=no
echotraining=800
rxgain=0.0
txgain=0.0
group=0
callgroup=1
pickupgroup=1
immediate=yes
busydetect=yes
hanguponpolarityswitch=yes

;faxdetect=both
faxdetect=incoming
;faxdetect=outgoing
;faxdetect=no

;Include genzaptelconf configs
#include zapata-auto.conf

group=1

;Include AMP configs
#include zapata_additional.conf

Scenario B zapata.conf
; Zapata telephony interface
;
; Configuration file

[trunkgroups]

[channels]

language=en
context=from-pstn
signalling=fxs_ks
rxwink=300 ; Atlas seems to use long (250ms) winks
;
; Whether or not to do distinctive ring detection on FXO lines
;
;usedistinctiveringdetection=yes

usecallerid=yes
callerid=asreceived
cidsignalling=v23
cidstart=polarity
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=no
echotraining=800
rxgain=0.0
txgain=0.0
group=0
callgroup=1
pickupgroup=1
immediate=yes
busydetect=yes
callprogress=yes
progzone=uk
;busydetect=yes
;hanguponpolarityswitch=yes

;faxdetect=both
faxdetect=incoming
;faxdetect=outgoing
;faxdetect=no

;Include genzaptelconf configs
#include zapata-auto.conf

group=1

;Include AMP configs
#include zapata_additional.conf

Im starting to go blind from looking at it now, If someone can spot the clever way to merge the two examples and get a working config Id donate my first born son…

in scenario B, try adding answeronpolarityswitch=yes

i’ve not seen this working on a TDM400, only on the Sangoma cards … but when it works it works well. try it.

Unfortunately still no success. This is starting to drive me insane. Thanks for the help.

Any more ideas?

I suggest your increase the “rxgain” & “txgain”. May be the signal was not enough to be detected by the card.

change busydetect to “no”

and i’ll go find a TDM setup that i know works !

ok, now i’ve looked at mine and 1 other, it’s reminded me of the variance of lines from good ol’ BT !!

here’s mine, known to work OK :

[channels] ; Span 1: "Digium TDM401B" signalling=fxs_ks language=en context=from-bt rxwink=300 hanguponpolarityswitch=yes ;answeronpolarityswitch=yes busydetect=no;yes busycount=3 echocancel=yes echocancelwhenbridged=yes echotraining=yes rxgain=6 txgain=4.5 mailbox=211,205 callgroup=1 pickupgroup=1 immediate=yes faxdetect=no usedistinctiveringdetection=no usecallerid=yes ukcallerid=yes callerid=asreceived cidsignalling=v23 cidstart=polarity;ring callwaiting=no threewaycalling=yes transfer=yes cancallforward=yes callreturn=yes callprogress=no group=0 channel => 1

(you can even see where i played with it when i installed it … a long time ago !)

and here’s one from a friend of mine that has carpy lines from a dodgy exchange :

[channels] language=en context=from-pstn signalling=fxs_ks rxwink=300 usecallerid=yes ukcallerid=yes callerid=asreceived cidsignalling=v23 cidstart=usehist hanguponpolarityswitch=no busydetect=yes busycount=6 ;callprogress=yes hidecallerid=no callwaiting=yes usecallingpres=yes callwaitingcallerid=yes threewaycalling=yes transfer=yes cancallforward=no callreturn=no echocancel=yes echocancelwhenbridged=yes echotraining=yes rxgain=9.0 txgain=0.0 group=0 callgroup=1 pickupgroup=1 immediate=yes progzone=uk faxdetect=no

if polarity reversal (as we call it here) doesn’t work for you, try using busydetect, but adjust it for best results. 6 seems ok (he’s happy), but YMMV.

Thanks baconbuttie, much appreciated, I’ll give these settings a try.

Im off for a few days now. I’ll report back as soon as Ive tested them.

If the kewlstart doesn’t work properly then you only
have the option of busydetect and busycount to stop
asterisk from continuing on a dead channel.

Hi, Im recovered and back at work now… but still with the same problems

Ive just tried both of the suggested zapata.conf configurations with no success.

Interstingly the second option results in the same issues as my Scenario B config.

so what happens if you add “answeronpolarityswitch=yes” to the second config ? or have you tried that already ?

Yep, I tried it. But it had no effect.

Okay, I think I may be onto something…

zapata.conf

[channels]
signalling=fxs_ks
language=en
context=from-bt
rxwink=300
hanguponpolarityswitch=yes
;answeronpolarityswitch=yes
busydetect=yes
busycount=3
echocancel=yes
echocancelwhenbridged=yes
echotraining=yes
rxgain=6
txgain=4.5
callgroup=1
pickupgroup=1
immediate=yes
faxdetect=no
usedistinctiveringdetection=no
usecallerid=yes
ukcallerid=yes
callerid=asreceived
cidsignalling=v23
cidstart=polarity
callwaiting=no
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
callprogress=yes
progzone=uk
group=0

;Include genzaptelconf configs
#include zapata-auto.conf

group=1

;Include AMP configs
#include zapata_additional.conf
zapata-auto.conf

; Autogenerated by /usr/local/sbin/genzaptelconf -- do not hand edit
; Zaptel Channels Configurations (zapata.conf)
;
; This is not intended to be a complete zapata.conf. Rather, it is intended 
; to be #include-d by /etc/zapata.conf that will include the global settings
;
callerid=asreceived

; Span 1: WCTDM/0 "Wildcard TDM2400P Prototype Board 1" 
; channel 1, WCTDM, inactive.
; channel 2, WCTDM, inactive.
; channel 3, WCTDM, inactive.
; channel 4, WCTDM, inactive.
signalling=fxs_ks
; Note: this is a trunk. Create a ZAP trunk in AMP for Channel 5
context=from-pstn
group=0
channel => 5

signalling=fxs_ks
; Note: this is a trunk. Create a ZAP trunk in AMP for Channel 6
context=from-pstn
group=0
channel => 6

signalling=fxs_ks
; Note: this is a trunk. Create a ZAP trunk in AMP for Channel 7
context=from-pstn
group=0
channel => 7

signalling=fxs_ks
; Note: this is a trunk. Create a ZAP trunk in AMP for Channel 8
context=from-pstn
group=0
channel => 8

signalling=fxs_ks
; Note: this is a trunk. Create a ZAP trunk in AMP for Channel 9
context=from-pstn
group=0
channel => 9

signalling=fxs_ks
; Note: this is a trunk. Create a ZAP trunk in AMP for Channel 10
context=from-pstn
group=0
channel => 10

signalling=fxs_ks
; Note: this is a trunk. Create a ZAP trunk in AMP for Channel 11
context=from-pstn
group=0
channel => 11

signalling=fxs_ks
; Note: this is a trunk. Create a ZAP trunk in AMP for Channel 12
context=from-pstn
group=0
channel => 12

; channel 13, WCTDM, inactive.
; channel 14, WCTDM, inactive.
; channel 15, WCTDM, inactive.
; channel 16, WCTDM, inactive.
; channel 17, WCTDM, inactive.
; channel 18, WCTDM, inactive.
; channel 19, WCTDM, inactive.
; channel 20, WCTDM, inactive.
; channel 21, WCTDM, inactive.
; channel 22, WCTDM, inactive.
; channel 23, WCTDM, inactive.
; channel 24, WCTDM, inactive.

If I set callprogress to yes my incoming calls terminate correctly but pickups are not detected on my outgoing calls.

If I set callprogress to no my outgoing calls are answered correctly, but third party terminations are not detected (which is acceptable)

So is there a way to make the same 8 lines use callprogress=yes for incoming calls, and callprogress=no for outgoing calls?