Paging not working after upgrade to 2.10

I get fast bzy signal on all inbound ext. However the intercome(*80)and the ringGroup works and the ext rings. I can not figuer it out. here is my log trying to call ext 190 from 103.

– Executing [190@from-internal:1] Set(“SIP/103-00000055”, “__RINGTIMER=60”) in new stack
– Executing [190@from-internal:2] Macro(“SIP/103-00000055”, “exten-vm|190|190|0|0|0”) in new stack
– Executing [s@macro-exten-vm:1] Macro(“SIP/103-00000055”, “user-callerid|”) in new stack
– Executing [s@macro-user-callerid:1] Set(“SIP/103-00000055”, “AMPUSER=103”) in new stack
– Executing [s@macro-user-callerid:2] GotoIf(“SIP/103-00000055”, “0?report”) in new stack
– Executing [s@macro-user-callerid:3] ExecIf(“SIP/103-00000055”, “1|Set|REALCALLERIDNUM=103”) in new stack
– Executing [s@macro-user-callerid:4] Set(“SIP/103-00000055”, “AMPUSER=103”) in new stack
– Executing [s@macro-user-callerid:5] Set(“SIP/103-00000055”, “AMPUSERCIDNAME=Bobby”) in new stack
– Executing [s@macro-user-callerid:6] GotoIf(“SIP/103-00000055”, “0?report”) in new stack
– Executing [s@macro-user-callerid:7] Set(“SIP/103-00000055”, “AMPUSERCID=103”) in new stack
– Executing [s@macro-user-callerid:8] Set(“SIP/103-00000055”, “CALLERID(all)=“Bobby” <103>”) in new stack
– Executing [s@macro-user-callerid:9] GotoIf(“SIP/103-00000055”, “0?limit”) in new stack
– Executing [s@macro-user-callerid:10] ExecIf(“SIP/103-00000055”, “0|Set|GROUP(concurrency_limit)=103”) in new stack
– Executing [s@macro-user-callerid:11] ExecIf(“SIP/103-00000055”, “0|Set|CHANNEL(language)=”) in new stack
– Executing [s@macro-user-callerid:12] GotoIf(“SIP/103-00000055”, “0?continue”) in new stack
– Executing [s@macro-user-callerid:13] Set(“SIP/103-00000055”, “__TTL=64”) in new stack
– Executing [s@macro-user-callerid:14] GotoIf(“SIP/103-00000055”, “1?continue”) in new stack
– Goto (macro-user-callerid,s,25)
– Executing [s@macro-user-callerid:25] Set(“SIP/103-00000055”, “CALLERID(number)=103”) in new stack
– Executing [s@macro-user-callerid:26] Set(“SIP/103-00000055”, “CALLERID(name)=Bobby”) in new stack
– Executing [s@macro-exten-vm:2] Set(“SIP/103-00000055”, “RingGroupMethod=none”) in new stack
– Executing [s@macro-exten-vm:3] Set(“SIP/103-00000055”, “__EXTTOCALL=190”) in new stack
– Executing [s@macro-exten-vm:4] Set(“SIP/103-00000055”, “__PICKUPMARK=190”) in new stack
– Executing [s@macro-exten-vm:5] Set(“SIP/103-00000055”, “RT=60”) in new stack
– Executing [s@macro-exten-vm:6] Gosub(“SIP/103-00000055”, “sub-record-check|s|1(exten|190|)”) in new stack
– Executing [s@sub-record-check:1] GotoIf(“SIP/103-00000055”, “1?check”) in new stack
– Goto (sub-record-check,s,3)
– Executing [s@sub-record-check:3] Set(“SIP/103-00000055”, “MON_FMT=wav”) in new stack
– Executing [s@sub-record-check:4] GotoIf(“SIP/103-00000055”, “1?next”) in new stack
– Goto (sub-record-check,s,7)
– Executing [s@sub-record-check:7] ExecIf(“SIP/103-00000055”, “0|Return|”) in new stack
– Executing [s@sub-record-check:8] GotoIf(“SIP/103-00000055”, “0?190|1”) in new stack
– Executing [s@sub-record-check:9] Set(“SIP/103-00000055”, “__REC_STATUS=INITIALIZED”) in new stack
– Executing [s@sub-record-check:10] ExecIf(“SIP/103-00000055”, “1|Set|__REC_POLICY_MODE=0”) in new stack
– Executing [s@sub-record-check:11] Set(“SIP/103-00000055”, “NOW=1326721667”) in new stack
– Executing [s@sub-record-check:12] Set(“SIP/103-00000055”, “__DAY=16”) in new stack
– Executing [s@sub-record-check:13] Set(“SIP/103-00000055”, “__MONTH=01”) in new stack
– Executing [s@sub-record-check:14] Set(“SIP/103-00000055”, “__YEAR=2012”) in new stack
– Executing [s@sub-record-check:15] Set(“SIP/103-00000055”, “__TIMESTR=20120116-084747”) in new stack
– Executing [s@sub-record-check:16] Set(“SIP/103-00000055”, “__FROMEXTEN=103”) in new stack
– Executing [s@sub-record-check:17] Set(“SIP/103-00000055”, “__CALLFILENAME=190-190-103-20120116-084747-1326721667.128”) in new stack
– Executing [s@sub-record-check:18] Goto(“SIP/103-00000055”, “190|1”) in new stack
– Goto (sub-record-check,190,1)

