Tuesday, August 5, 2008

Asterisk Detailed Variable List

Asterisk standard channel variables


There are a number of variables that are defined or read
by Asterisk. Here is a list of them. More information is
available in each application's help text. All these variables
are in UPPER CASE only.

Variables marked with a * are builtin functions and can't be set,
only read in the dialplan. Writes to such variables are silently
ignored.

${ACCOUNTCODE} * Account code (if specified) (Deprecated; use ${CDR(accountcode)})
${BLINDTRANSFER} The name of the channel on the other side of a blind transfer
${BRIDGEPEER} Bridged peer
${CALLERANI} * Caller ANI (PRI channels) (Deprecated; use ${CALLERID(ani)})
${CALLERID} * Caller ID (Deprecated; use ${CALLERID(all)})
${CALLERIDNAME} * Caller ID Name only (Deprecated; use ${CALLERID(name)})
${CALLERIDNUM} * Caller ID Number only (Deprecated; use ${CALLERID(num)})
${CALLINGANI2} * Caller ANI2 (PRI channels)
${CALLINGPRES} * Caller ID presentation for incoming calls (PRI channels)
${CALLINGTNS} * Transit Network Selector (PRI channels)
${CALLINGTON} * Caller Type of Number (PRI channels)
${CHANNEL} * Current channel name
${CONTEXT} * Current context
${DATETIME} * Current date time in the format: DDMMYYYY-HH:MM:SS (Deprecated; use ${STRFTIME(${EPOCH},,%d%mNaVH:NaVS)})
${DB_RESULT} Result value of DB_EXISTS() dial plan function
${DNID} * Dialed Number Identifier (Deprecated; use ${CALLERID(dnid)})
${EPOCH} * Current unix style epoch
${EXTEN} * Current extension
${ENV(VAR)} Environmental variable VAR
${GOTO_ON_BLINDXFR} Transfer to the specified context/extension/priority
after a blind transfer (use ^ characters in place of
| to separate context/extension/priority when setting
this variable from the dialplan)
${HANGUPCAUSE} * Asterisk cause of hangup (inbound/outbound)
${HINT} * Channel hints for this extension
${HINTNAME} * Suggested Caller*ID name for this extension
${INVALID_EXTEN} The invalid called extension (used in the "i" extension)
${LANGUAGE} * Current language (Deprecated; use ${LANGUAGE()})
${LEN(VAR)} * String length of VAR (integer)
${PRIORITY} * Current priority in the dialplan
${PRIREDIRECTREASON} Reason for redirect on PRI, if a call was directed
${RDNIS} * Redirected Dial Number ID Service (Deprecated; use ${CALLERID(rdnis)})
${TIMESTAMP} * Current date time in the format: YYYYMMDD-HHMMSS (Deprecated; use ${STRFTIME(${EPOCH},,%Y%mNaVH%M%S)})
${TRANSFER_CONTEXT} Context for transferred calls
${FORWARD_CONTEXT} Context for forwarded calls
${UNIQUEID} * Current call unique identifier
${SYSTEMNAME} * value of the systemname option of asterisk.conf

Application return values

In Asterisk 1.2, many applications return the result in a variable
instead of, as in Asterisk 1.0, changing the dial plan priority (+101).
For the various status values, see each application's help text.

${AGISTATUS} * agi()
${AQMSTATUS} * addqueuemember()
${AVAILSTATUS} * chanisavail()
${CHECKGROUPSTATUS} * checkgroup()
${CHECKMD5STATUS} * checkmd5()
${CPLAYBACKSTATUS} * controlplayback()
${DIALSTATUS} * dial() - see also ${HANGUPCAUSE}
${DBGETSTATUS} * dbget()
${ENUMSTATUS} * enumlookup()
${HASVMSTATUS} * hasnewvoicemail()
${LOOKUPBLSTATUS} * lookupblacklist()
${OSPAUTHSTATUS} * ospauth()
${OSPLOOKUPSTATUS} * osplookup()
${OSPNEXTSTATUS} * ospnext()
${OSPFINISHSTATUS} * ospfinish()
${PARKEDAT} * parkandannounce()
${PLAYBACKSTATUS} * playback()
${PQMSTATUS} * pausequeuemember()
${PRIVACYMGRSTATUS} * privacymanager()
${QUEUESTATUS} * queue()
${RQMSTATUS} * removequeuemember()
${SENDIMAGESTATUS} * sendimage()
${SENDTEXTSTATUS} * sendtext()
${SENDURLSTATUS} * sendurl()
${SYSTEMSTATUS} * system()
${TRANSFERSTATUS} * transfer()
${TXTCIDNAMESTATUS} * txtcidname()
${UPQMSTATUS} * unpausequeuemember()
${VMSTATUS} * voicmail()
${VMBOXEXISTSSTATUS} * vmboxexists()
${WAITSTATUS} * waitforsilence()


