====== callback ======
* Function:
backCall (orgidentity, exten, targetdn, callerid, user, password, pwdtype, userdataorgidentity, exten, targetdn, callerid)
* Description:
Call caller first, if answered, system call callee
* Parameters:
^ Params ^ Type ^ Description ^
|orgidentity|String|team identity string|
|exten|String|caller number|
|targetdn|String|callee number|
|callerid|String|callerId number, trunk callerId will be used if not set|
|user|String|username|
|password|String|password|
|pwdtype|String|password type: plaintext/md5|
|userdata|String|userdata in CDR|
* Return Format:
|Retuen|code|Retuen|message
* Type of the Return Value: String
* Return values:
^ Value ^ Description ^
||Retuen|1|Retuen|message||Retuen|succeed|Retuen|message|
||Retuen|2|Retuen|message||Retuen|failed|Retuen|message|