Sounds like a dialplan issue

  • Executing [190@from-internal:1]

That right there tells you the system is trying to dial outside. for an internal extension that should say

  • Executing [190@ext-local:1]

Check your outbound dial rules… or remove them all, test an internal call, and add them back correctly. I believe the only ones that would affect this are in outbound routes.

that did not help. is there any file that I can manually edit and delete the outbound dial rules. I do have 1 extention that still works but all the others including any new extention fails. here is the working one (ext:103)

tallytaylorCLI>
tallytaylor
CLI>
tallytaylorCLI>
– Executing [103@from-internal:1] GotoIf(“SIP/111-00000541”, “0?ext-local|103|1”) in new stack
– Executing [103@from-internal:2] Macro(“SIP/111-00000541”, “user-callerid|”) in new stack
– Executing [s@macro-user-callerid:1] Set(“SIP/111-00000541”, “AMPUSER=111”) in new stack
– Executing [s@macro-user-callerid:2] GotoIf(“SIP/111-00000541”, “0?report”) in new stack
– Executing [s@macro-user-callerid:3] ExecIf(“SIP/111-00000541”, “1|Set|REALCALLERIDNUM=111”) in new stack
– Executing [s@macro-user-callerid:4] Set(“SIP/111-00000541”, “AMPUSER=111”) in new stack
– Executing [s@macro-user-callerid:5] Set(“SIP/111-00000541”, “AMPUSERCIDNAME=Vivien”) in new stack
– Executing [s@macro-user-callerid:6] GotoIf(“SIP/111-00000541”, “0?report”) in new stack
– Executing [s@macro-user-callerid:7] Set(“SIP/111-00000541”, “AMPUSERCID=111”) in new stack
– Executing [s@macro-user-callerid:8] Set(“SIP/111-00000541”, “CALLERID(all)=“Vivien” <111>”) in new stack
– Executing [s@macro-user-callerid:9] GotoIf(“SIP/111-00000541”, “0?limit”) in new stack
– Executing [s@macro-user-callerid:10] ExecIf(“SIP/111-00000541”, “0|Set|GROUP(concurrency_limit)=111”) in new stack
– Executing [s@macro-user-callerid:11] ExecIf(“SIP/111-00000541”, “0|Set|CHANNEL(language)=”) in new stack
– Executing [s@macro-user-callerid:12] GotoIf(“SIP/111-00000541”, “0?continue”) in new stack
– Executing [s@macro-user-callerid:13] Set(“SIP/111-00000541”, “__TTL=64”) in new stack
– Executing [s@macro-user-callerid:14] GotoIf(“SIP/111-00000541”, “1?continue”) in new stack
– Goto (macro-user-callerid,s,25)
– Executing [s@macro-user-callerid:25] Set(“SIP/111-00000541”, “CALLERID(number)=111”) in new stack
– Executing [s@macro-user-callerid:26] Set(“SIP/111-00000541”, “CALLERID(name)=Vivien”) in new stack
– Executing [103@from-internal:3] Set(“SIP/111-00000541”, “__EXTTOCALL=103”) in new stack
– Executing [103@from-internal:4] Set(“SIP/111-00000541”, “__PICKUPMARK=103”) in new stack
– Executing [103@from-internal:5] Macro(“SIP/111-00000541”, “blkvm-setifempty|”) in new stack
– Executing [s@macro-blkvm-setifempty:1] GotoIf(“SIP/111-00000541”, “1?init”) in new stack
– Goto (macro-blkvm-setifempty,s,4)
– Executing [s@macro-blkvm-setifempty:4] Set(“SIP/111-00000541”, “__BLKVM_OVERRIDE=BLKVM/103/SIP/111-00000541”) in new stack
– Executing [s@macro-blkvm-setifempty:5] Set(“SIP/111-00000541”, “__BLKVM_BASE=103”) in new stack
– Executing [s@macro-blkvm-setifempty:6] Set(“SIP/111-00000541”, “DB(BLKVM/103/SIP/111-00000541)=TRUE”) in new stack
– Executing [s@macro-blkvm-setifempty:7] Set(“SIP/111-00000541”, “GOSUB_RETVAL=TRUE”) in new stack
– Executing [s@macro-blkvm-setifempty:8] MacroExit(“SIP/111-00000541”, “”) in new stack
– Executing [103@from-internal:6] GotoIf(“SIP/111-00000541”, “1?skipov”) in new stack
– Goto (from-internal,103,9)
– Executing [103@from-internal:9] Set(“SIP/111-00000541”, “RRNODEST=”) in new stack
– Executing [103@from-internal:10] Set(“SIP/111-00000541”, “__NODEST=103”) in new stack
– Executing [103@from-internal:11] GosubIf(“SIP/111-00000541”, “0?sub-fmsetcid|s|1()”) in new stack
– Executing [103@from-internal:12] Set(“SIP/111-00000541”, “RecordMethod=Group”) in new stack
– Executing [103@from-internal:13] Gosub(“SIP/111-00000541”, “sub-record-check|s|1(exten|103|)”) in new stack
– Executing [s@sub-record-check:1] GotoIf(“SIP/111-00000541”, “1?check”) in new stack
– Goto (sub-record-check,s,3)
– Executing [s@sub-record-check:3] Set(“SIP/111-00000541”, “MON_FMT=wav”) in new stack
– Executing [s@sub-record-check:4] GotoIf(“SIP/111-00000541”, “1?next”) in new stack
– Goto (sub-record-check,s,7)
– Executing [s@sub-record-check:7] ExecIf(“SIP/111-00000541”, “1|Return|”) in new stack
– Executing [103@from-internal:14] GotoIf(“SIP/111-00000541”, “0 ?skipsimple”) in new stack
– Executing [103@from-internal:15] Macro(“SIP/111-00000541”, “simple-dial|103|20”) in new stack
– Executing [s@macro-simple-dial:1] Set(“SIP/111-00000541”, “__EXTTOCALL=103”) in new stack
– Executing [s@macro-simple-dial:2] Set(“SIP/111-00000541”, “RT=20”) in new stack
– Executing [s@macro-simple-dial:3] Set(“SIP/111-00000541”, “CFUEXT=”) in new stack
– Executing [s@macro-simple-dial:4] Set(“SIP/111-00000541”, “CFBEXT=”) in new stack
– Executing [s@macro-simple-dial:5] Set(“SIP/111-00000541”, “CWI_TMP=”) in new stack
– Executing [s@macro-simple-dial:6] Macro(“SIP/111-00000541”, “dial|20|tr|103”) in new stack
– Executing [s@macro-dial:1] GotoIf(“SIP/111-00000541”, “1?dial”) in new stack
– Goto (macro-dial,s,3)
– Executing [s@macro-dial:3] AGI(“SIP/111-00000541”, “dialparties.agi”) in new stack
– Launched AGI Script /var/lib/asterisk/agi-bin/dialparties.agi
dialparties.agi: Starting New Dialparties.agi
== Parsing ‘/etc/asterisk/manager.conf’: Found
== Parsing ‘/etc/asterisk/manager_additional.conf’: Found
== Parsing ‘/etc/asterisk/manager_custom.conf’: Found
== Manager ‘admin’ logged on from 127.0.0.1
dialparties.agi: Caller ID name is ‘Vivien’ number is '111’
dialparties.agi: Methodology of ring is ‘none’
– dialparties.agi: Added extension 103 to extension map
– dialparties.agi: Extension 103 cf is disabled
– dialparties.agi: Extension 103 do not disturb is disabled
dialparties.agi: ExtensionState: 0
– dialparties.agi: dbset CALLTRACE/103 to 111
– dialparties.agi: Filtered ARG3: 103
== Manager ‘admin’ logged off from 127.0.0.1
– AGI Script dialparties.agi completed, returning 0
– Executing [s@macro-dial:7] Dial(“SIP/111-00000541”, “SIP/103|20|trM(auto-blkvm)”) in new stack
Extension Changed 103[ext-local] new state Ringing for Notify User 106
Extension Changed 103[ext-local] new state Ringing for Notify User 102
Extension Changed 103[ext-local] new state Ringing for Notify User 104
– Called 103
– SIP/103-00000542 is ringing
== Spawn extension (macro-dial, s, 7) exited non-zero on ‘SIP/111-00000541’ in macro ‘dial’
== Spawn extension (macro-simple-dial, s, 6) exited non-zero on ‘SIP/111-00000541’ in macro ‘simple-dial’
== Spawn extension (from-internal, 103, 15) exited non-zero on ‘SIP/111-00000541’
– Executing [h@macro-dial:1] Macro(“SIP/111-00000541”, “hangupcall”) in new stack
– Executing [s@macro-hangupcall:1] GotoIf(“SIP/111-00000541”, “1?endmixmoncheck”) in new stack
– Goto (macro-hangupcall,s,9)
– Executing [s@macro-hangupcall:9] NoOp(“SIP/111-00000541”, “End of MIXMON check”) in new stack
– Executing [s@macro-hangupcall:10] GotoIf(“SIP/111-00000541”, “1?nomeetmemon”) in new stack
– Goto (macro-hangupcall,s,12)
– Executing [s@macro-hangupcall:12] NoOp(“SIP/111-00000541”, “MEETME_RECORDINGFILE=”) in new stack
– Executing [s@macro-hangupcall:13] GotoIf(“SIP/111-00000541”, “1?noautomon”) in new stack
– Goto (macro-hangupcall,s,15)
– Executing [s@macro-hangupcall:15] NoOp(“SIP/111-00000541”, “TOUCH_MONITOR_OUTPUT=”) in new stack
– Executing [s@macro-hangupcall:16] GotoIf(“SIP/111-00000541”, “1?noautomon2”) in new stack
– Goto (macro-hangupcall,s,18)
– Executing [s@macro-hangupcall:18] NoOp(“SIP/111-00000541”, “MONITOR_FILENAME=”) in new stack
– Executing [s@macro-hangupcall:19] GotoIf(“SIP/111-00000541”, “1?skiprg”) in new stack
– Goto (macro-hangupcall,s,22)
– Executing [s@macro-hangupcall:22] GotoIf(“SIP/111-00000541”, “0?skipblkvm”) in new stack
– Executing [s@macro-hangupcall:23] NoOp(“SIP/111-00000541”, “Cleaning Up Block VM Flag: BLKVM/103/SIP/111-00000541”) in new stack
– Executing [s@macro-hangupcall:24] DBdel(“SIP/111-00000541”, “BLKVM/103/SIP/111-00000541”) in new stack
– DBdel: family=BLKVM, key=103/SIP/111-00000541
Extension Changed 103[ext-local] new state Idle for Notify User 106
Extension Changed 103[ext-local] new state Idle for Notify User 102
Extension Changed 103[ext-local] new state Idle for Notify User 104
– Executing [s@macro-hangupcall:25] GotoIf(“SIP/111-00000541”, “1?theend”) in new stack
– Goto (macro-hangupcall,s,27)
– Executing [s@macro-hangupcall:27] Hangup(“SIP/111-00000541”, “”) in new stack
== Spawn extension (macro-hangupcall, s, 27) exited non-zero on ‘SIP/111-00000541’ in macro ‘hangupcall’
== Spawn extension (macro-dial, h, 1) exited non-zero on 'SIP/111-00000541’
tallytaylor
CLI>

