[asterisk-users] Sticky Park

2009-08-27 Thread Mat Murdock
My company for various reasons has asked that I come up with a way to have previously parked calls be re-parked in the same parking slot. I have looked at setting up asterisk so that the receptionist chooses which slot to place a call, but I think there is an easier way. That is when I came

Re: [asterisk-users] Sticky Park

2009-08-27 Thread Jonathan Thurman
You could put something into the Asterisk Database with DBput/DBget. I don't have an example off hand, but create a stickypark family and store which channels go back into which parking slot. Or something to that effect, and it would exist until you remove it from the database. -Jonathan On

Re: [asterisk-users] Sticky Park

2009-08-27 Thread C. Chad Wallace
At 11:52 AM on 27 Aug 2009, Mat Murdock wrote: [parkedcallstimeout] exten = _SIP011XX,1,Answer() exten = _SIP011XX,n,NoOp(Call Parked on: ${PARKINGSLOT}) exten = _SIP011XX,n,NoOp(This is who parked us: ${EXTEN}) exten = _SIP011XX,n,Set(PARKINGEXTEN=${PARKINGSLOT}) ;This sets the

Re: [asterisk-users] Sticky Park

2009-08-27 Thread Mat Murdock
C. Chad Wallace wrote: At 11:52 AM on 27 Aug 2009, Mat Murdock wrote: [parkedcallstimeout] exten = _SIP011XX,1,Answer() exten = _SIP011XX,n,NoOp(Call Parked on: ${PARKINGSLOT}) exten = _SIP011XX,n,NoOp(This is who parked us: ${EXTEN}) exten = _SIP011XX,n,Set(PARKINGEXTEN=${PARKINGSLOT})

Re: [asterisk-users] Sticky Park

2009-08-27 Thread Paul Hales
Sticky Park sounds like somewhere you go late at night wearing a plastic raincoat. PaulH Mat Murdock wrote: My company for various reasons has asked that I come up with a way to have previously parked calls be re-parked in the same parking slot. I have looked at setting up asterisk so