Displaying 16 results from an estimated 16 matches for "cidnumb".
Did you mean:
cidnum
2009 Jul 09
1
CIDlookup
Hi List
I've a CID lookup hooked onto an inbound route (i m using trixbox) ...it runs well but it returns the value as "CIDNAME<CIDNUMBER>" ... if i just want to display the CIDNAME [leaving the quotes and <CIDNUMBER>] .. how can i do it ? do i have to edit some macro in extensions.conf ?
rgds
Sriram
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/ast...
2005 Jun 21
2
Polycom and CallerID
I'm having a problem with the callerID that the polycom IP600 phones are
displaying. I would like to modify the CIDName and leave CIDNumber as
exactly what the phone call came in as(provided they aren't hiding
callerID). Most of the calls will be going to the queue, but a few will
go directly to the SIP phones.
I've done a various combinations of using SetCallerID(), SetCIDName(),
and SetCIDNum(). It seems the most I c...
2006 Jan 21
3
Asterisk always uses 127.0.0.1 address
...l asterisk no to use 127.0.0.1 IP
(localhost)?
When I am registering with VoIP providers, they get my info as s@127.0.0.1.
(This is SIP registration).
Also, in SIP logs, when calling I am getting things like this:
Executing SetCallerID("SIP/phone2-22c3", ""CID Name" <CIDNUMBER>")
> in new stack
> -- Executing Dial("SIP/phone2-22c3", "SIP/sipnet/84959741926") in new
> stack
> We're at 127.0.0.1 port 18900
ANy help is appreciated,
Thanks,
Rudolf
2005 Sep 10
2
VoipBuster again
...secret=SECRET
fromdomain=sip.voipbuster.com
realm=voipbuster.com
iax.conf:
[voipbuster]
type=peer
host=iax.voipbuster.com
username=NAME
secret=NAME
notransfer=yes
qualify=no
extensions.conf: (I use 0 to dial out to IAX and 8 to dial out SIP)
exten => _0.,1,SetCallerID("CID Name" <CIDNUMBER>)
exten => _0.,2,Dial,IAX2/voipbuster/00613${EXTEN:1}
exten => _8.,1,SetCallerID("CID Name" <CIDNUMBER>)
exten => _8.,2,Dial,SIP/voipbuster/00613${EXTEN:1}
Thanks,
Rudolf
2003 Jun 09
1
Question for someone running hylafax off *.
Hi,
I am setting up a hylafax server. From what I've read so far, hylafax
supports CID numbers and names but currently does not support DID. I assume
I can do something like this...
[40faxDIDs]
exten => _87[5-8]X,1,SetVar(CALLERIDNAME=${EXTEN})
exten => _87[5-8]X,2,Dial(Zap/g${hylafaxMODEMGROUP})
...and use the CIDName variable in hylafax to route the faxes to the
appropriate
2006 Nov 23
1
(OT) HylaFAX, IAXModem, Asterisk
...clue why this happens? I have examined every log I
can think of and there are no errors.
Thanks,
Steve
Iaxmodem config:
device /dev/ttyIAX0
owner uucp:uucp
port 4570
server 127.0.0.1
peername iaxmodem0
secret itsasecret
cidname Fax1
cidnumber 8005551212
codec slinear
ttyIAX0 Config:
FAXNumber: +1.800.385.7032
LongDistancePrefix: 1
InternationalPrefix: 011
DialStringRules: etc/dialrules
ServerTracing: 1
SessionTracing: 11
RecvFileMode: 0600
LogFileMode: 0...
2013 Jun 19
6
Mailing a fax with mutt does not succeed
Hello everyone,
I'm trying to send a received fax with mutt, when I try it from the Linux
shel it works, but when trying with Asterisk's System command it doesn't.
Successful Linux command:
echo | mutt -s "New fax" earohuanca at gmail.com -a /tmp/faxes/201306191111.tif
Unsuccessful Asterisk Command:
same => n,System(mutt -s "New fax" elder.arohuanca at
2005 Aug 31
7
VoipBuster with astersisk?
Hi, all
Here is a something I found on the web:
http://www.voipbuster.com
And it works OK too. Now, I want to use it via asterisk, so I ccan use my normal phones instead of PC application.
Did anyone try to connect astersisk and VoipBuster?
Thanks,
Rudolf
2006 Feb 17
1
simple iaxmoden configuration
...t=dynamic
notransfer=yes
allow=all
context=from-pstn
extensions.conf:
[from-pstn]
exten => fax,1,Dial(IAX2/200)
/etc/iaxmodem-cfg.ttyIAX:
device /dev/ttyIAX
port 4569
refresh 300
server 127.0.0.1
peername 200
secret dooo
cidname 200
cidnumber 200
codec slinear
When trying fo fax, all I get is:
Extension '265399' in context 'default' from '0123456789' does not
exist. Rejecting call on channel 0/1, span 1
When changing the extensions.conf to:
[default]
exten => 265399,1,Dial(IAX2/200)
it i...
2009 Dec 27
2
rxgain / txgain for iaxmodem or hylafax
In trying to get the asterisk and faxing working
I had to resolve to using iaxmodem and hylafax.
I have incoming working, but outgoing the other fax rings
but it would appear from web searches that the fax signals
are too low to be "heard"
I can read about rxgain and txgain for zapata.
my fax setup goes direct from aterisk <-SIP-> SIP Provider <- Fax Machine ->
It never
2008 Dec 13
3
Asterisk / Hylafax
On the subject of faxing - is there a way to interface Asterisk and Hylafax
running on the same box?
I have tried the directions at-
http://www.voipinfo.org/wiki/view/T38modem+configuration+with+Asterisk
and I just can't get it to work.
Does anyone know of a way? (Even mention paid software)...
Michael
2020 Jun 19
1
Mail2Fax
...iting for ident frames
Class1TCFMaxNonZero: 10 # max 10% of data may be non-zero
Class1TCFMinRun: 1000 # min run is 2/3rds of TCF duration
cat /etc/iaxmodem/ttyIAX0
device /dev/ttyIAX0
owner uucp:uucp
mode 660
port 4570
refresh 60
server 127.0.0.1
peername 591
secret xxxx
codec alaw
cidname Fax
cidnumber xxxxxxx
nojitterbuffer
cat /etc/asterisk/iax_additional.conf
;--------------------------------------------------------------------------------;
; Do NOT edit this file as it is auto-generated by FreePBX.
;
;-----------------------------------------------------------------------...
2015 Jul 29
2
PJSIP T.38 issues
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Thanks for your reply Larry.
Le 27/07/2015 01:22, Larry Moore a ?crit :
> I think the "488 Not acceptable here" is occurring because the channel
> connecting through is not T.38 capable, that will be the IAX channel
> from iaxmomdem.
This is what T38gateway is supposed to do. And I'm very happy to report
that after one more
2006 Feb 23
4
IAXModem/Hylafax problem
I think I'm very close to getting IAXModem and Hylafax going, but my
current inbound hylafax logs show this:
Feb 23 10:09:37.98: [ 3638]: MODEM <Empty line>
Feb 23 10:09:37.98: [ 3638]: MODEM TIMEOUT: waiting for v.21 carrier
Two questions -
1) Does anyone know what step I missed here? (I.e. please help!)
2) Is there a document I should be working off of? Google doesn't seem
to
2006 Apr 04
1
Can't recieve Fax: No carrier detected - Asterisk + iaxmodem + Hylafaxv --- sorry.wrong log.
I'm able to recieve fax with pure SpanDSP 0.0.2 + Asterisk successfully
but I have problems with some fax machine so I wanted to try using
HylaFax to recieve Fax instead of SpanDSP hoping that it'll solve my
problem. I'm trying to connect Asterisk with SpanDSP using iaxmodem. My
system looks like this:
ISDN <---> Asterisk <---> IAXModem <---> Hylafax
Asterisk and
2011 Sep 01
2
problems with hylafax + iaxmodem + asterisk1.8.5
....
**********************************************
* config ttyIAX in /etc/iaxmodem/ttyIAX
**********************************************
device /dev/ttyIAX
owner uucp:uucp
mode 660
port 4570
refresh 300
server 10.0.1.204 // this is asterisk 1.8.5
peername iaxmodem
secret password
cidname FAXServer
cidnumber 0123456789
codec slinear
**********************************************
* config.ttyIAX in /var/spool/hylafax/etc/config.ttyIAX
**********************************************
CountryCode: 39
AreaCode: 06
FAXNumber: +39.06.456789
LongDistancePrefix: 0
InternationalPrefix: 00
DialStringRules...