Displaying 9 results from an estimated 9 matches for "asreciev".
Did you mean:
asrecive
2004 Dec 30
1
Weird..bridging to Zap channel FXS instead of bridging to PSTN FXO on outgoing group
...ng
-- Zap/1-1 is ringing
Extensions.conf context for outgoing calls
exten => _1NXXNXXXXXX,1,Dial(Zap/g3/ww${EXTEN})
exten => _NXXNXXXXXX,1,Dial(Zap/g3/w1${EXTEN})
exten => _NXXXXXX,1,Dial(Zap/g3/ww${EXTEN})
Zapata.conf snippet for the group
context=from-pstn
signalling=fxs_ks
callerid=asrecieved
;echocancel=yes
;echocancelwhenbridged=yes
;echotraining=400
rxgain=10.0
txgain=-4.5
group=3
channel => 25
context=from-pstn
signalling=fxs_ks
callerid=asrecieved
;echocancel=yes
;echocancelwhenbridged=yes
;echotraining=400
rxgain=12.0
txgain=-4.5
group=3
channel => 26
context=from-pstn
s...
2007 Apr 16
6
BSNL caller ID (India)
Has anyone figured out the way of getting the caller id for BSNL on Asterisk 1.4.2
I have tried following link
http://bugs.digium.com/view.php?id=6683&nbn=24
but was not able to get it, although did not ge any error too.
I always get the caller id as asterisk.
Can someone please help.
Regards,
Sanjay Rajdev
2005 Feb 18
0
Time to beg on my knees for help!!!
...id=no
callwaiting=no
usecallingpres=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
immediate=no
musiconhold=default
;;; INCOMING COPPER X100P
signalling = fxs_ks ; x100p
group=1
echocancel=yes
relaxdtmf=yes
callerid=asrecieved
context=copperincoming
channel => 1
;;; INCOMING VONAGE X100P
signalling = fxs_ks ; x100p
group=2
echocancel=yes
relaxdtmf=yes
callerid=asrecieved
context=vonageincoming
channel => 4
;;; INTERNAL TDM20B
signalling = fxo_ks ; tdm20b
echocancel=yes
relaxdtmf=yes
callerid=...
2005 Mar 18
0
T100P: Can't Make/Receive Zap Calls (Long Newbie Blah)
...diate=no
callwaiting=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
;
;group=1
;callgroup=
;
;group=1
;pickupgroup=
;
useincomingcalleridonzaptransfer=yes
[Caller ID Options]
callerid="SLM Industries <317 333 7900>"
callerid=
callerid=asrecieved
usecallerid=yes
hidecallerid=no
restrictcid=no
usecallingpres=no
[Audio Quality Options]
relaxdtmf=no
echocancel=yes
echocancelwhenbridged=yes
echotraining=yes
rxgain=0.0
txgain=0.0
[Call Logging Options]
accountcode=slmindustries
amaflags=documentation
[Timing Parameters]
;prewink=
;preflash=...
2004 Apr 14
2
CallerID over IAX
We are receiving phone-calls at one Asterisk box, it forwards them to a
different location over IAX. Calls are answered on the other end of this
connection.
However, the callerID seems to be lost in the process.
The 1st box shows the original callerID, on the 2nd box callerID shows
the callerID of the 1st box. Apparently the 1st Asterisk box replaces
the original callerID with its own.
Is
2006 Feb 22
1
Cannot see the caller id , When calls made from one server to another
Hi
I had installed and configured 2 IAX server ,
users from 1'st server can dial to the second server
and vice versa
But when I make calls to users in other
server , on my client , I get the caller if as
asterisk@192.168.20.99 , the same I get when I try
reverse , ie I get on my cleint caller id as
astersik@192.168.20.32
Please guide me what
2005 Mar 27
0
analog phone
...edit
; Zaptel Channels Configurations (zapata.conf)
;
; This is not intended to be a complete zapata.conf. Rather, it is intended
; to be #include-d by /etc/zapata.conf that will include the global settings
;
; Span 1: WCTDM/0 "Wildcard TDM400P REV E/F Board 1"
signalling=fxs_ks
callerid=asrecieved
channel => 1
signalling=fxo_ks
context=incoming
callerid="Home" <4002>
mailbox=4002
channel => 2
; channel 3, WCTDM, inactive.
; channel 4, WCTDM, inactive.
; Span 2: ZTDUMMY/1 "ZTDUMMY/1 1"
Adding "context=incomming and 4002 as the extension & mailbo...
2005 Jul 01
2
MOH - request to schdule in the past
I have googled this to death, and all I get are reference to the MoH
needing a Zaptel timing source, and then people saying no they don't
any more.
-- Set Response Timeout to 2
-- Executing BackGround("SIP/211-57ba", "my-greeting") in new stack
-- Playing 'my-greeting' (language 'en')
== CDR updated on SIP/211-57ba
-- Executing
2008 Jan 16
4
Unable to open master device '/dev/zap/ctl'
...ecallerid=yes
cidstart=ring
hidecallerid=no
callwaiting=yes
restrictcid=no
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
canpark=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
echotraining=yes
rxgain=5.0
txgain=5.0
immediate=no
callerid=asrecieved
busydetect=yes
busycount=4
musiconhold=default
context=default
group=1
channel =>1
Can anyone give hint, what am I missing ?
-ag