Various application variables

${CURL} * Resulting page content for curl()
${ENUM} * Result of application EnumLookup
${EXITCONTEXT} Context to exit to in IVR menu (app background())
or in the RetryDial() application
${MONITOR} * Set to "TRUE" if the channel is/has been monitored (app monitor())
${MONITOR_EXEC} Application to execute after monitoring a call
${MONITOR_EXEC_ARGS} Arguments to application
${MONITOR_FILENAME} File for monitoring (recording) calls in queue
${QUEUE_PRIO} Queue priority
${QUEUE_MAX_PENALTY} Maximum member penalty allowed to answer caller
${QUEUESTATUS} Status of the call, one of:
(TIMEOUT | FULL | JOINEMPTY | LEAVEEMPTY | JOINUNAVAIL | LEAVEUNAVAIL)
${RECORDED_FILE} * Recorded file in record()
${TALK_DETECTED} * Result from talkdetect()
${TOUCH_MONITOR} The filename base to use with Touch Monitor (auto record)
${TOUCH_MONITOR_FORMAT} The audio format to use with Touch Monitor (auto record)
${TOUCH_MONITOR_OUTPUT} * Recorded file from Touch Monitor (auto record)
${TXTCIDNAME} * Result of application TXTCIDName
${VPB_GETDTMF} chan_vpb

The MeetMe Conference Bridge uses the following variables:

${MEETME_RECORDINGFILE} Name of file for recording a conference with
the "r" option
${MEETME_RECORDINGFORMAT} Format of file to be recorded
${MEETME_EXIT_CONTEXT} Context for exit out of meetme meeting
${MEETME_AGI_BACKGROUND} AGI script for Meetme (zap only)
${MEETMESECS} * Number of seconds a user participated in a MeetMe conference

The VoiceMail() application uses the following variables:

${VM_CATEGORY} Sets voicemail category
${VM_NAME} * Full name in voicemail
${VM_DUR} * Voicemail duration
${VM_MSGNUM} * Number of voicemail message in mailbox
${VM_CALLERID} * Voicemail Caller ID (Person leaving vm)
${VM_CIDNAME} * Voicemail Caller ID Name
${VM_CIDNUM} * Voicemail Caller ID Number
${VM_DATE} * Voicemail Date
${VM_MESSAGEFILE} * Path to message left by caller

The VMAuthenticate() application uses the following variables:

${AUTH_MAILBOX} * Authenticated mailbox
${AUTH_CONTEXT} * Authenticated mailbox context

DUNDiLookup() uses the following variables

${DUNDTECH} * The Technology of the result from a call to DUNDiLookup()
${DUNDDEST} * The Destination of the result from a call to DUNDiLookup()

The Zaptel channel sets the following variables:

${ANI2} * The ANI2 Code provided by the network on the incoming call. (ie, Code 29 identifies call as a Prison/Inmate Call) See also: NANPA ANI II Digits Assignments
${CALLTYPE} * Type of call (Speech, Digital, etc)
${CALLEDTON} * Type of number for incoming PRI extension
i.e. 0=unknown, 1=international, 2=domestic, 3=net_specific,
4=subscriber, 6=abbreviated, 7=reserved
${CALLINGSUBADDR} * Called PRI Subaddress
${FAXEXTEN} * The extension called before being redirected to "fax"
${PRIREDIRECTREASON} * Reason for redirect, if a call was directed
${SMDI_VM_TYPE} * When an call is received with an SMDI message, the 'type'
of message 'b' or 'u'

