AMI / AJAM
Originate
Connect to the PBX via ssh. Run the command to connect to the AMI:
Perform authorization:
Perform Originate to call from 201 to 203:
SIPADDHEADER - The header will be added to the INVITE for the internal number 201
pt1c_cid - destination number
ALLOW_MULTY_ANSWER - If there are multiple registrations on account 201, SIPADDHEADER will be sent to all contacts
Redirect
Forwarding without consultation
"PJSIP/201-000001" - Channel for forwarding
"internal-transfer" - For all redirects, use only this context
"203" - destination number
The channel that was in bridge with PJSIP/201-000001 will be completed
Attended transfer
Call forwarding with consultation
"PJSIP/201-000001" - The channel that transfers the call it will be connected to the number 203 for consultation
"internal-transfer" - For all redirects, use only this context
"203" - destination number
When the PJSIP/201-000001 channel is completed, the bridge channel will be connected to 203
Last updated