Displaying 3 results from an estimated 3 matches for "callb".
Did you mean:
call
2007 Oct 19
7
Receptionists Phone suggestions? (Not Snom370)
...e transferred to Phone C.
Snom370 has another call ringing (Call B).
Snom370 presses HOLD button gets Dialtone. Call A is on Hold, Call B
still ringing.
Snom370 Dials Phone C (Call C).
Snom370 talks to Call C.
Snom370 presses TRANSFER.
The display shows:
< CallA
> CallB
The soft keys now show "<<" and ">>". Pressing them does nothing.
When the TRANSFER button is pressed again, CallA is connected to CallB
(the original caller is now talking to the previously unanswered party)
not what one wanted to happen!
It's not difficult...
2007 Oct 19
1
Glare on Incoming Calls
...llgroup=1
pickupgroup=1
channel=1
signalling=fxs_ks
group=2
callgroup=1
pickupgroup=1
channel=2;
singalling=fxs_ks
group=3
callgroup=1
pickupgroup=1
channel=3;
singalling=fxs_ks
group=4
callgroup=1
pickupgroup=1
channel=4
and for outbound calls I have this context on my extensions.conf
[out-callb]
exten => 44,1,Set(LANGUAGE()=es)
exten => 44,n,ChanIsAvail(Zap/g1&Zap/g2&Zap/g3&Zap/g4)
exten => 44,n,GotoIf($["${AVAILCHAN}" = ""]?4:6)
exten => 44,n,Congestion
exten => 44,n,Hangup
exten => 44,n,Playback,ggestion/varios/moment
exten => 44,n,Se...
2017 Apr 19
2
RPC on LLVM IR: any example programs for this?
Hi Lang,
Thanks for your reply! It seems that the code of ORC has been changed a lot
these months. Actually what I wanted to see then was quite simple, Let's
say we have two modules M1.bc and M2.bc, and in M1 we want to call function
foo(defined in M2.bc)with the function type
int foo(float, char*){...}
what basic steps do I need to do to make M1.bc call foo remotely?
BTW, does the