asterisklync-2013ucma

Change incoming sip uri from AsteriskNow to e.164 format


I wrote an IVR using UCMA, When I want to transfer the call I've got a runtime error. After searching I found that the problem is the URI of call from asterisk which is in form of 1234 instead of +1234. How and where can I set incoming call URI in form of e.164? In lync setting? or in AsteriskNow.

I am using lync 2013, UCMA 4.0.


Solution

  • 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.