search for: ast_state_ringing

Displaying 4 results from an estimated 4 matches for "ast_state_ringing".

2004 Jun 10
0
Missing connect indication on pri?
...at connect was originally sent when the incoming leg to the pbx answered. It does not get delivered to the originating span (the pbx). It sees neither the call proceeding, alerting or any other of the indications that should have been sent. This causes the originating channel not to be in state AST_STATE_RINGING in ast_answer() called from ast_bridge_call(). The answer does not get propagated down to the originating channel. **** further digging ***** The problem apperas to be that the ALERTING indication from the pbx on the inbound leg is not propagated back up to the inbound leg from the pstn. The...
2009 Dec 19
0
E1 ingress to SIP egress problem with 183 response
...s.\n"); if (!ast_test_flag(req, SIP_PKT_IGNORE) && p->owner) { ast_queue_control(p->owner, AST_CONTROL_RINGING); if (p->owner->_state != AST_STATE_UP) { ast_setstate(p->owner, AST_STATE_RINGING); } } if (find_sdp(req)) { if (p->invitestate != INV_CANCELLED) p->invitestate = INV_EARLY_MEDIA; res = process_sdp(p, req); if (!ast...
2004 Feb 02
1
Voicetronix Audio Problems when making two or more simultanoues calls
Hi there, Besides the problem of Voicetronix dialing too early before the carrier gives a dial tone, there also appears to be issues with the audio quality when more than 1 channel is utilized.
2004 Jun 01
1
Zap and call pickup -- it don't work.
...6]: Updated conferencing on 24, with 0 conference users Now you'll see the "No call pickup possible" -- that comes from both res_parking's ast_call_pickup() and also from chan_zap. Basically you get that if the channel you're trying to pick up is NOT in AST_STATE_RING or AST_STATE_RINGING. I modified chan_zap.c so that "zap show channels" gives me the state of the channel as well. On to the main event: the CLI log when run as "asterisk -vvvvgc": Asterisk Ready. -- Starting simple switch on 'Zap/24-1' -- Executing NoOp("Zap/24-1", &qu...