[asterisk-bugs] [JIRA] Updated: (ASTERISK-20161) asterisk crash on app_queue change mebers status pause/unpause with astdb
Aleksander Mischenko (JIRA)
noreply at issues.asterisk.org
Sat Jul 21 02:45:21 CDT 2012
[ https://issues.asterisk.org/jira/browse/ASTERISK-20161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Aleksander Mischenko updated ASTERISK-20161:
--------------------------------------------
Description:
When agent SIP/1200 pauses via dialplan like
exten => pause,1,PauseQueueMember(,SIP/${CALLERID(num)},,selfpause)
same => n,Set(DB(QueuePauseReason/${CALLERID(num)})=selfpause) ;if commented doesnt help
same => n,Goto(end,1)
or unpause,logout,login (same extensions) asteisk just closes.
Only helps to delete astdb file.
this happens after 10-15 minutes of work. after restart with deleted astdb all works fine.
all permissions are asterisk:asterisk. ON astdb permissions are same.
this maybe regression to 1.8.13.1 (another server all works fine)
Looks like when any change is made at astdb from app_queue, asterisk falls.
was:
When agent SIP/1200 pauses via dialplan like
exten => pause,1,PauseQueueMember(,SIP/${CALLERID(num)},,selfpause)
same => n,Set(DB(QueuePauseReason/${CALLERID(num)})=selfpause)
same => n,Goto(end,1)
or unpause,logout,login (same extensions) asteisk just closes.
Only helps to delete astdb file.
this happens after 10-15 minutes of work. after restart with deleted astdb all works fine.
all permissions are asterisk:asterisk. ON astdb permissions are same.
this maybe regression to 1.8.13.1 (another server all works fine)
> asterisk crash on app_queue change mebers status pause/unpause with astdb
> -------------------------------------------------------------------------
>
> Key: ASTERISK-20161
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-20161
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Affects Versions: 1.8.14.1
> Environment: Asterisk 1.8.14.1 built by root @ astdev on a i686 running Linux
> DISTRIB_DESCRIPTION="Ubuntu 12.04 LTS"
> 3.2.0-26-generic-pae
> Reporter: Aleksander Mischenko
> Severity: Critical
> Attachments: coredump.tar.gz
>
>
> When agent SIP/1200 pauses via dialplan like
> exten => pause,1,PauseQueueMember(,SIP/${CALLERID(num)},,selfpause)
> same => n,Set(DB(QueuePauseReason/${CALLERID(num)})=selfpause) ;if commented doesnt help
> same => n,Goto(end,1)
> or unpause,logout,login (same extensions) asteisk just closes.
> Only helps to delete astdb file.
> this happens after 10-15 minutes of work. after restart with deleted astdb all works fine.
> all permissions are asterisk:asterisk. ON astdb permissions are same.
> this maybe regression to 1.8.13.1 (another server all works fine)
> Looks like when any change is made at astdb from app_queue, asterisk falls.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list