Hello.
I’m trying to use Dial with option A and b together.
Option A to play announcement to called number.
And option b to add custom sip headers.
This options don’t work together, only one of them, which stay first in options.
For example
If I set b otion before A, then only sip headers was added and no announcement to called number.
same => n(dial),Dial(PJSIP/${agent_ext}@kcc-sip1-lp1.hq.bc,30,b(add_sip_header_dialer^s^1(${phone},${callId},${clientId})),A(ascending-2tone:))
If set A option before b then only annoncement was played and no sip headers added.
same => n(dial),Dial(PJSIP/${agent_ext}@kcc-sip1-lp1.hq.bc,30,A(ascending-2tone:),b(add_sip_header_dialer^s^1(${phone},${callId},${clientId})))
How I can make work this options together?
Thanks.