The SIP channel uses the following variables:

${SIPCALLID} * SIP Call-ID: header verbatim (for logging or CDR matching)
${SIPDOMAIN} * SIP destination domain of an inbound call (if appropriate)
${SIPUSERAGENT} * SIP user agent
${SIPURI} * SIP uri
${SIP_CODEC} Set the SIP codec for a call
${SIP_URI_OPTIONS} * additional options to add to the URI for an outgoing call
${RTPAUDIOQOS} RTCP QoS report for the audio of this call
${RTPVIDEOQOS} RTCP QoS report for the video of this call

The Agent channel uses the following variables:

${AGENTMAXLOGINTRIES} Set the maximum number of failed logins
${AGENTUPDATECDR} Whether to update the CDR record with Agent channel data
${AGENTGOODBYE} Sound file to use for "Good Bye" when agent logs out
${AGENTACKCALL} Whether the agent should acknowledge the incoming call
${AGENTAUTOLOGOFF} Auto logging off for an agent
${AGENTWRAPUPTIME} Setting the time for wrapup between incoming calls
${AGENTNUMBER} * Agent number (username) set at login
${AGENTSTATUS} * Status of login ( fail | on | off )
${AGENTEXTEN} * Extension for logged in agent

The Dial() application uses the following variables:

${DIALEDPEERNAME} * Dialed peer name
${DIALEDPEERNUMBER} * Dialed peer number
${DIALEDTIME} * Time for the call (seconds)
${ANSWEREDTIME} * Time from dial to answer (seconds)
${DIALSTATUS} * Status of the call, one of:
(CHANUNAVAIL | CONGESTION | BUSY | NOANSWER
| ANSWER | CANCEL | DONTCALL | TORTURE)
${DYNAMIC_FEATURES} * The list of features (from the applicationmap section of
features.conf) to activate during the call, with feature
names separated by '#' characters
${LIMIT_PLAYAUDIO_CALLER} Soundfile for call limits
${LIMIT_PLAYAUDIO_CALLEE} Soundfile for call limits
${LIMIT_WARNING_FILE} Soundfile for call limits
${LIMIT_TIMEOUT_FILE} Soundfile for call limits
${LIMIT_CONNECT_FILE} Soundfile for call limits
${OUTBOUND_GROUP} Default groups for peer channels (as in SetGroup)
  • See "show application dial" for more information

The chanisavail() application sets the following variables:

${AVAILCHAN} * the name of the available channel if one was found
${AVAILORIGCHAN} * the canonical channel name that was used to create the channel
${AVAILSTATUS} * Status of requested channel

When using macros in the dialplan, these variables are available

${MACRO_EXTEN} * The calling extensions
${MACRO_CONTEXT} * The calling context
${MACRO_PRIORITY} * The calling priority
${MACRO_OFFSET} Offset to add to priority at return from macro

The ChanSpy() application uses the following variables:

${SPYGROUP} * A ':' (colon) separated list of group names.
(To be set on spied on channel and matched against the g(grp) option)

If you compile with OSP support, these variables are used:

${OSPINHANDLE} OSP handle of in_bound call
${OSPINTIMELIMIT} Duration limit for in_bound call
${OSPOUTHANDLE} OSP handle of out_bound call
${OSPTECH} OSP technology
${OSPDEST} OSP destination
${OSPCALLING} OSP calling number
${OSPOUTTOKEN} OSP token to use for out_bound call
${OSPOUTTIMELIMIT} Duration limit for out_bound call
${OSPRESULTS} Number of remained destinations


CDR Variables


If the channel has a cdr, that cdr record has it's own set of variables which
can be accessed just like channel variables. The following builtin variables
are available and, unless specified, read-only.

