All cals from all phones in the company to outside will be displayed with the same number

Michael Winkler March 13, 2015

We use AsteriskNOW 13.2.0 with Sipgate trunking ( sipgate team 10 ) and have 100 numbers from Sipgate.

All our calls go outside with the number +49 (xxxx) xxxxx-0. The system is configuriert that the caller ID in the form, for example for Ring Groups 31YY. I want to see instead of 0 the YY if I am called. Internally, the number is displayed correctly, but externally, or redirects to mobile phone - number appears the number 0 whitch is configured for the reception.

Config File extension_custom.conf:

 

exten => _+X!,1,Noop(Stripping + from start of number)
exten => _+X!,n,Goto(from-internal,${EXTEN:1},1)
exten => h,1,Hangup()

[from-trunk-custom]
exten => _X!,1,NoOp(Caller ID is ${CALLERID(num)})
exten => _X!,n,Set(CALLERID(name)=${CALLERID(num)})
exten => _X!,n,Goto(from-trunk,${EXTEN},1)

[macro-dialout-trunk-predial-hook]
exten => s,1,GotoIf($["${CALLERID(num):0:2}" = "00"]?doublezero)
exten => s,n,GotoIf($["${CALLERID(num):0:1}" = "0"]?onezero)
exten => s,n,MacroExit()
exten => s,n(onezero),Set(CALLERID(num)=49${CALLERID(num):1})
exten => s,n,SIPAddHeader(P-Preferred-Identity:<sip:${CALLERID(num)}@sipconnect.sipgate.de>)
exten => s,n,MacroExit()
exten => s,n(doublezero),Set(CALLERID(num)=${CALLERID(num):2})
exten => s,n,SIPAddHeader(P-Preferred-Identity:<sip:${CALLERID(num)}@sipconnect.sipgate.de>)
exten => s,n,MacroExit()

 

where is the problem :?

 

2 answers

2 accepted

1 vote
Answer accepted
MattS
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 15, 2015

The problem is you're posting in the wrong website I think

0 votes
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 14, 2015

Could you explain which Atlassian product you are having this problem with and how you've configured this inside it?  

It sounds like JIRA or JIRA+Servicedesk, but we really need to know that before we can help you.

Michael Winkler March 14, 2015

We use only asteriskNOW with standard installation.

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 14, 2015

So what has this got to do with Atlassian products?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events