Page 1 of 1

CALLMENU NEW ENTRY

PostPosted: Mon May 21, 2018 6:35 pm
by rrb555
Hi,

I am experiencing an issue with call menu, Here are the steps

1. Current callmenu c1 is working properly
2. Copy Call Menu c1 and named it c2
3. Set DID, DID ROUTE to CallMenu and CallMenu to c2
4. Make a test call - not working
5. error in asterisk CLI
Code: Select all
    -- Executing [1number@trunkinbound:1] AGI("SIP/2TALK-00000005", "agi-DID_route.agi") in new stack
    -- Launched AGI Script /usr/share/asterisk/agi-bin/agi-DID_route.agi
    -- AGI Script Executing Application: (Monitor) Options: (wav,/var/spool/asterisk/monitor/MIX/20180521192605_1number_1numbercaller)
    -- <SIP/VOIP-00000005>AGI Script agi-DID_route.agi completed, returning 0
[May 21 19:26:05] WARNING[4124][C-00000005]: pbx.c:4418 __ast_pbx_run: Channel 'SIP/VOIP-00000005' sent to invalid extension but no invalid handler: context,exten,priority=c1,s,1
  == Manager 'sendcron' logged on from 127.0.0.1
  == Manager 'sendcron' logged off from 127.0.0.1

6. restarted server
7. test again and c2 callmenu is now working

Seems like adding an entry in CallMenu doesn't push thru to the server itself. Not sure what to check or enable

Vicibox 8
Asterisk 13.21.0-vici
VERSION: 2.14-675a
BUILD: 180520-1749
© 2018 ViciDial Group

Re: CALLMENU NEW ENTRY

PostPosted: Mon May 21, 2018 9:42 pm
by thephaseusa
I recently experienced the same thing. Just restart asterisk on the asterisk server and the change to the call menu takes effect immediately.

John