${CDR(clid)} Caller ID
${CDR(src)} Source
${CDR(dst)} Destination
${CDR(dcontext)} Destination context
${CDR(channel)} Channel name
${CDR(dstchannel)} Destination channel
${CDR(lastapp)} Last app executed
${CDR(lastdata)} Last app's arguments
${CDR(start)} Time the call started.
${CDR(answer)} Time the call was answered.
${CDR(end)} Time the call ended.
${CDR(duration)} Duration of the call.
${CDR(billsec)} Duration of the call once it was answered.
${CDR(disposition)} ANSWERED, NO ANSWER, BUSY
${CDR(amaflags)} DOCUMENTATION, BILL, IGNORE etc
${CDR(accountcode)} The channel's account code (read-write).
${CDR(uniqueid)} The channel's unique id.
${CDR(userfield)} The channels uses specified field (read-write).


In addition, you can set your own extra variables with a traditional
Set(CDR(var)=val) to anything you want.

NOTE Some CDR values (eg: duration & billsec) can't be accessed until the call has terminated. As of 91617, those values will be calculated on-demand if requested. Until that makes it into a stable release, you can set endbeforehexten=yes in cdr.conf, and then use the "hangup" context to wrap up your call.

Certain functional variables may be accessed with ${foo()}. A list
of these functional variables may be found by typing "show functions"
at the Asterisk CLI.

19 comments:

Anonymous said...

