A
A
Alice2018-09-28 05:10:23
Asterisk
Alice, 2018-09-28 05:10:23

Asterisk not passing Callerid?

Good afternoon. The question is this: when calling to phones set up on AvayaIPO, from phones set up on Asterisk, * does not transmit CallerID. That is, when I call, for example, from Astriska 74XXX numbers to 76XXX avaya numbers, only the name is transmitted, without the number (when picking up the phone, the number is picked up, but later I cannot call back to the caller earlier).
With a call from avaya, it's a little different. When the handset is picked up, the number and the inscription "external" (from the avaya side) and from the side * "??????????" (but it's just that support for the Russian language is not configured, as I understand it"
Please tell me how to write a rule for transferring callerid.
I suppose that you need to specify the rule in extension...
Sip.conf

type=friend
regexten=74001
secret=74001
context=ooh323-out
host=dynamic
defaultuser=user
callerid="Vasya" <74001>
disallow=all
allow=alaw
allow=ulaw
allow=g729
language=ru
callgroup=1
pickupgroup=1
qualify=yes
canreinvite=yes
call-limit=4
nat=no
dtmfmode=rfc2833 
usercallerid=yes
hidecallerid=no

Part of extensions.conf
[ooh323-out]
include => from-internal-custom

exten =>74XXX,1,Dial(SIP/${EXTEN})

exten =>76XXX,1,Dial(SIP/${EXTEN})

exten => _XXX,1,Dial(SIP/${EXTEN})
exten => _XXXXX,n,Dial(OOH323/${EXTEN}@avaya)
exten => _XXXXX,n,Dial(SIP/${EXTEN})

exten => _7XXXX,n,Dial(OOH323/${EXTEN}@avaya)
exten => _98XXXXXXXXXX,1,Dial(OOH323/${EXTEN}@avaya)


[ooh323-in]

include => from-external

exten => _X.,1,Dial(SIP/${EXTEN})
exten => _X.,2,Dial(OOH323/${EXTEN}@avaya)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Soslan Aldatov, 2018-09-28
@sptm

I would try to add
(where 74001 is the extension number)
to the extension config (sip.conf).

W
whiteadmin, 2018-10-03
@whiteadmin

Try before calling to the trunk:
same => _X.,Set(CALLERID(num)=number)
same => _X.,Set(CALLERID(ANI)=number)
Well, let's see what happens through sip set debug on

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question