search for: call_control

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

2011 May 17
1
mysql call stored procedure
Hi Guys, I am getting an error when executing another mysql query in dialplan after calling stored procedure. If calling the procedure from mysql cli it gives a result like: mysql> call call_control(78236721,1000,1233); +------+ | pass | +------+ | 1 | +------+ So I need asterisk to recognize this pass and take some actions based on what the pass value is. Dialplan looks like this: MYSQL(Connect connid ${DBDefaultHost} ${DBuser} ${DBpass} ${DBname}) MySQL(Query resultid ${connid} CALL call...
2006 Apr 11
3
model classes in different folders
Hello, I have the following structure: - app - controllers - helpdesk - call_controller.rb (Helpdesk::CallController < ApplicationController) - models - employee.rb - department.rb (Department < ActiveRecord::Base) - helpdesk - call.rb - call_history.rb (Helpdesk::CallHistory < ActiveRecord::Base) Is it possible to have a relationship between...
2006 May 31
0
Libmfcr2 won't compile
...C_REQUESTMOREINFO_DESTINATION_NUMBER' undeclared (first use in this function) mfcr2.c:3476: error: `UC_RET_NOT_AVAILABLE' undeclared (first use in this function) mfcr2.c:3543: error: `UC_REQUESTMOREINFO_ORIGINATING_NUMBER' undeclared (first use in this function) mfcr2.c: In function `call_control': mfcr2.c:3894: error: `UC_OP_REQUESTMOREINFO' undeclared (first use in this function) mfcr2.c:3895: error: `uc_requestmoreinfo_t' undeclared (first use in this function) mfcr2.c:3895: error: syntax error before ')' token make[1]: *** [mfcr2.lo] Error 1 make[1]: Leaving direct...
2006 Jun 09
3
FXO registration and VegaStream
I am trying to configure a VegaStream 50 FXO to work with asterisk. The problem that I am having is that the VegaStream does not support incoming registration from asterisk. VegaStream only allows outbound registration. My question is does asterisk allow incoming registration from an FXO? If yes how? Or better yet, has anybody been able to make the VegaStream FXO work with asterisk? According