Calls on hold hang up after 300seconds

jeremyb

New Member
Joined
Jan 29, 2011
Messages
51
Reaction score
0
If I dial someone and put them on hold, asterisk will hang up after 5 minutes. I'm thinking there is a setting somewhere that I'm not finding. Ideas?

Code:
    -- Executing [h@macro-dialout-trunk:1] Macro("SIP/200-0000004f", "hangupcall,") in new stack
    -- Executing [s@macro-hangupcall:1] GotoIf("SIP/200-0000004f", "1?skiprg") in new stack
    -- Goto (macro-hangupcall,s,4)
    -- Executing [s@macro-hangupcall:4] GotoIf("SIP/200-0000004f", "1?skipblkvm") in new stack
    -- Goto (macro-hangupcall,s,7)
    -- Executing [s@macro-hangupcall:7] GotoIf("SIP/200-0000004f", "1?theend") in new stack
    -- Goto (macro-hangupcall,s,9)
    -- Executing [s@macro-hangupcall:9] Hangup("SIP/200-0000004f", "") in new stack
  == Spawn extension (macro-hangupcall, s, 9) exited non-zero on 'SIP/200-0000004f' in macro 'hangupcall'
  == Spawn extension (macro-dialout-trunk, h, 1) exited non-zero on 'SIP/200-0000004f'
    -- Stopped music on hold on SIP/voipms-00000050
  == Spawn extension (macro-dialout-trunk, s, 19) exited non-zero on 'SIP/200-0000004f' in macro 'dialout-trunk'
  == Spawn extension (from-internal, 1234567890, 6) exited non-zero on 'SIP/200-0000004f'
 
Weird... found the setting
Asterisk SIP Settings -> MEDIA & RTP Settings -> rtpholdtimeout

Oddly changing rtpkeepalive from 0 to 30 made no difference.. problem solved, set rtpholdtimeout to a higher value.
 
What phone(s) are you using? I had this issue with a Grandstream phone.
 

Members online

No members online now.

Forum statistics

Threads
26,688
Messages
174,412
Members
20,259
Latest member
Fadeek86
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top