Hi,
The following lines give me some strange error:
switch_channel_t *channel = switch_core_session_get_channel(session);
if (channel->direction==SWITCH_CALL_DIRECTION_OUTBOUND) {
error: dereferencing pointer to incomplete type
___
F
Hello,
In my scenario, I have other_session that is doing playback of a media file
within an infinitely loop.
What I need to do is to be able stop the "other_session" from doing the
playback, and then bridge the current session to it.
With the following code, I can get the current session and the
Hi,
this issue is due to a missing Answer. It is ok now.
thx,
jb
On Wed, Sep 23, 2009 at 12:32 PM, Juan Backson wrote:
> Hi,
>
> What I would like to do is to park an incoming call and then play a
> background music while it is parked. Upon occurrence of certain event, I
>
Hi,
What I would like to do is to park an incoming call and then play a
background music while it is parked. Upon occurrence of certain event, I
would like to unpark the caller again and bridge it to someone else.
I tried to use the following:
switch_status_t status = switch_ivr_pla
Hi,
I set up a variable called "account-id" in the user directory xml file.
>From the info app, I can't find the variable for variable_account-id.
Also, in my C module, I tried to obtain the value with
switch_channel_get_variable(channel,"account-id") and it is not returning
null.
Does anyone k
Hi,
I am having some strange randomly crashing of fs in production. They all
point to something wrong in the main(). Although I have my own module
running, but I don't think it should have any impact to the main() process.
Could someone please point me to some solution that may resolve or debug
Hi,
I am getting the following core dump in a production environment, not sure
what this is. Any idea how to fix this?
[New process 26012]
[New process 26011]
[New process 26010]
[New process 26009]
[New process 26008]
[New process 26007]
#0 0x2aad84837215 in raise () from /lib64/libc.so.6
Hi,
I am running FS with production traffic and when it reaches around 70cps on
a Intel(R) Xeon(R) CPU E5520 @ 2.27GHz, I am getting a core dump ( as
shown below ). This core dump has been happening multiple times in one
day. Is this a problem with the latest trunk? If so, which build should