質問

I am running a B2C outbound Campaign on VicidialNow C.E 1.1 as Asterisk Server / SIP Server.

The call is made from server to customer and connected to agents waiting for calls. The agents transfers the call to third party (not a blind transfer). The 3rd party sees the Caller ID of agent.

Now, what I want is to display the caller id or the phone number of the customer to the 3rd party.

I Googled and searched over SO, found this sendrpid=pai to add on sip.conf file. but this functionality only supports on 1.4 or upgraded version.

scenario:

Agent calls the Customer's phone ex 12123344 and call is received. Agent puts Customer on hold and dials Mr XX, another phone number (not the extension of sip server) ex 21214433. The conference call is made(customer, agent and Mr. XX are in conference). I want Mr. XX to see the Customers Number asap the Customer is Connected to the conference.

役に立ちましたか?

解決

Capture the incoming CID information into a channel variable when the call first comes in:

exten => foo,1,Set(ORIG_CID=${CALLERID(all)})

... then set the CID just before you dial to be the contents of the channel variable.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top