search for: digitin

Displaying 2 results from an estimated 2 matches for "digitin".

Did you mean: digitan
2009 Nov 26
1
app_read does not seem to work with SIP early media (it answers the channel)
...er that supports early media to the context sip-in [sip-in] exten => 123,1,Progress exten => 123,n,Ringing exten => 123,n,Wait(3) exten => 123,n,Playback(hello-world,noanswer) ;plays fine w/o answering the call exten => 123,n,Ringing exten => 123,n,Wait(2) exten => 123,n,Read(digitin,,1,,,10) exten => 123,n,NoOp(we have read digit ${digitin}) exten => 123,n,Wait(10) exten => 123,n,Playback(demo-echodone,noanswer) exten => 123,n,Congestion exten => 123,n,Busy Is this a bug in the app_read? Do you know a workaround? I have already tried some tricks with Chanspy b...
2005 Sep 11
2
Make asterisk call out
Hello, in our public hospital incase of emergency in the night or weekend we must call many people. Is it possible to use asterisk to call automatically a list of number. The numbers should be called in a round-robin way as long as they don't take up the phone and confirm by digitin in a code. The calls should be started by an internal call to a certain number on the asterisk server. It should be possible to have different lists of numbers for different alarm levels. Bye Andreas