[Home]

Summary:ASTERISK-00758: DND Kills out Sip to Sip calls
Reporter:danjr (danjr)Labels:
Date Opened:2004-01-08 03:44:29.000-0600Date Closed:2011-06-07 14:04:48
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:sorry to bug you but
this is my problem when enabling DND to my GS users i get five many six seconds of talk time then it dies.
There is no errors so I haven`t been able to find out if its a bug or not. but I`m going to include my DND extensions that way you will see what i`m doing

****** ADDITIONAL INFORMATION ******

exten => _X.,1,Macro(foraccounts,${EXTEN},${EXTEN});All Employees
[from-sip]
include => dnd
include => callforward
include => office-extensions

[macro-foraccounts]
exten => s,1,DBget(temp=SIP/${ARG1})
exten => s,2,Goto(from-sip,${temp}|1)
exten => s,102,Goto(s|3)
exten => s,3,DBget(dnd=DND/${ARG1})
exten => s,4,Goto(s|6)
exten => s,104,Goto(s|5)
exten => s,5,Dial(SIP/${ARG1},30,Ttr)
exten => s,6,Voicemail2(u${ARG1})
exten => s,7,Hangup
exten => s,106,Voicemail2(b${ARG1}) ; busy
exten => s,107,Hangup


[dnd] ; DO NOT DISTURB
exten => _*61,1,DBput(DND/${CALLERIDNUM}=YES})
exten => _*61,2,Playback(vm-goodbye)
exten => _*61,3,SoftHangup
exten => _*60,1,DBdel(DND/${CALLERIDNUM})
exten => _*60,2,Playback(vm-goodbye)
exten => _*60,3,SoftHangup
Comments:By: Brian West (bkw918) 2004-01-09 00:09:26.000-0600

This seems to be a local config issue.  Can you tell me if you have any NAT or other such firewall type devices in the mix?

By: danjr (danjr) 2004-01-09 01:04:51.000-0600

At this time.. this server is be hind no firewalls. but the problem seems to have fixed it self