aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/parking.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-09 04:00:43 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-09 04:00:43 +0000
commit689c55ac5199bea0fd512fd34048a94bae1ffacf (patch)
tree43d077910583f5109004186ebc01cfc12c25dcf7 /include/asterisk/parking.h
parent6275b6092f595030b029ad7cbe665fa03ebddf50 (diff)
Implement call pickup on SIP, override context if appropriate
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@791 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/parking.h')
-rwxr-xr-xinclude/asterisk/parking.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/asterisk/parking.h b/include/asterisk/parking.h
index 1434c5c3a..24bb6826f 100755
--- a/include/asterisk/parking.h
+++ b/include/asterisk/parking.h
@@ -1,7 +1,7 @@
/*
* Asterisk -- A telephony toolkit for Linux.
*
- * Call Parking API
+ * Call Parking and Pickup API
*
* Copyright (C) 1999, Mark Spencer
*
@@ -42,10 +42,15 @@ extern int ast_masq_park_call(struct ast_channel *rchan, struct ast_channel *hos
/*! Returns the call parking extension for drivers that provide special
call parking help */
extern char *ast_parking_ext(void);
+extern char *ast_pickup_ext(void);
//! Bridge a call, optionally allowing redirection
extern int ast_bridge_call(struct ast_channel *chan, struct ast_channel *peer, int allowredirect, int allowdisconnect);
+extern unsigned int ast_get_group(char *s);
+
+extern int ast_pickup_call(struct ast_channel *chan);
+
#endif /* _PARKING_H */