Displaying 2 results from an estimated 2 matches for "0001fee7".
Did you mean:
0001fed5
2016 Aug 30
2
Multiple phones when one is unregistered
...lication.
> Paste the Asterisk console output of a call showing the problem,
> maybe someone can help.
Here is what the log shows. I can't put the unregistered user back at
the moment. Perhaps I can do it overnight when no one is going to the
building.
[Aug 23 10:20:55] WARNING[-1][C-0001fee7] app_dial.c: Unable to create
channel of type 'SIP' (cause 20 - Subscriber absent)
I am assuming that the voice mail is for the absent (unregistered) user.
> > exten => 5555551111,1,Verbose(Door buzzer calling)
> > same => n,Dial(SIP/user1&SIP/user2&SIP/user3)...
2016 Aug 30
12
Multiple phones when one is unregistered
I have an extension that looks like this:
exten => 5555551111,1,Verbose(Door buzzer calling)
same => n,Dial(SIP/user1&SIP/user2&SIP/user3)
The idea is that any of the three users can answer the phone to let
someone in. The problem is that if, say, user2 unplugs his phone then
the call immediately goes to his voice mail and the other two do not
have the ability to open the door.