Displaying 9 results from an estimated 9 matches for "manager_event".
2010 Sep 30
2
Unable to load fax modules
...load res_fax_digium.so
Unable to load module res_fax_digium.so
Command 'module load res_fax_digium.so' failed.
[Sep 30 10:50:12] WARNING[5427]: loader.c:429 load_dynamic_module: Error
loading module 'res_fax_digium.so':
/usr/lib/asterisk/modules/res_fax_digium.so: undefined symbol: manager_event
[Sep 30 10:50:12] WARNING[5427]: loader.c:797 load_resource: Module
'res_fax_digium.so' could not be loaded.
any help will be much appreciated!!
--
Abdullah
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/at...
2015 Jan 07
0
Adding an Event on chan_sip.c (asterisk 1.8.22)
...g an manger_event call
as follows:
* owner = sip_pvt_lock_full(p);*
* if (owner) {*
* ast_log(LOG_WARNING, "Autodestruct on dialog '%s' with owner %s in place
(Method: %s). Rescheduling destruction for 10000 ms\n", p->callid,
owner->name, sip_methods[p->method].text);*
* manager_event(EVENT_FLAG_SYSTEM, "MY-HANGUP-ALERT", "channel: %s\r\n",
owner->name);*
But for some reason, I don't get such event on my ami client.
What is going wrong?
Thanks,
Valter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.d...
2006 May 21
1
Events offered by
Which Actions and events to the read/write options in manager.conf give access
to, ie the options below.
read = system,call,log,verbose,command,agent,user
write = system,call,log,verbose,command,agent,user
Are they documented somewhere?
/Obelix
2007 Jul 12
0
No subject
static void senddialevent(struct ast_channel *src, struct ast_channel *dst)
{
manager_event(EVENT_FLAG_CALL, "Dial",
"Source: %s\r\n"
"Destination: %s\r\n"
"CallerID: %s\r\n"
"CallerIDName: %s\r\n"
"SrcUniqueID: %s\r\n"
"DestUniqueID: %s\r\n"
"CDRUserfield: %s\r\n",
src->nam...
2010 Jan 27
3
Data transfer
Hi,
im a student and we are devloping a training sytem for
radio operators (for ships, police, ...) at our university.
So far we are using a simple own protocol for speech and data
transmission, works well at a Lan. Now we are looking for a way to
connect the devices over the internet.
I did some very quick testing with Asterisk and PJSIP [1] and it looks very
promising. Apart from the voice
2006 May 16
2
Multiple Registers
List,
Does anyone know how to limit the amount of registrations that a sip user
can have?
For example, I have 2 softphones that I use on my laptop & desktop, both use
the same username & password. If I have both softphones up at the same time,
I can make simultaneous calls with each of them.
I know you can have call-limit=1 but in this case, I want to allow them to
have 3 way calling
2007 Jul 09
10
Monitor events?
Hi all,
I would like to know if there is any possibility to send an event when a
call is monitored?
For both start and stop monitor.
There is no event sent on asterisk 1.2 for that monitor case. I did not
find any changes regrding that on 1.4. Am I wrong?
Is it even possible to send an event when a monitor starts or stop ? Or
is this a bad idea.
Regards,
Daniel
2005 Jun 20
2
app_valetparking.c
Since www.bkw.org seems not to exist anymore (getting response from some
hosting provider), does anyone happend to have a copy of app_valetparking.c
from www.bkw.org - the one that should work with * stable 1.0.X ? If so
please contact me.
One that can be downloaded from www.loligo.com dosn't compile with 1.0.X,
and SuperValletParking (www.asterlink.com/svp/) seems to be for * HEAD
2005 Jun 20
1
Re: app_valetparking.c for * STABLE (1.0.X)
Nope ! This is the one that tries to include PRE 1.0.X header file
<parking.h>.
It cannot compile on * 1.0.X (I have tried also to include <features.h>
instead of <parking.h> (as far as I know features.h is successor to
parking.h), but still without results).
Thanks anyway.
Nenad
>
> Try this
>
>> Since www.bkw.org seems not to exist anymore (getting