Rev 1281 | Rev 1364 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1281 | Rev 1342 | ||
|---|---|---|---|
| Line 279... | Line 279... | ||
| 279 | return 0; |
279 | return 0; |
| 280 | } |
280 | } |
| 281 | 281 | ||
| 282 | /** Forwards call from one answerbox to a new one |
282 | /** Forwards call from one answerbox to a new one |
| 283 | * |
283 | * |
| 284 | * @param request Request to be forwarded |
284 | * @param call Call to be redirected. |
| 285 | * @param newbox Target answerbox |
285 | * @param newphone Phone to target answerbox. |
| 286 | * @param oldbox Old answerbox |
286 | * @param oldbox Old answerbox |
| 287 | * @return 0 on forward ok, error code, if there was error |
287 | * @return 0 on forward ok, error code, if there was error |
| 288 | * |
288 | * |
| 289 | * - the return value serves only as an information for the forwarder, |
289 | * - the return value serves only as an information for the forwarder, |
| 290 | * the original caller is notified automatically with EFORWARD |
290 | * the original caller is notified automatically with EFORWARD |