Day/Night control

tkatch
Posts: 5
Member Since:
2007-03-08

I just enabled a day night control criteria. I made it if in day mode go to time conditions and if in night mode go to the night IVR. I then pointed my inbound route through this time condition. Everytime I try to enable the Day Night mode I get a recording "that feature is not available on this line" see log below:
Verbosity is at least 5
-- Executing ResetCDR("SIP/100-b760a5d0", "") in new stack
-- Executing NoCDR("SIP/100-b760a5d0", "") in new stack
-- Executing Wait("SIP/100-b760a5d0", "1") in new stack
-- Executing Playback("SIP/100-b760a5d0", "silence/1&feature-not-avail-line&silence/1&cannot-complete-as-dialed&check-number-dial-again|noanswer") in new stack
-- Playing 'silence/1' (language 'en')
-- Playing 'feature-not-avail-line' (language 'en')
-- Playing 'silence/1' (language 'en')
== Spawn extension (from-internal, *28, 4) exited non-zero on 'SIP/100-b760a5d0'
-- Executing Macro("SIP/100-b760a5d0", "hangupcall") in new stack
-- Executing ResetCDR("SIP/100-b760a5d0", "w") in new stack
-- Executing NoCDR("SIP/100-b760a5d0", "") in new stack
-- Executing GotoIf("SIP/100-b760a5d0", "1?skiprg") in new stack
-- Goto (macro-hangupcall,s,6)
-- Executing GotoIf("SIP/100-b760a5d0", "1?skipblkvm") in new stack
-- Goto (macro-hangupcall,s,9)
-- Executing GotoIf("SIP/100-b760a5d0", "1?theend") in new stack
-- Goto (macro-hangupcall,s,11)
-- Executing Hangup("SIP/100-b760a5d0", "") in new stack
== Spawn extension (macro-hangupcall, s, 11) exited non-zero on 'SIP/100-b760a5d0' in macro 'hangupcall'
== Spawn extension (macro-hangupcall, s, 11) exited non-zero on 'SIP/100-b760a5d0'



jahyde
Posts: 1956
Member Since:
2006-06-02
what phone are you dialing

what phone are you dialing that from-
it looks like only *28 is being passed, this is most likely because your phone has an internal dial plan that only passes 3 digit * codes.

try it from a softphone, or put it on an IVR and try dialing it externally to see what response you get.

--

--my PBX is run on 2 V8's



tkatch
Posts: 5
Member Since:
2007-03-08
thanx

Works I modified the dialplan of my spa942 with *28x| in the begining of the string. :)



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.