I made a ringGroup for that extention and it works if I dial the droup number.
i notice that it’s using dialparties.agi
here is the log

  • Executing [611@from-internal:1] Macro(“SIP/103-0000071e”, “user-callerid|”) in new stack
    – Executing [s@macro-user-callerid:1] Set(“SIP/103-0000071e”, “AMPUSER=103”) in new stack
    – Executing [s@macro-user-callerid:2] GotoIf(“SIP/103-0000071e”, “0?report”) in new stack
    – Executing [s@macro-user-callerid:3] ExecIf(“SIP/103-0000071e”, “1|Set|REALCALLERIDNUM=103”) in new stack
    – Executing [s@macro-user-callerid:4] Set(“SIP/103-0000071e”, “AMPUSER=103”) in new stack
    – Executing [s@macro-user-callerid:5] Set(“SIP/103-0000071e”, “AMPUSERCIDNAME=Bobby”) in new stack
    – Executing [s@macro-user-callerid:6] GotoIf(“SIP/103-0000071e”, “0?report”) in new stack
    – Executing [s@macro-user-callerid:7] Set(“SIP/103-0000071e”, “AMPUSERCID=103”) in new stack
    – Executing [s@macro-user-callerid:8] Set(“SIP/103-0000071e”, “CALLERID(all)=“Bobby” <103>”) in new stack
    – Executing [s@macro-user-callerid:9] GotoIf(“SIP/103-0000071e”, “0?limit”) in new stack
    – Executing [s@macro-user-callerid:10] ExecIf(“SIP/103-0000071e”, “0|Set|GROUP(concurrency_limit)=103”) in new stack
    – Executing [s@macro-user-callerid:11] ExecIf(“SIP/103-0000071e”, “0|Set|CHANNEL(language)=”) in new stack
    – Executing [s@macro-user-callerid:12] GotoIf(“SIP/103-0000071e”, “0?continue”) in new stack
    – Executing [s@macro-user-callerid:13] Set(“SIP/103-0000071e”, “__TTL=64”) in new stack
    – Executing [s@macro-user-callerid:14] GotoIf(“SIP/103-0000071e”, “1?continue”) in new stack
    – Goto (macro-user-callerid,s,25)
    – Executing [s@macro-user-callerid:25] Set(“SIP/103-0000071e”, “CALLERID(number)=103”) in new stack
    – Executing [s@macro-user-callerid:26] Set(“SIP/103-0000071e”, “CALLERID(name)=Bobby”) in new stack
    – Executing [611@from-internal:2] Macro(“SIP/103-0000071e”, “blkvm-setifempty|”) in new stack
    – Executing [s@macro-blkvm-setifempty:1] GotoIf(“SIP/103-0000071e”, “1?init”) in new stack
    – Goto (macro-blkvm-setifempty,s,4)
    – Executing [s@macro-blkvm-setifempty:4] Set(“SIP/103-0000071e”, “__BLKVM_OVERRIDE=BLKVM/611/SIP/103-0000071e”) in new stack
    – Executing [s@macro-blkvm-setifempty:5] Set(“SIP/103-0000071e”, “__BLKVM_BASE=611”) in new stack
    – Executing [s@macro-blkvm-setifempty:6] Set(“SIP/103-0000071e”, “DB(BLKVM/611/SIP/103-0000071e)=TRUE”) in new stack
    – Executing [s@macro-blkvm-setifempty:7] Set(“SIP/103-0000071e”, “GOSUB_RETVAL=TRUE”) in new stack
    – Executing [s@macro-blkvm-setifempty:8] MacroExit(“SIP/103-0000071e”, “”) in new stack
    – Executing [611@from-internal:3] GotoIf(“SIP/103-0000071e”, “1?skipov”) in new stack
    – Goto (from-internal,611,6)
    – Executing [611@from-internal:6] Set(“SIP/103-0000071e”, “RRNODEST=”) in new stack
    – Executing [611@from-internal:7] Set(“SIP/103-0000071e”, “__NODEST=611”) in new stack
    – Executing [611@from-internal:8] GosubIf(“SIP/103-0000071e”, “0?sub-rgsetcid|s|1()”) in new stack
    – Executing [611@from-internal:9] Gosub(“SIP/103-0000071e”, “sub-record-check|s|1(rg|611|dontcare)”) in new stack
    – Executing [s@sub-record-check:1] GotoIf(“SIP/103-0000071e”, “1?check”) in new stack
    – Goto (sub-record-check,s,3)
    – Executing [s@sub-record-check:3] Set(“SIP/103-0000071e”, “MON_FMT=wav”) in new stack
    – Executing [s@sub-record-check:4] GotoIf(“SIP/103-0000071e”, “1?next”) in new stack
    – Goto (sub-record-check,s,7)
    – Executing [s@sub-record-check:7] ExecIf(“SIP/103-0000071e”, “1|Return|”) in new stack
    – Executing [611@from-internal:10] Set(“SIP/103-0000071e”, “RingGroupMethod=ringall”) in new stack
    – Executing [611@from-internal:11] Macro(“SIP/103-0000071e”, “dial|20|tr|104”) in new stack
    – Executing [s@macro-dial:1] GotoIf(“SIP/103-0000071e”, “1?dial”) in new stack
    – Goto (macro-dial,s,3)
    – Executing [s@macro-dial:3] AGI(“SIP/103-0000071e”, “dialparties.agi”) in new stack
    – Launched AGI Script /var/lib/asterisk/agi-bin/dialparties.agi
    dialparties.agi: Starting New Dialparties.agi
    == Parsing ‘/etc/asterisk/manager.conf’: Found
    == Parsing ‘/etc/asterisk/manager_additional.conf’: Found
    == Parsing ‘/etc/asterisk/manager_custom.conf’: Found
    == Manager ‘admin’ logged on from 127.0.0.1
    dialparties.agi: Caller ID name is ‘Bobby’ number is '103’
    dialparties.agi: Methodology of ring is ‘ringall’
    – dialparties.agi: Added extension 104 to extension map
    – dialparties.agi: Extension 104 cf is disabled
    – dialparties.agi: Extension 104 do not disturb is disabled
    – dialparties.agi: dbset CALLTRACE/104 to 103
    – dialparties.agi: Filtered ARG3: 104
    == Manager ‘admin’ logged off from 127.0.0.1
    – AGI Script dialparties.agi completed, returning 0
    – Executing [s@macro-dial:7] Dial(“SIP/103-0000071e”, “SIP/104|20|trM(auto-blkvm)”) in new stack
    Extension Changed 104[ext-local] new state Ringing for Notify User 103
    – Called 104
    – SIP/104-0000071f is ringing

