Displaying 1 result from an estimated 1 matches for "customwelcomemessag".
Did you mean:
customwelcomemessage
2009 Jun 01
2
extensions not being detected consistently
...1.4.24)
If anyone has seen a problem like this before or has even an inkling of
what it might be, that would be awesome :D Thanks in advance.
My dial plan:
[incoming-our-number]
exten => s,1,Answer
exten => s,n,NoOp(incoming-our-number)
exten => s,n,Background(cassandra/CustomWelcomeMessage) ****This
line is usual fine, I think because the message is short enough that
timing the dialing of the extension is less of an issue.
exten => s,n,GotoIfTime(09:00-17:30,mon-fri,*,*?open)
exten => s,n,Wait(0.5);
exten => s,n,Background(cassandra/OfficeHours)
exten => Wait(10)...