best city singles [url=http://loveepicentre.com/]meaning of exclusivity in dating[/url] interracial dating myths http://loveepicentre.com/ singles adult holidays

Anonymous said...

borderline perosnality disorder [url=http://usadrugstoretoday.com/products/singulair.htm]singulair[/url] diet chinese tea http://usadrugstoretoday.com/products/herbolax.htm inflammatory breast cancer images http://usadrugstoretoday.com/products/doxazosin.htm
how to quit smoking with out drugs [url=http://usadrugstoretoday.com/products/menopause-gum.htm]menopause gum[/url] listen to your heart fanfiction chapter 2 [url=http://usadrugstoretoday.com/products/zanaflex.htm]twizzler heart[/url]

Anonymous said...

http://rxmeds.in/cymbalta/cymbalta-and-alcohol
[url=http://rxmeds.in/yohimbe/best-time-to-take-yohimbe]camp pendleton pharmacy[/url] bathroom corner medicine cabinets [url=http://rxmeds.in/coreg/coreg-weight-gain]coreg weight gain[/url]
how to get high without any drugs http://rxmeds.in/hytrin/information-on-the-drug-hytrin
[url=http://rxmeds.in/acai/acai-pulp-puree-packets]drug side effects reporting[/url] wellness pharmacy alabama [url=http://rxmeds.in/abilify/assistance-with-paying-for-my-abilify-and-seroquel]assistance with paying for my abilify and seroquel[/url]
drug and alcohol gov http://rxmeds.in/famciclovir/famciclovir-and-birth-control
[url=http://rxmeds.in/aldactone/anti-androgen-dose-aldactone-transgender]prescription levitra[/url] pulse health and wellness [url=http://rxmeds.in/ezetimibe/ezetimibe-tablets-10mg]ezetimibe tablets 10mg[/url] medicine use in iraq [url=http://rxmeds.in/aceon/accupril-and-lisinopril]accupril and lisinopril[/url]

Anonymous said...

http://forum.power-love.com/index.php?topic=268480.new#new http://www.card-share.biz/showthread.php?p=84474#post84474 http://dubistechtsodummundgibstdiesescheissadresseein.de/forum/viewtopic.php?f=16&t=268 http://www.masterskoshien.com/bbs06060606/phpbb/viewtopic.php?p=264186#264186
http://azhelmetproject.com/forum/viewtopic.php?f=31&t=56848 http://www.yessun.co.kr/bbs//zboard.php?id=Free_Board&page=1&page_num=20&select_arrange=headnum&desc=&sn=off&ss=on&sc=on&keyword=&no=3918&category= http://blitzforum.net/viewtopic.php?f=25&t=161905 http://www.nivinenasr.com/club//viewtopic.php?p=55146#55146
http://angelro.hghost.com.br/forum/index.php?showtopic=2806 http://www.sinwol.hs.kr/board/main.cgi////main.cgi?board=FREE_BOARD&command=guest_email&textnum=1211671485 http://forums.risingsunajax.com/showthread.php?p=134792#post134792

Anonymous said...

layne minnesota pediatric anxiety [url=http://usadrugstoretoday.com/products/hangover-helper.htm]hangover helper[/url] getting vitamins from a healthy diet http://usadrugstoretoday.com/products/actos.htm levopaton drug http://usadrugstoretoday.com/products/nolvadex.htm
vater syndrome history [url=http://usadrugstoretoday.com/products/propecia.htm]propecia[/url] breast excision biopsy [url=http://usadrugstoretoday.com/products/pletal.htm]medical assistant studies new york[/url]

Anonymous said...

free virgin mobile top up codes http://www.orderphonetoday.com/a890-dual-band-single-card-with-dvb-t-tv--item27.html mobile home parks in south texas [url=http://www.orderphonetoday.com/g5-mini-quad-band-dual-card-with-wifi-analog-tv--item86.html]free antivirus for mobile phones[/url] pay as you go mobile phone uk

Anonymous said...

apocalyto movie tribe [url=http://full-length-movies.com/dvd-quality-movie-for-one-more-day/3789database/]For One More Day[/url] movie world discount [url=http://full-length-movies.com/dvd-quality-movie-el-sargento-negro--sergeant-rutledge-/12597database/]El Sargento Negro (Sergeant Rutledge)[/url]
plugged in movie [url=http://full-length-movies.com/dvd-quality-movie-chill/18598database/]Chill[/url] horney movie clips [url=http://worldmovs.co.cc/full_version-den-man/6637database/]Den Man[/url]
air america movie hill [url=http://full-length-movies.com/dvd-quality-movie-the-alex-proyas-collection/12043database/]The Alex Proyas Collection[/url] new batman movie trailer [url=http://full-length-movies.com/dvd-quality-movie-narnia-haxan-lejonet-och-garderoben/12794database/]Narnia Haxan Lejonet Och Garderoben[/url]
famous british female movie stars [url=http://worldmovs.co.cc/full_version-the-signal/2149database/]The Signal[/url] apple movie invisible [url=http://worldmovs.co.cc/full_version-s--gattdu--lskarmig-monica112/20080database/]S?¤gAttDu?„lskarMig Monica112[/url]

Anonymous said...

urinary tract infection singulair [url=http://usadrugstoretoday.com/products/coreg.htm]coreg[/url] drugs used in anesthesia http://usadrugstoretoday.com/products/gasex.htm
anxiety center farmington avenue [url=http://usadrugstoretoday.com/products/compazine.htm]compazine[/url] notes on what exersise get your heart beating fast [url=http://usadrugstoretoday.com/catalogue/c.htm ]student intern supervision mental health [/url] blood clots in arm
amateur vaginal close ups [url=http://usadrugstoretoday.com/products/fluoxetine.htm]fluoxetine[/url] pruple heart http://usadrugstoretoday.com/products/nimotop.htm
dental jobs in florida [url=http://usadrugstoretoday.com/products/leukeran.htm]leukeran[/url] uma thurman diet [url=http://usadrugstoretoday.com/products/hyzaar.htm ]breast enlargement san francisco [/url] health systems international and milwaukee

Anonymous said...

soul food and health issues [url=http://usadrugstoretoday.com/categories/blood-pressure.htm]blood pressure[/url] stress anxiety in sport http://usadrugstoretoday.com/products/ranitidine.htm
personal experiences of breast enlargement [url=http://usadrugstoretoday.com/products/micardis.htm]micardis[/url] volleyball and muscle involve in movement [url=http://usadrugstoretoday.com/products/plan-b.htm ]centrum dental [/url] magellan behavioral health phoenix
united blood services fargo [url=http://usadrugstoretoday.com/categories/blood-pressure.htm]blood pressure[/url] fish health pet http://usadrugstoretoday.com/products/claritin.htm
morning after pill plan b health risk [url=http://usadrugstoretoday.com/products/kamasutra-longlast-condoms.htm]kamasutra longlast condoms[/url] native americans mineral rights on reservations on public lands [url=http://usadrugstoretoday.com/products/retin-a-0-02-.htm ]community medical group administration agoura ca [/url] asthma sympoms

Anonymous said...

difference between interior designer and interior decorator http://www.thefashionhouse.us/-casual-tops-category48.html shoes lyrics [url=http://www.thefashionhouse.us/white-red-men-color132.html]php designer[/url] coach margaret shoes
http://www.thefashionhouse.us/blue-t-shirts-for-men-color32.html sexy womens shoes [url=http://www.thefashionhouse.us/black-white-color64.html]ginny doll fashions[/url]

Anonymous said...

weight loss support weight loss programs [url=http://usadrugstoretoday.com/products/prazosin.htm]prazosin[/url] american latin medical phoenix http://usadrugstoretoday.com/products/brand-tamiflu.htm
diabetes education program nyc [url=http://usadrugstoretoday.com/products/nimotop.htm]nimotop[/url] medical marijuana id card [url=http://usadrugstoretoday.com/products/risperdal.htm ]adipex diet pill [/url] factor of safety stress
heart bypass life expectancy [url=http://usadrugstoretoday.com/products/adalat.htm]adalat[/url] i week diet http://usadrugstoretoday.com/categories/anti-saure.htm
fading kitten syndrome [url=http://usadrugstoretoday.com/products/oxytrol.htm]oxytrol[/url] how long until antibiotics are gone from your body [url=http://usadrugstoretoday.com/categories/gastrointestinales.htm ]h pylori bacteria [/url] genital herpes pictures

Anonymous said...

fashion valley mall san diego http://luxefashion.us/-fabric-bags-category98.html laurens sc mobile homes [url=http://luxefashion.us/34-dresses-size25.html]how do i get smells out of clothes washer[/url] ladies tight stretch fashionwear
http://luxefashion.us/red-white-armani-color120.html chanel history [url=http://luxefashion.us/on-sale-club-wear-type2.html]dress designer michaelangelo[/url]

Anonymous said...

smoking in car with children [url=http://usadrugstoretoday.com/products/chloroquine.htm]chloroquine[/url] does a dog broken leg need antibiotics http://usadrugstoretoday.com/products/aleve.htm
first health premier [url=http://usadrugstoretoday.com/products/emsam.htm]emsam[/url] now supplement vitamin [url=http://usadrugstoretoday.com/products/voltaren.htm ]drugs and nfl [/url] vitamins for health dessicated liver
calcium carbonate 1000mg tablets [url=http://usadrugstoretoday.com/categories/men-s-health.htm]men s health[/url] aetna dental north carolina http://usadrugstoretoday.com/products/diclofenac.htm
oxford health insurance company [url=http://usadrugstoretoday.com/products/calcium-carbonate.htm]calcium carbonate[/url] why is cat sleeping in sandbox [url=http://usadrugstoretoday.com/products/stress-relief.htm ]food health vitamin [/url] swimming muscle groups

Anonymous said...

http://xwp.in/antabuse/antabuse-death
[url=http://xwp.in/anafranil/anafranil-effects]non prescription drugs and teen[/url] free download database about pharmacy at egypt http://xwp.in/amlodipine/amlodipine-10mg
charts on usage of club drugs http://xwp.in/imitrex/mexican-imitrex-rx
[url=http://xwp.in/amitriptyline/amitriptyline-medication]institutional pharmacy[/url] levitra prescribing http://xwp.in/detrol/detrol-la-capsule
montel williams drug http://xwp.in/eczema/is-it-an-allergic-reaction-or-eczema
[url=http://xwp.in/carbidopa/which-patients-should-not-take-levodopa-carbidopa]latest health news in the philippines[/url] how drugs affect your memory http://xwp.in/desloratadine health benefits participants in volunteer work http://xwp.in/immune/immune-to-taser

Anonymous said...

born womens shoes http://topcitystyle.com/sky-blue-sweater-color96.html giada de laurentis [url=http://topcitystyle.com/gucci-classic-zip-jacket-for-men-black-item934.html]designer fabrics[/url] where to wash clothes n newport news va
http://topcitystyle.com/-classic-denim-dolce-amp-gabbana-category15.html yellow box shoes mocha [url=http://topcitystyle.com/dark-green-men-color49.html]movies featuring porn star erica lauren[/url]

Anonymous said...

aladins casino http://wqm.in/online-casinos_cashing-tickets-found-in-casinos blackjack jobs in fargo
[url=http://wqm.in/gambling-online_online-game-bonuses-roulette-casino-gambling]gambling jamestown ny[/url] lottery numbers for wednesday 22 08 07 [url=http://wqm.in/lottery_london-ontario-dream-of-a-lifetime-lottery]london ontario dream of a lifetime lottery[/url]
virginia lottery games http://wqm.in/betting_how-do-you-make-a-betting-line
[url=http://wqm.in/gambling-online_gambling-free-computer-roulette]odds of lottery tickets[/url] wisconsin lottery miracle mile [url=http://wqm.in/jokers_funny-jokers]funny jokers[/url]
dominican republic casinos for sale http://wqm.in/poker-online_poker-site-for-us-player lottery winners australia [url=http://wqm.in/casino-playing-cards_free-playing-cards]free playing cards[/url]

Anonymous said...

casino http://lwv.in/joker/big-brother9-joker jack whittaker lottery winner
[url=http://lwv.in/gambling-online/bergler-gambling]multiple hand held betting calculator[/url] top gambling offers [url=http://lwv.in/jokers/jokers-wild-movie]jokers wild movie[/url]
showtime a pair of jokers http://lwv.in/casino-playing-cards/plastic-bicycle-playing-cards
[url=http://lwv.in/roulette/roulette-dresses]state of connecticut lottery[/url] best gambling websites [url=http://lwv.in/jokers/running-jokers]running jokers[/url]
michael carr atlantic bingo supply http://lwv.in/casino-online/casino-hotel-with-billiards-in-room lottery advert download [url=http://lwv.in/slots/gratis-slots-spil]gratis slots spil[/url]

Anonymous said...

is movie link spyware [url=http://moviestrawberry.com/films/film_prime/]prime[/url] control movie free download http://moviestrawberry.com/films/film_love_lies_bleeding/ summary of the movie the hours
transformers watch the movie [url=http://moviestrawberry.com/films/film_the_awakening/]the awakening[/url] death to venice movie http://moviestrawberry.com/films/film_lost_in_alaska/ disturbing behavior movie
the kindom movie [url=http://moviestrawberry.com/films/film_buy_the_ticket_take_the_ride_hunter_s_thompson_on_film/]buy the ticket take the ride hunter s thompson on film[/url] using balanced chemical reactions movie
my fair lady movie [url=http://moviestrawberry.com/films/film_chi_bi/]chi bi[/url] movie welcome signs http://moviestrawberry.com/hqmoviesbygenres/download-genre_sport-movies/?page=1 sexy pics from stick it the movie
ottawa movie cinimas [url=http://moviestrawberry.com/films/film_the_hip_hop_massacre/]the hip hop massacre[/url] end game movie http://moviestrawberry.com/hqmoviesbyyear/year_2001_high-quality-movies/?page=4 wolf creek movie

Anonymous said...

free spiderman 3 movie download [url=http://moviestrawberry.com/films/film_about_a_boy/]about a boy[/url] forced fem movie galleries http://moviestrawberry.com/hqmoviesbygenres/download-genre_family-movies/?page=11 dvd movie listing
movie theaters in haverhill ma [url=http://moviestrawberry.com/films/film_the_final_season/]the final season[/url] the art of kissing 2 movie http://moviestrawberry.com/films/film_blondie_in_society/ bleach movie release
a review of the movie nostradamus [url=http://moviestrawberry.com/films/film_ripleys_game/]ripleys game[/url] chain lightning movie review
movie download wit [url=http://moviestrawberry.com/films/film_pluto_s_party/]pluto s party[/url] movie stars small dicks http://moviestrawberry.com/films/film_romero/ movie food title
email movie park germany [url=http://moviestrawberry.com/films/film_cimarron/]cimarron[/url] action script 3 play movie http://moviestrawberry.com/films/film_someone_s_watching_me/ what makes a hollywood movie successful