I upgraded two of my FreePBX to 2.10 Beta3 and I am having the same issue on both of the PBXs. We can dial out but cannot dial any internal extentions. Those extension rings if we dial the ring group or queue #. We use four digit extentions and all the extensions were working fine before I did the upgrade. My logs looks pretty much the same as above… HELPP!!! Thanks in Adv. :slight_smile:

what ver of asterisk do you have? it’s not easy to start over and make a new system.

It’s Asterisk 1.4.29

FreePBX 2.10 does not support Asterisk 1.4. It only support 1.6.2 or higher.

can the asterisk 1.4 be upgrade or not? can freepbx be downgrade to 2.8 with no backup?

I found my own answer. you can upgrade asterisk but risky.
http://www.freepbx.org/forum/freepbx/installation/how-to-upgrade-from-asterisk-1-4-to-1-6

No downgrading FreePBX will create to many issues. Yes you should be able to upgrade Asterisk on your system.

so what is dialparties.agi and why is it not runung here. do you really think that there is no other soulotion to fix this. Do you think upgrading asterisk may fix this problem or am i just better of formating and starting over? if i want to that can I backup all my setting like ext,trunk,ivr,ringgroup and etc and restore them on the new system?

Yum Shell procedure didn’t work for me because I was keep getting conflicts, so I did the yum remove asterisk14-core asterisk14 and then yum install asterisk16 asterisk16-core. Thanks for pointing me to right direction…

