search for: no_user_response

Displaying 3 results from an estimated 3 matches for "no_user_response".

2019 Nov 16
2
Disable NO_USER_RESPONSE (Hangupcause = 18) for certain SIP peer
...or not sending it at all. BUT - Everything else is working flawlessly, including audio in both directions. So this means, I need somehow to tell Asterisk to ignore the lack of acknowledgement. So now to the question, since the call is dropped automatically after 30 sec with "NO_USER_RESPONSE" (Hangupcause 18) on the far end (the callee's end), propably because the Android native Client is not acknowledging the connected call , is it possible to tell Asterisk to just ignore the lack of acknowledgement from Android somehow? Basically, for Client sip09 (username), never hang...
2019 Nov 16
2
Disable NO_USER_RESPONSE (Hangupcause = 18) for certain SIP peer
...fully disconnect the callee. Från: asterisk-users <asterisk-users-bounces at lists.digium.com> För Joshua C. Colp Skickat: den 17 november 2019 00:54 Till: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users at lists.digium.com> Ämne: Re: [asterisk-users] Disable NO_USER_RESPONSE (Hangupcause = 18) for certain SIP peer On Sat, Nov 16, 2019 at 7:45 PM Sebastian Nielsen <sebastian at sebbe.eu <mailto:sebastian at sebbe.eu> > wrote: Hello. I have a problem with the native Android SIP client, not acknowledging the call. Sent a message to the list for some...
2010 Jan 22
0
Handling SIP error codes/ISDN codes
...=> rc-6,n,Goto(s|10) exten => rc-7,1,NoOp(CALL_AWARDED_DELIVERED) exten => rc-7,n,Goto(s|10) exten => rc-16,1,NoOp(NORMAL_CLEARING) exten => rc-16,n,Goto(s|10) exten => rc-17,1,NoOp(USER_BUSY) ;exten => rc-17,n,Busy() exten => rc-17,n,Goto(s|10) exten => rc-18,1,NoOp(NO_USER_RESPONSE) exten => rc-18,n,Goto(s|10) exten => rc-19,1,NoOp(NO_ANSWER) exten => rc-19,n,Goto(s|10) exten => rc-21,1,NoOp(CALL_REJECTED) exten => rc-21,n,Goto(s|10) exten => rc-28,1,NoOp(INVALID_NUMBER_FORMAT) exten => rc-28,n,Goto(s|10) exten => rc-29,1,NoOp(FACILITY_REJECTED) e...