search for: ast_queue_control

Displaying 10 results from an estimated 10 matches for "ast_queue_control".

2004 Apr 30
1
Error compiling asterisk-oh323-0.6.0
...ng-declarations -D_REENTRANT -D_GNU_SOURCE -I/usr/src/redhat/BUILD/asterisk/include -I../wrapper -g -c -o chan_oh323.o chan_oh323.c chan_oh323.c: In function `oh323_call': chan_oh323.c:1133: too few arguments to function `ast_queue_hangup' chan_oh323.c:1160: too few arguments to function `ast_queue_control' chan_oh323.c: In function `oh323_hangup': chan_oh323.c:1191: too few arguments to function `ast_queue_hangup' chan_oh323.c: In function `oh323_read': chan_oh323.c:1590: too few arguments to function `ast_dsp_process' chan_oh323.c: In function `oh323_answer': chan_oh323.c:18...
2009 Dec 19
0
E1 ingress to SIP egress problem with 183 response
...p;& (p->invitestate != INV_CANCELLED) && sip_cancel_destroy(p)) ast_log(LOG_WARNING, "Unable to cancel SIP destruction. Expect bad things.\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->i...
2004 Jun 11
1
oh323 0.6.2
...isk-driver' gcc -Wall -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -I/root/src/asterisk/include -I../wrapper -g -c -o chan_oh323.o chan_oh323.c chan_oh323.c: In function `oh323_call': chan_oh323.c:1385: too few arguments to function `ast_queue_control' chan_oh323.c: In function `oh323_hangup': chan_oh323.c:1417: too few arguments to function `ast_queue_hangup' chan_oh323.c: In function `oh323_read': chan_oh323.c:1855: too few arguments to function `ast_dsp_process' make[1]: *** [chan_oh323.o] Error 1 make[1]: Leaving director...
2003 Aug 02
1
SIP app_queue
I noticed a few issues with app_queue just wanted to know if its sip related or ata186 related: Ext 111 and Ext 112 are dynamically loged into the queue via AddQueueMember. Call hits queue with fewestcalls routing. Rings ext 111 if 111 doesn't answer. It rings ext 112. If for some reason ext 112 doesn't answer it rings back to 111. Again at this point ext 111 isn't answered it
2004 Jun 14
15
oh323
This module wont compile can anyone give me any assistance -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040614/03ae433c/attachment.htm
2003 Oct 20
3
Call Waiting on SIP phones
...} else { char *res; if (ast->hangupcause && ((res = hangup_cause2sip (ast->hangupcause)))) { @@ -4708,6 +4719,14 @@ if (p->owner) ast_queue_control(p->owner, AST_ CONTROL_BUSY, 0); break; + case 487: + /* channel now destroyed - dec the inuse counter */ + if ( p->outgoing ) { +...
2004 Jul 12
1
Problems Compiling asterisk-oh323 0.6.3a
...1: too few arguments to function 'ast_set_read_format' chan_oh323.c: In function 'ast_oh323_new': chan_oh323.c:2349: warning: assignment from incompatible pointer type chan_oh323.c: In function 'alerted_oh323_connection': chan_oh323.c:1929: too few arguments to function 'ast_queue_control' make[1]: *** [chan_oh323.o] Error 1 make[1]: Leaving directory `/home/rui/oh323/asterisk-oh323-0.6.3a/asterisk-driver' make: *** [subdirs_all] Error 1 I also tried the asterisk-oh323-0.6.3 and asterisk-oh323-0.6.2a. But the result are almost the same. In the Makefile, I modified the...
2005 Feb 25
1
SIP Errors
Can someone explain what this error is? -- Got SIP response 500 "Server Internal Error - Invalid CSEQ number" back from 209.xxx.xxx.xxx How do I fix this? .o-------------------------------------------------------o. Brian Fertig NOC/Network Engineer Planet Telecom, Inc. Tampa, FL Office
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 25
2
Problems Compiling and Loading asterisk-oh323 0.6.2
Hi, I having a problem compiling the wrapper for oh323. I am running Debian, kernel version 2.4.18-bf2.4. The pwlib version I have is 1.6.6 and the openh323 version I have is 1.13.5. I execute the following commands first before attempting to compile the wrapper: pwlib_1.6.6: make both openh323 1.13.5 ./configure make opt asterisk-oh323 0.6.2 make