did the upgrade really helped? did you come up with any other problem or not?
thanks

Paging and Intercom v2.10.0.2 is bugged it seems.
Using app_meetme (not sure about app_conference)

All my boxes are getting the same error when adding or changing a paging group.
ver 1.8.8.0 The existing groups still works. Who else is getting this error?

FATAL ERROR

REPLACE INTO pagingpro (page_id, busypage, intro_recording, cid_prepend) VALUES (‘7789’, ‘valet’, ‘0’, ‘’) [nativecode=1054 ** Unknown column ‘cid_prepend’ in ‘field list’]

Trace Back

: die_freepbx()
[0]: REPLACE INTO pagingpro (page_id, busypage, intro_recording, cid_prepend) VALUES (‘7789’, ‘valet’, ‘0’, ‘’) [nativecode=1054 ** Unknown column ‘cid_prepend’ in ‘field list’]

/var/www/html/admin/libraries/sql.functions.php:116 call_user_func()
[0]: die_freepbx
[1]: REPLACE INTO pagingpro (page_id, busypage, intro_recording, cid_prepend) VALUES (‘7789’, ‘valet’, ‘0’, ‘’) [nativecode=1054 ** Unknown column ‘cid_prepend’ in ‘field list’]

/var/www/html/admin/modules/pagingpro/functions.inc.php:329 db_e()
[0]:

