简体   繁体   中英

Change incoming sip uri from AsteriskNow to e.164 format

I write an IVR using UCMA, When I want to transfer the call I've got runtime error. after searching I found that the problem is the uri of call from asterisk wich is in form of 1234 instead of +1234. How and where can i set incomming call uri in form of e.164? In lync setting? or in AsteriskNow. I am using lync 2013, UCMA 4.0.

You can change callerid on outbound call by using something like that

exten => _x.,n,Set(CALLERID(num)=+${CALLERID(num)})

For asterisknow it maybe more complex, it is not doable via web so need see your configs.

After that call will come as +1234.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM