EDIT: When I use uniqueId of the call instead of channel name it works!
I want to redirect a call with PAMI library for PHP. If I do it manually on SIP handle, I can see this event:
Event: BlindTransfer
Privilege: call,all
Result: Success
TransfererChannel: PJSIP/1006-00000b5b
TransfererChannelState: 6
TransfererChannelStateDesc: Up
TransfererCallerIDNum: *********
TransfererCallerIDName: **
TransfererConnectedLineNum: *********
TransfererConnectedLineName: <unknown>
TransfererLanguage: cz
TransfererAccountCode:
TransfererContext: macro-trunkdial-failover-0.3
TransfererExten: 1-dial
TransfererPriority: 23
TransfererUniqueid: 1611568498.4261
TransfererLinkedid: 1611568498.4261
TransfereeChannel: PJSIP/trunk-*****-endpoint-00000b5c
TransfereeChannelState: 6
TransfereeChannelStateDesc: Up
TransfereeCallerIDNum: *********
TransfereeCallerIDName: <unknown>
TransfereeConnectedLineNum: *********
TransfereeConnectedLineName: **
TransfereeLanguage: cz
TransfereeAccountCode:
TransfereeContext: callin_trunk_****
TransfereeExten:
TransfereePriority: 1
TransfereeUniqueid: 1611568498.4262
TransfereeLinkedid: 1611568498.4261
BridgeUniqueid: 317de6e1-a68b-4160-aecf-c7c8c96e2fa1
BridgeType: basic
BridgeTechnology: simple_bridge
BridgeCreator: <unknown>
BridgeName: <unknown>
BridgeNumChannels: 2
IsExternal: No
Context: DLPN_DialPlan1006
ContactUri: sip:[email protected]:5060
Extension: 1009
But if I put BlindTransferAction through asterisk API like this:
PAMIMessageActionBlindTransferAction #b35d
keys protected => array (5)
| action => "BlindTransfer"
| actionid => "1611574784,2356"
| channel => "PJSIP/1006-00000b5b"
| exten => "1009"
| context => "DLPN_DialPlan1006"
I receive error: Channel specified does not exist
In the event log, I can see different channels for the same call, but I have tried all of them and also with different context, but I'm still not able to succesfully redirect a call to different extension. Can you please give me a hint, what channel and what context should I put to transfer action?
question from:
https://stackoverflow.com/questions/65884232/asterisk-api-how-to-redirect-a-call 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…