/var/www/html/admin/modules/pagingpro/functions.inc.php:222 pagingpro_put()
[0]:

/var/www/html/admin/libraries/moduleHook.class.php:43 pagingpro_hookProcess_paging()
[0]:
[1]:

/var/www/html/admin/config.php:303 moduleHook->process_hooks()
[0]:
[1]: paging
[2]: paging
[3]:

All my boxes are getting the same error when adding or changing a paging group.
ver 1.8.8.0 The existing groups still works. Who else is getting this error?

FATAL ERROR

REPLACE INTO pagingpro (page_id, busypage, intro_recording, cid_prepend) VALUES (‘7789’, ‘valet’, ‘0’, ‘’) [nativecode=1054 ** Unknown column ‘cid_prepend’ in ‘field list’]

Trace Back

: die_freepbx()
[0]: REPLACE INTO pagingpro (page_id, busypage, intro_recording, cid_prepend) VALUES (‘7789’, ‘valet’, ‘0’, ‘’) [nativecode=1054 ** Unknown column ‘cid_prepend’ in ‘field list’]

/var/www/html/admin/libraries/sql.functions.php:116 call_user_func()
[0]: die_freepbx
[1]: REPLACE INTO pagingpro (page_id, busypage, intro_recording, cid_prepend) VALUES (‘7789’, ‘valet’, ‘0’, ‘’) [nativecode=1054 ** Unknown column ‘cid_prepend’ in ‘field list’]

/var/www/html/admin/modules/pagingpro/functions.inc.php:329 db_e()
[0]:

/var/www/html/admin/modules/pagingpro/functions.inc.php:222 pagingpro_put()
[0]:

/var/www/html/admin/libraries/moduleHook.class.php:43 pagingpro_hookProcess_paging()
[0]:
[1]:

/var/www/html/admin/config.php:303 moduleHook->process_hooks()
[0]:
[1]: paging
[2]: paging
[3]:

My bad. I just need to delete and re-install package.

Thank you.